1. 7b0f8fc [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. c9739ec [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. 88008cb [TableGen] Put a space between '*' and description in the autogenerated tablegen header. Minor cleanup in surrounding code. by Craig Topper · 10 years ago
  4. d0185f8 [TableGen] Fix indentation. NFC by Craig Topper · 10 years ago
  5. cfacb30 [TableGen] Include header for each cpp file first. NFC by Craig Topper · 10 years ago
  6. 6ab4cbc by Nadav Rotem · 12 years ago
  7. 90540ad Emit TableGen's header comment with C-style comments, so it can be used from C89 code. by Benjamin Kramer · 13 years ago
  8. 764dc75 Eliminate struct TableGenBackend. by Jakob Stoklund Olesen · 13 years ago
  9. 6f36fa9 Write llvm-tblgen backends as functions instead of sub-classes. by Jakob Stoklund Olesen · 13 years ago
  10. d7ace3f StringRef'ize EmitSourceFileHeader(). by Ahmed Charles · 13 years ago
  11. 2d24e2a Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 13 years ago
  12. 7c78888 Move TableGen's parser and entry point into a library by Peter Collingbourne · 13 years ago[Renamed (92%) from utils/TableGen/TableGenBackend.cpp]
  13. 1a55180 Replace std::iostreams with raw_ostream in TableGen. by Daniel Dunbar · 16 years ago
  14. 6cefb77 change getQualifiedName to be a global function. by Chris Lattner · 17 years ago
  15. 3060910 remove attributions from utils. by Chris Lattner · 17 years ago
  16. f5da133 What should be the last unnecessary <iostream>s in the library. by Bill Wendling · 18 years ago
  17. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  18. 2c38413 Do not #include files into the llvm namespace by Chris Lattner · 21 years ago
  19. 2082ebe Finegrainify namespacification by Chris Lattner · 21 years ago
  20. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  21. 01d4582 Added LLVM copyright header. by John Criswell · 21 years ago
  22. 84a393b Eliminate now-dead method by Chris Lattner · 22 years ago
  23. 18a6a94 Add more helper methods by Chris Lattner · 22 years ago
  24. 2c0f2c7 New common interface for backends to use by Chris Lattner · 22 years ago