aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/CodeGenTarget.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-6/+7
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-0/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-241-0/+4
* Use ArrayRef<MVT::SimpleValueType> when possible.Jakob Stoklund Olesen2013-03-171-3/+3
* Sort the #include lines for utils/...Chandler Carruth2012-12-041-2/+2
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-251-2/+2
* Add CodeGenTarget::guessInstructionProperties.Jakob Stoklund Olesen2012-08-231-0/+4
* I'm introducing a new machine model to simultaneously allow simpleAndrew Trick2012-07-071-1/+7
* Revert "Emit the SubRegTable with the smallest possible integer type."Jim Grosbach2012-03-011-4/+0
* Emit the SubRegTable with the smallest possible integer type.Benjamin Kramer2012-02-291-0/+4
* Split AsmParser into two components - AsmParser and AsmParserVariantDevang Patel2012-01-091-0/+10
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-1/+1
* Switch to ArrayRef<CodeGenRegisterClass*>.Jakob Stoklund Olesen2011-09-291-4/+0
* Add support for alternative register names, useful for instructions whose ope...Owen Anderson2011-06-271-0/+7
* Store CodeGenRegisters as pointers so they won't be reallocated.Jakob Stoklund Olesen2011-06-181-4/+0
* Move the list of register classes into CodeGenRegBank as well.Jakob Stoklund Olesen2011-06-151-64/+2
* Move the list of registers into CodeGenRegBank.Jakob Stoklund Olesen2011-06-111-4/+1
* Move some sub-register index calculations to CodeGenRegisters.cppJakob Stoklund Olesen2011-06-101-19/+4
* Teach TableGen to automatically generate missing SubRegIndex instances.Jakob Stoklund Olesen2011-05-071-0/+3
* Trailing whitespace.Jim Grosbach2011-03-111-13/+13
* Flag -> Glue, the ongoing sagaChris Lattner2010-12-231-3/+3
* eliminate the Records global variable, patch by Garrison Venn!Chris Lattner2010-12-131-1/+2
* a bunch of random cleanup, move a helper to CGT where it belongs.Chris Lattner2010-11-021-0/+4
* fix a long standing wart: all the ComplexPattern's were beingChris Lattner2010-09-211-1/+3
* Ignore NumberHack and give each SubRegIndex instance a unique enum value inst...Jakob Stoklund Olesen2010-05-251-1/+5
* Replace the tablegen RegisterClass field SubRegClassList with an alist-like dataJakob Stoklund Olesen2010-05-241-4/+14
* add a new SDNPVariadic SDNP node flag, and use it inChris Lattner2010-03-191-1/+2
* Finally change the instruction looking map to be a densemap fromChris Lattner2010-03-191-16/+11
* make inst_begin/inst_end iterate over InstructionsByEnumValue.Chris Lattner2010-03-191-9/+9
* revert 98912Chris Lattner2010-03-191-9/+9
* make inst_begin/inst_end iterate over InstructionsByEnumValue.Chris Lattner2010-03-191-9/+9
* change Target.getInstructionsByEnumValue to return a referenceChris Lattner2010-03-191-2/+9
* don't go through getInstructions().Chris Lattner2010-03-191-1/+1
* look up instructions by record, not by name.Chris Lattner2010-03-191-1/+4
* Completely rewrite tblgen's type inference mechanism,Chris Lattner2010-03-151-1/+1
* Remove the CPAttrParentAsRoot code, which is unused, and inconvenientDan Gohman2010-01-041-5/+0
* clang++ points out that this is pointless.Chris Lattner2009-11-061-1/+1
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-10/+10
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-10/+10
* Match X86 register names to number.Daniel Dunbar2009-07-291-0/+4
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-031-1/+1
* Revert 72707 and 72709, for the moment.Dale Johannesen2009-06-021-6/+2
* Make the implicit inputs and outputs of target-independentDale Johannesen2009-06-011-2/+6
* Generalize getRegisterClassForRegister to handle registersDan Gohman2009-04-131-4/+40
* Factor the code for determining the target-specific instructionDan Gohman2008-08-201-0/+4
* Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang2008-06-251-1/+4
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-061-12/+12
* Move instruction flag inference out of InstrInfoEmitter and intoDan Gohman2008-04-031-0/+4
* Allow ComplexExpressions in InstrInfo.td files to be slightly more... complex...Christopher Lamb2008-01-311-2/+6