| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement split and scalarize for SELECT_CC, fixing PR2504 | Chris Lattner | 2008-06-30 | 1 | -0/+9 |
* | Regression test for PR2443. | Duncan Sands | 2008-06-27 | 3 | -1/+25 |
* | Use the c modifier to tell llvm-ar not to issue a | Duncan Sands | 2008-06-27 | 1 | -2/+2 |
* | test doesn't need eh info | Chris Lattner | 2008-06-27 | 1 | -2/+2 |
* | when linking globals, make sure to preserve the address space of the global. | Chris Lattner | 2008-06-27 | 1 | -0/+9 |
* | XFAIL for now. | Evan Cheng | 2008-06-26 | 1 | -0/+1 |
* | Use the -enable-pre flag so this test doesn't fail. | Owen Anderson | 2008-06-26 | 1 | -1/+1 |
* | Make LLVM compile on DragonFly BSD (PR2499). | Matthijs Kooijman | 2008-06-26 | 1 | -1/+1 |
* | Allow for rounding up of stack frame. | Dale Johannesen | 2008-06-26 | 1 | -1/+1 |
* | when we know the signbit of an input to uint_to_fp is zero, | Chris Lattner | 2008-06-26 | 1 | -0/+13 |
* | - Fix a x86 vector isel bug: illegal transformation of a vector_shuffle into a | Evan Cheng | 2008-06-25 | 1 | -0/+9 |
* | simplify shell syntax to work better on solaris, patch by | Chris Lattner | 2008-06-25 | 1 | -1/+1 |
* | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang | 2008-06-25 | 3 | -19/+19 |
* | Fix PR2488, a case where we deleted stack restores too aggressively. | Chris Lattner | 2008-06-25 | 1 | -0/+39 |
* | Enable two-address remat by default. | Evan Cheng | 2008-06-25 | 2 | -1/+68 |
* | v2f32 is now a valid (MMX) type which breaks this | Dale Johannesen | 2008-06-24 | 1 | -3/+3 |
* | Revert 52645, the loop unroller changes. It caused a regression in 252.eon. | Dan Gohman | 2008-06-24 | 2 | -72/+0 |
* | Commit the new DeadArgElim pass again, this time with the gcc bootstrap failu... | Matthijs Kooijman | 2008-06-24 | 3 | -1/+89 |
* | If it's determined safe, remat MOV32r0 (i.e. xor r, r) and others as it is in... | Evan Cheng | 2008-06-24 | 1 | -0/+45 |
* | This situation can occur: | Bill Wendling | 2008-06-23 | 1 | -0/+25 |
* | Revamp the loop unroller, extending it to correctly update PHI nodes | Dan Gohman | 2008-06-23 | 2 | -0/+72 |
* | Make test work on non-x86 machines (like my G4 PPC). | Bill Wendling | 2008-06-23 | 1 | -2/+2 |
* | Improve LSR's dead-phi detection to handle use-def cycles | Dan Gohman | 2008-06-22 | 1 | -0/+21 |
* | Fix PR2369 by making scalarrepl more careful about promoting | Chris Lattner | 2008-06-22 | 1 | -0/+18 |
* | Fix for PR2479: correctly optimize expressions like (a > 13) & (a == | Eli Friedman | 2008-06-21 | 1 | -0/+11 |
* | This file is empty. | Duncan Sands | 2008-06-21 | 1 | -0/+0 |
* | Turn off llvm-gcc warnings when running "make check". | Duncan Sands | 2008-06-21 | 1 | -2/+2 |
* | Support for load/store of expanded float types. I | Duncan Sands | 2008-06-21 | 1 | -0/+10 |
* | Undo spill weight tweak. Need to investigate the performance regressions. | Evan Cheng | 2008-06-21 | 3 | -3/+3 |
* | Back out Matthijs' DAE patches. It's miscompiling gcc driver. | Evan Cheng | 2008-06-21 | 1 | -39/+0 |
* | Add testcase that checks that DeadArgElim doesn't touch stuff it shouldn't to... | Matthijs Kooijman | 2008-06-20 | 1 | -0/+36 |
* | Recommit r52459, rewriting of the dead argument elimination pass. | Matthijs Kooijman | 2008-06-20 | 1 | -0/+39 |
* | Fix a warning, closing PR2452 | Chris Lattner | 2008-06-20 | 1 | -3/+3 |
* | Fix a warning. | Chris Lattner | 2008-06-20 | 1 | -3/+1 |
* | Fix an error handling redefinition of linkonce functions where the | Chris Lattner | 2008-06-20 | 2 | -1/+9 |
* | fix a warning. | Chris Lattner | 2008-06-20 | 1 | -4/+2 |
* | Fix PR2471, which is a bug involving an invalid promotion from a conditional ... | Chris Lattner | 2008-06-20 | 1 | -0/+16 |
* | ISD::UNDEF should be expanded recursively / iteratively. | Evan Cheng | 2008-06-19 | 1 | -0/+6 |
* | Modify some ipconstprop tests to also test with invokes. | Matthijs Kooijman | 2008-06-19 | 2 | -2/+13 |
* | Fix a bug with <8 x i16> shuffle lowering on X86 where parts of the | Eli Friedman | 2008-06-19 | 1 | -0/+10 |
* | New test case. | Evan Cheng | 2008-06-19 | 1 | -0/+17 |
* | This also got better (55 - 51 instructions). But doing one more re-materializ... | Evan Cheng | 2008-06-19 | 1 | -1/+1 |
* | This got better. | Evan Cheng | 2008-06-19 | 1 | -1/+1 |
* | Remove this test until the corresponding patch is reapplied because it's caus... | Owen Anderson | 2008-06-18 | 1 | -39/+0 |
* | Add local PRE to GVN. This only operates in cases where it would not increas... | Owen Anderson | 2008-06-18 | 1 | -0/+18 |
* | Rewrite the DeadArgumentElimination pass, to use a more explicit tracking of | Matthijs Kooijman | 2008-06-18 | 1 | -0/+39 |
* | Reapply r52397 (make IPConstProp promote returned arguments), but fixed this | Matthijs Kooijman | 2008-06-18 | 1 | -0/+46 |
* | Reapply r52396, it was unrelated to the breakage (that was caused by r52397, my | Matthijs Kooijman | 2008-06-18 | 1 | -9/+30 |
* | implement some simple bswap optimizations, rdar://5992453 | Chris Lattner | 2008-06-18 | 1 | -4/+27 |
* | temporarily revert this testcase since its patch was reverted. | Chris Lattner | 2008-06-18 | 1 | -30/+9 |