summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/Local.cpp
Commit message (Expand)AuthorAge
* Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad2014-05-14
* Split GlobalValue into GlobalValue and GlobalObject.Rafael Espindola2014-05-13
* Use auto and clang-format this snippet.Rafael Espindola2014-05-09
* Unbreak the gdb buildbot by not lowering dbg.declare intrinsics for arrays.Adrian Prantl2014-04-25
* This reapplies r207235 with an additional bugfixes caught by the msanAdrian Prantl2014-04-25
* Revert "This reapplies r207130 with an additional testcase+and a missing chec...Adrian Prantl2014-04-25
* Reapply r207135 without modifications.Adrian Prantl2014-04-25
* This reapplies r207130 with an additional testcase+and a missing check forAdrian Prantl2014-04-25
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-25
* Revert "This reapplies r207130 with an additional testcase+and a missing chec...Adrian Prantl2014-04-25
* This reapplies r207130 with an additional testcase+and a missing check forAdrian Prantl2014-04-25
* Revert "Debug info for optimized code: Support variables that are on the stac...Adrian Prantl2014-04-25
* Revert "Debug info: Let dbg.values inserted by LowerDbgDeclare inherit the lo...Adrian Prantl2014-04-24
* Debug info: Let dbg.values inserted by LowerDbgDeclare inherit the locationAdrian Prantl2014-04-24
* Debug info for optimized code: Support variables that are on the stack andAdrian Prantl2014-04-24
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* C++11: convert verbose loops to range-based loops.Adrian Prantl2014-03-27
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* [Layering] Move DIBuilder.h into the IR library where its implementationChandler Carruth2014-03-06
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-04
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-04
* [Modules] Move GetElementPtrTypeIterator into the IR library. As itsChandler Carruth2014-03-04
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-13
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* Transforms: Don't create bad branch weights when folding a switchJustin Bogner2013-12-10
* Debug info: Let LowerDbgDeclare perfom the dbg.declare -> dbg.valueAdrian Prantl2013-11-18
* Don't eliminate a partially redundant load if it's in a landing pad.Bill Wendling2013-10-21
* Perform an intelligent splice of the predecessor with the single successor.Bill Wendling2013-10-19
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-02
* Push analysis passes to InstSimplify when they're around anyways.Benjamin Kramer2013-09-24
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-09
* Fix small typo: s/succ/Succ/Mark Lacey2013-08-14
* Reapply r188119 now that the bug it exposed is fixed.Peter Collingbourne2013-08-12
* Revert r188119 "Kill some duplicated code for removing unreachable BBs."Arnold Schwaighofer2013-08-10
* Kill some duplicated code for removing unreachable BBs.Peter Collingbourne2013-08-09
* Teach getOrEnforceKnownAlignment about address spacesMatt Arsenault2013-08-01
* Fix spellingMatt Arsenault2013-07-23
* Remove trailing spaces.Jakub Staszak2013-07-22
* TryToSimplifyUncondBranchFromEmptyBlock was checking that any commonDuncan Sands2013-07-11
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-04
* Debug Info: clean up usage of Verify.Manman Ren2013-06-28
* Revert "Debug Info: clean up usage of Verify." as it's breaking bots.Eric Christopher2013-06-26
* Debug Info: clean up usage of Verify.Manman Ren2013-06-26
* fix a typo that due to cu&paste quadrupled itselfAdrian Prantl2013-04-26
* Bugfix for the debug intrinsic handling in InstCombiner:Adrian Prantl2013-04-26
* Fix llvm::removeUnreachableBlocks to handle unreachable loops.Evgeniy Stepanov2013-03-22
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-02
* Fix typo in commentsAlexey Samsonov2012-12-24