aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/Target.td
Commit message (Expand)AuthorAgeFilesLines
* The mayHaveSideEffects flag is no longer used.Dan Gohman2010-02-271-7/+0
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-091-14/+14
* DEBUG_VALUE is now variable sized, as it has aDale Johannesen2010-01-151-1/+1
* Remove DEBUG_DECLARE, looks like we don't need it.Dale Johannesen2010-01-151-9/+0
* Add DEBUG_DECLARE. Not used yet.Dale Johannesen2010-01-091-0/+8
* Add DEBUG_VALUE. Not used yet.Dale Johannesen2010-01-081-0/+8
* Mark DBG_LABEL, EH_LABEL, and GC_LABEL as not-duplicable, sinceDan Gohman2009-11-121-0/+3
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-291-1/+1
* Add instruction flags: hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. WhenEvan Cheng2009-10-011-0/+2
* Introduce the TargetInstrInfo::KILL machine instruction and get rid of theJakob Stoklund Olesen2009-09-281-2/+2
* Add 'isCodeGenOnly' bit to Instruction .td records.Daniel Dunbar2009-08-111-1/+8
* llvm-mc/AsmParser: Allow target to specific a comment delimiter, which will beDaniel Dunbar2009-08-111-0/+11
* llvm-mc/AsmParser: Allow .td users to redefine the names of the methods to callDaniel Dunbar2009-08-101-4/+15
* llvm-mc/AsmMatcher: Change assembler parser match classes to their own recordDaniel Dunbar2009-08-101-7/+27
* Extend comment on ParserMatchClass .td field, and add some missingDaniel Dunbar2009-08-091-0/+5
* llvm-mc/AsmParser: Define match classes in the .td file.Daniel Dunbar2009-08-091-0/+11
* fix the column output stuff in the asmwriter from being dynamic andChris Lattner2009-08-071-0/+11
* fix comment pastosChris Lattner2009-08-071-2/+2
* 1. Introduce a new TargetOperandInfo::getRegClass() helper methodChris Lattner2009-07-291-3/+3
* make ptr_rc derive from a new PointerLikeRegClass tblgen class.Chris Lattner2009-07-291-1/+11
* Match X86 register names to number.Daniel Dunbar2009-07-291-0/+24
* 80 col violation.Evan Cheng2009-07-101-2/+2
* implement support for lowering subregs when preparing to print Chris Lattner2009-06-201-0/+1
* Revert 72707 and 72709, for the moment.Dale Johannesen2009-06-021-5/+0
* Make the implicit inputs and outputs of target-independentDale Johannesen2009-06-011-0/+5
* Rename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalizeDan Gohman2009-04-131-1/+1
* Add a new TargetInstrInfo MachineInstr opcode, COPY_TO_SUBCLASS.Dan Gohman2009-04-131-0/+8
* Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman2008-12-031-1/+1
* Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad, and teach X86'sDan Gohman2008-12-031-1/+1
* Move target independent td files from lib/Target/ to include/llvm/Target so t...Evan Cheng2008-11-241-0/+499