1. 797cff0 Consolidate some TableGen diagnostic helper functions. by Jim Grosbach · 14 years ago
  2. af5f23e Add new -d option to tblgen. It writes a make(1)-style dependency file. by Joerg Sonnenberger · 14 years ago
  3. 2f7cf7f by David Greene · 15 years ago
  4. 55bc718 Use this new fangled StringSwitch technology. by Bill Wendling · 15 years ago
  5. 4182a16 Cleanup table a bit. by Bill Wendling · 15 years ago
  6. 9402633 remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 places by Chris Lattner · 15 years ago
  7. b8ff8f0 when david added support for #NAME# he didn't update the comments and by Chris Lattner · 15 years ago
  8. c758311 Push twines deeper into SourceMgr's error handling methods. by Benjamin Kramer · 15 years ago
  9. 297bfe6 by David Greene · 16 years ago
  10. 38a22bf Replace std::iostreams with raw_ostream in TableGen. by Daniel Dunbar · 16 years ago
  11. c9dc78a Normalize SourceMgr messages. by Daniel Dunbar · 16 years ago
  12. 2adc9e7 rename SourceMgr::PrintError to PrintMessage. by Chris Lattner · 16 years ago
  13. 7d4c0d5f simplify some error recovery stuff. by Chris Lattner · 16 years ago
  14. 7153bd8 prune #include, fix warning. by Chris Lattner · 16 years ago
  15. 976af62 move include searching logic from TGLexer to SourceMgr. by Chris Lattner · 16 years ago
  16. fd25575 Rename TGSourceMgr -> SourceMgr. by Chris Lattner · 16 years ago
  17. 526c8cb rename TGLoc -> SMLoc. by Chris Lattner · 16 years ago
  18. 1b30e1ac move TGSourceMgr class out of TableGen into libsupport. by Chris Lattner · 16 years ago
  19. 58a6b76 by David Greene · 16 years ago
  20. 67c05bf by David Greene · 16 years ago
  21. 07eba05 by David Greene · 16 years ago
  22. 3587eed by David Greene · 16 years ago
  23. d571b3c by David Greene · 16 years ago
  24. e917fff by David Greene · 16 years ago
  25. 98ed3c7 by David Greene · 16 years ago
  26. e8f3b27 by David Greene · 16 years ago
  27. 5d0c051 by David Greene · 16 years ago
  28. 44f9d7a by David Greene · 17 years ago
  29. a9c6c5d by David Greene · 17 years ago
  30. 8bd06d8 Fix escaping in asm string literals correctly by having tblgen unescape by Chris Lattner · 17 years ago
  31. a614ef2 add a horrible hack to fix the build. by Chris Lattner · 17 years ago
  32. 1bd3674 add support for a few simple escape characters in tblgen strings. by Chris Lattner · 17 years ago
  33. 87710ca make "locations" a class instead of a typedef. by Chris Lattner · 17 years ago
  34. 8db9bc7 split buffer management and diagnostic printing out of the tblgen by Chris Lattner · 17 years ago
  35. ca0546f Fun x86 encoding tricks: when adding an immediate value of 128, by Dan Gohman · 17 years ago
  36. 26ff6f9 Add <cstdio> include where needed by gcc-4.4. Patch by Samuel Tardieu. by Duncan Sands · 17 years ago
  37. 6f2ffdb Change the MemoryBuffer::getFile* methods to take just a pointer to the by Chris Lattner · 18 years ago
  38. 579f071 Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. by Anton Korobeynikov · 18 years ago
  39. 8adcd9f remove attributions from utils. by Chris Lattner · 18 years ago
  40. f4127dd Rewrite the tblgen parser in a recursive descent style, eliminating the bison parser. by Chris Lattner · 18 years ago
  41. 738fa17 Switching back to strtoll. Including config.h. On VStudio builds, this overrides strtoll. by Chuck Rose III · 18 years ago
  42. 07b57d2 This change does a couple of things. First it gets the Visual Studio builds working. by Chuck Rose III · 18 years ago
  43. 4205d25 Record the start of the current token, for use in error reporting. by Chris Lattner · 18 years ago
  44. 1a26296 Add carat diagnostics to tblgen lexer errors. by Chris Lattner · 18 years ago
  45. 6070028 minor cleanups by Chris Lattner · 18 years ago
  46. 98c3951 ensure header is self contained. by Chris Lattner · 18 years ago
  47. da4ab67 reimplement the tblgen lexer with a simple hand-written lexer. This eliminates by Chris Lattner · 18 years ago