Age | Commit message (Expand) | Author | Files | Lines |
2019-11-20 | Tablegen: Remove the error for duplicate include files. | River Riddle | 1 | -1/+1 |
2019-10-03 | Reland r349624: Let TableGen write output only if it changed, instead of doin... | Nico Weber | 1 | -8/+29 |
2019-10-01 | Revert rL349624 : Let TableGen write output only if it changed, instead of do... | Simon Pilgrim | 1 | -24/+8 |
2019-09-11 | [TableGen] Skip CRLF conversion when writing output | Reid Kleckner | 1 | -2/+2 |
2019-08-05 | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 1 | -2/+2 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2018-12-19 | Let TableGen write output only if it changed, instead of doing so in cmake, a... | Nico Weber | 1 | -8/+24 |
2018-11-27 | [TableGen] Preprocessing support | Vyacheslav Zakharin | 1 | -1/+5 |
2018-11-17 | Reverted r347092 due to the following build fails: | Vyacheslav Zakharin | 1 | -5/+1 |
2018-11-16 | Preprocessing support in tablegen. | Vyacheslav Zakharin | 1 | -1/+5 |
2018-05-07 | Revert r330742: Let TableGen write output only if it changed, instead of doin... | Chandler Carruth | 1 | -16/+5 |
2018-05-01 | Remove \brief commands from doxygen comments. | Adrian Prantl | 1 | -1/+1 |
2018-04-24 | Let TableGen write output only if it changed, instead of doing so in cmake. | Nico Weber | 1 | -5/+16 |
2017-12-28 | Avoid int to string conversion in Twine or raw_ostream contexts. | Benjamin Kramer | 1 | -1/+1 |
2017-09-23 | [Support] Rename tool_output_file to ToolOutputFile, NFC | Reid Kleckner | 1 | -2/+2 |
2016-12-05 | [TableGen] Centralize/Unify error handling. | Davide Italiano | 1 | -23/+21 |
2015-05-26 | [TableGen] Include header for each cpp file first. NFC | Craig Topper | 1 | -1/+1 |
2015-05-26 | [TableGen] Remove unneeded namespace around a function. Just put llvm:: on th... | Craig Topper | 1 | -5/+1 |
2015-05-26 | [TableGen] Use 'static' instead of an anonymous namespace. | Craig Topper | 1 | -18/+16 |
2014-12-11 | Use range-based for loops. NFC | Craig Topper | 1 | -5/+2 |
2014-08-25 | Modernize raw_fd_ostream's constructor a bit. | Rafael Espindola | 1 | -10/+10 |
2014-08-21 | Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std... | David Blaikie | 1 | -2/+1 |
2014-07-06 | Update the MemoryBuffer API to use ErrorOr. | Rafael Espindola | 1 | -5/+6 |
2014-06-13 | Remove 'using std::errro_code' from lib. | Rafael Espindola | 1 | -3/+1 |
2014-06-12 | Don't use 'using std::error_code' in include/llvm. | Rafael Espindola | 1 | -0/+1 |
2014-06-12 | Remove system_error.h. | Rafael Espindola | 1 | -1/+1 |
2014-04-29 | raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne... | Benjamin Kramer | 1 | -0/+1 |
2014-03-06 | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 1 | -2/+1 |
2014-03-05 | [C++11] Replace OwningPtr::take() with OwningPtr::release(). | Ahmed Charles | 1 | -1/+1 |
2014-02-24 | Replace the F_Binary flag with a F_Text one. | Rafael Espindola | 1 | -2/+2 |
2014-02-24 | Don't make F_None the default. | Rafael Espindola | 1 | -2/+2 |
2013-06-25 | keep only the StringRef version of getFileOrSTDIN. | Rafael Espindola | 1 | -1/+1 |
2013-03-20 | Make sure TableGen exits with an error code after printing errors. | Jakob Stoklund Olesen | 1 | -2/+5 |
2013-02-07 | tblgen: Diagnose duplicate includes. | Sean Silva | 1 | -4/+4 |
2012-10-25 | Remove exception handling usage from tblgen. | Joerg Sonnenberger | 1 | -49/+39 |
2012-10-09 | tblgen: Rename handleDependencies -> createDependencyFile | Sean Silva | 1 | -2/+2 |
2012-10-09 | tblgen: Move dependency file output to a separate function. | Sean Silva | 1 | -21/+31 |
2012-10-03 | tblgen: Remove last traces of old TableGenMain API. | Sean Silva | 1 | -20/+1 |
2012-10-03 | tblgen: Put new TableGenMain API in place. | Sean Silva | 1 | -0/+19 |
2012-06-01 | Fix 80 columns. | Michael J. Spencer | 1 | -3/+6 |
2011-10-08 | Revert r141079: tblgen: add preprocessor as a separate mode | Che-Liang Chiou | 1 | -23/+0 |
2011-10-04 | tblgen: add preprocessor as a separate mode | Che-Liang Chiou | 1 | -0/+23 |
2011-10-01 | Move TableGen's parser and entry point into a library | Peter Collingbourne | 1 | -0/+124 |