| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix handling of overflow in loop calculation by adding new UDiv SCEV. This SCEV | Nick Lewycky | 2007-11-15 | 1 | -0/+24 |
* | Un XFAIL these tests, now that Bill has backported | Duncan Sands | 2007-11-14 | 2 | -2/+0 |
* | Fix PIC jump table codegen on x86-32/linux. In fact, such thing should be app... | Anton Korobeynikov | 2007-11-14 | 1 | -2/+2 |
* | XFAIL these tests until the fix gets backported | Duncan Sands | 2007-11-14 | 2 | -0/+2 |
* | Implement PR1796 and Transforms/SimplifyCFG/noreturn-call.ll | Chris Lattner | 2007-11-14 | 1 | -0/+11 |
* | upgrade test | Chris Lattner | 2007-11-13 | 2 | -11/+11 |
* | Implement PR1786 by iterating between dead cycle elimination | Chris Lattner | 2007-11-13 | 1 | -0/+100 |
* | Update tailcall code to include inline attribute operand for memcpy. | Arnold Schwaighofer | 2007-11-10 | 1 | -0/+15 |
* | Fix tests. | Evan Cheng | 2007-11-09 | 2 | -7/+5 |
* | Tighten up a check for folding away loads from (newly constant) globals. This | Chris Lattner | 2007-11-09 | 1 | -0/+19 |
* | Thanks to the XTARGET line, this test should still | Duncan Sands | 2007-11-09 | 1 | -0/+1 |
* | Check that the first and third characters, s and u, | Duncan Sands | 2007-11-09 | 1 | -0/+3 |
* | Check that accesses to the second short, t, have | Duncan Sands | 2007-11-09 | 1 | -0/+3 |
* | Run this test only on darwin. | Devang Patel | 2007-11-08 | 1 | -1/+1 |
* | Better check | Andrew Lenharth | 2007-11-08 | 1 | -1/+4 |
* | Fix PR1780 | Andrew Lenharth | 2007-11-08 | 1 | -0/+19 |
* | [ARM] Implement __builtin_thread_pointer. | Lauro Ramos Venancio | 2007-11-08 | 1 | -0/+10 |
* | If both parts of smul_lohi, etc. are used, don't simplify. If only one part i... | Evan Cheng | 2007-11-08 | 1 | -0/+129 |
* | Add testcase | Bill Wendling | 2007-11-07 | 1 | -0/+4 |
* | Implement the XTARGET feature for PR1778 | Tanya Lattner | 2007-11-06 | 1 | -4/+31 |
* | Implement PR1777 by detecting dependent phis that | Chris Lattner | 2007-11-06 | 1 | -0/+31 |
* | Add pseudo dependency to force two-address instruction to be scheduled after | Evan Cheng | 2007-11-06 | 1 | -0/+25 |
* | Fix PR1774 and BasicAA/2007-11-05-SizeCrash.ll | Chris Lattner | 2007-11-06 | 1 | -0/+34 |
* | Add support for vector remainder operations. | Dan Gohman | 2007-11-05 | 1 | -0/+15 |
* | Fix an abort in instcombine when folding creates a vector rem instruction. | Dan Gohman | 2007-11-05 | 1 | -0/+9 |
* | Make labels work in asm blocks; allow labels as | Dale Johannesen | 2007-11-05 | 1 | -0/+41 |
* | If a value is incoming from outside the loop then the value does not need rem... | Devang Patel | 2007-11-05 | 1 | -0/+293 |
* | [ARM] Fix code generation for: | Lauro Ramos Venancio | 2007-11-05 | 1 | -0/+11 |
* | Skip over deleted val#'s. | Evan Cheng | 2007-11-05 | 1 | -0/+148 |
* | Handle cases where a register and one of its super-register are both marked as | Evan Cheng | 2007-11-05 | 1 | -0/+16 |
* | Fix test case. Chris didn't do make check. :-) | Evan Cheng | 2007-11-05 | 1 | -19/+18 |
* | Doh. PR1187 -> PR1766. | Evan Cheng | 2007-11-05 | 1 | -1/+1 |
* | Fix PR1187. | Evan Cheng | 2007-11-05 | 1 | -0/+37 |
* | Fix PR1761 by not printing (rip) suffix when in -static mode. | Chris Lattner | 2007-11-04 | 1 | -0/+11 |
* | Change uses of getTypeSize to getABITypeSize, getTypeStoreSize | Duncan Sands | 2007-11-04 | 1 | -0/+30 |
* | Fix PR1763 by allowing the 'q' constraint to work with 64-bit | Chris Lattner | 2007-11-04 | 1 | -0/+9 |
* | There are times when the coalescer would not coalesce away a copy but the copy | Evan Cheng | 2007-11-03 | 1 | -0/+35 |
* | Add run line. | Evan Cheng | 2007-11-02 | 1 | -0/+2 |
* | One more extract_subreg coalescing bug. | Evan Cheng | 2007-11-02 | 1 | -0/+144 |
* | Missing a getNumOperands check. | Evan Cheng | 2007-11-02 | 1 | -0/+10 |
* | Fix test/Transforms/DeadStoreElimination/PartialStore.ll, which had been | Owen Anderson | 2007-11-01 | 1 | -1/+1 |
* | Test that expand_vector_elt(v2i64) works in 32-bit mode. | Dale Johannesen | 2007-11-01 | 1 | -0/+82 |
* | Fix InstCombine/2007-10-31-StringCrash.ll by removing an obvious | Chris Lattner | 2007-11-01 | 1 | -0/+21 |
* | Fix InstCombine/2007-10-31-RangeCrash.ll | Chris Lattner | 2007-11-01 | 1 | -0/+35 |
* | New test. | Devang Patel | 2007-10-30 | 1 | -0/+6 |
* | It's not safe to tell SplitCriticalEdge to merge identical edges. It may dele... | Evan Cheng | 2007-10-30 | 1 | -0/+48 |
* | Add support for folding binary operators with vector zero operands. | Dan Gohman | 2007-10-30 | 1 | -0/+35 |
* | - Bug fixes. | Evan Cheng | 2007-10-29 | 1 | -0/+66 |
* | Fix a DAGCombiner abort on a bitcast from a scalar to a vector. | Dan Gohman | 2007-10-29 | 1 | -0/+10 |
* | Enable more fold (sext (load x)) -> (sext (truncate (sextload x))) | Evan Cheng | 2007-10-29 | 1 | -0/+17 |