1. f7cf1a1 Let TableGen write output only if it changed, instead of doing so in cmake, attempt 2 by Nico Weber · 7 years ago
  2. f7d079e [TableGen] Preprocessing support by Vyacheslav Zakharin · 7 years ago
  3. 6a5d5ac Reverted r347092 due to the following build fails: by Vyacheslav Zakharin · 7 years ago
  4. dd0a1fd Preprocessing support in tablegen. by Vyacheslav Zakharin · 7 years ago
  5. 029cea9 Revert r330742: Let TableGen write output only if it changed, instead of doing so in cmake. by Chandler Carruth · 7 years ago
  6. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  7. ebc7c74 Let TableGen write output only if it changed, instead of doing so in cmake. by Nico Weber · 7 years ago
  8. 3a13ed6 Avoid int to string conversion in Twine or raw_ostream contexts. by Benjamin Kramer · 8 years ago
  9. 3fc649c [Support] Rename tool_output_file to ToolOutputFile, NFC by Reid Kleckner · 8 years ago
  10. ebd5350 [TableGen] Centralize/Unify error handling. by Davide Italiano · 9 years ago
  11. 1407b17 [TableGen] Include header for each cpp file first. NFC by Craig Topper · 10 years ago
  12. cd37121 [TableGen] Remove unneeded namespace around a function. Just put llvm:: on the definition since it's already declared in a header file. by Craig Topper · 10 years ago
  13. b7644fd [TableGen] Use 'static' instead of an anonymous namespace. by Craig Topper · 10 years ago
  14. 5fcc5ab Use range-based for loops. NFC by Craig Topper · 11 years ago
  15. 3fd1e99 Modernize raw_fd_ostream's constructor a bit. by Rafael Espindola · 11 years ago
  16. 1961f14 Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std::unique_ptr by David Blaikie · 11 years ago
  17. adf21f2 Update the MemoryBuffer API to use ErrorOr. by Rafael Espindola · 11 years ago
  18. db4ed0b Remove 'using std::errro_code' from lib. by Rafael Espindola · 11 years ago
  19. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  20. a6e9c3e Remove system_error.h. by Rafael Espindola · 11 years ago
  21. d59664f raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary. by Benjamin Kramer · 11 years ago
  22. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  23. 96c9d95 [C++11] Replace OwningPtr::take() with OwningPtr::release(). by Ahmed Charles · 12 years ago
  24. 90c7f1c Replace the F_Binary flag with a F_Text one. by Rafael Espindola · 12 years ago
  25. 7dbcdd0 Don't make F_None the default. by Rafael Espindola · 12 years ago
  26. 8c81172 keep only the StringRef version of getFileOrSTDIN. by Rafael Espindola · 12 years ago
  27. a1214e7 Make sure TableGen exits with an error code after printing errors. by Jakob Stoklund Olesen · 13 years ago
  28. 3b96424 tblgen: Diagnose duplicate includes. by Sean Silva · 13 years ago
  29. 635debe Remove exception handling usage from tblgen. by Joerg Sonnenberger · 13 years ago
  30. 2f7bf41 tblgen: Rename handleDependencies -> createDependencyFile by Sean Silva · 13 years ago
  31. 0cd3536 tblgen: Move dependency file output to a separate function. by Sean Silva · 13 years ago
  32. b336c96 tblgen: Remove last traces of old TableGenMain API. by Sean Silva · 13 years ago
  33. 8c6c7de tblgen: Put new TableGenMain API in place. by Sean Silva · 13 years ago
  34. 5c50281 Fix 80 columns. by Michael J. Spencer · 13 years ago
  35. 8a984e9 Revert r141079: tblgen: add preprocessor as a separate mode by Che-Liang Chiou · 14 years ago
  36. 67a16e2 tblgen: add preprocessor as a separate mode by Che-Liang Chiou · 14 years ago
  37. 84c287e Move TableGen's parser and entry point into a library by Peter Collingbourne · 14 years ago