| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix a recently added optimization to not crash on vectors. | Nick Lewycky | 2008-05-23 | 1 | -0/+6 |
* | Generalize the new code in instcombine's ComputeNumSignBits for handling | Dan Gohman | 2008-05-23 | 1 | -0/+9 |
* | Make structs and arrays first-class types, and add assembly | Dan Gohman | 2008-05-23 | 2 | -2/+17 |
* | Bug: rcpps can only folds a load if the address is 16-byte aligned. Fixed man... | Evan Cheng | 2008-05-23 | 1 | -0/+11 |
* | Add a couple of test cases. | Evan Cheng | 2008-05-22 | 2 | -0/+33 |
* | Add missing patterns. | Evan Cheng | 2008-05-22 | 1 | -0/+10 |
* | Add support for multiple-return values in inline asm. This should | Chris Lattner | 2008-05-22 | 1 | -0/+19 |
* | testcase for PR2267 | Chris Lattner | 2008-05-22 | 1 | -0/+11 |
* | Fix PR2343. An *interesting* coalescer bug. | Evan Cheng | 2008-05-21 | 1 | -0/+97 |
* | resurrect lost tests by renaming them to not end with .tr | Gabor Greif | 2008-05-21 | 25 | -0/+0 |
* | Eliminate questionable syntax for stdin redirection. This probably also speed... | Gabor Greif | 2008-05-20 | 93 | -94/+94 |
* | Fix PR2346 by marking vaarg as volatile so that licm doesn't try to | Chris Lattner | 2008-05-20 | 1 | -0/+30 |
* | Oops, commit the version of this test that actually works. | Dan Gohman | 2008-05-20 | 1 | -1/+1 |
* | Port SelectionDAG's ComputeNumSignBits-using code to instcombine, | Dan Gohman | 2008-05-20 | 1 | -0/+7 |
* | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif | 2008-05-20 | 72 | -72/+72 |
* | Rename the last test with .llx extension to .ll, resolve duplicate test by re... | Gabor Greif | 2008-05-20 | 75 | -88/+88 |
* | More local spiller complexity! | Evan Cheng | 2008-05-20 | 1 | -0/+22 |
* | Don't spill dead def. | Evan Cheng | 2008-05-20 | 1 | -0/+55 |