Back out the previous change to SelectBranchCC, since there are cases it
[oota-llvm.git] / lib / Target / PowerPC / PPC64ISelSimple.cpp
2005-03-24 Chris Lattnereliminate dead variables, patch contributed by Gabor...
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2004-10-07 Nate BegemanSeveral fixes and enhancements to the PPC32 backend.
2004-09-21 Misha Brukmans/ISel/PPC64ISel/ to have unique class names for debugg...
2004-09-06 Nate BegemanAdd 64 bit divide instructions, and use them
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Nate BegemanImprovements to int->float cast code for PPC-64
2004-08-19 Misha BrukmanStack space for argument passing is 32 regardless of...
2004-08-19 Misha BrukmanOn 64-bit PowerPC, pointers are 8 bytes, so parameter...
2004-08-19 Misha BrukmanFix more remaining 32-bit vestiges of PowerPC
2004-08-19 Misha BrukmanFix another vestige of the 32-bit PowerPC backend.
2004-08-19 Misha Brukman* Eliminate global base register, r2 is used for that...
2004-08-19 Nate BegemanClean up floating point instruction selection.
2004-08-17 Misha BrukmanPowerPC 32-/64-bit split: Part II, 64-bit customization...
2004-08-13 Nate BegemanLongs are in one register on PowerPC 64; use appropriat...
2004-08-12 Misha Brukman* Correct 64-bit version: blr 1 (not 0)
2004-08-12 Misha Brukman* Pointers are 8 bytes, hence cLong type on 64-bit PPC
2004-08-11 Misha Brukman64-bit instruction selector and AIX-specific 64-bit...