convert PPC::BCC to use the 'pred' operand instead of separate predicate
[oota-llvm.git] / lib / Target / PowerPC / PPCBranchSelector.cpp
2006-11-17 Chris Lattnerconvert PPC::BCC to use the 'pred' operand instead...
2006-11-17 Chris Lattnerrename PPC::COND_BRANCH to PPC::BCC
2006-11-17 Chris Lattnerstart using PPC predicates more consistently.
2006-11-17 Jim LaskeyTypo. Fix the nightly tests.
2006-11-17 Chris Lattnerimplement a todo: change a map into a vector
2006-11-17 Chris Lattnerfix typo
2006-11-16 Chris Lattnerimplicit_def_vrrc doesn't generate code.
2006-11-16 Chris Lattneradd a statistic
2006-10-13 Chris LattnerCorrectly handle instruction separators.
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-08-25 Evan ChengAdd a comment.
2006-08-25 Evan ChengEncode pc-relative conditional branch offset as pc...
2006-06-28 Chris LattnerUse hidden visibility to make symbols in an anonymous...
2006-06-27 Chris LattnerImplement 64-bit undef, sub, shl/shr, srem/urem
2006-05-04 Chris LattnerThere shalt be only one "immediate" operand type!
2006-03-17 Nate BegemanRemove BRTWOWAY*
2006-02-08 Chris LattnerRename BSel -> PPCBSel for the benefit of doxygen users.
2005-10-16 Nate BegemanMore PPC32 -> PPC changes, as well as merging some...
2005-10-14 Chris LattnerRename PPC32*.h to PPC*.h
2005-10-14 Chris LattnerRename PowerPC*.h to PPC*.h
2005-10-14 Chris LattnerRename PowerPCInstrBuilder.h -> PPC*
2005-10-14 Chris LattnerNuke PowerPCInstrFormats.h, its contents are dead....
2005-10-01 Chris LattnerModify the ppc backend to use two register classes...
2005-08-26 Chris LattnerPropagate cr# from COND_BRANCH to the actual branch...
2005-08-24 Chris LattnerSplit IMPLICIT_DEF into IMPLICIT_DEF_GPR and IMPLICIT_D...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-06-18 Reid SpencerClean up some uninitialized variables and missing retur...
2005-06-17 Chris Lattnersilence incredibly braindead GCC 4 warning
2005-06-12 Nate BegemanFix a memory smasher caught by Mac OS X's debug malloc...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-10-07 Nate BegemanRemove unnecessary header include
2004-09-02 Nate BegemanConvert remaining X-Form and Pseudo instructions over...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-17 Misha BrukmanPowerPCInstrInfo has gone away, PPC32 and PPC64 share...
2004-08-10 Misha BrukmanRenamed PPC32 (namespace for regs, opcodes) to PPC...
2004-07-28 Misha BrukmanRemove an extra 8 byte distance penalty. Patch by...
2004-07-27 Misha BrukmanAdd PowerPCBranchSelector to discover which are `long...