Move the selection of the arms of the select operation up to the conditional
[oota-llvm.git] / lib / Target / PowerPC / PPCISelPattern.cpp
2005-04-01 Chris LattnerMove the selection of the arms of the select operation...
2005-04-01 Nate BegemanFix stores to global addresses
2005-04-01 Nate BegemanSupport indexed loads and stores. This drops Shootout...
2005-04-01 Nate BegemanImplement FP_TO_SINT and FP_TO_UINT
2005-04-01 Nate BegemanAdd support for adding 0.0 and -0.0 to the constant...
2005-04-01 Nate BegemanFactor out common code, support FP comparison in folded...
2005-03-31 Nate Begemanfsel generation for f32 and f64 select
2005-03-31 Nate BegemanPass the correct values to the chain argument for node...
2005-03-31 Nate BegemanRewrite LowerCallTo and Select(ISD::CALL) to properly...
2005-03-30 Nate BegemanFix calls whose arguments fit entirely in registers...
2005-03-30 Nate BegemanFix frame index code to generate legal PowerPC instruct...
2005-03-30 Nate BegemanFix external symbol printing in the AsmPrinter. Tell...
2005-03-29 Nate BegemanFix BranchCC (it's still dumb), and implement FP select...
2005-03-29 Nate BegemanImplement integer select and i1 sign extend
2005-03-29 Nate BegemanImplement SetCC, fix ZERO_EXTEND_INREG
2005-03-29 Chris Lattnerfix a warning in the optimized build
2005-03-29 Nate BegemanImplement div, rem, and frameindex
2005-03-28 Nate BegemanPattern ISel: fix argument loading for i64s (thanks...
2005-03-28 Nate BegemanRemove fake instruction 'subc' (mnemonic for subfc).
2005-03-28 Nate BegemanImplement proper loads and zero-extends of all types
2005-03-26 Nate BegemanFix that pesky floats in integer regs problem by assign...
2005-03-26 Nate BegemanGet closer to having varargs working. There's still...
2005-03-26 Nate BegemanMake 64bit args and float args work correct with calls...
2005-03-26 Nate BegemanNext round of pattern isel changes, mostly dealing...
2005-03-25 Nate BegemanSupport global addresses and fix call returns. Varargs...
2005-03-24 Nate BegemanImplement next round of Pattern ISel fixes
2005-03-24 Nate BegemanImplement more of the PPC32 Pattern ISel:
2005-03-24 Chris LattnerFix silly "no newline at end of file" warning
2005-03-24 Nate BegemanAddition of the PPC32 Pattern ISel. While it is far...