aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Alignment of struct containing vectors depends onDale Johannesen2008-02-091-1/+1
* Fix PR 1995.Devang Patel2008-02-081-0/+48
* It's not always safe to fold movsd into xorpd, etc. Check the alignment of th...Evan Cheng2008-02-081-0/+99
* Added missing entries in X86 load / store folding tables.Evan Cheng2008-02-081-0/+20
* Fix a x86-64 codegen deficiency. Allow gv + offset when using rip addressing ...Evan Cheng2008-02-072-33/+46
* It's PR1925, not PR1609.Evan Cheng2008-02-061-1/+1
* Temporarily reverting:Bill Wendling2008-02-061-0/+1
* Fix a number of local register allocator issues: PR1609.Evan Cheng2008-02-061-0/+19
* Fix PR1975: dag isel emitter produces patterns that isel wrong flag result.Evan Cheng2008-02-051-0/+12
* If a vr is already marked alive in a bb, then it has PHI uses that are visite...Evan Cheng2008-02-051-0/+67
* Fix a bug compiling PR1978 (perhaps not the only one though) whichChris Lattner2008-02-051-0/+33
* This should also work on x86 now.Evan Cheng2008-02-051-2/+2
* Crashes LegalizeTypes with "Do not know how toDuncan Sands2008-02-041-0/+22
* Crashes LegalizeTypes with "Do not know how to splitDuncan Sands2008-02-041-0/+14
* remove target triple to make this test more "generic"Chris Lattner2008-02-041-2/+0
* Crashed the new type legalizer. Not likely to catchDuncan Sands2008-02-041-0/+21
* Make this test more aggressive, to cover recent improvements.Owen Anderson2008-02-041-1/+1
* Allow GVN to hack on memcpy's, making them open to further optimization.Owen Anderson2008-02-041-0/+22
* Tag this test with the PR reference.Nick Lewycky2008-02-031-0/+1
* There are some cases where icmp(add) can be folded into a new icmp. Handle them.Nick Lewycky2008-02-031-0/+19
* Fixing a bug creating floating point constants of type otherGordon Henriksen2008-02-021-5/+11
* CBackend: Implement unaligned load/store.Lauro Ramos Venancio2008-02-011-0/+15
* Don't drop function/call return attributes like 'nounwind'.Duncan Sands2008-02-011-0/+15
* Accept getelementptr starting at GV with all 0 indices as aDale Johannesen2008-01-301-0/+264
* Pointers change size depending upon the target. Remove them to make the test ...Tanya Lattner2008-01-301-3/+1
* Make DSE much more aggressive by performing DCE earlier. Update a testcase t...Owen Anderson2008-01-301-1/+1
* Fix a bug where scalarrepl would discard offset if type would match.Chris Lattner2008-01-301-0/+21
* Update this test case.Evan Cheng2008-01-291-2/+10
* Don't let globalopt hack on volatile loads or stores.Chris Lattner2008-01-291-0/+9
* eliminate additions of 0.0 when they are obviously dead. This has to be care...Chris Lattner2008-01-291-0/+15
* Add a testcase for eliminating memcpy's at the end of functions. Forgot to c...Owen Anderson2008-01-291-0/+52
* Add target triples to these so they don't fail on linux.Chris Lattner2008-01-292-0/+4
* This would be better done as an executable test.Duncan Sands2008-01-291-23/+0
* After recent changes we fail to optimize this testDuncan Sands2008-01-291-19/+0
* Filter loops that subtract induction variables.Devang Patel2008-01-291-0/+46
* Overhaul Cell SPU's addressing mode internals so that there are nowScott Michel2008-01-296-194/+79
* New test.Devang Patel2008-01-291-0/+24
* Add test to make sure that #pragma mark/error doesn't error if there areBill Wendling2008-01-291-0/+6
* Pure/const functions with ByVal parameters cannotDuncan Sands2008-01-281-5/+10
* this test is now compiled into the right thing.Chris Lattner2008-01-281-1/+2
* Make this more likely to be passed byval.Duncan Sands2008-01-281-1/+1
* Handle some more combinations of extend and icmp. Fixes PR1940.Nick Lewycky2008-01-281-0/+17
* Fix PR1932 by disabling an xform invalid for fdiv.Chris Lattner2008-01-281-0/+7
* Fix PR1938 by forcing the code that uses an undefined value to branch oneChris Lattner2008-01-281-0/+36
* Update this test. Due to dag combiner improvements, we now compileChris Lattner2008-01-271-1/+1
* Be more careful modifying the use_list while also iterating through it.Nick Lewycky2008-01-271-0/+2
* Revert r46393: readonly/readnone functions are noDuncan Sands2008-01-271-3/+3
* Implement some dag combines that allow doing fneg/fabs/fcopysign in integerChris Lattner2008-01-271-0/+21
* The CorrelatedExpressions pass is now no more.Bill Wendling2008-01-2712-462/+0
* Fold fptrunc(add (fpextend x), (fpextend y)) -> add(x,y), as GCC does.Chris Lattner2008-01-271-0/+36