Remove unused statistic
[oota-llvm.git] / lib / Target / PowerPC / PPCISelDAGToDAG.cpp
2005-08-24 Nate BegemanRemove unused statistic
2005-08-24 Chris LattnerAdd callseq_begin/end support
2005-08-22 Chris LattnerImplement stores.
2005-08-22 Chris LattnerFix compilation of:
2005-08-21 Chris LattnerImplement most of load support. There is still a bug...
2005-08-21 Chris LattnerImplement selection for branches.
2005-08-19 Chris Lattneradd support for global address, including PIC support.
2005-08-19 Chris LattnerFix a typeo, no wonder all tokenfactor edges were the...
2005-08-19 Nate BegemanISD::OR, and it's accompanying SelectBitfieldInsert
2005-08-18 Nate BegemanAdd shifts.
2005-08-18 Chris LattnerMove this to the emitter
2005-08-18 Chris LattnerAfter selecting the instructions for a basic block...
2005-08-18 Chris Lattnerremove some unused stuff
2005-08-18 Nate BegemanImprove ISD::Constant codegen.
2005-08-18 Nate BegemanAdd support for ISD::AND, and its various optimized...
2005-08-18 Nate BegemanMaintain consistency in negating things
2005-08-18 Nate BegemanImplement XOR, remove a broken sign_extend_inreg case
2005-08-18 Nate BegemanAdd a bunch more simple nodes.
2005-08-18 Nate BegemanAdd a couple more nodes that are easy to handle
2005-08-18 Nate BegemanBe fruitful and multiply!
2005-08-17 Nate BegemanTeach the DAG->DAG ISel about FNEG, and how it can...
2005-08-17 Chris Lattnerinitial hack at a dag->dag instruction selector. This...