aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-041-6/+8
* I don't have time to restore this functionality right now.Chris Lattner2007-08-021-0/+1
* Reduced testcase for PR1594Chris Lattner2007-08-021-0/+10
* Update dominator info for the middle blocks created while splitingDevang Patel2007-08-021-0/+55
* Enhance instcombine to be more aggressive about folding casts ofChris Lattner2007-08-021-0/+12
* Fix PR1575 and test/Transforms/CondProp/2007-08-01-InvalidRead.llChris Lattner2007-08-021-0/+814
* Update dominator info for the middle blocks created while splitingDevang Patel2007-08-011-0/+30
* Forgot to update these files for the FastDSE changes.Owen Anderson2007-08-014-4/+4
* Rename FastDSE to just DSE.Owen Anderson2007-08-015-5/+5
* Fix a failure I accidentally caused in my last commit by mishandling the Owen Anderson2007-07-311-0/+22
* Fix a bug in GetKnownAlignment of packed structs.Lauro Ramos Venancio2007-07-311-0/+27
* Change the x86 assembly output to use tab characters to separate theDan Gohman2007-07-311-1/+1
* Fix a misoptimization in aha.Owen Anderson2007-07-311-0/+313
* Bunch of tests to check loop passes.Devang Patel2007-07-318-21/+191
* Fix a bug caused by indiscriminantly asking for the dominators of a predecessor.Owen Anderson2007-07-301-0/+274
* Fix a bug introduced in my last commit.Owen Anderson2007-07-262-1/+17
* Fix a couple more bugs in the phi construction by pulling in code that doesOwen Anderson2007-07-262-0/+58
* Fix what is _hopefully_ the last corner case for loops.Owen Anderson2007-07-251-0/+86
* My last commit was not correct for nested loops. Fix it, and add a testcase ...Owen Anderson2007-07-251-0/+38
* Fix an infinite loop on 300.twolf.Owen Anderson2007-07-251-0/+14
* Fix a bug in non-local memdep that was causing an infinite loop on 175.vpr.Owen Anderson2007-07-251-0/+15
* Fix a bug that was causing GVN to crash on 252.eon.Owen Anderson2007-07-251-0/+29
* Add basic support for performing whole-function RLE.Owen Anderson2007-07-253-0/+58
* Add a GVN pass, using the value numbering code I developed for GVNPRE and theOwen Anderson2007-07-243-0/+26
* Unreachable block is not a root node in post dominator tree.Devang Patel2007-07-241-0/+13
* Rename a lot of things to change FastDLE to RedundantLoadElimination.Owen Anderson2007-07-243-2/+2
* Add testcases for FastDLE.Owen Anderson2007-07-233-0/+17
* Move these tests to use FastDSE instead of old DSE.Owen Anderson2007-07-239-9/+9
* This xform isn't safe, removing it.Chris Lattner2007-07-211-10/+0
* Optimize alignment of loads and stores.Dan Gohman2007-07-201-0/+66
* For PR1553:Reid Spencer2007-07-193-4/+4
* New test.Devang Patel2007-07-181-0/+66
* rename function to avoid llvm-upgrade warningChris Lattner2007-07-161-1/+1
* Implement shift-simplify.ll:test[45].Chris Lattner2007-07-151-0/+12
* Implement shift-simplify.ll:test3, turning:Chris Lattner2007-07-151-0/+7
* New test.Devang Patel2007-07-111-0/+21
* Fix an error where ANTIC_OUT was ending up with more than one expression ofOwen Anderson2007-07-071-0/+14
* Fix a bunch of issues found in a testcase from 400.perlbench.Owen Anderson2007-07-051-0/+54
* Fix another bug, this time in PREing select instructions.Owen Anderson2007-07-041-0/+18
* Fix a typo that was killing GVNPRE of select instructions.Owen Anderson2007-07-041-0/+9
* Fix an error in phi translation of GEPs that was causing failures.Owen Anderson2007-07-041-0/+14
* Add support for performing GVNPRE on GEP instructions.Owen Anderson2007-07-031-0/+17
* Add support for performing GVNPRE on cast instructions, and add a testcase fo...Owen Anderson2007-07-031-0/+17
* Test case for recent patch for IndVarSimplify.cppZhou Sheng2007-07-021-0/+25
* Convert .cvsignore filesJohn Criswell2007-06-2940-114/+0
* Add a test for performing GVNPRE on select instructions.Owen Anderson2007-06-281-0/+17
* Add tests for performing GVNPRE on the three vector-specific instructions.Owen Anderson2007-06-273-0/+54
* new testcase, the inliner shouldn't inline this.Chris Lattner2007-06-251-0/+14
* Rename variables to expose the fact that this test is failing.Owen Anderson2007-06-241-16/+16
* new testcase miscompiled by instcombine, reduced from perlChris Lattner2007-06-211-0/+9