[C++] Use 'nullptr'. Target edition.
[oota-llvm.git] / lib / Target / PowerPC / PPCBranchSelector.cpp
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-02-28 Hal FinkelAdd CR-bit tracking to the PowerPC backend for i1 values
2013-05-21 Hal FinkelFix PPC branch selection for counter-based branches
2013-02-13 Krzysztof ParzyszekAdd registration for PPC-specific passes to allow the...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-06-08 Hal FinkelAdd the PPCCTRLoops pass: a PPC machine-code-level...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2010-08-23 Gabor Greiftyops
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-23 Gabor Greiffix constness warnings
2010-07-22 Chris Lattnereliminate the TargetInstrInfo::GetInstSizeInBytes hook.
2010-03-29 Benjamin KramerMake isInt?? and isUint?? template specializations...
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-02-13 Dale JohannesenRemove refs to non-DebugLoc version of BuildMI from...
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-04-16 Nicolas GeoffrayInfrastructure for getting the machine code size of...
2008-03-15 Evan ChengReplace all target specific implicit def instructions...
2007-12-30 Chris LattnerAdd new shorter predicates for testing machine operands...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-09-14 Dan GohmanRemove isReg, isImm, and isMBB, and change all their...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-01-26 Jim LaskeyMake LABEL a builtin opcode.
2006-12-19 Chris Lattnereliminate static ctors for Statistic objects.
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-11-27 Evan ChengChange MachineInstr ctor's to take a TargetInstrDescrip...
2006-11-18 Chris LattnerRewrite the branch selector to be correct in the face...
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...