1. de444af Implement multiclass inheritance. by David Greene · 16 years ago
  2. da4231f fix a few spelling errors and typos by Jim Grosbach · 16 years ago
  3. 7cee817 Add support to tablegen for naming the nodes themselves, not just the operands, by Nate Begeman · 16 years ago
  4. 7b9ffe4 give each Record a location. by Chris Lattner · 16 years ago
  5. 1c8ae59 make "locations" a class instead of a typedef. by Chris Lattner · 16 years ago
  6. d7a50cf implement support for C-style string literal concatenation in td files. by Chris Lattner · 16 years ago
  7. aff9c27 Unbreak the build on win32. Cleanup some warning. by Cedric Venet · 16 years ago
  8. 63f9720 Fun x86 encoding tricks: when adding an immediate value of 128, by Dan Gohman · 17 years ago
  9. 3dc2e96 produce an error on invalid input instead of asserting: by Chris Lattner · 17 years ago
  10. 811281e Fix a crash on code like: let x = 1 {x by Chris Lattner · 18 years ago
  11. 3060910 remove attributions from utils. by Chris Lattner · 18 years ago
  12. aa91792 Add TGParser files to VStudio project files. Removed generated files section from TableGen project file as it is no longer needed. #Include <algorithm> directly from TGParser.cpp so it can see std::reverse. by Chuck Rose III · 18 years ago
  13. 5d81486 resolve the last fixme's in the new tblgen parser. by Chris Lattner · 18 years ago
  14. f460165 Rewrite the tblgen parser in a recursive descent style, eliminating the bison parser. by Chris Lattner · 18 years ago