1. 7be867e Process Defm Prefix as Init by David Greene · 13 years ago
  2. a9e07dd Parse Def ID as Value by David Greene · 13 years ago
  3. f3744a0 Make ID Parsing More Flexible by David Greene · 13 years ago
  4. e22b321 Make Template Arg Names Inits by David Greene · 13 years ago
  5. 917924d Let SetValue Take and Init Name by David Greene · 13 years ago
  6. a1b1b79 Remove Multidefs by David Greene · 13 years ago
  7. 6da674c Parser Multidef Support by David Greene · 13 years ago
  8. e499a2d Refactor Multiclass Def Processing by David Greene · 13 years ago
  9. 7c78888 Move TableGen's parser and entry point into a library by Peter Collingbourne · 13 years ago[Renamed (98%) from utils/TableGen/TGParser.h]
  10. 05bce0b Unconstify Inits by David Greene · 13 years ago
  11. f37dd02 [AVX] Constify Inits by David Greene · 13 years ago
  12. 77f8274 Intern all RecTy subclass instances to avoid duplicates. by Jakob Stoklund Olesen · 13 years ago
  13. afd5426 struct Init -> class Init by David Greene · 13 years ago
  14. d568b3f Revert r134921, 134917, 134908 and 134907. They're causing failures by Eric Christopher · 13 years ago
  15. 9bcc399 struct Init -> class Init. by Evan Cheng · 13 years ago
  16. d4a9066 [AVX] Make Inits Foldable by David Greene · 13 years ago
  17. 0b6a44a Consolidate some TableGen diagnostic helper functions. by Jim Grosbach · 13 years ago
  18. dd13790 Add new -d option to tblgen. It writes a make(1)-style dependency file. by Joerg Sonnenberger · 13 years ago
  19. 9c6b60e various cleanups to tblgen, patch by Garrison Venn! by Chris Lattner · 14 years ago
  20. 67db883 eliminate the Records global variable, patch by Garrison Venn! by Chris Lattner · 14 years ago
  21. d1e1703 Push twines deeper into SourceMgr's error handling methods. by Benjamin Kramer · 14 years ago
  22. ee65db3 Teach tablegen to allow "let" expressions inside multiclasses, by Bruno Cardoso Lopes · 14 years ago
  23. 270562b Teach tablegen to support 'defm' inside multiclasses. by Bruno Cardoso Lopes · 14 years ago
  24. 7ee5d5f move include searching logic from TGLexer to SourceMgr. by Chris Lattner · 15 years ago
  25. 8070ea3 Rename TGSourceMgr -> SourceMgr. by Chris Lattner · 15 years ago
  26. 1e3a8a4 rename TGLoc -> SMLoc. by Chris Lattner · 15 years ago
  27. 099e198 move TGSourceMgr class out of TableGen into libsupport. by Chris Lattner · 15 years ago
  28. e1b4691 by David Greene · 15 years ago
  29. d418c1b by David Greene · 16 years ago
  30. 440548d Rename the CurMultiClass formal parameter of TGParser::AddSubMultiClass by Bob Wilson · 16 years ago
  31. 1d512df Remove unnecessary "class" keywords. by Bob Wilson · 16 years ago
  32. de444af Implement multiclass inheritance. by David Greene · 16 years ago
  33. 48fe635 Fix the Win32 VS2008 build: by Sebastian Redl · 16 years ago
  34. 1c8ae59 make "locations" a class instead of a typedef. by Chris Lattner · 16 years ago
  35. aa739d2 split buffer management and diagnostic printing out of the tblgen by Chris Lattner · 16 years ago
  36. aff9c27 Unbreak the build on win32. Cleanup some warning. by Cedric Venet · 16 years ago
  37. 41b2340 Make tblgen more portable, allowing it to build with ICC. Patch by Robert Zeh! by Chris Lattner · 16 years ago
  38. 3060910 remove attributions from utils. by Chris Lattner · 17 years ago
  39. f460165 Rewrite the tblgen parser in a recursive descent style, eliminating the bison parser. by Chris Lattner · 17 years ago