aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/CodeGenPrepare
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-183-12/+104
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-093-34/+34
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+88
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-022-0/+39
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-2/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-0/+37
* Update to LLVM 3.5a.Stephen Hines2014-04-243-0/+173
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-1/+1
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-301-1/+1
* Move load_to_switch.ll to test/CodeGen/SPARC/Hans Wennborg2012-09-191-84/+0
* CodeGenPrep: turn lookup tables into switches for some targets.Hans Wennborg2012-09-191-0/+84
* During the CodeGenPrepare we often lower intrinsics (such as objsize)Nadav Rotem2012-08-141-3/+3
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Roll r127459 back in:Cameron Zwarich2011-03-111-1/+2
* Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often getDaniel Dunbar2011-03-111-2/+1
* Optimize trivial branches in CodeGenPrepare, which often get created from theCameron Zwarich2011-03-111-1/+2
* temporarily revert r123526. While working on a follow-on patch IChris Lattner2011-01-151-1/+3
* fix rdar://8785296 - -fcatch-undefined-behavior generates inefficient codeChris Lattner2011-01-151-1/+4
* Now that instruction optzns can update the iterator as they go, we can Chris Lattner2011-01-151-0/+24
* revert r122164, I'm going to go with a different approach.Chris Lattner2010-12-191-31/+0
* first step to fixing PR8642: don't fold away empty basic blocksChris Lattner2010-12-191-0/+31
* move this test into the ARM test so that it is only run when the arm backendChris Lattner2010-12-191-23/+0
* Add a test for CodeGenPrepare's ability to look through PHI nodes when perfor...Owen Anderson2010-11-191-0/+23
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* reenable testChris Lattner2008-11-241-1/+0
* Temporarily XFAIL this test. r59976 and r59972 broke it.Bill Wendling2008-11-241-0/+1
* Fix 3113: If we have a dead cyclic PHI, replace the whole thingChris Lattner2008-11-242-0/+514