summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SimplifyCFG/switch-on-const-select.ll
Commit message (Expand)AuthorAgeFilesLines
* [SimplifyCFG] NFC, update Switch tests as a baseline.Shawn Landden2019-06-131-87/+104
* [SimplifyCFG] reverting preliminary Switch patches againShawn Landden2019-06-131-104/+87
* [SimplifyCFG] NFC, update Switch tests to better examine successive patchesShawn Landden2019-06-131-87/+104
* [SimplifyCFG] revert the last commit.Shawn Landden2019-06-131-104/+87
* [SimplifyCFG] NFC, update Switch tests to HEAD so I canShawn Landden2019-06-131-87/+104
* [SimplifyCFG] back out all SwitchInst commitsShawn Landden2019-05-261-104/+87
* [SimplifyCFG] NFC, update Switch tests to HEAD so I can see if my changes cha...Shawn Landden2019-05-261-87/+104
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+141
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-141/+0
* Mark @llvm.trap coldVedant Kumar2018-11-141-1/+1
* Fix some misc. -enable-var-scope violationsMatt Arsenault2017-11-131-5/+5
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-5/+5
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-221-3/+6
* Fix SpeculativelyExecuteBB to either speculate all or none of the phisDan Gohman2012-01-051-1/+1
* Teach SimplifyCFG that (switch (select cond, X, Y)) is better expressed as a ...Frits van Bommel2011-02-281-0/+138
OpenPOWER on IntegriCloud