summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/JumpThreading.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Take indirect branch into account as well when folding.Xin Tong2017-05-011-6/+10
* [JumpThread] Add some assertions for expected ConstantInt/BlockAddressXin Tong2017-05-011-2/+5
* [JumpThread] Do RAUW in case Cond folds to a constant in the CFGXin Tong2017-05-011-8/+24
* Kill off the old SimplifyInstruction API by converting remaining users.Daniel Berlin2017-04-281-3/+4
* [JumpThread] We want to fold (not thread) when all predecessor go to single B...Xin Tong2017-04-231-0/+30
* Revert r300657 due to crashes in stage2 of bootstraps:Chandler Carruth2017-04-191-27/+0
* [JumpThread] We want to fold (not thread) when all predecessor go to single B...Xin Tong2017-04-191-0/+27
* [IR] Redesign the case iterator in SwitchInst to actually be an iteratorChandler Carruth2017-04-121-1/+1
* Correct a rebase mistake.Xin Tong2017-03-191-2/+2
* [JumpThreading] Perform phi-translation in SimplifyPartiallyRedundantLoad.Xin Tong2017-03-191-18/+33
* [JumpThread] Use AA in SimplifyPartiallyRedundantLoad()Jun Bum Lim2017-03-081-11/+20
* [JumpThread] Simplify CmpInst-as-Condition branch-folding a bit.Xin Tong2017-03-071-4/+11
* Fix typo. NFCIXin Tong2017-03-021-1/+1
* Empty line. NFCIXin Tong2017-02-281-1/+0
* Empty line. NFCIXin Tong2017-02-271-1/+0
* Update comments. NFCIXin Tong2017-02-261-2/+2
* Empty line. NFCIXin Tong2017-02-251-1/+0
* [JumpThreading] Re-enable JumpThreading for guardsSanjoy Das2017-02-171-15/+158
* Revert "[JumpThreading] Thread through guards"Anna Thomas2017-02-151-152/+15
* [JumpThreading] Thread through guardsSanjoy Das2017-02-091-15/+152
* [JumpThread] Enhance finding partial redundant loads by continuing scanning s...Jun Bum Lim2017-02-021-4/+19
* [JumpThread] No need to erase BB from LoopHeaders. NFC.Jun Bum Lim2017-02-011-14/+1
* [PM] Replace the hard invalidate in JumpThreading for LVI with correctChandler Carruth2017-01-231-4/+0
* Fix spelling mistakes in Transforms comments. NFC.Simon Pilgrim2016-11-201-1/+1
* Revert "[JumpThreading] Unfold selects that depend on the same condition"Pablo Barrio2016-11-151-77/+38
* Revert "[JumpThreading] Prevent non-deterministic use lists"Pablo Barrio2016-11-151-7/+8
* [JumpThreading] Prevent non-deterministic use listsPablo Barrio2016-11-141-8/+7
* [JumpThreading] Unfold selects that depend on the same conditionPablo Barrio2016-11-081-38/+77
* Revert 284971.Nico Weber2016-10-241-73/+38
* [JumpThreading] Unfold selects that depend on the same conditionPablo Barrio2016-10-241-38/+73
* Jump threading: avoid trying to split edge into landingpad block (PR27840)Hans Wennborg2016-10-031-0/+4
* [JumpThreading] Only write back branch-weight MDs for blocks that originally ...Adam Nemet2016-09-061-1/+52
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-111-2/+1
* Consistently use FunctionAnalysisManagerSean Silva2016-08-091-1/+1
* [JumpThreading] Fix handling of aliasing metadata.Eli Friedman2016-08-081-6/+16
* Don't remove side effecting instructions due to ConstantFoldInstructionDavid Majnemer2016-07-221-1/+2
* [JumpThreading] PRE unordered loadsSanjoy Das2016-07-141-5/+6
* [JumpThreading] Delete commented out debug code; NFCSanjoy Das2016-07-131-3/+0
* Work around PR28400 a bit harder.Sean Silva2016-07-061-2/+5
* PR28400: Partly undo r274440 to bring test-suite back to life with the new PMSean Silva2016-07-031-1/+2
* [PM] Fix a small typo from when I ported JumpThreadingSean Silva2016-07-021-1/+1
* Reinstate r273711David Majnemer2016-06-251-2/+7
* Revert r273711, it caused PR28298.Nico Weber2016-06-241-7/+2
* SimplifyInstruction does not imply DCEDavid Majnemer2016-06-241-2/+7
* Revert r272891 "[JumpThreading] Prevent dangling pointer problems in BranchPr...Igor Laevsky2016-06-161-12/+4
* [JumpThreading] Prevent dangling pointer problems in BranchProbabilityInfoIgor Laevsky2016-06-161-4/+12
* Bring back "[PM] Port JumpThreading to the new PM" with a fixSean Silva2016-06-141-113/+82
* Revert "[PM] Port JumpThreading to the new PM"Sean Silva2016-06-141-82/+113
* [PM] Port JumpThreading to the new PMSean Silva2016-06-131-113/+82
* [PM] Port LVI to the new PM.Sean Silva2016-06-131-4/+4
OpenPOWER on IntegriCloud