Invert the TargetLowering flag that controls divide by consant expansion.
[oota-llvm.git] / lib / Target / PowerPC / PPCISelLowering.cpp
2005-10-21 Nate BegemanInvert the TargetLowering flag that controls divide...
2005-10-20 Nate BegemanMove the target constant divide optimization up into...
2005-10-18 Nate BegemanAdd the ability to lower return instructions to TargetL...
2005-10-18 Nate BegemanDo the right thing and enable 64 bit regs under the...
2005-10-18 Nate BegemanFirst bits of 64 bit PowerPC stuff, currently disabled...
2005-10-16 Nate BegemanMore PPC32 -> PPC changes, as well as merging some...
2005-10-14 Chris LattnerRename PPC32*.h to PPC*.h
2005-10-02 Chris Lattnerfix an f32/f64 type mismatch
2005-10-01 Chris LattnerModify the ppc backend to use two register classes...
2005-09-28 Chris LattnerAdd FP versions of the binary operators, keeping the...
2005-09-27 Chris LattnerDarwin, like many BSD systems, has a setjmp/longjmp...
2005-09-13 Chris LattnerChange the arg lowering code to use copyfromreg from...
2005-09-13 Chris LattnerRemove some dead vectors
2005-09-10 Chris LattnerPowerPC cannot truncstore i1 natively
2005-09-06 Nate BegemanImplement i64<->fp using the fctidz/fcfid instructions...
2005-09-02 Chris LattnerDecouple fsqrt from gpul optimizations, implementing...
2005-09-02 Chris LattnerRestore this patch now that the latent bug has been...
2005-09-02 Chris LattnerRevert the previous patch which causes a mysterious...
2005-09-01 Chris LattnerImplement small-arguments.ll:test3 by teaching the...
2005-08-31 Chris LattnerMove FCTIWZ handling out of the instruction selectors...
2005-08-31 Chris LattnerMove SHL,SHR i64 -> legalizer
2005-08-31 Chris Lattnerlower sra_parts on the dag, implementing it for the...
2005-08-31 Nate BegemanEnable generation of AssertSext and AssertZext in the...
2005-08-30 Chris LattnerFix a bug in my patch for legalizing to fsel. It canno...
2005-08-30 Chris LattnerFix some really strange indentation that xcode likes...
2005-08-26 Chris Lattnerimplement SELECT_CC fully for the DAG->DAG isel!
2005-08-26 Chris LattnerMake fsel emission work with both the pattern and dag...
2005-08-26 Chris Lattnerimplement the other half of the select_cc -> fsel lower...
2005-08-26 Chris Lattneradd initial support for converting select_cc -> fsel...
2005-08-25 Nate BegemanRemove option to make SetCC illegal on PowerPC after...
2005-08-23 Nate BegemanAck, typo
2005-08-23 Nate BegemanAdd an option to make SetCC illegal as a beta option
2005-08-17 Jim LaskeyMake UINT_TO_FP and SINT_TO_FP use generic expansion.
2005-08-16 Chris Lattnerupdates for changes in nodes
2005-08-16 Nate BegemanImplement BR_CC and BRTWOWAY_CC. This allows the remov...
2005-08-16 Chris LattnerPull the LLVM -> DAG lowering code out of the pattern...