summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SimplifyCFG/sink-common-code.ll
Commit message (Expand)AuthorAgeFilesLines
* [SimplifyCFG] Skip sinking common lifetime markers of `alloca`.Michael Liao2019-08-291-0/+27
* Re-commit r357452 (take 3): "SimplifyCFG SinkCommonCodeFromPredecessors: Also...Hans Wennborg2019-06-171-0/+44
* Revert r361811: 'Re-commit r357452 (take 2): "SimplifyCFG SinkCommonCodeFromP...David L. Jones2019-06-131-44/+0
* Re-commit r357452 (take 2): "SimplifyCFG SinkCommonCodeFromPredecessors: Also...Hans Wennborg2019-05-281-0/+44
* Revert "Re-commit r357452: SimplifyCFG SinkCommonCodeFromPredecessors: Also s...Jordan Rupprecht2019-05-061-44/+0
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+892
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-892/+0
* Re-commit r357452: SimplifyCFG SinkCommonCodeFromPredecessors: Also sink func...Hans Wennborg2019-04-161-0/+44
* [NewPM] Add Option handling for SimplifyCFGSerguei Katkov2019-04-151-0/+1
* Revert r357452 - 'SimplifyCFG SinkCommonCodeFromPredecessors: Also sink funct...David L. Jones2019-04-041-44/+0
* SimplifyCFG SinkCommonCodeFromPredecessors: Also sink function calls without ...Hans Wennborg2019-04-021-0/+44
* [SimplifyCFG] don't sink common insts too soon (PR34603)Sanjay Patel2017-12-141-1/+1
* Fix some misc. -enable-var-scope violationsMatt Arsenault2017-11-131-3/+3
* Remove the obsolete offset parameter from @llvm.dbg.valueAdrian Prantl2017-07-281-2/+2
* Modify constraints in `llvm::canReplaceOperandWithVariable`Leo Li2017-07-061-0/+24
* [SimplifyCFG] Do not sink and merge inline-asm instructions.Akira Hatanaka2017-01-251-0/+24
* Ignore debug info when making optimization decisions in SimplifyCFG.Dehao Chen2016-10-171-4/+17
* [SimplifyCFG] Don't create PHI nodes for constant bundle operandsSanjoy Das2016-10-121-0/+26
* [SimplifyCFG] Update (AND) IR flags when CSE'ing instructionsJames Molloy2016-09-191-0/+56
* [SimplifyCFG] Be even more conservative in SinkThenElseCodeToEndJames Molloy2016-09-111-12/+23
* [SimplifyCFG] Harden up the profitability heuristic for block splitting durin...James Molloy2016-09-111-3/+52
* [SimplifyCFG] Update workaround for PR30188 to also include loadsJames Molloy2016-09-071-0/+29
* [SimplifyCFG] Check PHI uses more accuratelyJames Molloy2016-09-071-0/+25
* [SimplifyCFG] Add a workaround to fix PR30188James Molloy2016-09-021-0/+23
* [SimplifyCFG] Handle tail-sinking of more than 2 incoming branchesJames Molloy2016-09-011-0/+111
* [SimplifyCFG] Change the algorithm in SinkThenElseCodeToEndJames Molloy2016-09-011-0/+84
* Revert "[SimplifyCFG] Change the algorithm in SinkThenElseCodeToEnd"James Molloy2016-08-311-60/+0
* Revert "[SimplifyCFG] Handle tail-sinking of more than 2 incoming branches"James Molloy2016-08-311-110/+0
* Revert "[SimplifyCFG] Add a workaround to fix PR30188"James Molloy2016-08-311-23/+0
* Revert "[SimplifyCFG] Fix bootstrap failure after r280220"James Molloy2016-08-311-23/+0
* [SimplifyCFG] Fix bootstrap failure after r280220James Molloy2016-08-311-0/+23
* [SimplifyCFG] Add a workaround to fix PR30188James Molloy2016-08-311-0/+23
* [SimplifyCFG] Handle tail-sinking of more than 2 incoming branchesJames Molloy2016-08-311-0/+110
* [SimplifyCFG] Change the algorithm in SinkThenElseCodeToEndJames Molloy2016-08-311-0/+60
* [SimplifyCFG] Tail-merge calls with sideeffectsJames Molloy2016-08-311-1/+24
* [SimplifyCFG] Properly CSE metadata in SinkThenElseCodeToEndJames Molloy2016-08-301-0/+37
* [SimplifyCFG] Rewrite SinkThenElseCodeToEndJames Molloy2016-08-221-0/+229
* Revert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd"James Molloy2016-08-221-229/+0
* [SimplifyCFG] Rewrite SinkThenElseCodeToEndJames Molloy2016-08-221-0/+229
* Revert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd"Reid Kleckner2016-08-191-201/+0
* [SimplifyCFG] Rewrite SinkThenElseCodeToEndJames Molloy2016-08-191-0/+201
* Revert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd"Reid Kleckner2016-08-151-177/+0
* [SimplifyCFG] Rewrite SinkThenElseCodeToEndJames Molloy2016-08-151-0/+177
* [SimplifyCFG] Revise common code sinkingMichael Liao2014-12-231-2/+32
* SimplifyCFG: sink common codes from IF, ELSE blocks down to END block.Manman Ren2012-09-201-0/+53
OpenPOWER on IntegriCloud