aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SimplifyCFG/X86
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-093-26/+26
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-232-8/+533
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-023-5/+201
* Update LLVM for rebase to r212749.Stephen Hines2014-07-212-2/+56
* Update to LLVM 3.5a.Stephen Hines2014-04-241-0/+112
* SimplifyCFG: Use existing constant folding logic when forming switch tables.Benjamin Kramer2013-11-121-3/+6
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-2/+0
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-141-2/+2
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-8/+8
* Fix logic to determine whether to turn a switch into a lookup table. WhenEvan Cheng2012-11-301-0/+26
* Only do switch-to-lookup table transformation when TargetTransformInfoHans Wennborg2012-11-072-0/+785