aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/TableGen
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-023-48/+63
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+142
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-295-106/+102
* Update to LLVM 3.5a.Stephen Hines2014-04-242-251/+249
* Speling fixes.Benjamin Kramer2013-10-221-1/+1
* Move StringToOffsetTable into the TableGen include directory so I can use it ...Craig Topper2013-08-291-0/+83
* [typo] An LLVM.Daniel Dunbar2013-08-161-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
* Make sure TableGen exits with an error code after printing errors.Jakob Stoklund Olesen2013-03-201-0/+1
* 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
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* 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-032-3/+3
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-251-13/+0
* In preparation for removing exception handling in tablegen, addJoerg Sonnenberger2012-10-251-0/+3
* 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
* Move misplaced comment.Sean Silva2012-10-091-2/+2
* 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
* tblgen: Remove last traces of old TableGenMain API.Sean Silva2012-10-032-40/+0
* tblgen: Put new TableGenMain API in place.Sean Silva2012-10-031-0/+8
* 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-222-12/+17
* Eliminate struct TableGenBackend.Jakob Stoklund Olesen2012-06-131-23/+5
* Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen2012-06-111-0/+4
* Don't put TGParser scratch results in the output.Jakob Stoklund Olesen2012-05-241-4/+6
* Move llvm-tblgen's StringMatcher into the TableGen library so it canDouglas Gregor2012-05-021-0/+54
* Tidy up. Trailing whitespace.Jim Grosbach2012-04-181-2/+2
* TableGen add warning diagnostic helper functions.Jim Grosbach2012-04-181-0/+5
* Add Foreach LoopDavid Greene2012-02-221-0/+1
* StringRef'ize EmitSourceFileHeader().Ahmed Charles2012-02-191-2/+1
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-19/+11