1. 6c99d2b [TableGen] Preprocessing support by Vyacheslav Zakharin · 7 years ago
  2. cec2d66 Reverted r347092 due to the following build fails: by Vyacheslav Zakharin · 7 years ago
  3. ba09a5c Preprocessing support in tablegen. by Vyacheslav Zakharin · 7 years ago
  4. af0de50 TableGen: Add !ne, !le, !lt, !ge, and !gt comparisons by Nicolai Haehnle · 7 years ago
  5. 2318764 TableGen: Add !dag function for construction by Nicolai Haehnle · 7 years ago
  6. 9ae21b3 TableGen: Remove space at EOL in TGLexer.{h,cpp} by Nicolai Haehnle · 8 years ago
  7. d66fa2a TableGen: Add a defset statement by Nicolai Haehnle · 8 years ago
  8. a2472db TableGen: add !isa operation by Nicolai Haehnle · 8 years ago
  9. 8498a49 TableGen: Add !foldl operation by Nicolai Haehnle · 8 years ago
  10. c343502 TableGen: Add !size operation by Nicolai Haehnle · 8 years ago
  11. ee23318 TableGen: Add operator !or by Matt Arsenault · 9 years ago
  12. cd52a7a Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  13. cf0db29 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  14. 829e013 Remove empty non-virtual destructors or mark them =default when non-public by Benjamin Kramer · 10 years ago
  15. 00e08fc Canonicalize header guards into a common format. by Benjamin Kramer · 11 years ago
  16. 42c1227 Change TableGen so that binary literals such as 0b001 are now sized. by Pete Cooper · 11 years ago
  17. c754b57 Allow binary and for tblgen math. by Joerg Sonnenberger · 11 years ago
  18. 245fbdf This only needs a StringRef. by Rafael Espindola · 11 years ago
  19. 1508c82 SourceMgr: make valid buffer IDs start from one by Alp Toker · 11 years ago
  20. d80222a [tablegen] Add !listconcat operator with the similar semantics as !strconcat by Daniel Sanders · 11 years ago
  21. a170f52 tblgen: Diagnose duplicate includes. by Sean Silva · 13 years ago
  22. d23a41c Add an addition operator to TableGen by Hal Finkel · 13 years ago
  23. a1514e2 Sort includes for all of the .h files under the 'lib' tree. These were by Chandler Carruth · 13 years ago
  24. cebb4ee Add Foreach Loop by David Greene · 14 years ago
  25. d3d1cad Implement Paste by David Greene · 14 years ago
  26. a761f92 Add Peek by David Greene · 14 years ago
  27. a1b1b79 Remove Multidefs by David Greene · 14 years ago
  28. b9c29ea Lexer Support for Multidefs by David Greene · 14 years ago
  29. 7c78888 Move TableGen's parser and entry point into a library by Peter Collingbourne · 14 years ago[Renamed from utils/TableGen/TGLexer.h]
  30. 0b6a44a Consolidate some TableGen diagnostic helper functions. by Jim Grosbach · 14 years ago
  31. dd13790 Add new -d option to tblgen. It writes a make(1)-style dependency file. by Joerg Sonnenberger · 14 years ago
  32. ddcdcc8 Remove unused STL header includes. by Jay Foad · 14 years ago
  33. 606957f Correct small comment order typo. by Francois Pichet · 15 years ago
  34. 1434f66 by David Greene · 15 years ago
  35. 3cc52ea I swear I did a make clean and make before committing all this... by Michael J. Spencer · 15 years ago
  36. c7252ce remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 places by Chris Lattner · 15 years ago
  37. d1e1703 Push twines deeper into SourceMgr's error handling methods. by Benjamin Kramer · 15 years ago
  38. 6786d5e by David Greene · 16 years ago
  39. 8b67f77 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 16 years ago
  40. d926e04 prune #include, fix warning. by Chris Lattner · 16 years ago
  41. 7ee5d5f move include searching logic from TGLexer to SourceMgr. by Chris Lattner · 16 years ago
  42. 8070ea3 Rename TGSourceMgr -> SourceMgr. by Chris Lattner · 16 years ago
  43. 1e3a8a4 rename TGLoc -> SMLoc. by Chris Lattner · 16 years ago
  44. ffc0ab6 by David Greene · 16 years ago
  45. 0d97399 by David Greene · 16 years ago
  46. 938c8ab by David Greene · 16 years ago
  47. 9bea7c8 by David Greene · 16 years ago
  48. 5f9f9ba by David Greene · 16 years ago
  49. beb31a5 by David Greene · 16 years ago
  50. 4afc509 by David Greene · 16 years ago
  51. e6c27de by David Greene · 16 years ago
  52. d418c1b by David Greene · 16 years ago
  53. c7cafcd by David Greene · 16 years ago
  54. 1c8ae59 make "locations" a class instead of a typedef. by Chris Lattner · 17 years ago
  55. aa739d2 split buffer management and diagnostic printing out of the tblgen by Chris Lattner · 17 years ago
  56. bb9d18c Unbreak LLVM on the MSVC compiler: by Argyrios Kyrtzidis · 17 years ago
  57. 63f9720 Fun x86 encoding tricks: when adding an immediate value of 128, by Dan Gohman · 17 years ago
  58. 3060910 remove attributions from utils. by Chris Lattner · 18 years ago
  59. 8dcf751 add missing #include by Chris Lattner · 18 years ago
  60. f460165 Rewrite the tblgen parser in a recursive descent style, eliminating the bison parser. by Chris Lattner · 18 years ago
  61. 56a9fcf Record the start of the current token, for use in error reporting. by Chris Lattner · 18 years ago
  62. c8a9bbc Add carat diagnostics to tblgen lexer errors. by Chris Lattner · 18 years ago
  63. a805874 reimplement the tblgen lexer with a simple hand-written lexer. This eliminates by Chris Lattner · 18 years ago