summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* --- Reverse-merging (from foreign repository) r67049 into '.':Bill Wendling2009-03-16
* Tweak the fix for PR3784: be less sensitive about justDuncan Sands2009-03-16
* CellSPU:Scott Michel2009-03-16
* change this to test for an alias result more directly.Chris Lattner2009-03-16
* Add a replacement for 2009-02-12-GEPNoalias.ll that works without -debug.Nick Lewycky2009-03-14
* Apply a patch by Micah Villmow to fix AsmParser to accept vectorDan Gohman2009-03-14
* Add a testcase that covers a wide variety of ABI isel cases.Dan Gohman2009-03-14
* Use %rip-relative addressing on x86-64 whenever practical, asDan Gohman2009-03-14
* Add a few more ptrtoint/inttoptr cast tests.Dan Gohman2009-03-13
* Improve FastISel's handling of truncates to i1, and implementDan Gohman2009-03-13
* Fix PR3784: If the source of a phi comes from a bb ended with an invoke, make...Evan Cheng2009-03-13
* Fix test case. Now, llvm-gcc emits debug info for artificiaal variable _comp_...Devang Patel2009-03-13
* add support for a few simple escape characters in tblgen strings.Chris Lattner2009-03-13
* Fix FastISel's assumption that i1 values are always zero-extendedDan Gohman2009-03-13
* remove a test that depends on -debug.Chris Lattner2009-03-13
* remove a testcase that depends on -debug existing.Chris Lattner2009-03-13
* Test case for rev. 66925Devang Patel2009-03-13
* Improve sext and zext of TLS variables.Rafael Espindola2009-03-13
* remove a buggy test, it is not ok to use -debug in RUN line.Chris Lattner2009-03-13
* Fix some significant problems with constant pools that resulted in unnecessar...Evan Cheng2009-03-13
* generalize the previous code to use the full generality of LEAChris Lattner2009-03-13
* optimize the case of cond ? 42 : 41 and friends. This compiles theChris Lattner2009-03-13
* Temporarily XFAIL this test.Bill Wendling2009-03-13
* Enhance address-mode folding of ISD::ADD to handle cases where theDan Gohman2009-03-13
* Add this test back.Evan Cheng2009-03-12
* Revert commit 66140 since it caused several failuresDuncan Sands2009-03-12
* Typo.Evan Cheng2009-03-12
* Fix test after Chris' select changes.Evan Cheng2009-03-12
* Adjust this test for recent sroa improvements.Duncan Sands2009-03-12
* Move 3 "(add (select cc, 0, c), x) -> (select cc, x, (add, x, c))"Chris Lattner2009-03-12
* On x86, if the only use of a i64 load is a i64 store, generate a pair of doub...Evan Cheng2009-03-12
* add no-unwind, remove duplicate run line.Chris Lattner2009-03-12
* add nounwindsChris Lattner2009-03-12
* Revert r66024. The JIT encoding for CALLpcrel32 is wrong -- see PR3773, and theDan Gohman2009-03-11
* optimize i8 and i16 tls values.Rafael Espindola2009-03-11
* My last coalescer fix introduced a subtler one. It's aborting a commuting opt...Evan Cheng2009-03-11
* For yonah, fix a vector shuffle case for v16i8 where we didn't properly clear...Mon P Wang2009-03-11
* implement support for C-style string literal concatenation in td files.Chris Lattner2009-03-11
* Fixed a v8i16 shuffle case that should generate a pshufb instead of a pshuflw...Mon P Wang2009-03-11
* reapply my previous patch (r66358) with a tweak to set theChris Lattner2009-03-11
* Two coalescer fixes in one.Evan Cheng2009-03-11
* Readd test, but XFAIL it.Bill Wendling2009-03-10
* Revert 66358 for now. It's breaking povray, 450.soplex, and 456.hmmer on x86 ...Evan Cheng2009-03-10
* Tweak the DejaGNU voodoo to match Bill's advice.Stuart Hastings2009-03-10
* Do not attempt to do parial redundancy elimination on void values.John Criswell2009-03-10
* Global variables don't have a corresponding llvm.dbg.declare, yet it is possibleTorok Edwin2009-03-10
* If a function is marked alwaysinline, it must be inlined (possibly for correc...Evan Cheng2009-03-10
* Add radar number.Bill Wendling2009-03-10
* wire up support for emitting "special" values from inline asmChris Lattner2009-03-10
* Check for warnings about inappropriate weak_imports.Stuart Hastings2009-03-10