summaryrefslogtreecommitdiff
path: root/lib/TableGen/Main.cpp
Commit message (Expand)AuthorAge
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-29
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Don't make F_None the default.Rafael Espindola2014-02-24
* keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-25
* Make sure TableGen exits with an error code after printing errors.Jakob Stoklund Olesen2013-03-20
* tblgen: Diagnose duplicate includes.Sean Silva2013-02-07
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-25
* tblgen: Rename handleDependencies -> createDependencyFileSean Silva2012-10-09
* tblgen: Move dependency file output to a separate function.Sean Silva2012-10-09
* tblgen: Remove last traces of old TableGenMain API.Sean Silva2012-10-03
* tblgen: Put new TableGenMain API in place.Sean Silva2012-10-03
* Fix 80 columns.Michael J. Spencer2012-06-01
* Revert r141079: tblgen: add preprocessor as a separate modeChe-Liang Chiou2011-10-08
* tblgen: add preprocessor as a separate modeChe-Liang Chiou2011-10-04
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-01