aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-26Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.Benjamin Kramer1-24/+12
2016-04-23improve documentation comments; NFCSanjay Patel1-111/+3
2016-03-15[LV] Preserve LoopInfo when store predication is usedAdam Nemet1-5/+10
2016-03-10[PM] Port memdep to the new pass manager.Chandler Carruth1-2/+2
2016-01-06[SplitLandingPadPredecessors] Create a PHINode for the original landingpad on...Chen Li1-5/+11
2015-10-13TransformUtils: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-5/+5
2015-08-06Convert a bunch of loops to foreach. NFC.Pete Cooper1-2/+2
2015-07-31New EH representation for MSVC compatibilityDavid Majnemer1-3/+8
2015-07-22[PM/AA] Remove all of the dead AliasAnalysis pointers being threadedChandler Carruth1-14/+13
2015-07-22[PM/AA] Remove the last of the legacy update API from AliasAnalysis asChandler Carruth1-2/+0
2015-07-11[PM/AA] Completely remove the AliasAnalysis::copyValue interface.Chandler Carruth1-2/+0
2015-07-10Revert the new EH instructionsDavid Majnemer1-3/+2
2015-07-10New EH representation for MSVC compatibilityDavid Majnemer1-2/+3
2015-06-23Let llvm::ReplaceInstWithInst copy debug location from old to new instruction.Alexey Samsonov1-2/+5
2015-06-09[BasicBlockUtils] Set debug locations for instructions created in SplitBlockP...Alexey Samsonov1-2/+5
2015-05-12Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.Pete Cooper1-2/+2
2015-01-28Teach SplitBlockPredecessors how to handle landingpad blocks.Philip Reames1-5/+20
2015-01-19[PM] Replace the Pass argument to SplitEdge with specific analyses usedChandler Carruth1-12/+4
2015-01-19[PM] Remove the Pass argument from all of the critical edge splittingChandler Carruth1-7/+14
2015-01-19[PM] Lift the analyses into the interface forChandler Carruth1-10/+4
2015-01-18[PM] Pull the analyses used for another utility routine into its APIChandler Carruth1-43/+53
2015-01-18[PM] Sink the specific analyses preserved by SplitBlock into itsChandler Carruth1-15/+16
2015-01-18[PM] Replace another Pass argument with specific analyses that areChandler Carruth1-25/+19
2015-01-18[PM] Lift the actual analyses used into the inferface rather thanChandler Carruth1-10/+7
2015-01-18[PM] Now that LoopInfo isn't in the Pass type hierarchy, it is muchChandler Carruth1-3/+3
2015-01-17[PM] Split the LoopInfo object apart from the legacy pass, creatingChandler Carruth1-6/+9
2014-11-19Introduce llvm::SplitAllCriticalEdgesKostya Serebryany1-0/+12
2014-07-21Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith1-1/+4
2014-07-20[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob1-4/+1
2014-07-15Give SplitBlockAndInsertIfThen the ability to update a domtree.Peter Collingbourne1-1/+16
2014-04-28Fix rampant quadratic behavior in UpdatePHINodes. The operation ofChandler Carruth1-23/+40
2014-04-28[C++] Use 'nullptr'.Craig Topper1-1/+1
2014-04-25[C++] Use 'nullptr'. Transforms edition.Craig Topper1-26/+26
2014-03-19Set debug info for instructions inserted in SplitBlockAndInsertIfThen.Evgeniy Stepanov1-0/+5
2014-03-04[Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth1-1/+1
2014-01-13[PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth1-12/+16
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth1-1/+1
2013-12-23[asan] don't unpoison redzones on function exit in use-after-return mode.Kostya Serebryany1-0/+33
2013-12-19Add an explicit insert point argument to SplitBlockAndInsertIfThen.Evgeniy Stepanov1-9/+10
2013-10-04UpdatePHINodes in BasicBlockUtils should not crash on duplicate predecessorsHal Finkel1-2/+6
2013-10-01Remove several unused variables.Rafael Espindola1-1/+0
2013-08-06Factor FlattenCFG out from SimplifyCFGTom Stellard1-0/+101
2013-07-27Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky1-62/+1
2013-07-04Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper1-1/+1
2013-01-14Remove trailing spaces.Jakub Staszak1-38/+38
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-6/+6
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-7/+7
2012-10-19Move SplitBlockAndInsertIfThen to BasicBlockUtils.Evgeniy Stepanov1-0/+39
2012-10-08Move TargetData to DataLayout.Micah Villmow1-1/+1
2012-08-29Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer1-2/+2