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