[PM] Port ScalarEvolution to the new pass manager.
[oota-llvm.git] / lib / Target / PowerPC / PPCCTRLoops.cpp
2015-08-17 Chandler Carruth[PM] Port ScalarEvolution to the new pass manager.
2015-07-09 Mehdi AminiMake TargetLowering::getPointerTy() taking DataLayout...
2015-06-16 Daniel SandersClean up redundant copies of Triple objects. NFC
2015-05-18 David BlaikieSimplify IRBuilder::CreateCall* by using ArrayRef+initi...
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-01-30 Eric ChristopherUse the cached subtargets and remove calls to getSubtar...
2015-01-30 Eric ChristopherMigrate some of PPC away from the use of bare getSubtar...
2015-01-17 Chandler Carruth[PM] Split the LoopInfo object apart from the legacy...
2015-01-15 Chandler Carruth[PM] Separate the TargetLibraryInfo object from the...
2015-01-15 Chandler Carruth[PM] Move TargetLibraryInfo into the Analysis library.
2014-12-27 David MajnemerPowerPC: CTR shouldn't fire if a TLS call is in the...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-05-11 Hal Finkel[PowerPC] On PPC32, 128-bit shifts might be runtime...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-02-26 Aaron BallmanSilencing an MSVC signed comparison warning.
2014-02-25 Hal FinkelAccount for 128-bit integer operations in PPCCTRLoops
2014-02-25 Rafael EspindolaMake DataLayout a plain object, not a pass.
2014-02-24 Rafael EspindolaMake some DataLayout pointers const.
2014-02-21 Rafael EspindolaRename a few more DataLayout variables.
2014-01-13 Chandler Carruth[PM] Split DominatorTree into a concrete analysis resul...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-08-19 Hal FinkelAdd a llvm.copysign intrinsic
2013-08-19 Hal FinkelDon't form PPC CTR-based loops around a copysignl call
2013-08-07 Hal FinkelAdd ISD::FROUND for libm round()
2013-07-17 Hal FinkelPPC: Add CTR-register clobber to builtin setjmp
2013-07-04 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-01 Hal FinkelDon't form PPC CTR loops for over-sized exit counts
2013-06-07 Hal FinkelDisallow i64 div/rem in PPC32 counter loops
2013-05-20 Hal FinkelRename LoopSimplify.h to LoopUtils.h
2013-05-20 Hal FinkelRemove copied preheader insertion logic from PPCCTRLoops
2013-05-20 Hal FinkelRename PPC MTCTRse to MTCTRloop
2013-05-20 Hal FinkelAdd a PPCCTRLoops verification pass
2013-05-18 Hal FinkelCheck InlineAsm clobbers in PPCCTRLoops
2013-05-16 Hal FinkelCreate an new preheader in PPCCTRLoops to avoid counter...
2013-05-16 Hal FinkelPPC32 cannot form counter loops around i64 FP conversions
2013-05-15 Hal Finkelundef setjmp in PPCCTRLoops
2013-05-15 Hal FinkelImplement PPC counter loops as a late IR-level pass
2013-03-21 Hal FinkelFix a register-class comparison bug in PPCCTRLoops
2013-03-18 Hal FinkelFix a sign-extension bug in PPCCTRLoops
2013-03-18 Hal FinkelFix 80-col. violations in PPCCTRLoops
2013-03-18 Hal FinkelFix large count and negative constant count handling...
2013-03-18 Hal FinkelCleanup initial-value constants in PPCCTRLoops
2013-02-13 Krzysztof ParzyszekAdd registration for PPC-specific passes to allow the...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-08-08 Jakob Stoklund OlesenDon't use getNextOperandForReg().
2012-06-16 Hal FinkelCleanup trip-count finding for PPC CTR loops (and some...
2012-06-08 Hal FinkelFix a bug in the new PPC CTR-Loops pass.
2012-06-08 Hal FinkelAdd the PPCCTRLoops pass: a PPC machine-code-level...