Add Mac OS X compatible JIT callback routine.
[oota-llvm.git] / lib / Target / ARM / ARMInstrVFP.td
2008-03-15 Evan ChengReplace all target specific implicit def instructions...
2008-01-15 Chris Lattnerrename SDTRet -> SDTNone.
2008-01-10 Chris Lattnerget def use info more correct.
2008-01-07 Evan ChengOnly mark instructions that load a single value without...
2008-01-06 Chris Lattnerrename isLoad -> isSimpleLoad due to evan's desire...
2008-01-06 Chris Lattnerrename isStore -> mayStore to more accurately reflect...
2008-01-06 Chris Lattnerremove explicit isStore flags that are now inferrable.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-12 Evan ChengImplicit def instructions, e.g. X86::IMPLICIT_DEF_GR32...
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.