aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add newline at end of file.Evan Cheng2009-03-171-1/+1
* CellSPU:Scott Michel2009-03-171-1/+1
* Reapply r67049, with the test adjusted for darwinDuncan Sands2009-03-172-32/+44
* Fix a problem with DAGCombine where we were building an illegal buildMon P Wang2009-03-171-0/+13
* Recognize bswapl as bswap too.Dan Gohman2009-03-171-0/+5
* Recognize "bswapq" as an alternate spelling for the bswap instruction.Dan Gohman2009-03-171-0/+12
* Spiller may unfold load / mod / store instructions as an optimization when th...Evan Cheng2009-03-171-0/+167
* CellSPU:Scott Michel2009-03-172-9/+7
* --- Reverse-merging (from foreign repository) r67049 into '.':Bill Wendling2009-03-162-44/+32
* Tweak the fix for PR3784: be less sensitive about justDuncan Sands2009-03-162-32/+44
* CellSPU:Scott Michel2009-03-161-51/+69
* change this to test for an alias result more directly.Chris Lattner2009-03-161-3/+7
* Add a replacement for 2009-02-12-GEPNoalias.ll that works without -debug.Nick Lewycky2009-03-141-0/+9
* Apply a patch by Micah Villmow to fix AsmParser to accept vectorDan Gohman2009-03-141-3/+14
* Add a testcase that covers a wide variety of ABI isel cases.Dan Gohman2009-03-141-0/+1322
* Use %rip-relative addressing on x86-64 whenever practical, asDan Gohman2009-03-141-0/+7
* Add a few more ptrtoint/inttoptr cast tests.Dan Gohman2009-03-131-2/+10
* Improve FastISel's handling of truncates to i1, and implementDan Gohman2009-03-133-4/+13
* Fix PR3784: If the source of a phi comes from a bb ended with an invoke, make...Evan Cheng2009-03-132-0/+71
* Fix test case. Now, llvm-gcc emits debug info for artificiaal variable _comp_...Devang Patel2009-03-131-4/+0
* add support for a few simple escape characters in tblgen strings.Chris Lattner2009-03-131-0/+5
* Fix FastISel's assumption that i1 values are always zero-extendedDan Gohman2009-03-131-0/+19
* remove a test that depends on -debug.Chris Lattner2009-03-131-15/+0
* remove a testcase that depends on -debug existing.Chris Lattner2009-03-131-29/+0
* Test case for rev. 66925Devang Patel2009-03-131-0/+3
* Improve sext and zext of TLS variables.Rafael Espindola2009-03-132-0/+42
* remove a buggy test, it is not ok to use -debug in RUN line.Chris Lattner2009-03-131-196/+0
* Fix some significant problems with constant pools that resulted in unnecessar...Evan Cheng2009-03-131-0/+37
* generalize the previous code to use the full generality of LEAChris Lattner2009-03-131-0/+12
* optimize the case of cond ? 42 : 41 and friends. This compiles theChris Lattner2009-03-131-0/+14
* Temporarily XFAIL this test.Bill Wendling2009-03-131-0/+2
* Enhance address-mode folding of ISD::ADD to handle cases where theDan Gohman2009-03-131-0/+25
* Add this test back.Evan Cheng2009-03-121-0/+11
* Revert commit 66140 since it caused several failuresDuncan Sands2009-03-121-0/+1
* Typo.Evan Cheng2009-03-121-1/+1
* Fix test after Chris' select changes.Evan Cheng2009-03-121-3/+3
* Adjust this test for recent sroa improvements.Duncan Sands2009-03-121-1/+1
* Move 3 "(add (select cc, 0, c), x) -> (select cc, x, (add, x, c))"Chris Lattner2009-03-122-5/+24
* On x86, if the only use of a i64 load is a i64 store, generate a pair of doub...Evan Cheng2009-03-122-3/+16
* add no-unwind, remove duplicate run line.Chris Lattner2009-03-121-3/+2
* add nounwindsChris Lattner2009-03-121-2/+2
* Revert r66024. The JIT encoding for CALLpcrel32 is wrong -- see PR3773, and theDan Gohman2009-03-111-9/+0
* optimize i8 and i16 tls values.Rafael Espindola2009-03-112-0/+20
* My last coalescer fix introduced a subtler one. It's aborting a commuting opt...Evan Cheng2009-03-111-0/+85
* For yonah, fix a vector shuffle case for v16i8 where we didn't properly clear...Mon P Wang2009-03-111-0/+14
* implement support for C-style string literal concatenation in td files.Chris Lattner2009-03-111-0/+3
* Fixed a v8i16 shuffle case that should generate a pshufb instead of a pshuflw...Mon P Wang2009-03-111-0/+9
* reapply my previous patch (r66358) with a tweak to set theChris Lattner2009-03-112-5/+3
* Two coalescer fixes in one.Evan Cheng2009-03-111-0/+28
* Readd test, but XFAIL it.Bill Wendling2009-03-101-0/+14