| Commit message (Expand) | Author | Age | Files | Lines |
* | Extract the broken part of XFAILed test into its own file. | Jakob Stoklund Olesen | 2012-04-19 | 2 | -94/+93 |
* | FileCheckize | Jakob Stoklund Olesen | 2012-04-18 | 1 | -2/+59 |
* | Nobody likes shifty instructions, but that was a bit strong. | Jakob Stoklund Olesen | 2012-04-18 | 1 | -1/+1 |
* | FileCheckify, un-XFAIL SimplifyLibCalls/floor test | Joe Groff | 2012-04-18 | 1 | -10/+31 |
* | Move win32 SimplifyLibcall test under Transforms | Joe Groff | 2012-04-18 | 1 | -0/+275 |
* | Flip the new block-placement pass to be on by default. | Chandler Carruth | 2012-04-16 | 1 | -1/+1 |
* | Fix an error in BBVectorize important for vectorizing pointer types. | Hal Finkel | 2012-04-14 | 1 | -0/+23 |
* | Enhance BBVectorize to more-properly handle pointer values and vectorize GEPs. | Hal Finkel | 2012-04-14 | 1 | -0/+81 |
* | Add support to BBVectorize for vectorizing selects. | Hal Finkel | 2012-04-13 | 1 | -0/+30 |
* | Consider ObjC runtime calls objc_storeWeak and others which make a copy of | Dan Gohman | 2012-04-13 | 1 | -0/+131 |
* | Use the new Use-aware dominates method to apply the objc runtime | Dan Gohman | 2012-04-13 | 1 | -0/+18 |
* | Don't move objc_autorelease calls past autorelease pool boundaries when | Dan Gohman | 2012-04-13 | 1 | -4/+78 |
* | Fix 12513: Loop unrolling breaks with indirect branches. | Andrew Trick | 2012-04-10 | 2 | -8/+43 |
* | Teach InstCombine to nuke a common alloca pattern -- an alloca which has | Chandler Carruth | 2012-04-08 | 1 | -0/+44 |
* | Fix ValueTracking to conclude that debug intrinsics are safe to | Chandler Carruth | 2012-04-07 | 1 | -4/+44 |
* | Sink the collection of return instructions until after *all* | Chandler Carruth | 2012-04-06 | 1 | -0/+37 |
* | Tweak this test to ensure the inliner did indeed fire. Thanks to Richard | Chandler Carruth | 2012-04-06 | 1 | -0/+1 |
* | Actually finish this sentence in the comment the way I intended. Thanks | Chandler Carruth | 2012-04-06 | 1 | -1/+1 |
* | Sink the return instruction collection until after we're done deleting | Chandler Carruth | 2012-04-06 | 1 | -0/+37 |
* | Fix accidentally inverted logic from r152803, and make the | Dan Gohman | 2012-04-05 | 1 | -0/+6 |
* | Add testcase for r154007, when a function has the optsize attribute, | Hongbin Zheng | 2012-04-04 | 1 | -0/+35 |
* | Always compute all the bits in ComputeMaskedBits. | Rafael Espindola | 2012-04-04 | 1 | -0/+15 |
* | Fast fix for PR12343: | Stepan Dyatkovskiy | 2012-04-02 | 1 | -0/+46 |
* | Add some more testing to cover the remaining two cases where | Chandler Carruth | 2012-04-01 | 1 | -0/+45 |
* | Fix a pretty scary bug I introduced into the always inliner with | Chandler Carruth | 2012-04-01 | 1 | -0/+38 |
* | Replace four tiny tests with various uses of grep and not with a single | Chandler Carruth | 2012-04-01 | 5 | -46/+42 |
* | Initial commit for the rewrite of the inline cost analysis to operate | Chandler Carruth | 2012-03-31 | 5 | -55/+153 |
* | Clean up the naming in this test. Someone pointed this out in review at | Chandler Carruth | 2012-03-31 | 1 | -3/+3 |
* | FileCheck-ize this test, and generally tidy it up prior to changing | Chandler Carruth | 2012-03-31 | 1 | -21/+26 |
* | Correctly vectorize powi. | Hal Finkel | 2012-03-31 | 1 | -0/+44 |
* | Filecheck-ize this test so that it actually tests something reasonable. | Chandler Carruth | 2012-03-29 | 1 | -2/+13 |
* | Don't PRE compares. | Jakob Stoklund Olesen | 2012-03-29 | 1 | -0/+68 |
* | Revert r153521 as it's causing large regressions on the nightly testers. | Chad Rosier | 2012-03-28 | 1 | -15/+0 |
* | GlobalOpt: If we have an inbounds GEP from a ConstantAggregateZero global tha... | Benjamin Kramer | 2012-03-28 | 1 | -0/+11 |
* | Switch to WeakVHs in the value mapper, and aggressively prune dead basic | Chandler Carruth | 2012-03-28 | 1 | -10/+0 |
* | Reapply r153423; the original commit was fine. The failing test, distray, had | Chad Rosier | 2012-03-27 | 1 | -0/+15 |
* | Unit test for PR11950: LSR crash. | Andrew Trick | 2012-03-26 | 1 | -0/+49 |
* | Revert r153423 as this is causing failures on our internal nightly testers. | Chad Rosier | 2012-03-26 | 1 | -15/+0 |
* | Use the new range metadata in computeMaskedBits and add a new optimization to | Rafael Espindola | 2012-03-26 | 1 | -0/+15 |
* | Teach instsimplify how to simplify comparisons of pointers which are | Chandler Carruth | 2012-03-25 | 1 | -0/+62 |
* | Switch the pointer-difference simplification logic to only work with | Chandler Carruth | 2012-03-25 | 1 | -10/+25 |
* | Teach the function cloner (and thus the inliner) to simplify PHINodes | Chandler Carruth | 2012-03-25 | 1 | -3/+33 |
* | Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu | Eli Bendersky | 2012-03-25 | 4 | -32/+4 |
* | Move the instruction simplification of callsite arguments in the inliner | Chandler Carruth | 2012-03-25 | 1 | -0/+45 |
* | FileCheck-ize this test. Note the FIXME I've introduced here: we've | Chandler Carruth | 2012-03-24 | 1 | -4/+14 |
* | Don't convert objc_retainAutoreleasedReturnValue to objc_retain if it | Dan Gohman | 2012-03-23 | 2 | -1/+44 |
* | It's not possible to insert code immediately after an invoke in the | Dan Gohman | 2012-03-23 | 1 | -0/+66 |
* | Convert -indvars tests that rely on SCEV expansion to -loop-reduce tests. | Andrew Trick | 2012-03-22 | 2 | -5/+9 |
* | Remove tests: indvars trivially preserves GEPs now. | Andrew Trick | 2012-03-22 | 4 | -203/+0 |
* | Remove test: trivial canonical IV test which is covered by other SCEV tests. | Andrew Trick | 2012-03-22 | 1 | -31/+0 |