summaryrefslogtreecommitdiffstats
path: root/llvm/lib/TableGen
Commit message (Expand)AuthorAgeFilesLines
...
* TableGen: Change { } to only accept bits<n> entries when n == 1.Pete Cooper2014-08-071-1/+4
* Allow binary and for tblgen math.Joerg Sonnenberger2014-08-054-2/+9
* Don't fail tablegen immediately after failing to set a value.Pete Cooper2014-07-311-1/+4
* Add a better error message when failing to assign one tablegen value to anotherPete Cooper2014-07-311-1/+8
* [TableGen] Allow shift operators to take bits<n>Adam Nemet2014-07-171-2/+4
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-5/+6
* This only needs a StringRef.Rafael Espindola2014-07-062-11/+11
* SourceMgr: make valid buffer IDs start from oneAlp Toker2014-07-062-3/+3
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-262-6/+8
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-262-8/+6
* Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...Craig Topper2014-06-191-8/+2
* Move SetTheory from utils/TableGen into lib/TableGen so Clang can use it.James Molloy2014-06-172-0/+324
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-3/+1
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Remove system_error.h.Rafael Espindola2014-06-121-1/+1
* Fix error in tablegen when either operand of !if is an empty list.Matt Arsenault2014-06-102-7/+9
* Anonymous definitions in foreach blocks triggered a 'def already exists'Artyom Skrobov2014-06-101-2/+7
* Fix typos in tablegen error messagesMatt Arsenault2014-05-311-3/+3
* [modules] Add module maps for LLVM. These are not quite ready for prime-timeRichard Smith2014-05-211-0/+1
* Use a vector of unique_ptrs to fix a memory leak introduced in r208179.Daniel Sanders2014-05-081-2/+2
* [tablegen] Add !listconcat operator with the similar semantics as !strconcatDaniel Sanders2014-05-074-2/+36
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-291-0/+1
* [C++] Use 'nullptr'.Craig Topper2014-04-282-7/+7
* [C++11] Make use of 'nullptr' in TableGen library.Craig Topper2014-04-093-282/+275
* tblgen: Twinify PrintFatalError.Benjamin Kramer2014-03-292-22/+22
* remove a bunch of unused private methodsNuno Lopes2014-03-232-17/+0
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+1
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-1/+1
* Fix odd indentation.Craig Topper2014-02-271-1/+1
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-2/+2
* Don't make F_None the default.Rafael Espindola2014-02-241-2/+2
* [TableGen] Correctly generate implicit anonymous prototype defs in multiclassesHal Finkel2014-01-021-5/+42
* [TableGen] Use the same anonymous name as the prefix on all multiclass defsHal Finkel2014-01-022-2/+2
* TableGen: Generate valid identifiers for anonymous recordsAlp Toker2013-12-212-9/+11
* Fix most memory leaks in tablegen.Rafael Espindola2013-10-311-11/+20
* Add an error check for a typo I accidentally made in a td file that caused an...Craig Topper2013-08-201-0/+3
* Remove some std stream usage from Support and TableGenReid Kleckner2013-08-061-4/+5
* keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-251-1/+1
* Allow TableGen DAG arguments to be just a name.Jakob Stoklund Olesen2013-03-241-15/+25
* Make sure TableGen exits with an error code after printing errors.Jakob Stoklund Olesen2013-03-202-2/+11
* [TableGen] Fix ICE on MSVC 2012 Release builds.Michael J. Spencer2013-02-261-1/+2
* Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...Benjamin Kramer2013-02-151-5/+3
* tblgen: Diagnose duplicate includes.Sean Silva2013-02-074-10/+23
* A bugfix for tblgen, in the function ‘emitSourceFileHeader’.Nadav Rotem2013-01-281-6/+25
* Add an addition operator to TableGenHal Finkel2013-01-254-1/+9
* TableGen: Keep track of superclass reference ranges.Jordan Rose2013-01-102-34/+46
* TableGen: record anonymous instantiations of classes.Jordan Rose2013-01-101-6/+16
* tblgen: use an early return to reduce indentation.Sean Silva2013-01-091-18/+18
* tblgen: Factor out common code.Sean Silva2013-01-092-17/+18
* Inline this into its only caller.Sean Silva2013-01-092-12/+5
OpenPOWER on IntegriCloud