aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCBranchSelector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add new shorter predicates for testing machine operands for various types: Chris Lattner2007-12-301-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Remove isReg, isImm, and isMBB, and change all their users to use Dan Gohman2007-09-141-1/+1
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+4
* Make LABEL a builtin opcode.Jim Laskey2007-01-261-0/+3
* eliminate static ctors for Statistic objects.Chris Lattner2006-12-191-2/+2
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-1/+1
* Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng2006-11-271-2/+3
* Rewrite the branch selector to be correct in the face of large functions.Chris Lattner2006-11-181-84/+101
* convert PPC::BCC to use the 'pred' operand instead of separate predicateChris Lattner2006-11-171-2/+2
* rename PPC::COND_BRANCH to PPC::BCCChris Lattner2006-11-171-3/+3
* start using PPC predicates more consistently.Chris Lattner2006-11-171-5/+23
* Typo. Fix the nightly tests.Jim Laskey2006-11-171-1/+1
* implement a todo: change a map into a vectorChris Lattner2006-11-171-6/+6
* fix typoChris Lattner2006-11-171-2/+2
* implicit_def_vrrc doesn't generate code.Chris Lattner2006-11-161-31/+31
* add a statisticChris Lattner2006-11-161-1/+6
* Correctly handle instruction separators.Chris Lattner2006-10-131-14/+11
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-271-1/+1
* Add a comment.Evan Cheng2006-08-251-0/+1
* Encode pc-relative conditional branch offset as pc+(num of bytes / 4). TheEvan Cheng2006-08-251-1/+1
* Use hidden visibility to make symbols in an anonymous namespace getChris Lattner2006-06-281-1/+2
* Implement 64-bit undef, sub, shl/shr, srem/uremChris Lattner2006-06-271-1/+2
* There shalt be only one "immediate" operand type!Chris Lattner2006-05-041-1/+1
* Remove BRTWOWAY*Nate Begeman2006-03-171-6/+2
* Rename BSel -> PPCBSel for the benefit of doxygen users.Chris Lattner2006-02-081-105/+115
* More PPC32 -> PPC changes, as well as merging some classes that wereNate Begeman2005-10-161-2/+2
* Rename PPC32*.h to PPC*.hChris Lattner2005-10-141-1/+1
* Rename PowerPC*.h to PPC*.hChris Lattner2005-10-141-1/+1
* Rename PowerPCInstrBuilder.h -> PPC*Chris Lattner2005-10-141-1/+1
* Nuke PowerPCInstrFormats.h, its contents are dead. Remove the definitionsChris Lattner2005-10-141-1/+0
* Modify the ppc backend to use two register classes for FP: F8RC and F4RC.Chris Lattner2005-10-011-1/+2
* Propagate cr# from COND_BRANCH to the actual branch instruction as appropriateChris Lattner2005-08-261-2/+3
* Split IMPLICIT_DEF into IMPLICIT_DEF_GPR and IMPLICIT_DEF_FP, so that theChris Lattner2005-08-241-1/+2
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-271-1/+1
* Clean up some uninitialized variables and missing return statements thatReid Spencer2005-06-181-1/+2
* silence incredibly braindead GCC 4 warningChris Lattner2005-06-171-2/+0
* Fix a memory smasher caught by Mac OS X's debug malloc library. We wereNate Begeman2005-06-121-8/+19
* Remove trailing whitespaceMisha Brukman2005-04-211-13/+13
* Remove unnecessary header includeNate Begeman2004-10-071-1/+0
* Convert remaining X-Form and Pseudo instructions over to asm writerNate Begeman2004-09-021-5/+0
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* PowerPCInstrInfo has gone away, PPC32 and PPC64 share opcodes.Misha Brukman2004-08-171-1/+2
* Renamed PPC32 (namespace for regs, opcodes) to PPC to include 64-bit targetsMisha Brukman2004-08-101-8/+8
* Remove an extra 8 byte distance penalty. Patch by Nate Begeman.Misha Brukman2004-07-281-4/+0
* Add PowerPCBranchSelector to discover which are `long' branches.Misha Brukman2004-07-271-0/+142