| Commit message (Expand) | Author | Age | Files | Lines |
* | Add parameter to pattern classes to enable an itinerary to be specified for i... | David Goodwin | 2009-08-06 | 1 | -57/+57 |
* | Add NEON single-precision FP support for fabs and fneg. | David Goodwin | 2009-08-04 | 1 | -6/+6 |
* | Match common pattern for FNMAC. Add NEON SP support. | David Goodwin | 2009-08-04 | 1 | -0/+5 |
* | Initial support for single-precision FP using NEON. Added "neonfp" attribute ... | David Goodwin | 2009-08-04 | 1 | -15/+15 |
* | Model fpscr to prevent fcmped / fcmpezs etc from being deleted. | Evan Cheng | 2009-07-20 | 1 | -1/+5 |
* | Predicate VFP instructions on HasVFP2 instead of IsARM. This allows VFP instr... | David Goodwin | 2009-07-10 | 1 | -4/+4 |
* | Mark some pattern-less instructions as neverHasSideEffects. | Evan Cheng | 2009-06-12 | 1 | -0/+2 |
* | Fix a 80 col. violation. | Evan Cheng | 2008-12-11 | 1 | -1/+2 |
* | Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning. | Dan Gohman | 2008-12-03 | 1 | -2/+2 |
* | Fix fuitos encoding. | Evan Cheng | 2008-11-15 | 1 | -8/+4 |
* | fsub{d|s} encoding bugs. | Evan Cheng | 2008-11-13 | 1 | -2/+6 |
* | Consolidate formats; fix FCMPED etc. encodings. | Evan Cheng | 2008-11-12 | 1 | -10/+5 |
* | Fix VFP conversion instruction encodings. | Evan Cheng | 2008-11-12 | 1 | -12/+12 |
* | Fix encoding of single-precision VFP registers. | Evan Cheng | 2008-11-12 | 1 | -1/+1 |
* | Fix FMDRR encoding. | Evan Cheng | 2008-11-11 | 1 | -9/+9 |
* | Encode VFP load / store instructions. | Evan Cheng | 2008-11-11 | 1 | -9/+24 |
* | Encode VFP conversion instructions. | Evan Cheng | 2008-11-11 | 1 | -28/+57 |
* | Encode VFP arithmetic instructions. | Evan Cheng | 2008-11-11 | 1 | -102/+72 |
* | Remove opcode from instruction TS flags; add MOVCC support; fix addrmode3 enc... | Evan Cheng | 2008-11-06 | 1 | -8/+8 |
* | udpate header comment: s/VP/VFP/ | Jim Grosbach | 2008-09-11 | 1 | -1/+1 |
* | Replace all target specific implicit def instructions with a target independe... | Evan Cheng | 2008-03-15 | 1 | -9/+0 |
* | rename SDTRet -> SDTNone. | Chris Lattner | 2008-01-15 | 1 | -1/+1 |
* | get def use info more correct. | Chris Lattner | 2008-01-10 | 1 | -0/+2 |
* | Only mark instructions that load a single value without extension as isSimple... | Evan Cheng | 2008-01-07 | 1 | -2/+0 |
* | rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate. | Chris Lattner | 2008-01-06 | 1 | -4/+4 |
* | rename isStore -> mayStore to more accurately reflect what it captures. | Chris Lattner | 2008-01-06 | 1 | -2/+2 |
* | remove explicit isStore flags that are now inferrable. | Chris Lattner | 2008-01-06 | 1 | -2/+0 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Implicit def instructions, e.g. X86::IMPLICIT_DEF_GR32, are always re-materia... | Evan Cheng | 2007-12-12 | 1 | -0/+2 |
* | Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead. | Evan Cheng | 2007-09-11 | 1 | -1/+2 |
* | Initial JIT support for ARM by Raul Fernandes Herbster. | Evan Cheng | 2007-08-07 | 1 | -8/+14 |
* | Change instruction description to split OperandList into OutOperandList and | Evan Cheng | 2007-07-19 | 1 | -75/+79 |
* | Remove clobbersPred. Add an OptionalDefOperand to instructions which have the... | Evan Cheng | 2007-07-10 | 1 | -1/+0 |
* | No need for ccop anymore. | Evan Cheng | 2007-07-06 | 1 | -8/+8 |
* | Each ARM use predicate operand is now made up of two components. The new comp... | Evan Cheng | 2007-07-05 | 1 | -17/+15 |
* | Mark these instructions clobbersPred. They modify the condition code register. | Evan Cheng | 2007-06-06 | 1 | -1/+1 |
* | For VFP2 fldm, fstm instructions, the condition code is printed after the add... | Evan Cheng | 2007-05-29 | 1 | -4/+4 |
* | Add PredicateOperand to all ARM instructions that have the condition field. | Evan Cheng | 2007-05-15 | 1 | -71/+95 |
* | Switch BCC, MOVCCr, etc. to PredicateOperand. | Evan Cheng | 2007-05-08 | 1 | -4/+4 |
* | This is no longer needed after enabling the DAG combiner xform. | Evan Cheng | 2007-05-07 | 1 | -5/+0 |
* | Evan's patch to avoid FPreg->intreg copy for cvt; store to mem | Dale Johannesen | 2007-05-03 | 1 | -0/+5 |
* | match a reassociated form of fnmul. This implements CodeGen/ARM/fnmul.ll | Chris Lattner | 2007-05-03 | 1 | -2/+8 |
* | ARM backend contribution from Apple. | Evan Cheng | 2007-01-19 | 1 | -0/+359 |