Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead.
[oota-llvm.git] / lib / Target / ARM / ARMInstrVFP.td
2007-09-11 Evan ChengRemove (somewhat confusing) Imp<> helper, use let Defs...
2007-08-07 Evan ChengInitial JIT support for ARM by Raul Fernandes Herbster.
2007-07-19 Evan ChengChange instruction description to split OperandList...
2007-07-10 Evan ChengRemove clobbersPred. Add an OptionalDefOperand to instr...
2007-07-06 Evan ChengNo need for ccop anymore.
2007-07-05 Evan ChengEach ARM use predicate operand is now made up of two...
2007-06-06 Evan ChengMark these instructions clobbersPred. They modify the...
2007-05-29 Evan ChengFor VFP2 fldm, fstm instructions, the condition code...
2007-05-15 Evan ChengAdd PredicateOperand to all ARM instructions that have...
2007-05-08 Evan ChengSwitch BCC, MOVCCr, etc. to PredicateOperand.
2007-05-07 Evan ChengThis is no longer needed after enabling the DAG combine...
2007-05-03 Dale JohannesenEvan's patch to avoid FPreg->intreg copy for cvt; store...
2007-05-03 Chris Lattnermatch a reassociated form of fnmul. This implements...
2007-01-19 Evan ChengARM backend contribution from Apple.