| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | update testcase | Chris Lattner | 2007-10-29 | 1 | -1/+1 |
* | Model stacksave and stackrestore as both writing memory, since we | Chris Lattner | 2007-10-29 | 1 | -0/+47 |
* | Add support for the x86-64 'q' regigster modifier, and add support for the | Chris Lattner | 2007-10-29 | 1 | -0/+11 |
* | Fix PR1749 and InstCombine/2007-10-28-EmptyField.ll by handling | Chris Lattner | 2007-10-29 | 1 | -0/+24 |
* | Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash.ll: terminators | Chris Lattner | 2007-10-29 | 1 | -0/+892 |
* | Test to make sure that if we have an unaligned memcpy, it will still compile. | Bill Wendling | 2007-10-26 | 1 | -0/+5 |
* | On second thought. Remove this as it should never be generated in the first | Bill Wendling | 2007-10-26 | 1 | -14/+0 |
* | - Remove the hacky code that forces a memcpy. Alignment is taken care of in the | Bill Wendling | 2007-10-26 | 1 | -0/+1 |
* | Loosen up iv reuse to allow reuse of the same stride but a larger type when t... | Evan Cheng | 2007-10-26 | 1 | -0/+23 |
* | If a loop termination compare instruction is the only use of its stride, | Evan Cheng | 2007-10-25 | 2 | -0/+86 |
* | Fix for PR1741. | Owen Anderson | 2007-10-25 | 1 | -0/+14 |
* | Testcase for PR 1397. | Dale Johannesen | 2007-10-25 | 1 | -0/+9 |
* | This was failing on Darwin, which defaults to PIC; | Dale Johannesen | 2007-10-24 | 1 | -1/+1 |
* | Implement a couple of foldings for ordered and unordered comparisons, | Chris Lattner | 2007-10-24 | 2 | -0/+24 |
* | If there's an unaligned memcpy to/from the stack, don't lower it. Just call the | Bill Wendling | 2007-10-23 | 1 | -0/+13 |
* | new testcase | Chris Lattner | 2007-10-23 | 1 | -0/+9 |
* | llvm/test programs should not be execution programs. This | Chris Lattner | 2007-10-23 | 1 | -4/+1 |
* | Temporary solution: added a different set of BCTRL_Macho / BCTRL_ELF with rig... | Evan Cheng | 2007-10-23 | 1 | -0/+25 |
* | Fix memcpy lowering when addresses are 4-byte aligned but size is not multipl... | Evan Cheng | 2007-10-22 | 1 | -0/+15 |
* | Strength reduction improvements. | Dan Gohman | 2007-10-22 | 3 | -0/+68 |
* | Fix the folding of multiplication into addresses on x86, which was broken | Dan Gohman | 2007-10-22 | 1 | -0/+30 |
* | Use ptr type in the immediate field of a BxA instruction so we don't end up s... | Evan Cheng | 2007-10-22 | 1 | -0/+27 |
* | New test case. | Evan Cheng | 2007-10-19 | 1 | -0/+84 |
* | Don't branch fold inline asm statements. | Bill Wendling | 2007-10-19 | 2 | -2/+19 |
* | Removed "-arch i386" by popular demand... | Bill Wendling | 2007-10-19 | 1 | -1/+1 |
* | Now with RUN line! | Bill Wendling | 2007-10-19 | 1 | -0/+1 |
* | Remove the Foundation.h file because not everyone has that. | Bill Wendling | 2007-10-19 | 1 | -14/+19 |
* | This test now passes. | Devang Patel | 2007-10-19 | 1 | -1/+1 |