aboutsummaryrefslogtreecommitdiffstats
path: root/lib/TableGen
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines2014-02-112-11/+23
|\
| * 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
* | Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807Stephen Hines2013-08-072-5/+6
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'upstream/master' into merge-20130502Stephen Hines2013-05-023-17/+36
|\ \ | |/
| * 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
* | Merge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5' into merge_20130226Stephen Hines2013-03-057-120/+171
|\ \ | |/
| * [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
| * tblgen: Reuse function that is 2 lines above.Sean Silva2013-01-091-11/+2
| * fix copy-paste-oSean Silva2013-01-091-2/+2
| * docs: Bring TableGen syntax a bit closer to reality.Sean Silva2013-01-091-1/+6
* | Update LLVM for merge to r171905.Stephen Hines2013-01-211-1/+0
* | Merge remote-tracking branch 'upstream/master' into merge-llvmStephen Hines2013-01-2110-391/+370
|\ \ | |/
| * Revert r171140. We don't actually need to support #NAME. Because NAME by itse...Craig Topper2013-01-071-5/+1
| * Simplify TableGen type-compatibility checks.Sean Silva2013-01-071-7/+38
| * Update tablegen parser to allow defm names to start with #NAME.Craig Topper2012-12-271-1/+5
| * Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-042-3/+3
| * Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-034-15/+13
| * Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-255-134/+113
| * In preparation for removing exception handling in tablegen, addJoerg Sonnenberger2012-10-251-0/+12
| * tblgen: Compile TableGen without RTTI.Sean Silva2012-10-102-4/+0
| * tblgen: Use semantically correct RTTI functions.Sean Silva2012-10-102-36/+21
| * tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva2012-10-102-94/+94
| * tblgen: Rename handleDependencies -> createDependencyFileSean Silva2012-10-091-2/+2
| * tblgen: Move dependency file output to a separate function.Sean Silva2012-10-091-21/+31
| * tblgen: Remove pointless method call.Sean Silva2012-10-091-1/+0
| * tblgen: Use appropriate LLVM-style RTTI functions.Sean Silva2012-10-051-21/+9
| * tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.Sean Silva2012-10-052-25/+25
| * tblgen: Whitespace and 80-col cleanup.Sean Silva2012-10-041-11/+12
| * tblgen: Remove last traces of old TableGenMain API.Sean Silva2012-10-033-36/+1
| * tblgen: Put new TableGenMain API in place.Sean Silva2012-10-031-0/+19
| * De-nest if's and fix mix-upSean Silva2012-09-191-41/+37
* | Merge branch 'upstream' into merge-2012_09_10Stephen Hines2012-09-103-143/+136
|\ \ | |/
| * Re-work bit/bits value resolving in tblgenMichael Liao2012-09-062-138/+100
| * Tristate mayLoad, mayStore, and hasSideEffects.Jakob Stoklund Olesen2012-08-231-0/+17
| * Print out the location of expanded multiclass defs in TableGen errors.Jakob Stoklund Olesen2012-08-222-5/+19
* | Merge branch 'upstream' into merge_2Stephen Hines2012-08-231-11/+21
|\ \ | |/
| * TableGen: Allow use of #NAME# outside of 'def' names.Jim Grosbach2012-08-021-11/+21