| Commit message (Expand) | Author | Age | Files | Lines |
| * | PR2659 was fixed by r61847. Add the testcase as a regression test. | Dan Gohman | 2009-01-09 | 1 | -0/+33 |
| * | Implement rdar://6480391, extending of equality icmp's to avoid a truncation. | Chris Lattner | 2009-01-09 | 2 | -4/+19 |
| * | Fix PR3298, a crash in Jump Threading. Apparently even | Chris Lattner | 2009-01-09 | 1 | -0/+49 |
| * | this doesn't depend on the gcc early inliner anymore. | Chris Lattner | 2009-01-09 | 1 | -1/+1 |
| * | PR3290 is now fixed. | Chris Lattner | 2009-01-09 | 1 | -5/+1 |
| * | Fix part 3/2 of PR3290, making instcombine zap (gep(bitcast)) when possible. | Chris Lattner | 2009-01-09 | 1 | -0/+11 |
| * | this test should not run opt -std-compile-opts, it should run | Chris Lattner | 2009-01-09 | 1 | -114/+40 |
| * | Do not inline functions with (dynamic) alloca into | Dale Johannesen | 2009-01-08 | 3 | -0/+45 |
| * | ValueTracker can't assume that an alloca with no specified alignment | Chris Lattner | 2009-01-08 | 1 | -0/+26 |
| * | this testcase is huge and hasn't regressed ever, I don't think it is worth ke... | Chris Lattner | 2009-01-08 | 1 | -24452/+0 |
| * | the new scalarrepl changes are optimizing away a temporary alloca in | Chris Lattner | 2009-01-08 | 1 | -41/+0 |
| * | This implements the second half of the fix for PR3290, handling | Chris Lattner | 2009-01-08 | 1 | -0/+26 |
| * | Fix off-by-one error in traversing an array; this fixes a test. | Misha Brukman | 2009-01-07 | 1 | -2/+0 |
| * | Remove alloca tracking from nocapture analysis. Not only | Duncan Sands | 2009-01-07 | 1 | -18/+9 |
| * | Implement the first half of PR3290: if there is a store of an | Chris Lattner | 2009-01-07 | 1 | -0/+31 |
| * | The coalescer does not coalesce a virtual register to a physical register if ... | Evan Cheng | 2009-01-07 | 1 | -0/+24 |
| * | add a testcase. | Chris Lattner | 2009-01-07 | 1 | -0/+56 |
| * | Add patterns to match conditional moves with loads folded | Dan Gohman | 2009-01-07 | 1 | -0/+10 |
| * | X86_COND_C and X86_COND_NC are alternate mnemonics for | Dan Gohman | 2009-01-07 | 2 | -3/+3 |
| * | Now that fold-pcmpeqd-0.ll is effectively testing that scheduling helps | Dan Gohman | 2009-01-06 | 1 | -0/+83 |
| * | Revert r42653 and forward-port the code that lets INC64_32r be | Dan Gohman | 2009-01-06 | 1 | -0/+21 |
| * | Fix a bug in ComputeLinearIndex computation handling multi-level | Dan Gohman | 2009-01-06 | 1 | -0/+67 |
| * | CellSPU: | Scott Michel | 2009-01-06 | 3 | -102/+345 |
| * | Delete this test; it's a duplicate of 2006-07-03-schedulers.ll. | Dan Gohman | 2009-01-06 | 1 | -27/+0 |
| * | Use a latency value of 0 for the artificial edges inserted by | Dan Gohman | 2009-01-06 | 1 | -1/+1 |
| * | make m_ConstantInt(int64_t) safely match ConstantInt's that are larger than i64. | Chris Lattner | 2009-01-05 | 1 | -0/+27 |
| * | Strength test. | Bill Wendling | 2009-01-05 | 1 | -1/+3 |
| * | Teach the internalize pass to also internalize | Duncan Sands | 2009-01-05 | 1 | -0/+10 |
| * | Find loop back edges only after empty blocks are eliminated. | Evan Cheng | 2009-01-05 | 1 | -1/+1 |
| * | testcase for bill's patch. | Chris Lattner | 2009-01-05 | 1 | -0/+26 |
| * | Delete unused global aliases with internal linkage. | Duncan Sands | 2009-01-05 | 1 | -0/+8 |
| * | Don't spew bitcode to standard out if this test | Duncan Sands | 2009-01-05 | 1 | -1/+1 |
| * | This test passes again, unXFAIL. | Edwin Török | 2009-01-05 | 1 | -1/+0 |
| * | alignment of 0 is not valid. | Chris Lattner | 2009-01-05 | 1 | -2/+2 |
| * | CellSPU: | Scott Michel | 2009-01-05 | 2 | -172/+307 |
| * | CellSPU: | Scott Michel | 2009-01-05 | 1 | -0/+25 |
| * | CellSPU: | Scott Michel | 2009-01-05 | 2 | -59/+289 |
| * | Run a post-pass that marks known function declarations by name. | Nick Lewycky | 2009-01-04 | 1 | -0/+12 |
| * | XFAIL this test. The xform was removed. | Bill Wendling | 2009-01-04 | 1 | -0/+1 |
| * | Fix a DAGCombiner abort on an invalid shift count constant. This fixes PR3250. | Dan Gohman | 2009-01-03 | 1 | -0/+17 |
| * | CellSPU: | Scott Michel | 2009-01-03 | 1 | -1/+1 |
| * | Don't try to analyze this "backward" case. This is overly conservative | Nick Lewycky | 2009-01-02 | 1 | -0/+40 |
| * | When calculating 'nocapture' argument attributes, allow | Duncan Sands | 2009-01-02 | 1 | -0/+23 |
| * | Reimplement the old and horrible bison parser for .ll files with a nice | Chris Lattner | 2009-01-02 | 22 | -34/+27 |
| * | Do not isel load folding bt instructions for pentium m, core, core2, and AMD ... | Evan Cheng | 2009-01-02 | 1 | -0/+2 |
| * | Use movaps / movd to extract vector element 0 even with sse4.1. It's still ch... | Evan Cheng | 2009-01-02 | 7 | -15/+15 |
| * | Remove the cyclic part of this test, it was passing for the wrong | Nick Lewycky | 2009-01-02 | 1 | -11/+1 |
| * | Make adding nocapture a bit stronger. FreeInst is nocapture. Also, | Nick Lewycky | 2009-01-02 | 1 | -1/+23 |
| * | rename a file to follow naming conventions. | Chris Lattner | 2009-01-02 | 1 | -0/+0 |
| * | Add tests for two types of traps that escape analysis | Duncan Sands | 2009-01-02 | 1 | -0/+23 |