1. f58341c [TableGen] Fix line wrapping logic for the autogenerated header to use math that makes more sense (at least to me). by Craig Topper · 10 years ago
  2. 33684f9 [TableGen] Rewrite an assert to not do a bunch unsigned math and then try to ensure the result is a positive number. by Craig Topper · 10 years ago
  3. cb7648b [TableGen] Put a space between '*' and description in the autogenerated tablegen header. Minor cleanup in surrounding code. by Craig Topper · 10 years ago
  4. e59cd0b [TableGen] Fix indentation. NFC by Craig Topper · 10 years ago
  5. 1407b17 [TableGen] Include header for each cpp file first. NFC by Craig Topper · 10 years ago
  6. f070525 by Nadav Rotem · 13 years ago
  7. 83aa947 Emit TableGen's header comment with C-style comments, so it can be used from C89 code. by Benjamin Kramer · 13 years ago
  8. 1c66b87 Eliminate struct TableGenBackend. by Jakob Stoklund Olesen · 13 years ago
  9. e6aed13 Write llvm-tblgen backends as functions instead of sub-classes. by Jakob Stoklund Olesen · 13 years ago
  10. a4704ab StringRef'ize EmitSourceFileHeader(). by Ahmed Charles · 14 years ago
  11. a379b181 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 14 years ago
  12. 84c287e Move TableGen's parser and entry point into a library by Peter Collingbourne · 14 years ago[Renamed (92%) from llvm/utils/TableGen/TableGenBackend.cpp]
  13. 38a22bf Replace std::iostreams with raw_ostream in TableGen. by Daniel Dunbar · 16 years ago
  14. 8cab021 change getQualifiedName to be a global function. by Chris Lattner · 18 years ago
  15. 8adcd9f remove attributions from utils. by Chris Lattner · 18 years ago
  16. 9bfb1e1 What should be the last unnecessary <iostream>s in the library. by Bill Wendling · 19 years ago
  17. 650ba8e Remove trailing whitespace by Misha Brukman · 20 years ago
  18. c9d99ef Do not #include files into the llvm namespace by Chris Lattner · 21 years ago
  19. 6847866 Finegrainify namespacification by Chris Lattner · 21 years ago
  20. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  21. d303203 Added LLVM copyright header. by John Criswell · 22 years ago
  22. f5bd1b7 Move support/tools/* back into utils by Chris Lattner · 22 years ago