Age | Commit message (Expand) | Author |
2011-01-24 | Give GetUnderlyingObject a TargetData, to keep it in sync | Dan Gohman |
2011-01-11 | Remove the PR8954 workaround. | Jakob Stoklund Olesen |
2011-01-11 | Dial back the speculative fix for PR8954 a bit, so that we only recompute dom... | Cameron Zwarich |
2011-01-11 | Attempt to fix the bootstrap buildbot. Rafael says this works for him on x86-... | Cameron Zwarich |
2011-01-11 | update memdep when an instruction is deleted. This code isn't | Chris Lattner |
2011-01-11 | Fix FoldSingleEntryPHINodes to update memdep and AA when it deletes | Chris Lattner |
2011-01-04 | Don't bother value numbering instructions with void types in GVN. In theory t... | Owen Anderson |
2011-01-04 | Complete the NumberTable --> LeaderTable rename. | Owen Anderson |
2011-01-04 | Fix typo in a comment. | Owen Anderson |
2011-01-04 | Prune #include's. | Owen Anderson |
2011-01-04 | Clarify terminology, settling on referring to what was the "number table" as ... | Owen Anderson |
2011-01-04 | When removing a value from GVN's leaders list, don't drop the Next pointer in... | Owen Anderson |
2011-01-04 | Branch instructions don't produce values, so there's no need to generate a va... | Owen Anderson |
2011-01-04 | Remove commented out code. | Owen Anderson |
2011-01-03 | Use the new addEscapingValue callback to update GlobalsModRef when GVN adds P... | Owen Anderson |
2011-01-03 | Simplify GVN's value expression structure, allowing the elimination of a lot of | Owen Anderson |
2011-01-02 | split dom frontier handling stuff out to its own DominanceFrontier header, | Chris Lattner |
2010-12-21 | Give GVN back the ability to perform simple conditional propagation on condit... | Owen Anderson |
2010-12-21 | Remove dead code. | Owen Anderson |
2010-12-21 | GVN's Expression is not POD-like (it contains a SmallVector). Simplify code w... | Benjamin Kramer |
2010-12-19 | tidy up | Chris Lattner |
2010-12-15 | Preserve TBAA tags when doing load PRE. | Dan Gohman |
2010-12-15 | Move Value::getUnderlyingObject to be a standalone | Dan Gohman |
2010-11-30 | move GetPointerBaseWithConstantOffset out of GVN into ValueTracking.h | Chris Lattner |
2010-11-30 | remove a fixed fixme | Chris Lattner |
2010-11-19 | Document the new GVN number table structure. | Owen Anderson |
2010-11-18 | Completely rework the datastructure GVN uses to represent the value number to... | Owen Anderson |
2010-11-17 | Remove dead code in GVN: now that SimplifyInstruction is called | Duncan Sands |
2010-11-14 | If dom tree information is available, make it possible to pass | Duncan Sands |
2010-11-12 | Have GVN simplify instructions as it goes. For example, consider | Duncan Sands |
2010-11-11 | Add helper functions for computing the Location of load, store, | Dan Gohman |
2010-11-10 | Enhance GVN to do more precise alias queries for non-local memory | Dan Gohman |
2010-11-10 | Use getValueOperand() and getPointerOperand() on load and store | Dan Gohman |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
2010-10-12 | Begin adding static dependence information to passes, which will allow us to | Owen Anderson |
2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
2010-10-01 | Now that the profitable bits of EnableFullLoadPRE have been enabled by defaul... | Owen Anderson |
2010-09-30 | We do want to allow LoadPRE to perform LICM-like transformations: we already ... | Owen Anderson |
2010-09-25 | LoadPRE was not properly checking that the load it was PRE'ing post-dominated... | Owen Anderson |
2010-09-04 | zap dead code. | Chris Lattner |
2010-09-02 | Reapply commit 112699, speculatively reverted by echristo, since | Duncan Sands |
2010-09-01 | Speculatively revert 112699 and 112702, they seem to be causing | Eric Christopher |
2010-09-01 | If PrototypeValue is erased in the middle of using the SSAUpdator | Duncan Sands |
2010-08-29 | remove dead proto | Chris Lattner |
2010-08-07 | Don't attempt the PRE inline asm calls, since we don't value number them yet.... | Owen Anderson |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2010-07-22 | mass elimination of reliance on automatic iterator dereferencing | Gabor Greif |
2010-07-21 | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson |