aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCBranchSelector.cpp
AgeCommit message (Expand)Author
2005-10-14Rename PowerPC*.h to PPC*.hChris Lattner
2005-10-14Rename PowerPCInstrBuilder.h -> PPC*Chris Lattner
2005-10-14Nuke PowerPCInstrFormats.h, its contents are dead. Remove the definitionsChris Lattner
2005-10-01Modify the ppc backend to use two register classes for FP: F8RC and F4RC.Chris Lattner
2005-08-26Propagate cr# from COND_BRANCH to the actual branch instruction as appropriateChris Lattner
2005-08-24Split IMPLICIT_DEF into IMPLICIT_DEF_GPR and IMPLICIT_DEF_FP, so that theChris Lattner
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-06-18Clean up some uninitialized variables and missing return statements thatReid Spencer
2005-06-17silence incredibly braindead GCC 4 warningChris Lattner
2005-06-12Fix a memory smasher caught by Mac OS X's debug malloc library. We wereNate Begeman
2005-04-21Remove trailing whitespaceMisha Brukman
2004-10-07Remove unnecessary header includeNate Begeman
2004-09-02Convert remaining X-Form and Pseudo instructions over to asm writerNate Begeman
2004-09-01Changes For Bug 352Reid Spencer
2004-08-17PowerPCInstrInfo has gone away, PPC32 and PPC64 share opcodes.Misha Brukman
2004-08-10Renamed PPC32 (namespace for regs, opcodes) to PPC to include 64-bit targetsMisha Brukman
2004-07-28Remove an extra 8 byte distance penalty. Patch by Nate Begeman.Misha Brukman
2004-07-27Add PowerPCBranchSelector to discover which are `long' branches.Misha Brukman