aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMInstrVFP.td
Commit message (Expand)AuthorAgeFilesLines
* Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead.Evan Cheng2007-09-111-1/+2
* Initial JIT support for ARM by Raul Fernandes Herbster.Evan Cheng2007-08-071-8/+14
* Change instruction description to split OperandList into OutOperandList andEvan Cheng2007-07-191-75/+79
* Remove clobbersPred. Add an OptionalDefOperand to instructions which have the...Evan Cheng2007-07-101-1/+0
* No need for ccop anymore.Evan Cheng2007-07-061-8/+8
* Each ARM use predicate operand is now made up of two components. The new comp...Evan Cheng2007-07-051-17/+15
* Mark these instructions clobbersPred. They modify the condition code register.Evan Cheng2007-06-061-1/+1
* For VFP2 fldm, fstm instructions, the condition code is printed after the add...Evan Cheng2007-05-291-4/+4
* Add PredicateOperand to all ARM instructions that have the condition field.Evan Cheng2007-05-151-71/+95
* Switch BCC, MOVCCr, etc. to PredicateOperand.Evan Cheng2007-05-081-4/+4
* This is no longer needed after enabling the DAG combiner xform.Evan Cheng2007-05-071-5/+0
* Evan's patch to avoid FPreg->intreg copy for cvt; store to memDale Johannesen2007-05-031-0/+5
* match a reassociated form of fnmul. This implements CodeGen/ARM/fnmul.llChris Lattner2007-05-031-2/+8
* ARM backend contribution from Apple.Evan Cheng2007-01-191-0/+359