summaryrefslogtreecommitdiff
path: root/utils/TableGen/TableGen.cpp
Commit message (Expand)AuthorAge
* replace LeakSanitizerIsTurnedOffForTheCurrentProcess with __lsan_is_turned_of...Kostya Serebryany2014-01-15
* reapply r198858: Disable LeakSanitizer in TableGen binaries, see PR18325; thi...Kostya Serebryany2014-01-10
* Revert "Disable LeakSanitizer in TableGen binaries, see PR18325"Alp Toker2014-01-09
* Disable LeakSanitizer in TableGen binaries, see PR18325Kostya Serebryany2014-01-09
* Add TableGen ctags(1) emitter and helper script.Sean Silva2013-03-21
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-19
* Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer2012-12-05
* Sort the #include lines for utils/...Chandler Carruth2012-12-04
* tblgen: Migrate llvm-tblgen to new TableGenMain API.Sean Silva2012-10-03
* Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen2012-06-11
* Removing unused default switch cases in switches over enums that already acco...David Blaikie2012-01-16
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Add a deterministic finite automaton based packetizer for VLIW architecturesAnshuman Dasgupta2011-12-01
* Remove the old-style ARM disassembler, which is no longer used.Owen Anderson2011-11-09
* Remove the Clang tblgen backends from LLVM.Peter Collingbourne2011-10-06
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-01
* Remove more of llvmc and dependencies.Eric Christopher2011-09-20
* Added LateParsed property to TableGen attributes.Caitlin Sadowski2011-09-08
* Dependency should be on the output file name, not the dependency fileJoerg Sonnenberger2011-09-07
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-11
* [AVX] Make Inits FoldableDavid Greene2011-07-11
* TableGen'erated MC lowering for simple pseudo-instructions.Jim Grosbach2011-07-08
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-28
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-27
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-24
* Consolidate some TableGen diagnostic helper functions.Jim Grosbach2011-06-21
* Drop a RecordKeeper reference that wasn't necessary.Jakob Stoklund Olesen2011-06-04
* Teach TableGen to evaluate DAG expressions as set operations.Jakob Stoklund Olesen2011-06-04
* Add new -d option to tblgen. It writes a make(1)-style dependency file.Joerg Sonnenberger2011-06-01
* ParseFile() may throw, so extend the try/catch to handle that.Jim Grosbach2011-05-06
* Initial work to improve documentation for Clang's diagnostics, from Matthieu ...Douglas Gregor2011-04-15
* Add the ClangSACheckersEmitter tablegen backend which will be used for the cl...Argyrios Kyrtzidis2011-02-14
* Fix comment for gen-clang-decl-nodes tblgen backend, from Michael HanDouglas Gregor2011-01-19
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-16
* Add a Neon intrinsic test generator.Bob Wilson2010-12-15
* various cleanups to tblgen, patch by Garrison Venn!Chris Lattner2010-12-15
* eliminate the Records global variable, patch by Garrison Venn!Chris Lattner2010-12-13
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-09
* Merge System into Support.Michael J. Spencer2010-11-29
* Add a way to emit StringSwitch of clang attribute spellings.Anders Carlsson2010-10-20
* Move tool_output_file into its own file.Dan Gohman2010-10-07
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-27
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-01
* Convert tablegen to use tool_output_file.Dan Gohman2010-08-20
* Finish full attribute class emission for clang.Sean Hunt2010-08-18
* Revert r111007.Mikhail Glushenkov2010-08-13
* Add a workaround for building with Clang.Mikhail Glushenkov2010-08-13
* remove option from tablegen for building static header.Chris Lattner2010-07-20
* Modify tablegen to support generating all NEON code used by clang at once.Nate Begeman2010-06-17
* Add preliminary clang attribute generation support.Sean Hunt2010-06-16