| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Do not drop location info for inlined function args. | Devang Patel | 2010-05-27 | 1 | -0/+52 |
| * | Teach instCombine to remove malloc+free if malloc's only uses are comparisons | Duncan Sands | 2010-05-27 | 2 | -4/+17 |
| * | Properly promote operands when optimizing a single-character memcmp. | Benjamin Kramer | 2010-05-25 | 1 | -1/+13 |
| * | Actually run the test. Thanks Daniel Dunbar! | Nick Lewycky | 2010-05-13 | 1 | -1/+1 |
| * | Add testcase for r103653. | Nick Lewycky | 2010-05-13 | 1 | -0/+28 |
| * | make simplifycfg insert an llvm.trap before the 'unreachable' it introduces | Chris Lattner | 2010-05-08 | 1 | -3/+17 |
| * | Teach instcombine to transform a bitcast/(zext|trunc)/bitcast sequence | Chris Lattner | 2010-05-08 | 1 | -0/+33 |
| * | Fix PR7052, patch by Jakub Staszak! | Chris Lattner | 2010-05-08 | 1 | -0/+63 |
| * | Update test to use valid debug info. | Devang Patel | 2010-05-07 | 1 | -24/+37 |
| * | Add an LLVM IR version of code sinking. This uses the same simple algorithm | Dan Gohman | 2010-05-07 | 2 | -0/+25 |
| * | Use llvm.foo as the intrinsic, rather than llvm.dbg.value. Since the | Duncan Sands | 2010-05-04 | 1 | -4/+3 |
| * | Fix a variant of PR6112 found by thinking about it: when doing | Duncan Sands | 2010-05-04 | 1 | -4/+12 |
| * | Check for side effects before splitting loop. | Devang Patel | 2010-05-03 | 2 | -0/+61 |
| * | revert r102831. We already delete dead readonly calls in | Chris Lattner | 2010-05-01 | 1 | -1/+1 |
| * | Disable the call-deletion transformation introduced in r86975. Without | Owen Anderson | 2010-05-01 | 1 | -1/+1 |
| * | fix PR5009 by making CGSCCPM realize that a call was devirtualized | Chris Lattner | 2010-05-01 | 1 | -0/+79 |
| * | rename test | Chris Lattner | 2010-05-01 | 1 | -0/+0 |
| * | Implement rdar://6295824 and PR6724 with two tiny changes | Chris Lattner | 2010-05-01 | 1 | -0/+182 |
| * | The inliner has traditionally not considered call sites | Chris Lattner | 2010-05-01 | 1 | -2/+43 |
| * | Dan recently disabled recursive inlining within a function, but we | Chris Lattner | 2010-04-30 | 2 | -92/+32 |
| * | Preserve debug info attached with call instruction while eliminating dead arg... | Devang Patel | 2010-04-30 | 1 | -0/+68 |
| * | fix this to work with objdir != srcdir | Chris Lattner | 2010-04-28 | 1 | -1/+1 |
| * | fix PR6112 - When globalopt (or any other pass) does RAUW(@G, %G), | Chris Lattner | 2010-04-28 | 1 | -0/+19 |
| * | fix PR6940: sitofp(undef) folds to 0.0, not undef. | Chris Lattner | 2010-04-26 | 1 | -2/+13 |
| * | no longer xfail | Chris Lattner | 2010-04-23 | 1 | -2/+1 |