summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [SimplifyCFG] Fix bootstrap failure after r280220James Molloy2016-08-311-5/+21
* [SimplifyCFG] Add a workaround to fix PR30188James Molloy2016-08-311-0/+10
* [SimplifyCFG] Improve FoldValueComparisonIntoPredecessors to handle more casesJames Molloy2016-08-311-6/+20
* [SimplifyCFG] Handle tail-sinking of more than 2 incoming branchesJames Molloy2016-08-311-27/+89
* [SimplifyCFG] Change the algorithm in SinkThenElseCodeToEndJames Molloy2016-08-311-86/+127
* [SimplifyCFG] Tail-merge calls with sideeffectsJames Molloy2016-08-311-7/+3
* [SimplifyCFG] Properly CSE metadata in SinkThenElseCodeToEndJames Molloy2016-08-301-0/+5
* [SimplifyCFG] Hoisting invalidates metadataDavid Majnemer2016-08-291-2/+8
* [SimplifyCFG] Rewrite SinkThenElseCodeToEndJames Molloy2016-08-221-150/+236
* Revert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd"James Molloy2016-08-221-236/+150
* [SimplifyCFG] Rewrite SinkThenElseCodeToEndJames Molloy2016-08-221-150/+236
* Revert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd"Reid Kleckner2016-08-191-210/+150
* [SimplifyCFG] Rewrite SinkThenElseCodeToEndJames Molloy2016-08-191-150/+210
* SimplifyCFG: Avoid dereferencing end()Duncan P. N. Exon Smith2016-08-161-1/+4
* Revert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd"Reid Kleckner2016-08-151-207/+150
* [SimplifyCFG] Rewrite SinkThenElseCodeToEndJames Molloy2016-08-151-150/+207
* Fixed typo.David L Kreitzer2016-08-121-1/+1
* Use range algorithms instead of unpacking begin/endDavid Majnemer2016-08-111-1/+1
* [SimplifyCFG] Make range reduction code deterministic.Benjamin Kramer2016-08-051-2/+3
* Minor code cleanups. NFC.Junmo Park2016-08-021-2/+2
* [SimplifyCFG] Fix nasty RAUW bug from r277325James Molloy2016-08-011-3/+4
* [SimplifyCFG] Range reduce switchesJames Molloy2016-08-011-0/+106
* Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.Benjamin Kramer2016-06-261-11/+8
* [SimplifyCFG] Replace calls to null/undef with unreachableDavid Majnemer2016-06-251-1/+5
* Reinstate r273711David Majnemer2016-06-251-4/+9
* Revert r273711, it caused PR28298.Nico Weber2016-06-241-9/+4
* SimplifyInstruction does not imply DCEDavid Majnemer2016-06-241-4/+9
* Switch more loops to be range-basedDavid Majnemer2016-06-241-10/+10
* Teaching SimplifyCFG to recognize the Or-Mask trick that InstCombine uses toChuang-Yu Cheng2016-06-241-0/+25
* Use m_APInt in SimplifyCFGChuang-Yu Cheng2016-06-171-5/+5
* SimplifyCFG is able to detect the pattern:Chuang-Yu Cheng2016-06-161-4/+42
* IR: Introduce local_unnamed_addr attribute.Peter Collingbourne2016-06-141-1/+1
* [SimplifyCFG] Don't kill empty cleanuppads with multiple usesDavid Majnemer2016-06-041-0/+5
* [SimplifyCFG] Remove cleanuppads which are empty except for calls to lifetime...David Majnemer2016-05-211-5/+17
* [SimplifyCFG] eliminate switch cases based on known range of switch conditionSanjay Patel2016-05-201-4/+10
* Follow-up patch of http://reviews.llvm.org/D19948 to handle missing profiles ...Dehao Chen2016-05-181-18/+32
* clang-format SimplifyCFG.cpp.Dehao Chen2016-05-181-581/+625
* use range-loops; NFCISanjay Patel2016-05-131-7/+7
* Propagate branch metadata when some branch probability is missing.Dehao Chen2016-05-101-5/+13
* [SimplifyCFG] propagate branch metadata when creating select (retry r268550 /...Sanjay Patel2016-05-061-1/+21
* revert r268751 - caused same failures on msan botSanjay Patel2016-05-061-24/+9
* [SimplifyCFG] propagate branch metadata when creating select (retry r268550 w...Sanjay Patel2016-05-061-9/+24
* [SimplifyCFG] Prefer a simplification based on a dominating condition.Chad Rosier2016-05-061-20/+24
* Revert "[SimplifyCFG] propagate branch metadata when creating select"Vitaly Buka2016-05-041-28/+14
* [SimplifyCFG] propagate branch metadata when creating selectSanjay Patel2016-05-041-14/+28
* [SimplifyCFG] isSafeToSpeculateStore now ignores debug infoHans Wennborg2016-05-041-2/+6
* Revert "[SimplifyCFG] Extend TryToSimplifyUncondBranchFromEmptyBlock for empt...Reid Kleckner2016-05-021-5/+4
* [SimplifyCFG] Extend TryToSimplifyUncondBranchFromEmptyBlock for empty block ...Hans Wennborg2016-05-021-4/+5
* [SimplifyCFG] propagate branch metadata when creating selectSanjay Patel2016-04-271-2/+2
* [SimplifyCFG] propagate branch metadata when creating selectSanjay Patel2016-04-261-1/+1
OpenPOWER on IntegriCloud