summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* New test to verify that "merging 4 loads into a vec load" continues to work and Chris Lattner2008-01-26
* Infer alignment of loads and increase their alignment when we can tell they are Chris Lattner2008-01-26
* remove a useless xfailed test.Chris Lattner2008-01-26
* Invert this test, because it is wrong if we allowDuncan Sands2008-01-26
* If there's no instructions being emitted on X86 for a function, emit aBill Wendling2008-01-26
* Need to convert to LLVM code and not C.Bill Wendling2008-01-26
* Rename the .c to .llBill Wendling2008-01-26
* Move testcase to the code gen directory.Bill Wendling2008-01-26
* Create an explicit copy for byval parameters evenDuncan Sands2008-01-26
* If we have a function like this:Bill Wendling2008-01-26
* Add another testcase.Devang Patel2008-01-26
* Fix some bugs in SimplifyNodeWithTwoResults where it would call deletenode to Chris Lattner2008-01-26
* New test case.Evan Cheng2008-01-26
* add a testcase for a bug Duncan pointed out.Chris Lattner2008-01-25
* Test for PR1942.Duncan Sands2008-01-25
* DeadStoreElimination can treat byval parameters as if there were alloca's for...Owen Anderson2008-01-25
* Add target-specific dag combines for FAND(x,0) and FOR(x,0). This allowsChris Lattner2008-01-25
* New test.Devang Patel2008-01-24
* Teach basicaa that 'byval' arguments define a new memory location thatChris Lattner2008-01-24
* Significantly simplify and improve handling of FP function results on x86-32.Chris Lattner2008-01-24
* take these with a pr #Chris Lattner2008-01-24
* Let each target decide byval alignment. For X86, it's 4-byte unless the aggre...Evan Cheng2008-01-23
* SSE varargs arguments are passed in memory.Evan Cheng2008-01-22
* update this test to pass with duncan's change.Chris Lattner2008-01-22
* Multiply can be evaluated in a different type, so long as the target type hasNick Lewycky2008-01-22
* New test.Devang Patel2008-01-21
* New test.Devang Patel2008-01-21
* Implement flt_rounds for PowerPC.Dale Johannesen2008-01-18
* remove extraneous &&'s from tests, as Scott is apparently not going to.Chris Lattner2008-01-18
* Test is correct again for the moment.Dale Johannesen2008-01-18
* Fix a latent bug exposed by my truncstore patch. We compiled stfiwx-2.ll to:Chris Lattner2008-01-18
* Forward progress: crtbegin.c now compiles successfully!Scott Michel2008-01-17
* This commit changes:Chris Lattner2008-01-17
* new testcase.Chris Lattner2008-01-17
* Test case for varargs parameter attribute issue I just fixed.Evan Cheng2008-01-17
* add testcase that has been sitting in my tree for awhile.Chris Lattner2008-01-17
* When a live virtual register is being clobbered by an implicit def, it is spi...Evan Cheng2008-01-17
* Fix arg promotion to propagate the correct attrs on the calls toChris Lattner2008-01-17
* Fixes a nasty dag combiner bug that causes a bunch of tests to fail at -O0.Evan Cheng2008-01-16
* Trampoline support for x86-64. This looks likeDuncan Sands2008-01-16
* add testcase for regressionChris Lattner2008-01-16
* make sure to use a cpu that has sse.Chris Lattner2008-01-16
* My previous commit had an incomplete message, it should have been:Chris Lattner2008-01-16
* Do not strip llvm.used values.Devang Patel2008-01-16
* add a test to ensure that argpromote of one argument doesn't Chris Lattner2008-01-15
* verify x86 generates ud2 for llvm.trapChris Lattner2008-01-15
* new testcase for llvm.trap.Chris Lattner2008-01-15
* Testcase for gimplify_expr crash caused by anDuncan Sands2008-01-15
* I noticed that the trampoline straightening transformation couldDuncan Sands2008-01-14
* This test is now the same as byval-1.ll, so remove it.Duncan Sands2008-01-14