summaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/Local.cpp
AgeCommit message (Expand)Author
2014-07-21Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith
2014-07-20[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob
2014-07-12Fix an issue with the MergeBasicBlockIntoOnlyPred() helper function where it didOwen Anderson
2014-05-14Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad
2014-05-13Split GlobalValue into GlobalValue and GlobalObject.Rafael Espindola
2014-05-09Use auto and clang-format this snippet.Rafael Espindola
2014-04-25Unbreak the gdb buildbot by not lowering dbg.declare intrinsics for arrays.Adrian Prantl
2014-04-25This reapplies r207235 with an additional bugfixes caught by the msanAdrian Prantl
2014-04-25Revert "This reapplies r207130 with an additional testcase+and a missing chec...Adrian Prantl
2014-04-25Reapply r207135 without modifications.Adrian Prantl
2014-04-25This reapplies r207130 with an additional testcase+and a missing check forAdrian Prantl
2014-04-25[C++] Use 'nullptr'. Transforms edition.Craig Topper
2014-04-25Revert "This reapplies r207130 with an additional testcase+and a missing chec...Adrian Prantl
2014-04-25This reapplies r207130 with an additional testcase+and a missing check forAdrian Prantl
2014-04-25Revert "Debug info for optimized code: Support variables that are on the stac...Adrian Prantl
2014-04-24Revert "Debug info: Let dbg.values inserted by LowerDbgDeclare inherit the lo...Adrian Prantl
2014-04-24Debug info: Let dbg.values inserted by LowerDbgDeclare inherit the locationAdrian Prantl
2014-04-24Debug info for optimized code: Support variables that are on the stack andAdrian Prantl
2014-04-21[Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth
2014-03-27C++11: convert verbose loops to range-based loops.Adrian Prantl
2014-03-09[C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth
2014-03-06[Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth
2014-03-06[Layering] Move DIBuilder.h into the IR library where its implementationChandler Carruth
2014-03-04[Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth
2014-03-04[Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth
2014-03-04[Modules] Move GetElementPtrTypeIterator into the IR library. As itsChandler Carruth
2014-01-13[PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth
2013-12-10Transforms: Don't create bad branch weights when folding a switchJustin Bogner
2013-11-18Debug info: Let LowerDbgDeclare perfom the dbg.declare -> dbg.valueAdrian Prantl
2013-10-21Don't eliminate a partially redundant load if it's in a landing pad.Bill Wendling
2013-10-19Perform an intelligent splice of the predecessor with the single successor.Bill Wendling
2013-10-02Remove the very substantial, largely unmaintained legacy PGOChandler Carruth
2013-09-24Push analysis passes to InstSimplify when they're around anyways.Benjamin Kramer
2013-09-09Revert patches to add case-range support for PR1255.Bob Wilson
2013-08-14Fix small typo: s/succ/Succ/Mark Lacey
2013-08-12Reapply r188119 now that the bug it exposed is fixed.Peter Collingbourne
2013-08-10Revert r188119 "Kill some duplicated code for removing unreachable BBs."Arnold Schwaighofer
2013-08-09Kill some duplicated code for removing unreachable BBs.Peter Collingbourne
2013-08-01Teach getOrEnforceKnownAlignment about address spacesMatt Arsenault
2013-07-23Fix spellingMatt Arsenault
2013-07-22Remove trailing spaces.Jakub Staszak
2013-07-11TryToSimplifyUncondBranchFromEmptyBlock was checking that any commonDuncan Sands
2013-07-04Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper
2013-06-28Debug Info: clean up usage of Verify.Manman Ren
2013-06-26Revert "Debug Info: clean up usage of Verify." as it's breaking bots.Eric Christopher
2013-06-26Debug Info: clean up usage of Verify.Manman Ren
2013-04-26fix a typo that due to cu&paste quadrupled itselfAdrian Prantl
2013-04-26Bugfix for the debug intrinsic handling in InstCombiner:Adrian Prantl
2013-03-22Fix llvm::removeUnreachableBlocks to handle unreachable loops.Evgeniy Stepanov