aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* CellSPU: Fix bug 3056. Varadic extract_element was not implemented (nor was itScott Michel2008-11-221-6/+108
* Optimize (x/y)*y into x-(x%y) in general. Div and rem are about the same, andNick Lewycky2008-11-211-0/+34
* CellSPU:Scott Michel2008-11-212-0/+42
* Add generic test for add with overflow.Bill Wendling2008-11-211-0/+23
* Test -pre-RA-sched=fast too, for completeness.Dan Gohman2008-11-201-0/+1
* - Register scavenger should use MachineRegisterInfo and internal map to find ...Evan Cheng2008-11-201-0/+414
* If there are two consecutive llvm.dbg.stoppoint calls thenDevang Patel2008-11-191-0/+44
* Revert r59640. It broke this test for builds that aren'tDan Gohman2008-11-191-1/+1
* Use %llvmgcc -xassembler instead of invoking as directly. This avoidsDan Gohman2008-11-191-1/+1
* Add support for rematerialization in pre-alloc-splitting.Owen Anderson2008-11-191-1/+1
* LLVMC2: -emit-llvm stops compilation.Daniel Dunbar2008-11-191-0/+4
* LLVMC2: Teach llvm_gcc_c tool about -include and -fsyntax-only.Daniel Dunbar2008-11-191-0/+9
* Register scavenger should process early clobber defs first. A dead early clob...Evan Cheng2008-11-181-0/+16
* Add a utility function that detects whether a loop is guaranteed to be finite.Nick Lewycky2008-11-183-0/+91
* Reapply r59464, this time using the correct typeDuncan Sands2008-11-189-9/+0
* A simple test for stack protectors. This should be valid on all platforms.Bill Wendling2008-11-181-0/+25
* Revert r59464. It was causing this failure:Bill Wendling2008-11-189-0/+9
* Give SIToFPInst preference over UIToFPInst because it is faster on platforms ...Devang Patel2008-11-181-0/+35
* While handling floating point IVs lift restrictions on initial value and incr...Devang Patel2008-11-171-1/+49
* Add soft float support for a bunch more operations. OriginalDuncan Sands2008-11-1711-0/+168
* Remove these, which test for optimizations thatDale Johannesen2008-11-172-45/+0
* Don't produce ADDC/ADDE when expanding SHL unless they are legalRichard Osborne2008-11-171-0/+6
* Removed 2008-10-17-SpillerBug.ll as it does not provide an accurate test of P...Lang Hames2008-11-161-130/+0
* 2008-10-17-SpillerBug.ll is currently failing, but this doesn't reflect an ac...Lang Hames2008-11-161-0/+1
* Improved shuffle normalization to avoid using extract/build when weMon P Wang2008-11-163-0/+80
* Handle the case where there is no "not". It is possible it got Chris Lattner2008-11-161-1/+12
* make this actually test what it is trying to.Chris Lattner2008-11-161-4/+3
* Don't brute-force analyze cubic or higher polynomials.Nick Lewycky2008-11-161-0/+19
* Correct this error message.Nick Lewycky2008-11-151-0/+5
* [XCore] Fix expansion of 64 bit add/sub. Don't custom expandRichard Osborne2008-11-141-0/+12
* Add XCore intrinsics for getid (returns thread id) and bitrev (reversesRichard Osborne2008-11-142-0/+16
* Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnitDan Gohman2008-11-131-1/+1
* testcase for PR 1779.Dale Johannesen2008-11-131-0/+19
* Added testcase for r59214.Bill Wendling2008-11-131-0/+14
* Add test case for ptr annotation.Tanya Lattner2008-11-121-0/+18
* Correct some thinkos in the expansion of ADD/SUBDuncan Sands2008-11-121-0/+14
* Fix the testb optimization so x86 also bootstraps.Dale Johannesen2008-11-121-1/+0
* fix another libgcc blockerAndrew Lenharth2008-11-111-0/+22
* Un-XFAIL tests now that they're fixed.Bill Wendling2008-11-112-2/+0
* r59009 broke these tests. XFAIL for now.Bill Wendling2008-11-112-0/+2
* Temporarily revert r58979 and related patch. It's causing a failure in X86 bo...Bill Wendling2008-11-101-0/+2
* If the sign of exit condition and split condition does not matchDevang Patel2008-11-101-0/+69
* Fix PR2667: add soft float support for sint_to_fp/uint_to_fpDuncan Sands2008-11-101-0/+55
* When promoting the result of fp_to_uint/fp_to_sint,Duncan Sands2008-11-101-10/+1
* Reenable test.Dale Johannesen2008-11-101-1/+0
* The method of doing the matching with a 'select' instruction was wrong. TheBill Wendling2008-11-091-0/+17
* XFAIL this while waiting for a fix.Duncan Sands2008-11-091-0/+1
* If the LHS of the FCMP is coming from a UIToFP instruction, then we don't wantBill Wendling2008-11-091-0/+46
* CellSPU: Update expected counts on expected patternsScott Michel2008-11-091-5/+5
* Add LLVMC2 tool definitions for Objective-C and Objective-C++.Daniel Dunbar2008-11-082-0/+20