aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/TableGen/Record.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-2/+0
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-3/+3
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-41/+39
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-40/+55
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-93/+91
* Update to LLVM 3.5a.Stephen Hines2014-04-241-249/+247
* Speling fixes.Benjamin Kramer2013-10-221-1/+1
* Fix up some asserts that are within an if statement. This removes the needRichard Trieu2013-07-011-4/+6
* Fix broken asserts that never fire.Richard Trieu2013-06-281-2/+2
* Remove unnecessary conditional checks.Chad Rosier2013-06-271-20/+18
* Improve the compression of the tablegen DiffLists by introducing a new sortChad Rosier2013-06-271-0/+80
* Add SchedRW as an Instruction field.Jakob Stoklund Olesen2013-03-151-0/+5
* Fix comment formattingEli Bendersky2013-02-051-6/+3
* Add an addition operator to TableGenHal Finkel2013-01-251-1/+1
* TableGen: Keep track of superclass reference ranges.Jordan Rose2013-01-101-4/+7
* TableGen: record anonymous instantiations of classes.Jordan Rose2013-01-101-5/+12
* Simplify TableGen type-compatibility checks.Sean Silva2013-01-071-68/+7
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* Remove unnecessary classof()'sSean Silva2012-10-111-8/+0
* tblgen: Put dyn_cast<> machinery in place for Init hierarchy.Sean Silva2012-10-101-20/+118
* tblgen: Use appropriate LLVM-style RTTI functions.Sean Silva2012-10-051-5/+5
* tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.Sean Silva2012-10-051-5/+5
* tblgen: Put dyn_cast<> infrastructure in place for RecTy hierarchy.Sean Silva2012-10-051-8/+62
* Implement a correct copy constructor for Record. Now that we're using the ID...Owen Anderson2012-09-191-0/+8
* Refactor Record* by-ID comparator to Record.hSean Silva2012-09-191-0/+10
* Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...Craig Topper2012-09-161-38/+36
* Add explicit virtual keywords for methods that override base class.Craig Topper2012-09-161-24/+25
* Fixing a type width warning with MSVC.Aaron Ballman2012-09-091-1/+1
* Re-work bit/bits value resolving in tblgenMichael Liao2012-09-061-60/+59
* Tristate mayLoad, mayStore, and hasSideEffects.Jakob Stoklund Olesen2012-08-231-0/+6
* Print out the location of expanded multiclass defs in TableGen errors.Jakob Stoklund Olesen2012-08-221-7/+11
* Don't put TGParser scratch results in the output.Jakob Stoklund Olesen2012-05-241-4/+6
* Tidy up. Trailing whitespace.Jim Grosbach2012-04-181-2/+2
* Add Foreach LoopDavid Greene2012-02-221-0/+1
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-19/+11
* Delete CodeInit and CodeRecTy from TableGen.Jakob Stoklund Olesen2012-01-131-87/+0
* Use uniqued StringInit pointers for lookups.Jakob Stoklund Olesen2012-01-131-10/+13
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+6
* Add NAME MemberDavid Greene2011-10-191-0/+7
* Call Record InitializerDavid Greene2011-10-191-0/+2
* Add Name Init Record ConstructorDavid Greene2011-10-191-0/+3
* Fix 80-col ViolationDavid Greene2011-10-191-1/+3
* Fix Name CheckDavid Greene2011-10-191-4/+4
* Fix Name CheckDavid Greene2011-10-191-1/+1
* Add Record InitDavid Greene2011-10-191-0/+1
* Make Template Arg Names InitsDavid Greene2011-10-191-4/+10
* Add Utility to Scope NamesDavid Greene2011-10-191-0/+10
* Make VarInit Name an InitDavid Greene2011-10-191-3/+9
* Add Value AccessorsDavid Greene2011-10-191-2/+9
* Add Name Init AccessorsDavid Greene2011-10-191-0/+7