80 col violation.
[oota-llvm.git] / include / llvm / Target / Target.td
2009-07-10 Evan Cheng80 col violation.
2009-06-20 Chris Lattnerimplement support for lowering subregs when preparing...
2009-06-02 Dale JohannesenRevert 72707 and 72709, for the moment.
2009-06-01 Dale JohannesenMake the implicit inputs and outputs of target-independent
2009-04-13 Dan GohmanRename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalize
2009-04-13 Dan GohmanAdd a new TargetInstrInfo MachineInstr opcode, COPY_TO_...
2008-12-03 Dan GohmanRename isSimpleLoad to canFoldAsLoad, to better reflect...
2008-12-03 Dan GohmanMark x86's V_SET0 and V_SETALLONES with isSimpleLoad...
2008-11-24 Evan ChengMove target independent td files from lib/Target/ to...