| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | make truncate/sext elimination capable of changing phi's. This | Chris Lattner | 2008-06-18 | 1 | -2/+15 |
* | Preserve dominance frontier while trivially unswitching loop. | Devang Patel | 2008-06-18 | 1 | -0/+22 |
* | Learn IPConstProp to look at individual return values and propagate them | Matthijs Kooijman | 2008-06-17 | 1 | -9/+30 |
* | Do not issue identity copies. | Evan Cheng | 2008-06-16 | 1 | -0/+14 |
* | Refine the change in r52258 for avoiding use-before-def conditions | Dan Gohman | 2008-06-16 | 2 | -3/+31 |
* | - Add "Commutative" property to intrinsics. This allows tblgen to generate th... | Evan Cheng | 2008-06-16 | 1 | -0/+15 |
* | Make testcase check for extractvalue instead of extractelement. | Matthijs Kooijman | 2008-06-16 | 1 | -1/+1 |
* | Store the result of multiple identical run lines in a temporary file. | Matthijs Kooijman | 2008-06-16 | 1 | -5/+6 |
* | Fix PR numbers, I accidentally switched two digits. | Matthijs Kooijman | 2008-06-16 | 5 | -5/+5 |
* | If we are checking to see if the result of a call aliases a | Chris Lattner | 2008-06-16 | 1 | -0/+23 |
* | this is unneeded now. | Chris Lattner | 2008-06-16 | 1 | -3/+0 |
* | resolve PR2453 by adding a run line. | Chris Lattner | 2008-06-16 | 1 | -2/+3 |
* | Fix PR2434. When scanning for exising binary operator to reuse don't | Wojciech Matyjewicz | 2008-06-15 | 1 | -0/+17 |
* | Teach the spiller to commute instructions in order to fold a reload. This hit... | Evan Cheng | 2008-06-13 | 1 | -0/+42 |
* | Remove unnecessary target lines. | Eli Friedman | 2008-06-13 | 1 | -2/+0 |
* | Remove unnecessary target lines. | Eli Friedman | 2008-06-13 | 1 | -2/+0 |
* | Don't skip over instructions other than loads that might read memory | Eli Friedman | 2008-06-13 | 1 | -0/+19 |
* | Protect ChangeCompareStride from situations in which it is possible | Dan Gohman | 2008-06-13 | 1 | -0/+20 |
* | Make sure SimplifyStoreAtEndOfBlock doesn't mess with loops; the | Eli Friedman | 2008-06-13 | 1 | -0/+22 |
* | Disable some DAG combiner optimizations that may be | Duncan Sands | 2008-06-13 | 2 | -0/+45 |
* | XFAIL some tests that became failing due to the extra error reporting recentl... | Matthijs Kooijman | 2008-06-13 | 7 | -0/+15 |
* | Crash less. The i64 restriction in BinomialCoefficient caused some problems | Nick Lewycky | 2008-06-13 | 1 | -0/+43 |
* | Fix some tests. | Evan Cheng | 2008-06-12 | 5 | -9/+8 |
* | Revert 52223. | Evan Cheng | 2008-06-12 | 1 | -2/+2 |
* | Don't try to compile tests for the ev56 alpha subtarget, which hasn't been | Matthijs Kooijman | 2008-06-12 | 2 | -3/+0 |
* | Pass -silence-passes to bugpoint in testcases, this makes two out of three bu... | Matthijs Kooijman | 2008-06-12 | 3 | -3/+3 |
* | Add line continuation character so the avoid dup loop header test actually runs. | Matthijs Kooijman | 2008-06-12 | 1 | -1/+1 |
* | Avoid duplicating loop header which leads to unnatural loops (and just seem l... | Evan Cheng | 2008-06-11 | 1 | -0/+27 |
* | Don't send checkpoints to stderr for the vmcore.ml test. | Gordon Henriksen | 2008-06-11 | 1 | -6/+20 |
* | Teach instruction combining about the extractvalue. It can succesfully fold | Matthijs Kooijman | 2008-06-11 | 1 | -0/+24 |
* | Use %link not %llvmgxx (which includes -c) to do the link. | Dale Johannesen | 2008-06-10 | 1 | -1/+1 |
* | Suppress ObjC FE warnings, which cause the test to fail. | Dale Johannesen | 2008-06-10 | 1 | -1/+1 |