aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCBranchSelector.cpp
AgeCommit message (Expand)Author
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky
2009-02-13Remove refs to non-DebugLoc version of BuildMI from PowerPC.Dale Johannesen
2008-10-03Switch the MachineOperand accessors back to the short names likeDan Gohman
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2008-04-16Infrastructure for getting the machine code size of a function and an instruc...Nicolas Geoffray
2008-03-15Replace all target specific implicit def instructions with a target independe...Evan Cheng
2007-12-30Add new shorter predicates for testing machine operands for various types: Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-09-14Remove isReg, isImm, and isMBB, and change all their users to use Dan Gohman
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-01-26Make LABEL a builtin opcode.Jim Laskey
2006-12-19eliminate static ctors for Statistic objects.Chris Lattner
2006-12-06Detemplatize the Statistic class. The only type it is instantiated withChris Lattner
2006-11-27Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng
2006-11-18Rewrite the branch selector to be correct in the face of large functions.Chris Lattner
2006-11-17convert PPC::BCC to use the 'pred' operand instead of separate predicateChris Lattner
2006-11-17rename PPC::COND_BRANCH to PPC::BCCChris Lattner
2006-11-17start using PPC predicates more consistently.Chris Lattner
2006-11-17Typo. Fix the nightly tests.Jim Laskey
2006-11-17implement a todo: change a map into a vectorChris Lattner
2006-11-17fix typoChris Lattner
2006-11-16implicit_def_vrrc doesn't generate code.Chris Lattner
2006-11-16add a statisticChris Lattner
2006-10-13Correctly handle instruction separators.Chris Lattner
2006-08-27s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner
2006-08-25Add a comment.Evan Cheng
2006-08-25Encode pc-relative conditional branch offset as pc+(num of bytes / 4). TheEvan Cheng
2006-06-28Use hidden visibility to make symbols in an anonymous namespace getChris Lattner
2006-06-27Implement 64-bit undef, sub, shl/shr, srem/uremChris Lattner
2006-05-04There shalt be only one "immediate" operand type!Chris Lattner
2006-03-17Remove BRTWOWAY*Nate Begeman
2006-02-08Rename BSel -> PPCBSel for the benefit of doxygen users.Chris Lattner
2005-10-16More PPC32 -> PPC changes, as well as merging some classes that wereNate Begeman
2005-10-14Rename PPC32*.h to PPC*.hChris Lattner
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