| Commit message (Expand) | Author | Age | Files | Lines |
* | Suppress the (stderr) output of -aa-eval, this fixes 5 tests. | Matthijs Kooijman | 2008-06-10 | 5 | -5/+5 |
* | Change llvm.exp so it no longer ignores some errors when executing dejagnu | Matthijs Kooijman | 2008-06-10 | 1 | -0/+4 |
* | Convert several tests to use temporary files instead of redundantly | Dan Gohman | 2008-06-10 | 14 | -60/+63 |
* | Fix two more not-grep tests that were missing llvm-dis. | Dan Gohman | 2008-06-09 | 2 | -3/+3 |
* | Re-apply 52002, allowing the verifier to accept non-MRV struct return | Dan Gohman | 2008-06-09 | 2 | -0/+41 |
* | Test that prune-eh doesn't make deductions based | Duncan Sands | 2008-06-09 | 1 | -0/+12 |
* | add support for PIC on linux x86-64 | Rafael Espindola | 2008-06-09 | 11 | -0/+130 |
* | lower calls to abs to inline code, PR2337 | Chris Lattner | 2008-06-09 | 1 | -0/+11 |
* | Fix PR2411, where ip constant prop would propagate the | Chris Lattner | 2008-06-09 | 1 | -0/+15 |
* | Limit the icmp+phi merging optimization to the cases where it is profitable: | Chris Lattner | 2008-06-08 | 1 | -0/+49 |
* | Remove invalid test | Anton Korobeynikov | 2008-06-08 | 1 | -141/+0 |
* | Speculatively execute a block when the the block is the then part of a triang... | Evan Cheng | 2008-06-07 | 1 | -0/+21 |
* | Fix run line. | Evan Cheng | 2008-06-07 | 1 | -1/+1 |
* | Testcase for PR2418 | Anton Korobeynikov | 2008-06-06 | 1 | -0/+141 |
* | Revert 52002. | Dan Gohman | 2008-06-05 | 1 | -22/+0 |
* | Add a test case for opt -instcombine bug fix in revision 52003. | Zhou Sheng | 2008-06-05 | 1 | -0/+7 |
* | Change the Verifier to support returning first class aggregrates. | Matthijs Kooijman | 2008-06-05 | 1 | -0/+22 |
* | Add a test case for APInt bug fix in r51999. | Zhou Sheng | 2008-06-05 | 1 | -0/+60 |
* | Learn ScalarReplAggregrates how stores and loads of first class aggregrates | Matthijs Kooijman | 2008-06-05 | 1 | -0/+32 |
* | Let StructRetPromotion check if all if its users are really calls or invokesn, | Matthijs Kooijman | 2008-06-05 | 1 | -0/+20 |
* | Let StructRetPromotion check if it's users are really calling it and not | Matthijs Kooijman | 2008-06-05 | 1 | -0/+24 |
* | Fix a memcpy lowering bug. Even though the memcpy alignment is smaller than t... | Evan Cheng | 2008-06-04 | 1 | -0/+19 |
* | Rewrite a bunch of the CBE's inline asm code, giving it the | Chris Lattner | 2008-06-04 | 1 | -0/+12 |
* | Change packed struct layout so that field sizes | Duncan Sands | 2008-06-04 | 1 | -0/+14 |
* | Testcase for LoopIndexSplit and DomFrontier. | Owen Anderson | 2008-06-03 | 1 | -0/+32 |
* | 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 |