summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Since the old llvmc was removed, rename llvmc2 to llvmc.Mikhail Glushenkov2008-11-25
* convertToSignExtendedInteger should return opInvalidOp instead of asserting i...Evan Cheng2008-11-25
* CellSPU:Scott Michel2008-11-25
* CellSPU: test should use shlqby, not shlqbyiScott Michel2008-11-25
* XFAIL this test. A recent CellSPU check-in broke it.Bill Wendling2008-11-25
* Initial support for anti-dependence breaking. Currently this code does notDan Gohman2008-11-25
* Testcase for constant CFStrings.Bill Wendling2008-11-24
* reenable testChris Lattner2008-11-24
* Temporarily XFAIL this test. r59976 and r59972 broke it.Bill Wendling2008-11-24
* Fix 3113: If we have a dead cyclic PHI, replace the whole thingChris Lattner2008-11-24
* CellSPU:Scott Michel2008-11-24
* CellSPU:Scott Michel2008-11-24
* Test add-with-overflow with fast ISel.Bill Wendling2008-11-24
* Extend the 'noalias' attribute to function return values. This is intended toNick Lewycky2008-11-24
* Add support for llvm.uadd.with.overflow.Bill Wendling2008-11-24
* CellSPU: Fix bug 3056. Varadic extract_element was not implemented (nor was itScott Michel2008-11-22
* Optimize (x/y)*y into x-(x%y) in general. Div and rem are about the same, andNick Lewycky2008-11-21
* CellSPU:Scott Michel2008-11-21
* Add generic test for add with overflow.Bill Wendling2008-11-21
* Test -pre-RA-sched=fast too, for completeness.Dan Gohman2008-11-20
* - Register scavenger should use MachineRegisterInfo and internal map to find ...Evan Cheng2008-11-20
* If there are two consecutive llvm.dbg.stoppoint calls thenDevang Patel2008-11-19
* Revert r59640. It broke this test for builds that aren'tDan Gohman2008-11-19
* Use %llvmgcc -xassembler instead of invoking as directly. This avoidsDan Gohman2008-11-19
* Add support for rematerialization in pre-alloc-splitting.Owen Anderson2008-11-19
* LLVMC2: -emit-llvm stops compilation.Daniel Dunbar2008-11-19
* LLVMC2: Teach llvm_gcc_c tool about -include and -fsyntax-only.Daniel Dunbar2008-11-19
* Register scavenger should process early clobber defs first. A dead early clob...Evan Cheng2008-11-18
* Add a utility function that detects whether a loop is guaranteed to be finite.Nick Lewycky2008-11-18
* Reapply r59464, this time using the correct typeDuncan Sands2008-11-18
* A simple test for stack protectors. This should be valid on all platforms.Bill Wendling2008-11-18
* Revert r59464. It was causing this failure:Bill Wendling2008-11-18
* Give SIToFPInst preference over UIToFPInst because it is faster on platforms ...Devang Patel2008-11-18
* While handling floating point IVs lift restrictions on initial value and incr...Devang Patel2008-11-17
* Add soft float support for a bunch more operations. OriginalDuncan Sands2008-11-17
* Remove these, which test for optimizations thatDale Johannesen2008-11-17
* Don't produce ADDC/ADDE when expanding SHL unless they are legalRichard Osborne2008-11-17
* Removed 2008-10-17-SpillerBug.ll as it does not provide an accurate test of P...Lang Hames2008-11-16
* 2008-10-17-SpillerBug.ll is currently failing, but this doesn't reflect an ac...Lang Hames2008-11-16
* Improved shuffle normalization to avoid using extract/build when weMon P Wang2008-11-16
* Handle the case where there is no "not". It is possible it got Chris Lattner2008-11-16
* make this actually test what it is trying to.Chris Lattner2008-11-16
* Don't brute-force analyze cubic or higher polynomials.Nick Lewycky2008-11-16
* Correct this error message.Nick Lewycky2008-11-15
* [XCore] Fix expansion of 64 bit add/sub. Don't custom expandRichard Osborne2008-11-14
* Add XCore intrinsics for getid (returns thread id) and bitrev (reversesRichard Osborne2008-11-14
* Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnitDan Gohman2008-11-13
* testcase for PR 1779.Dale Johannesen2008-11-13
* Added testcase for r59214.Bill Wendling2008-11-13
* Add test case for ptr annotation.Tanya Lattner2008-11-12