| Commit message (Expand) | Author | Age | Files | Lines |
* | Testcase for r108687. | Owen Anderson | 2010-07-19 | 1 | -0/+16 |
* | Another attempt at getting the clang self-host to like my instcombine patch. | Owen Anderson | 2010-07-17 | 1 | -0/+26 |
* | Arrays and vectors with different numbers of elements are not equivalent. | Nick Lewycky | 2010-07-16 | 1 | -0/+18 |
* | LoopSimplify does not update domfrontier correctly. | Tobias Grosser | 2010-07-16 | 1 | -0/+20 |
* | Also revert 108422, it's causing some test failures. | Eric Christopher | 2010-07-16 | 1 | -15/+0 |
* | Fix this test. | Dan Gohman | 2010-07-16 | 1 | -1/+1 |
* | Fix the order that SCEVExpander considers add operands in so that | Dan Gohman | 2010-07-15 | 1 | -0/+40 |
* | Reapply r108378, with bugfixes, testcase, and improved comment formatting. | Owen Anderson | 2010-07-15 | 1 | -0/+15 |
* | Fix PR7647, handling the case when 'To' ends up being | Chris Lattner | 2010-07-15 | 1 | -0/+47 |
* | revert r108320, I see the failures now... | Chris Lattner | 2010-07-14 | 1 | -13/+0 |
* | reapply benjamin's instcombine patch, I don't see anything wrong with it and ... | Chris Lattner | 2010-07-14 | 1 | -0/+13 |
* | Handle the case of a tail recursion in which the tail call is followed | Duncan Sands | 2010-07-13 | 1 | -1/+4 |
* | Nope, still breaks the release selfhost bots :( | Benjamin Kramer | 2010-07-12 | 1 | -13/+0 |
* | Reapply the "or" half of r108136, which seems to be less problematic. | Benjamin Kramer | 2010-07-12 | 1 | -0/+13 |
* | Revert r108141 again, sigh. | Benjamin Kramer | 2010-07-12 | 2 | -27/+0 |
* | Reapply 108136 with an ugly pasto fixed. | Benjamin Kramer | 2010-07-12 | 2 | -0/+27 |
* | Revert r108136 until I figure out why it broke selfhost. | Benjamin Kramer | 2010-07-12 | 2 | -28/+0 |
* | instcombine: fold (x & y) | (~x & z) and (x & y) ^ (~x & z) into ((y ^ z) & x... | Benjamin Kramer | 2010-07-12 | 2 | -0/+28 |
* | fix PR7311 by avoiding breaking casts when a bitcast from scalar->vector | Chris Lattner | 2010-07-12 | 1 | -0/+11 |
* | if jump threading is able to infer interesting values on both | Chris Lattner | 2010-07-12 | 1 | -0/+24 |
* | fix PR7429, a crash turning a load from a string into a float. | Chris Lattner | 2010-07-12 | 1 | -0/+13 |
* | convert to filechecconvert to filecheckk | Chris Lattner | 2010-07-12 | 1 | -10/+10 |
* | merge two tests. | Chris Lattner | 2010-07-12 | 2 | -11/+11 |
* | Teach instcombine to transform | Benjamin Kramer | 2010-07-08 | 1 | -0/+32 |
* | Fix the second half of PR7437: scalarrepl wasn't preserving | Chris Lattner | 2010-07-08 | 1 | -0/+35 |
* | Prevent test from hanging waiting for input. | Dale Johannesen | 2010-07-01 | 1 | -1/+1 |
* | Debugging infomration is encoded in llvm IR using metadata. This is designed | Devang Patel | 2010-07-01 | 1 | -0/+47 |
* | Remove all debug info related named mdnodes. | Devang Patel | 2010-06-30 | 1 | -0/+28 |
* | Fix ScalarEvolution's tripcount computation for chains of loops | Dan Gohman | 2010-06-29 | 1 | -2/+64 |
* | Constant fold x == undef to undef. | Dan Gohman | 2010-06-28 | 1 | -0/+23 |
* | this test is failing nondeterministically and blaming me, just disable | Chris Lattner | 2010-06-26 | 1 | -1/+2 |
* | Fix test weirdness. | Benjamin Kramer | 2010-06-26 | 1 | -1/+1 |
* | Fix some tests that didn't test anything. | Benjamin Kramer | 2010-06-26 | 1 | -1/+1 |
* | Partial specialization test should not depend on the order of specialization ... | Kenneth Uildriks | 2010-06-26 | 1 | -8/+8 |
* | Fix PR7328: when turning a tail recursion into a loop, need to preserve | Duncan Sands | 2010-06-26 | 1 | -0/+17 |
* | Disable indvars on loops when LoopSimplify form is not available. | Dan Gohman | 2010-06-18 | 1 | -1/+18 |
* | Remove arm_apcscc from the test files. It is the default and doing this | Rafael Espindola | 2010-06-17 | 7 | -11/+11 |
* | Make sure that simplify libcalls does not replace a call with one calling | Rafael Espindola | 2010-06-16 | 1 | -0/+16 |
* | simplify-libcalls: fold strncmp(x, y, 1) -> memcmp(x, y, 1) | Benjamin Kramer | 2010-06-16 | 1 | -0/+7 |
* | simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0 | Benjamin Kramer | 2010-06-15 | 1 | -0/+12 |
* | Remove the arm_aapcscc marker from the tests. It is the default | Rafael Espindola | 2010-06-15 | 1 | -1/+1 |
* | jump threading can't split a critical edge from an indirectbr. This | Chris Lattner | 2010-06-14 | 1 | -0/+22 |
* | Test case for r105914. | Benjamin Kramer | 2010-06-13 | 1 | -0/+11 |
* | Partial specialization was not checking the callsite to make sure it was usin... | Kenneth Uildriks | 2010-06-05 | 2 | -0/+35 |
* | Copy location info for current function argument from dbg.declare if respecti... | Devang Patel | 2010-06-04 | 2 | -2/+2 |
* | Fix PR7272: when inlining through a callsite with byval arguments, | Duncan Sands | 2010-05-31 | 1 | -0/+24 |
* | The memcpy intrinsic only takes i8* for %src and %dst, so cast them to that | Nick Lewycky | 2010-05-31 | 1 | -0/+20 |
* | Add missing space; works for me. | Dale Johannesen | 2010-05-28 | 1 | -1/+1 |
* | Teach instcombine to promote alloca array sizes. | Dan Gohman | 2010-05-28 | 1 | -3/+17 |
* | Add a testcase for getelementptr index promotion. | Dan Gohman | 2010-05-28 | 1 | -0/+9 |