aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/Target.td
Commit message (Expand)AuthorAgeFilesLines
* 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