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