summaryrefslogtreecommitdiffstats
path: root/lib/TableGen/Record.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+2
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-22/+30
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-8/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-92/+98
* Update to LLVM 3.5a.Stephen Hines2014-04-241-20/+20
* Fix most memory leaks in tablegen.Rafael Espindola2013-10-311-11/+20
* Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...Benjamin Kramer2013-02-151-5/+3
* Add an addition operator to TableGenHal Finkel2013-01-251-0/+3
* Simplify TableGen type-compatibility checks.Sean Silva2013-01-071-7/+38
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-5/+5
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-251-73/+74
* tblgen: Use semantically correct RTTI functions.Sean Silva2012-10-101-30/+16
* tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva2012-10-101-68/+68
* 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-051-20/+20
* De-nest if's and fix mix-upSean Silva2012-09-191-41/+37
* Re-work bit/bits value resolving in tblgenMichael Liao2012-09-061-114/+83
* Tristate mayLoad, mayStore, and hasSideEffects.Jakob Stoklund Olesen2012-08-231-0/+17
* TableGen: Location information for diagnostic.Jim Grosbach2012-07-121-1/+1
* Fix infinite loop in nested multiclasses.Jakob Stoklund Olesen2012-03-071-6/+2
* Switch the TableGen record's string-based DenseMap key to use the newChandler Carruth2012-03-051-5/+11
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-1/+1
* Implement String Cast from IntegerDavid Greene2012-01-301-0/+5
* Removing unused default switch cases in switches over enums that already acco...David Blaikie2012-01-161-3/+0
* Delete CodeInit and CodeRecTy from TableGen.Jakob Stoklund Olesen2012-01-131-30/+0
* Use uniqued StringInit pointers for lookups.Jakob Stoklund Olesen2012-01-131-20/+8
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+10
* ARM vldm and vstm VFP instructions can take a data type suffix.Jim Grosbach2011-11-111-1/+1
* Add NAME MemberDavid Greene2011-10-191-0/+5
* Resolve Record NamesDavid Greene2011-10-191-0/+6
* Allow Names Changes on Unregistered RecordsDavid Greene2011-10-191-4/+3
* Fix Name AccessDavid Greene2011-10-191-1/+1
* Fix Name AccessDavid Greene2011-10-191-1/+1
* Fix Name AccessDavid Greene2011-10-191-1/+1
* Add Record InitDavid Greene2011-10-191-0/+4
* Make Template Arg Names InitsDavid Greene2011-10-191-3/+6
* Add Utility to Scope NamesDavid Greene2011-10-191-0/+36
* Make VarInit Name an InitDavid Greene2011-10-191-1/+13
* Add Value AccessorsDavid Greene2011-10-191-0/+12
* Fix List-of-List ProcessingDavid Greene2011-10-061-1/+3
* Allow Operator ArgumentsDavid Greene2011-10-041-5/+13
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-0/+2009