aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix PR5614: parts of a physical register def may be killed the rest.Evan Cheng2009-12-011-0/+41
* Test case for r90175.Devang Patel2009-12-011-0/+14
* New virtual registers created for spill intervals should inherit allocation h...Jakob Stoklund Olesen2009-11-301-1/+1
* Debug info is disabled on PPC Darwin.Bill Wendling2009-11-303-1/+10
* Add a testcase for the current llvm-gcc build failure.Nick Lewycky2009-11-301-0/+33
* Add test case for r90108Mon P Wang2009-11-301-0/+154
* Fix this test on 64-bit systems which seem to use i64 for gep indices sometimesNick Lewycky2009-11-301-3/+3
* Commit r90099 made LLVM simplify one of these constant expressions a littleNick Lewycky2009-11-301-6/+5
* Teach ConstantFolding to do a better job when folding gep(bitcast).Nick Lewycky2009-11-291-1/+1
* add testcases for the foo_with_overflow op xforms added recently andChris Lattner2009-11-291-3/+70
* add PR#Chris Lattner2009-11-291-0/+1
* Add a testcase for:Chris Lattner2009-11-291-0/+47
* add a testcase forChris Lattner2009-11-291-0/+45
* Implement PR5634.Chris Lattner2009-11-291-1/+43
* Teach memdep to look for memory use intrinsics during dependency queries. FixesNick Lewycky2009-11-281-1/+19
* reenable load address insertion in load pre. This allows us toChris Lattner2009-11-281-14/+14
* implement a FIXME: limit the depth that DecomposeGEPExpression goes the sameChris Lattner2009-11-281-1/+18
* disable value insertion for now, I need to figure out howChris Lattner2009-11-272-13/+72
* I accidentally implemented this :)Chris Lattner2009-11-271-2/+1
* add support for recursive phi translation and phi Chris Lattner2009-11-271-0/+43
* add two simple test cases we now optimize (to one load in the loop each) and ...Chris Lattner2009-11-271-0/+121
* fix PR5436 by making the 'simple' case of SRoA not promote out of range Chris Lattner2009-11-271-2/+34
* filecheckizeChris Lattner2009-11-271-5/+10
* While this test is testing a problem in the generic part of codegen,Duncan Sands2009-11-272-1/+36
* teach GVN's load PRE to insert computations of the address in predecessorsChris Lattner2009-11-271-0/+34
* add some tests for memdep phi translation + PRE.Chris Lattner2009-11-271-2/+53
* this test is failing, and is expected to.Chris Lattner2009-11-271-1/+5
* filecheckizeChris Lattner2009-11-271-2/+8
* rename test.Chris Lattner2009-11-271-0/+0
* Fix phi translation in load PRE to agree with the phi Chris Lattner2009-11-271-6/+6
* redisable this, my bootstrap worked because it wasn't an optimized build, who...Chris Lattner2009-11-271-6/+6
* try again.Chris Lattner2009-11-271-6/+6
* this is causing buildbot failures, disable for now.Chris Lattner2009-11-271-6/+6
* teach phi translation of GEPs to simplify geps like 'gep x, 0'.Chris Lattner2009-11-271-0/+26
* teach memdep to do trivial PHI translation of GEPs. More toChris Lattner2009-11-271-1/+27
* Teach memdep to phi translate bitcasts. This allows us to compileChris Lattner2009-11-261-0/+26
* convert to filecheckChris Lattner2009-11-261-15/+19
* Fix PR5471 by removing an instcombine xform. Some pieces of the codeChris Lattner2009-11-262-0/+13
* @test9 is a testcase for r89958. Before 89958, we misanalyzed theChris Lattner2009-11-261-1/+39
* Implement PR1143 (at -m64) by making basicaa look through extensions. WeChris Lattner2009-11-261-1/+16
* teach GetLinearExpression to be a bit more aggressive.Chris Lattner2009-11-261-0/+15
* update status of this. basicaa is much improved now,Chris Lattner2009-11-261-2/+2
* Teach basicaa that x|c == x+c when the c bits of x are clear. ThisChris Lattner2009-11-261-0/+14
* teach basicaa that A[i] != A[i+1].Chris Lattner2009-11-261-0/+16
* rename testChris Lattner2009-11-261-0/+0
* Change the other half of aliasGEP (which handles GEP differencing) to use Dec...Chris Lattner2009-11-261-2/+59
* add a new random feature testChris Lattner2009-11-261-1/+17
* Test for 89905.Evan Cheng2009-11-261-0/+116
* Test for llvm-gcc checkin 89898.Dale Johannesen2009-11-251-0/+17
* ProcessImplicitDefs should watch out for invalidated iterator and extra impli...Evan Cheng2009-11-251-0/+56