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