aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* add testcase for regressionChris Lattner2008-01-161-0/+9
* make sure to use a cpu that has sse.Chris Lattner2008-01-161-1/+1
* My previous commit had an incomplete message, it should have been:Chris Lattner2008-01-161-0/+12
* Do not strip llvm.used values.Devang Patel2008-01-162-0/+18
* add a test to ensure that argpromote of one argument doesn't Chris Lattner2008-01-151-0/+26
* verify x86 generates ud2 for llvm.trapChris Lattner2008-01-151-0/+9
* new testcase for llvm.trap.Chris Lattner2008-01-151-0/+9
* Testcase for gimplify_expr crash caused by anDuncan Sands2008-01-151-0/+12
* I noticed that the trampoline straightening transformation couldDuncan Sands2008-01-142-0/+48
* This test is now the same as byval-1.ll, so remove it.Duncan Sands2008-01-141-2/+0
* Test that byval cannot be used with pointers toDuncan Sands2008-01-141-1/+2
* We now allow byval on fairly general pointer types.Duncan Sands2008-01-141-1/+1
* Fix the miscompilation of MiBench/consumer-lame that was exposed by Evan'sChris Lattner2008-01-141-0/+16
* Turn a memcpy from a double* into a load/store of double instead ofChris Lattner2008-01-141-0/+14
* Fix PR1907, a nasty miscompilation because instcombine didn'tChris Lattner2008-01-131-0/+9
* Check that nested functions don't get pointlessDuncan Sands2008-01-131-0/+3
* When turning a call to a bitcast function into a direct call,Duncan Sands2008-01-132-2/+16
* new testcase for rdar://5685492Chris Lattner2008-01-131-0/+6
* we don't have to make an explicit copy of a byval argument when Chris Lattner2008-01-121-0/+28
* Be more liberal in what parameter attributes areDuncan Sands2008-01-121-2/+2
* this actually does pass with 4.0Chris Lattner2008-01-121-1/+0
* When DAE drops the varargs part of a function, ensure anyDuncan Sands2008-01-111-1/+4
* llvm-g++ 4.0 has completely different code for this warning,Chris Lattner2008-01-111-0/+1
* new testcaseChris Lattner2008-01-111-0/+6
* Do not allow attributes beyond a function's lastDuncan Sands2008-01-111-0/+10
* Teach argpromote to ruthlessly hack small byval structs when it canChris Lattner2008-01-111-0/+24
* Two occurrences on one line count as one...Duncan Sands2008-01-111-2/+2
* If there are attributes on the varargs part of aDuncan Sands2008-01-111-0/+10
* More CellSPU refinements:Scott Michel2008-01-113-3/+163
* Disable for now.Dale Johannesen2008-01-111-0/+3
* When inlining a functino with a byval argument, make an explicit Chris Lattner2008-01-111-0/+28
* More CellSPU refinement and progress:Scott Michel2008-01-1123-0/+467
* Output sinl for a long double FSIN node, not sin.Duncan Sands2008-01-101-0/+11
* Codegen improvement has reduced one spill.Evan Cheng2008-01-101-1/+1
* new testcase for PR1845Chris Lattner2008-01-101-0/+11
* Special copy SUnit's do not have SDNode's.Evan Cheng2008-01-091-0/+32
* Fix sse2.psrl.w and sse2.psrl.q definitions.Evan Cheng2008-01-092-2/+36
* Make load->store deletion a bit smarter. This allows us to compile this:Chris Lattner2008-01-081-0/+11
* Crashes llc when using Chris's new legalization logic.Duncan Sands2008-01-081-0/+17
* Implement PR1795, an instcombine hack for forming GEPs with integer pointer a...Chris Lattner2008-01-081-0/+20
* remove darwin/i386 t-tChris Lattner2008-01-081-3/+0
* Finally implement correct ordered comparisons for PPC, even thoughChris Lattner2008-01-081-0/+27
* Testcase for PR1721Chris Lattner2008-01-081-0/+11
* Update test to catch recent x86 insert regression and improvementsNate Begeman2008-01-071-0/+3
* Setting GlobalDirective in TargetAsmInfo by default rather thanGordon Henriksen2008-01-072-0/+56
* With this patch, the LowerGC transformation becomes theGordon Henriksen2008-01-071-0/+17
* The transform that tries to turn calls to bitcast functions intoDuncan Sands2008-01-061-0/+23
* When transforming a call to a bitcast function intoDuncan Sands2008-01-062-0/+20
* Accept both %y, %x and %x, %y as valid answers.Nick Lewycky2008-01-061-1/+1
* remove a couple more unsafe xforms in the face of overflow.Chris Lattner2008-01-051-25/+0