| Commit message (Expand) | Author | Age | Files | Lines |
* | Give GVN back the ability to perform simple conditional propagation on condit... | Owen Anderson | 2010-12-21 | 1 | -0/+55 |
* | Preserve TBAA tags when doing load PRE. | Dan Gohman | 2010-12-15 | 1 | -0/+28 |
* | Completely rework the datastructure GVN uses to represent the value number to... | Owen Anderson | 2010-11-18 | 1 | -52/+0 |
* | Add support for PHI-translating sext, zext, and trunc instructions, | Dan Gohman | 2010-11-18 | 1 | -0/+31 |
* | Teach InstructionSimplify about phi nodes. I chose to have it simply | Duncan Sands | 2010-11-14 | 2 | -20/+19 |
* | Testcase to go along with commit 118923 ("Have GVN simplify instructions | Duncan Sands | 2010-11-13 | 1 | -0/+15 |
* | Enhance GVN to do more precise alias queries for non-local memory | Dan Gohman | 2010-11-10 | 1 | -0/+59 |
* | Make BasicAliasAnalysis a normal AliasAnalysis implementation which | Dan Gohman | 2010-10-18 | 21 | -23/+23 |
* | Now that the profitable bits of EnableFullLoadPRE have been enabled by defaul... | Owen Anderson | 2010-10-01 | 1 | -1/+1 |
* | We do want to allow LoadPRE to perform LICM-like transformations: we already ... | Owen Anderson | 2010-09-30 | 1 | -0/+39 |
* | LoadPRE was not properly checking that the load it was PRE'ing post-dominated... | Owen Anderson | 2010-09-25 | 1 | -1/+13 |
* | Correct bogus module triple specifications. | Duncan Sands | 2010-08-30 | 1 | -1/+1 |
* | Remove arm_apcscc from the test files. It is the default and doing this | Rafael Espindola | 2010-06-17 | 1 | -1/+1 |
* | Fix PR7052, patch by Jakub Staszak! | Chris Lattner | 2010-05-08 | 1 | -0/+63 |
* | Fix intrinsic signature in this test. | Nick Lewycky | 2010-04-17 | 1 | -1/+1 |
* | Re-commit my previous SSAUpdater changes. The previous version naively tried | Bob Wilson | 2010-04-17 | 1 | -0/+46 |
* | add newlines at the end of files. | Chris Lattner | 2010-04-07 | 2 | -2/+2 |
* | Revert all my SSAUpdater patches. The PHI placement algorithm is not correct | Bob Wilson | 2010-04-03 | 1 | -46/+0 |
* | Add a redundant PHI testcase for SSAUpdater to go with svn r100047. | Bob Wilson | 2010-03-31 | 1 | -0/+46 |
* | fix PR6642, GVN forwarding from memset to load of the base of the memset. | Chris Lattner | 2010-03-25 | 1 | -0/+12 |
* | Remove tests that checks @llvm.dbg.stoppoint handling. | Devang Patel | 2010-03-01 | 1 | -66/+0 |
* | stop using anders-aa | Chris Lattner | 2010-03-01 | 1 | -1/+1 |
* | Testcase for critical edge splitting with load PRE. | Bob Wilson | 2010-02-16 | 1 | -0/+27 |
* | a testcase that doesn't crash GVN but could someday. | Chris Lattner | 2010-02-11 | 1 | -3/+19 |
* | Check alignment of loads when deciding whether it is safe to execute them | Bob Wilson | 2010-01-30 | 1 | -0/+44 |
* | Avoid creating redundant PHIs in SSAUpdater::GetValueInMiddleOfBlock. | Bob Wilson | 2010-01-27 | 1 | -2/+7 |
* | Delete useless trailing semicolons. | Dan Gohman | 2010-01-05 | 1 | -1/+1 |
* | fix an overly conservative caching issue that caused memdep to | Chris Lattner | 2009-12-19 | 1 | -0/+32 |
* | fix inconsistent use of tabs | Chris Lattner | 2009-12-19 | 1 | -20/+20 |
* | Fix PR5744, a case where we were getting the pointer size instead of the | Chris Lattner | 2009-12-10 | 1 | -0/+16 |
* | fix hte last remaining known (by me) phi translation bug. When we reanalyze | Chris Lattner | 2009-12-09 | 1 | -4/+16 |
* | Add a minor optimization: if we haven't changed the operands of an | Chris Lattner | 2009-12-09 | 1 | -66/+0 |
* | fix PR5733, a case where we'd replace an add with a lexically identical | Chris Lattner | 2009-12-09 | 1 | -0/+66 |
* | merge crash-2.ll into crash.ll | Chris Lattner | 2009-12-09 | 2 | -43/+43 |
* | the code in GVN that tries to forward large loads to small | Chris Lattner | 2009-12-09 | 1 | -0/+54 |
* | Switch GVN and memdep to use PHITransAddr, which correctly handles | Chris Lattner | 2009-12-09 | 1 | -1/+50 |
* | constant fold loads from memcpy's from global constants. This is important | Chris Lattner | 2009-12-06 | 1 | -0/+16 |
* | add support for forwarding mem intrinsic values to non-local loads. | Chris Lattner | 2009-12-06 | 1 | -0/+26 |
* | Handle forwarding local memsets to loads. For example, we optimize this: | Chris Lattner | 2009-12-06 | 1 | -0/+37 |
* | merge two tests. | Chris Lattner | 2009-12-06 | 2 | -20/+25 |
* | Small and carefully crafted testcase showing a miscompilation by GVN | Chris Lattner | 2009-12-04 | 1 | -0/+33 |
* | Fix this crasher, and add a FIXME for a missed optimization. | Owen Anderson | 2009-12-03 | 1 | -1/+0 |
* | add a failing testcase. | Chris Lattner | 2009-12-03 | 1 | -0/+44 |
* | Cleanup/remove some parts of the lifetime region handling code in memdep and ... | Owen Anderson | 2009-12-02 | 1 | -2/+2 |
* | minimize this a bit more. | Chris Lattner | 2009-12-01 | 1 | -2/+1 |
* | merge 2009-11-29-ReverseMap.ll into crash.ll | Chris Lattner | 2009-12-01 | 2 | -33/+34 |
* | Add a testcase for the current llvm-gcc build failure. | Nick Lewycky | 2009-11-30 | 1 | -0/+33 |
* | add PR# | Chris Lattner | 2009-11-29 | 1 | -0/+1 |
* | Add a testcase for: | Chris Lattner | 2009-11-29 | 1 | -0/+47 |
* | add a testcase for | Chris Lattner | 2009-11-29 | 1 | -0/+45 |