summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SimplifyCFG
Commit message (Expand)AuthorAgeFilesLines
* [SimplifyCFG] Mark missed Changed to true.Alina Sbirlea2019-08-011-0/+90
* [SimplifyCFG] avoid crashing after simplifying a switch (PR42737)Sanjay Patel2019-07-251-0/+38
* [NFC][PhaseOredering][SimplifyCFG] Add more runlines to umul.with.overflow testsRoman Lebedev2019-07-231-13/+15
* [SimplifyCFG][NFC] Test that we fail to flatten CFG in JPEG "sign" value exte...Roman Lebedev2019-07-221-0/+39
* [SimplifyCFG][NFC] Test that we fail to flatten CFG after forming @llvm.umul....Roman Lebedev2019-07-221-0/+38
* [Local] Zap blockaddress without users in ConstantFoldTerminator.Florian Hahn2019-07-201-4/+1
* [lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song2019-06-172-2/+0
* Re-commit r357452 (take 3): "SimplifyCFG SinkCommonCodeFromPredecessors: Also...Hans Wennborg2019-06-171-0/+44
* [SimplifyCFG] Fix prof branch_weights MD while removing unreachable switch casesYevgeny Rouban2019-06-171-0/+35
* [SimplifyCFG] NFC, update Switch tests as a baseline.Shawn Landden2019-06-1319-1422/+2511
* [SimplifyCFG] reverting preliminary Switch patches againShawn Landden2019-06-1319-2582/+1422
* [SimplifyCFG] NFC, update Switch tests to better examine successive patchesShawn Landden2019-06-1319-1422/+2582
* [SimplifyCFG] revert the last commit.Shawn Landden2019-06-1316-2469/+1308
* [SimplifyCFG] NFC, update Switch tests to HEAD so I canShawn Landden2019-06-1316-1308/+2469
* Revert r361811: 'Re-commit r357452 (take 2): "SimplifyCFG SinkCommonCodeFromP...David L. Jones2019-06-131-44/+0
* [SimplifyCFG] fix last commitShawn Landden2019-06-041-0/+3
* [SimplifyCFG] NFC; remove bogus test caseShawn Landden2019-06-041-26/+0
* Re-commit r357452 (take 2): "SimplifyCFG SinkCommonCodeFromPredecessors: Also...Hans Wennborg2019-05-281-0/+44
* [SimplifyCFG] back out all SwitchInst commitsShawn Landden2019-05-2617-2527/+1334
* [SimplifyCFG] NFC, one more fixed test from previous push.Shawn Landden2019-05-261-37/+19
* [SimplifyCFG] NFC, fix failing tests from last patches.Shawn Landden2019-05-263-21/+22
* [SimplifyCFG] ReduceSwitchRange: Improve on the case where the SubThreshold d...Shawn Landden2019-05-261-4/+4
* [SimplifyCFG] Run ReduceSwitchRange unconditionally, generalizeShawn Landden2019-05-266-122/+153
* [SimplifyCFG] NFC, update Switch tests to HEAD so I can see if my changes cha...Shawn Landden2019-05-2615-1290/+2469
* [SimplifyCFG] Added condition assumption for unreachable blocksDavid Bolvansky2019-05-253-11/+20
* [NFC] Update test checksDavid Bolvansky2019-05-253-66/+128
* 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-17194-0/+19057
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-17194-19057/+0
* Re-commit r357452: SimplifyCFG SinkCommonCodeFromPredecessors: Also sink func...Hans Wennborg2019-04-161-0/+44
* [NewPM] Add Option handling for SimplifyCFGSerguei Katkov2019-04-1514-1/+25
* Revert r357452 - 'SimplifyCFG SinkCommonCodeFromPredecessors: Also sink funct...David L. Jones2019-04-041-44/+0
* [SimplifyCFG] Don't split musttail call from retJoseph Tremoulet2019-04-021-2/+20
* SimplifyCFG SinkCommonCodeFromPredecessors: Also sink function calls without ...Hans Wennborg2019-04-021-0/+44
* Tighten up tests that use -debugify as a shortcut. NFCPaul Robinson2019-03-141-2/+2
* [SimplifyCFG] Retain debug info when threading jumps with critical edgesJeremy Morse2019-03-111-0/+38
* [DWARF] LLVM ERROR: Broken function found, while removing Debug Intrinsics.Carlos Alberto Enciso2019-02-111-0/+50
* Introduce llvm.loop.parallel_accesses and llvm.access.group metadata.Michael Kruse2018-12-201-10/+11
* [SimplifyCFG] add tests for cross block compare folding; NFCSanjay Patel2018-12-031-0/+259
* [SimplifyCFG] auto-generate complete checks; NFCSanjay Patel2018-11-291-42/+109
* [DebugInfo] Give inlinable calls DILocs (PR39807)Jeremy Morse2018-11-281-0/+43
* Mark @llvm.trap coldVedant Kumar2018-11-141-1/+1
* [SimplifyCFG] Regenerate preserve-branchweights.ll test. NFCJohn Brawn2018-11-141-114/+262
* [InstCombine] InstCombine and InstSimplify for minimum and maximumThomas Lively2018-10-191-0/+36
* [SimplifyCFG] Put an alignment on generated switch tablesDavid Green2018-09-121-6/+51
* [SimplifyCFG] Fix a cost modeling oversight in branch commoningPhilip Reames2018-08-301-0/+52
* [PPC] Remove Darwin support from POWER backend.Kit Barton2018-08-281-1/+1
* [NFC] Fixed build, updated testsDavid Bolvansky2018-08-121-2/+1
* [InstCombine] Fold Select with binary opDavid Bolvansky2018-07-301-19/+18
* llvm: Add support for "-fno-delete-null-pointer-checks"Manoj Gupta2018-07-095-1/+269
OpenPOWER on IntegriCloud