aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-03-21Fix a couple of layering violations in TransformsDavid Blaikie1-1/+1
2018-01-31Utils: Fix DomTree update for entry blockMatt Arsenault1-5/+14
2018-01-12[JumpThreading] Preservation of DT and LVI across the passBrian M. Rzycki1-4/+14
2018-01-04Revert "[JumpThreading] Preservation of DT and LVI across the pass"Reid Kleckner1-14/+4
2018-01-04[JumpThreading] Preservation of DT and LVI across the passBrian M. Rzycki1-4/+14
2018-01-04Add assertion on DT availability during LI update in UpdateAnalysisInformationAnna Thomas1-0/+1
2018-01-02[BasicBlockUtils] Check for unreachable preds before updating LI in UpdateAna...Anna Thomas1-0/+6
2017-12-30Use phi ranges to simplify code. No functionality change intended.Benjamin Kramer1-17/+9
2017-12-13Reverting [JumpThreading] Preservation of DT and LVI across the passBrian M. Rzycki1-14/+4
2017-12-13[JumpThreading] Preservation of DT and LVI across the passBrian M. Rzycki1-4/+14
2017-11-01loop-rotate: eliminate duplicate debug intrinsics after splicing.Adrian Prantl1-1/+26
2017-11-01Revert r317105 to investigate bot breakage.Adrian Prantl1-23/+1
2017-11-01loop-rotate: eliminate duplicate debug intrinsics after splicing.Adrian Prantl1-1/+23
2017-10-27[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko1-10/+21
2017-05-01Rename WeakVH to WeakTrackingVH; NFCSanjoy Das1-2/+2
2017-04-26Reverts commit r301424, r301425 and r301426Sanjoy Das1-2/+2
2017-04-26Rename WeakVH to WeakTrackingVH; NFCSanjoy Das1-2/+2
2017-03-06[BasicBlockUtils] Check for nullptr before updating LoopInfo.Michael Kruse1-3/+4
2017-02-14[BasicBlockUtils] Use getFirstNonPHIOrDbg to set debugloc for instructions cr...Taewook Oh1-1/+1
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