summaryrefslogtreecommitdiff
path: root/lib/TableGen
Commit message (Expand)AuthorAge
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...Craig Topper2014-06-19
* Move SetTheory from utils/TableGen into lib/TableGen so Clang can use it.James Molloy2014-06-17
* 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
* Fix error in tablegen when either operand of !if is an empty list.Matt Arsenault2014-06-10
* Anonymous definitions in foreach blocks triggered a 'def already exists'Artyom Skrobov2014-06-10
* Fix typos in tablegen error messagesMatt Arsenault2014-05-31
* [modules] Add module maps for LLVM. These are not quite ready for prime-timeRichard Smith2014-05-21
* Use a vector of unique_ptrs to fix a memory leak introduced in r208179.Daniel Sanders2014-05-08
* [tablegen] Add !listconcat operator with the similar semantics as !strconcatDaniel Sanders2014-05-07
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-29
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* [C++11] Make use of 'nullptr' in TableGen library.Craig Topper2014-04-09
* tblgen: Twinify PrintFatalError.Benjamin Kramer2014-03-29
* remove a bunch of unused private methodsNuno Lopes2014-03-23
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* Fix odd indentation.Craig Topper2014-02-27
* 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
* [TableGen] Correctly generate implicit anonymous prototype defs in multiclassesHal Finkel2014-01-02
* [TableGen] Use the same anonymous name as the prefix on all multiclass defsHal Finkel2014-01-02
* TableGen: Generate valid identifiers for anonymous recordsAlp Toker2013-12-21
* Fix most memory leaks in tablegen.Rafael Espindola2013-10-31
* Add an error check for a typo I accidentally made in a td file that caused an...Craig Topper2013-08-20
* Remove some std stream usage from Support and TableGenReid Kleckner2013-08-06
* keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-25
* Allow TableGen DAG arguments to be just a name.Jakob Stoklund Olesen2013-03-24
* Make sure TableGen exits with an error code after printing errors.Jakob Stoklund Olesen2013-03-20
* [TableGen] Fix ICE on MSVC 2012 Release builds.Michael J. Spencer2013-02-26
* Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...Benjamin Kramer2013-02-15
* tblgen: Diagnose duplicate includes.Sean Silva2013-02-07
* A bugfix for tblgen, in the function ‘emitSourceFileHeader’.Nadav Rotem2013-01-28
* Add an addition operator to TableGenHal Finkel2013-01-25
* TableGen: Keep track of superclass reference ranges.Jordan Rose2013-01-10
* TableGen: record anonymous instantiations of classes.Jordan Rose2013-01-10
* tblgen: use an early return to reduce indentation.Sean Silva2013-01-09
* tblgen: Factor out common code.Sean Silva2013-01-09
* Inline this into its only caller.Sean Silva2013-01-09
* tblgen: Reuse function that is 2 lines above.Sean Silva2013-01-09
* fix copy-paste-oSean Silva2013-01-09
* docs: Bring TableGen syntax a bit closer to reality.Sean Silva2013-01-09
* Revert r171140. We don't actually need to support #NAME. Because NAME by itse...Craig Topper2013-01-07
* Simplify TableGen type-compatibility checks.Sean Silva2013-01-07
* Update tablegen parser to allow defm names to start with #NAME.Craig Topper2012-12-27
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03