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