| Commit message (Expand) | Author | Age | Files | Lines |
* | nounwindify. | Dan Gohman | 2008-06-03 | 1 | -4/+4 |
* | Constant folding for insertvalue and extractvalue. | Dan Gohman | 2008-06-03 | 1 | -1/+11 |
* | Update dom tree. Fix PR 2372. | Devang Patel | 2008-06-02 | 1 | -0/+26 |
* | Add necessary 64-bit support so that gcc frontend compiles (mostly). Current | Scott Michel | 2008-06-02 | 1 | -12/+12 |
* | Implement CBE support for first-class structs and array values, | Dan Gohman | 2008-06-02 | 1 | -1/+1 |
* | Fix the position of MemOperands in nodes that use variadic_ops | Dan Gohman | 2008-06-02 | 1 | -0/+11 |
* | Fixes PR2395. Looking for a constant in a GEP tail (when the first GEP | Wojciech Matyjewicz | 2008-06-02 | 1 | -0/+15 |
* | Fix two issues that Eli Friedman pointed out, where would misoptimized code l... | Owen Anderson | 2008-06-01 | 1 | -1/+1 |
* | Test for PR2401 | Owen Anderson | 2008-06-01 | 1 | -0/+107 |
* | When simplifying a call to a bitcast function, tighten up | Duncan Sands | 2008-06-01 | 1 | -1/+5 |
* | update this patch to handle an extraneous &1. This should be pulled | Chris Lattner | 2008-05-31 | 1 | -2/+1 |
* | Peer through sext/zext when looking for not(cmp). | Nick Lewycky | 2008-05-31 | 1 | -1/+0 |
* | Add more i1 optimizations. add, sub, mul, s/udiv on i1 are now simplified away. | Nick Lewycky | 2008-05-31 | 1 | -0/+24 |
* | Adding i1 is always Xor. | Nick Lewycky | 2008-05-31 | 1 | -0/+7 |
* | Fix the CBE's handling of instructions whose result is an i1. Previously, | Chris Lattner | 2008-05-31 | 1 | -0/+14 |
* | IR, bitcode reader, bitcode writer, and asmparser changes to | Dan Gohman | 2008-05-31 | 1 | -9/+9 |
* | Fix the -opt switch and add a test case for it. | Mikhail Glushenkov | 2008-05-30 | 1 | -0/+12 |
* | Fix: 'sink' handling was broken. | Mikhail Glushenkov | 2008-05-30 | 1 | -0/+12 |
* | Unbreak this test. | Nick Lewycky | 2008-05-30 | 1 | -1/+1 |
* | Add patterns for CALL32m and CALL64m. They aren't matched in most | Dan Gohman | 2008-05-29 | 1 | -0/+10 |
* | Expand small memmovs using inline code. Set the X86 threshold for expanding | Dan Gohman | 2008-05-29 | 1 | -0/+12 |
* | For PR1338: Rename test dirs | Anton Korobeynikov | 2008-05-29 | 355 | -0/+0 |
* | Move these tests into the proper directory. | Owen Anderson | 2008-05-29 | 3 | -0/+0 |
* | Replace the old ADCE implementation with a new one that more simply solves | Owen Anderson | 2008-05-29 | 2 | -44/+0 |
* | Implement vector shift up / down and insert zero with ps{rl}lq / ps{rl}ldq. | Evan Cheng | 2008-05-29 | 5 | -20/+43 |
* | Add nounwind. | Evan Cheng | 2008-05-29 | 2 | -7/+7 |
* | Fix PR2289: vr defined by multiple implicit_def as result of coalescing. | Evan Cheng | 2008-05-28 | 1 | -0/+10 |
* | Teach local register allocator to deal with landing pad MBB's. | Evan Cheng | 2008-05-28 | 1 | -0/+30 |
* | Implement PR2370: memmove(x,x,size) -> noop. | Chris Lattner | 2008-05-28 | 1 | -0/+6 |
* | Specify a target so that this tests tests what it's intended to test. | Dan Gohman | 2008-05-27 | 1 | -1/+1 |
* | Make this test independent of the target-triple; the stack alignment | Dan Gohman | 2008-05-27 | 1 | -1/+1 |
* | Whoops -- forgot PR reference on this test. | Nick Lewycky | 2008-05-26 | 1 | -0/+1 |
* | The Linux ABI emits an extra "movl %esp, %ebp" in function prologue and | Nick Lewycky | 2008-05-26 | 4 | -6/+6 |
* | Use {} instead of "" in RUN lines. | Nick Lewycky | 2008-05-26 | 1 | -1/+1 |
* | Don't treat values as signed when looking at loop steppings in HowForToNonZero. | Nick Lewycky | 2008-05-25 | 1 | -0/+20 |
* | "ret (constexpr)" can't be folded into a Constant. Add a method to | Nick Lewycky | 2008-05-25 | 1 | -0/+13 |
* | Fix a serious brain-o. Obviously no-one reviewed my patch :( | Chris Lattner | 2008-05-24 | 1 | -0/+11 |
* | Fix PR2358 by resolving calls with undef arguments to overdefined. | Chris Lattner | 2008-05-24 | 1 | -0/+14 |
* | Eliminate x86.sse2.punpckh.qdq and x86.sse2.punpckl.qdq. | Evan Cheng | 2008-05-24 | 2 | -0/+3 |
* | Eliminate x86.sse2.movs.d, x86.sse2.shuf.pd, x86.sse2.unpckh.pd, and x86.sse2... | Evan Cheng | 2008-05-24 | 6 | -0/+7 |
* | New loadl_pd and loadh_pd tests. | Evan Cheng | 2008-05-24 | 1 | -0/+19 |
* | Autoupgrade x86.sse2.loadh.pd and x86.sse2.loadl.pd. | Evan Cheng | 2008-05-24 | 2 | -0/+2 |
* | Don't silently truncate array extents to 32 bits. | Dan Gohman | 2008-05-23 | 1 | -0/+5 |
* | Use movlps / movhps to modify low / high half of 16-byet memory location. | Evan Cheng | 2008-05-23 | 1 | -0/+25 |
* | Remove lingering references to .llx and .tr in the tests. | Dan Gohman | 2008-05-23 | 4 | -4/+4 |
* | Use PMULDQ for v2i64 multiplies when SSE4.1 is available. And add | Dan Gohman | 2008-05-23 | 1 | -0/+32 |
* | Restucture a part of the SimplifyCFG pass and include a testcase. | Matthijs Kooijman | 2008-05-23 | 1 | -0/+131 |
* | Constant integer vectors may also be negated. | Nick Lewycky | 2008-05-23 | 1 | -0/+8 |
* | Revert X + X --> X * 2 optz'n which pessimizes heavily on x86. | Nick Lewycky | 2008-05-23 | 1 | -6/+0 |
* | Implement X + X for vectors. | Nick Lewycky | 2008-05-23 | 1 | -0/+6 |