1. 2597764 Change TableGen so that binary literals such as 0b001 are now sized. by Pete Cooper · 11 years ago
  2. 6b41a99 Allow binary and for tblgen math. by Joerg Sonnenberger · 11 years ago
  3. a3c6509 This only needs a StringRef. by Rafael Espindola · 11 years ago
  4. a55b95b SourceMgr: make valid buffer IDs start from one by Alp Toker · 11 years ago
  5. 314e80e [tablegen] Add !listconcat operator with the similar semantics as !strconcat by Daniel Sanders · 12 years ago
  6. 011817a [C++11] Make use of 'nullptr' in TableGen library. by Craig Topper · 12 years ago
  7. 3b96424 tblgen: Diagnose duplicate includes. by Sean Silva · 13 years ago
  8. c7d4dc1 Add an addition operator to TableGen by Hal Finkel · 13 years ago
  9. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  10. fb927af Add Foreach Loop by David Greene · 14 years ago
  11. f3b1760 TableGen: add a comment by Dylan Noblesmith · 14 years ago
  12. 345b743 try to fix MSVC build by Dylan Noblesmith · 14 years ago
  13. 9e5b178 drop unneeded config.h includes by Dylan Noblesmith · 14 years ago
  14. 8e85b48 Implement Paste by David Greene · 14 years ago
  15. 5c9fa02 Disambiguate Numbers and Identifiers by David Greene · 14 years ago
  16. 9ba4208 Add Peek by David Greene · 14 years ago
  17. 33f6199 Remove Multidefs by David Greene · 14 years ago
  18. f9389a3 Use StringSwitch. by Benjamin Kramer · 14 years ago
  19. a54985e Simplify code. No functionality change. by Benjamin Kramer · 14 years ago
  20. 2b724f6 Fix Typo by David Greene · 14 years ago
  21. dd88aba Lexer Support for Multidefs by David Greene · 14 years ago
  22. 84c287e Move TableGen's parser and entry point into a library by Peter Collingbourne · 14 years ago[Renamed (99%) from llvm/utils/TableGen/TGLexer.cpp]
  23. 797cff0 Consolidate some TableGen diagnostic helper functions. by Jim Grosbach · 14 years ago
  24. af5f23e Add new -d option to tblgen. It writes a make(1)-style dependency file. by Joerg Sonnenberger · 14 years ago
  25. 2f7cf7f by David Greene · 15 years ago
  26. 55bc718 Use this new fangled StringSwitch technology. by Bill Wendling · 15 years ago
  27. 4182a16 Cleanup table a bit. by Bill Wendling · 15 years ago
  28. 9402633 remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 places by Chris Lattner · 15 years ago
  29. b8ff8f0 when david added support for #NAME# he didn't update the comments and by Chris Lattner · 15 years ago
  30. c758311 Push twines deeper into SourceMgr's error handling methods. by Benjamin Kramer · 15 years ago
  31. 297bfe6 by David Greene · 16 years ago
  32. 38a22bf Replace std::iostreams with raw_ostream in TableGen. by Daniel Dunbar · 16 years ago
  33. c9dc78a Normalize SourceMgr messages. by Daniel Dunbar · 16 years ago
  34. 2adc9e7 rename SourceMgr::PrintError to PrintMessage. by Chris Lattner · 16 years ago
  35. 7d4c0d5f simplify some error recovery stuff. by Chris Lattner · 16 years ago
  36. 7153bd8 prune #include, fix warning. by Chris Lattner · 16 years ago
  37. 976af62 move include searching logic from TGLexer to SourceMgr. by Chris Lattner · 16 years ago
  38. fd25575 Rename TGSourceMgr -> SourceMgr. by Chris Lattner · 16 years ago
  39. 526c8cb rename TGLoc -> SMLoc. by Chris Lattner · 16 years ago
  40. 1b30e1ac move TGSourceMgr class out of TableGen into libsupport. by Chris Lattner · 16 years ago
  41. 58a6b76 by David Greene · 16 years ago
  42. 67c05bf by David Greene · 16 years ago
  43. 07eba05 by David Greene · 16 years ago
  44. 3587eed by David Greene · 16 years ago
  45. d571b3c by David Greene · 16 years ago
  46. e917fff by David Greene · 16 years ago
  47. 98ed3c7 by David Greene · 16 years ago
  48. e8f3b27 by David Greene · 16 years ago
  49. 5d0c051 by David Greene · 16 years ago
  50. 44f9d7a by David Greene · 17 years ago
  51. a9c6c5d by David Greene · 17 years ago
  52. 8bd06d8 Fix escaping in asm string literals correctly by having tblgen unescape by Chris Lattner · 17 years ago
  53. a614ef2 add a horrible hack to fix the build. by Chris Lattner · 17 years ago
  54. 1bd3674 add support for a few simple escape characters in tblgen strings. by Chris Lattner · 17 years ago
  55. 87710ca make "locations" a class instead of a typedef. by Chris Lattner · 17 years ago
  56. 8db9bc7 split buffer management and diagnostic printing out of the tblgen by Chris Lattner · 17 years ago
  57. ca0546f Fun x86 encoding tricks: when adding an immediate value of 128, by Dan Gohman · 17 years ago
  58. 26ff6f9 Add <cstdio> include where needed by gcc-4.4. Patch by Samuel Tardieu. by Duncan Sands · 17 years ago
  59. 6f2ffdb Change the MemoryBuffer::getFile* methods to take just a pointer to the by Chris Lattner · 18 years ago
  60. 579f071 Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. by Anton Korobeynikov · 18 years ago
  61. 8adcd9f remove attributions from utils. by Chris Lattner · 18 years ago
  62. f4127dd Rewrite the tblgen parser in a recursive descent style, eliminating the bison parser. by Chris Lattner · 18 years ago
  63. 738fa17 Switching back to strtoll. Including config.h. On VStudio builds, this overrides strtoll. by Chuck Rose III · 18 years ago
  64. 07b57d2 This change does a couple of things. First it gets the Visual Studio builds working. by Chuck Rose III · 18 years ago
  65. 4205d25 Record the start of the current token, for use in error reporting. by Chris Lattner · 18 years ago
  66. 1a26296 Add carat diagnostics to tblgen lexer errors. by Chris Lattner · 18 years ago
  67. 6070028 minor cleanups by Chris Lattner · 18 years ago
  68. 98c3951 ensure header is self contained. by Chris Lattner · 18 years ago
  69. da4ab67 reimplement the tblgen lexer with a simple hand-written lexer. This eliminates by Chris Lattner · 18 years ago