summaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG
Commit message (Expand)AuthorAge
* Allow speculating llvm.sqrt, fma and fmuladdMatt Arsenault2014-01-31
* Fix pr14893.Rafael Espindola2014-01-28
* PGO branch weight: keep halving the weights until they can fit intoManman Ren2014-01-27
* Switch-to-lookup tables: set threshold to 3 casesHans Wennborg2014-01-15
* Switch-to-lookup tables: Don't require a result for the defaultHans Wennborg2014-01-12
* Transforms: Don't create bad weights when eliminating dead casesJustin Bogner2013-12-20
* test: Make a branchweight test more specificJustin Bogner2013-12-20
* test: Prefer CHECK-LABEL to CHECK in branchweight testsJustin Bogner2013-12-20
* Transforms: Don't create bad branch weights when folding a switchJustin Bogner2013-12-10
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-23
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-22
* Don't speculate loads under ThreadSanitizerKostya Serebryany2013-11-21
* FoldBranchToCommonDest merges branches into a single branch with or/and of th...Nadav Rotem2013-11-12
* SimplifyCFG: Use existing constant folding logic when forming switch tables.Benjamin Kramer2013-11-12
* SimplifyCFG has a heuristics for out-of-order processors that decides when it...Nadav Rotem2013-11-10
* Resolve TODO in test now that filecheck has multiple check prefixes.Matt Arsenault2013-11-10
* SimplifyCFG: Don't duplicate calls to functions marked noduplicate v2Tom Stellard2013-10-21
* Teach SimplifyCFG about address spacesMatt Arsenault2013-10-21
* Teach simplify-cfg how to correctly create covered lookup tables for switches...Michael Gottesman2013-10-20
* Add test for untested path in SimplifyCFGMatt Arsenault2013-09-14
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-06
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-26
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* [tests] Fix refacto in r187764 that effectively disabled SimplifyCFG tests. :(Daniel Dunbar2013-08-15
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-06
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-01
* Debug Info: enable verifier for testing cases.Manman Ren2013-07-29
* SimplifyCFG: Add missing tests from r187278Tom Stellard2013-07-27
* Debug Info Verifier: verify SPs in llvm.dbg.sp.Manman Ren2013-07-27
* Next batch of -disable-debug-info-verifier.Rafael Espindola2013-07-26
* add -disable-debug-info-verifier to 3 test to fix tests with pipefail.Rafael Espindola2013-07-24
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-14
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* TryToSimplifyUncondBranchFromEmptyBlock was checking that any commonDuncan Sands2013-07-11
* SimplifyCFG: Teach switch generation some patterns that instcombine forms.Benjamin Kramer2013-07-04
* Second part of pr16069Rafael Espindola2013-06-04
* SimplifyCFG: Do not transform PHI to select if doing so would be unsafeDavid Majnemer2013-06-03
* SimplifyCFG: If convert single conditional storesArnold Schwaighofer2013-04-29
* Revert "SimplifyCFG: If convert single conditional stores"Arnold Schwaighofer2013-04-21
* SimplifyCFG: If convert single conditional storesArnold Schwaighofer2013-04-20
* simplifycfg: Fix integer overflow converting switch into icmp.Hans Wennborg2013-04-16
* Converted 8x tests of SimplifyCFG to use FileCheck instead of grep.Michael Gottesman2013-04-09
* Don't remove a landing pad if the invoke requires a table entry.Bill Wendling2013-03-11
* SimplifyCFG fix for volatile load/store.Andrew Trick2013-03-07
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-22
* Filecheckized 2x tests in SimplifyCFG and removed their date prefix to fit wi...Michael Gottesman2013-01-31
* Re-revert r173342, without losing the compile time improvements, flatChandler Carruth2013-01-27
* Switch this code away from Value::isUsedInBasicBlock. That code eitherChandler Carruth2013-01-25
* Reapply chandlerc's r173342 now that the miscompile it was triggering is fixed.Benjamin Kramer2013-01-24
* Revert r173342 temporarily. It appears to cause a very late miscompileChandler Carruth2013-01-24