aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Typo.Evan Cheng2007-11-161-1/+1
* Testcase from PR 1508 (although its's somewhatDale Johannesen2007-11-161-0/+133
* Fix PR1800 by correcting mistaken logic.Chris Lattner2007-11-161-0/+10
* Reverted r44163 per requestAnton Korobeynikov2007-11-151-0/+1
* Fix a thinko in post-allocation coalescer.Evan Cheng2007-11-151-0/+67
* Fix handling of overflow in loop calculation by adding new UDiv SCEV. This SCEVNick Lewycky2007-11-151-0/+24
* Un XFAIL these tests, now that Bill has backportedDuncan Sands2007-11-142-2/+0
* Fix PIC jump table codegen on x86-32/linux. In fact, such thing should be app...Anton Korobeynikov2007-11-141-2/+2
* XFAIL these tests until the fix gets backportedDuncan Sands2007-11-142-0/+2
* Implement PR1796 and Transforms/SimplifyCFG/noreturn-call.llChris Lattner2007-11-141-0/+11
* upgrade testChris Lattner2007-11-132-11/+11
* Implement PR1786 by iterating between dead cycle eliminationChris Lattner2007-11-131-0/+100
* Update tailcall code to include inline attribute operand for memcpy. Arnold Schwaighofer2007-11-101-0/+15
* Fix tests.Evan Cheng2007-11-092-7/+5
* Tighten up a check for folding away loads from (newly constant) globals. ThisChris Lattner2007-11-091-0/+19
* Thanks to the XTARGET line, this test should stillDuncan Sands2007-11-091-0/+1
* Check that the first and third characters, s and u,Duncan Sands2007-11-091-0/+3
* Check that accesses to the second short, t, haveDuncan Sands2007-11-091-0/+3
* Run this test only on darwin.Devang Patel2007-11-081-1/+1
* Better checkAndrew Lenharth2007-11-081-1/+4
* Fix PR1780Andrew Lenharth2007-11-081-0/+19
* [ARM] Implement __builtin_thread_pointer.Lauro Ramos Venancio2007-11-081-0/+10
* If both parts of smul_lohi, etc. are used, don't simplify. If only one part i...Evan Cheng2007-11-081-0/+129
* Add testcaseBill Wendling2007-11-071-0/+4
* Implement the XTARGET feature for PR1778Tanya Lattner2007-11-061-4/+31
* Implement PR1777 by detecting dependent phis thatChris Lattner2007-11-061-0/+31
* Add pseudo dependency to force two-address instruction to be scheduled afterEvan Cheng2007-11-061-0/+25
* Fix PR1774 and BasicAA/2007-11-05-SizeCrash.llChris Lattner2007-11-061-0/+34
* Add support for vector remainder operations.Dan Gohman2007-11-051-0/+15
* Fix an abort in instcombine when folding creates a vector rem instruction.Dan Gohman2007-11-051-0/+9
* Make labels work in asm blocks; allow labels asDale Johannesen2007-11-051-0/+41
* If a value is incoming from outside the loop then the value does not need rem...Devang Patel2007-11-051-0/+293
* [ARM] Fix code generation for:Lauro Ramos Venancio2007-11-051-0/+11
* Skip over deleted val#'s.Evan Cheng2007-11-051-0/+148
* Handle cases where a register and one of its super-register are both marked asEvan Cheng2007-11-051-0/+16
* Fix test case. Chris didn't do make check. :-)Evan Cheng2007-11-051-19/+18
* Doh. PR1187 -> PR1766.Evan Cheng2007-11-051-1/+1
* Fix PR1187.Evan Cheng2007-11-051-0/+37
* Fix PR1761 by not printing (rip) suffix when in -static mode.Chris Lattner2007-11-041-0/+11
* Change uses of getTypeSize to getABITypeSize, getTypeStoreSizeDuncan Sands2007-11-041-0/+30
* Fix PR1763 by allowing the 'q' constraint to work with 64-bitChris Lattner2007-11-041-0/+9
* There are times when the coalescer would not coalesce away a copy but the copyEvan Cheng2007-11-031-0/+35
* Add run line.Evan Cheng2007-11-021-0/+2
* One more extract_subreg coalescing bug.Evan Cheng2007-11-021-0/+144
* Missing a getNumOperands check.Evan Cheng2007-11-021-0/+10
* Fix test/Transforms/DeadStoreElimination/PartialStore.ll, which had beenOwen Anderson2007-11-011-1/+1
* Test that expand_vector_elt(v2i64) works in 32-bit mode.Dale Johannesen2007-11-011-0/+82
* Fix InstCombine/2007-10-31-StringCrash.ll by removing an obviousChris Lattner2007-11-011-0/+21
* Fix InstCombine/2007-10-31-RangeCrash.llChris Lattner2007-11-011-0/+35
* New test.Devang Patel2007-10-301-0/+6