aboutsummaryrefslogtreecommitdiffstats
path: root/lib/TableGen
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-182-3/+2
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-0/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-235-110/+86
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-026-52/+143
* Allow mm in these subdirectories.Dan Albert2014-11-031-0/+3
* Update LLVM for rebase to r212749.Stephen Hines2014-07-219-41/+367
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-297-293/+322
* Update to LLVM 3.5a.Stephen Hines2014-04-246-61/+84
* 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