Age | Commit message (Expand) | Author |
2013-01-09 | LICM: Hoist insertvalue/extractvalue out of loops. | Benjamin Kramer |
2013-01-05 | switch from pointer equality comparison to MDNode::getMostGenericTBAA | Chris Lattner |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-31 | Fix LICM's memory promotion optimization to preserve TBAA tags when | Chris Lattner |
2012-12-04 | Add 'using' declarations to suppress -Woverloaded-virtual warnings. | Matt Beaumont-Gay |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
2012-10-08 | Move TargetData to DataLayout. | Micah Villmow |
2012-09-04 | LICM may hoist an instruction with undefined behavior above a trap. | Nadav Rotem |
2012-08-29 | Make MemoryBuiltins aware of TargetLibraryInfo. | Benjamin Kramer |
2012-08-08 | Avoid recomputing the unique exit blocks and their insert points when doing | Dan Gohman |
2012-05-01 | An instruction in a loop is not guaranteed to be executed just because the loop | Nick Lewycky |
2011-12-14 | Move Instruction::isSafeToSpeculativelyExecute out of VMCore and | Dan Gohman |
2011-12-06 | Push StringRefs through the metadata interface. | Benjamin Kramer |
2011-12-02 | Fix a few more places where TargetData/TargetLibraryInfo is not being passed. | Chad Rosier |
2011-11-08 | LICM pass now understands invariant load metadata. Nothing generates this ye... | Pete Cooper |
2011-08-18 | Use 'getFirstInsertionPt' when trying to insert new instructions during LICM. | Bill Wendling |
2011-08-15 | Atomic load/store support in LICM. | Eli Friedman |
2011-07-20 | Bring LICM into compliance with the new "Memory Model for Concurrent Operatio... | Eli Friedman |
2011-07-06 | Simplify. Consolidate dbg.declare handling in AllocaPromoter. | Devang Patel |
2011-07-06 | LICM: Remove trailing white spaces | Tobias Grosser |
2011-07-06 | LICM: Do not loose alignment on promotion | Tobias Grosser |
2011-05-27 | Attempt to preserve debug line info in LICM; as the comment in the code says,... | Eli Friedman |
2011-05-27 | Don't sink or hoist debug info instrinsics; it isn't useful. This also preve... | Eli Friedman |
2011-05-27 | Oops, wasn't intending to commit this. Partial revert of r132194. | Eli Friedman |
2011-05-27 | Fix a silly mistake (which trips over an assertion) in r132099. rdar://9515076 | Eli Friedman |
2011-05-24 | Clean up the lazy initialization of DIBuilder a bit. | Cameron Zwarich |
2011-05-24 | Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values when | Cameron Zwarich |
2011-04-07 | PR9634: Don't unconditionally tell the AliasSetTracker that the PreheaderLoad | Eli Friedman |
2011-03-08 | While sinking an instruction, do not lose llvm.dbg.value intrinsic. | Devang Patel |
2011-01-15 | Generalize LoadAndStorePromoter a bit and switch LICM | Chris Lattner |
2011-01-02 | make inSubLoop much more efficient. | Chris Lattner |
2011-01-02 | rip out isExitBlockDominatedByBlockInLoop, calling DomTree::dominates instead. | Chris Lattner |
2010-12-19 | Enhance LICM to promote alias sets whose pointers themselves are stored, | Chris Lattner |
2010-12-19 | fix PR8602, a bug in an assertion: a volatile store *of* a pointer | Chris Lattner |
2010-11-17 | Reference ScalarEvolution by name rather than directly in LICM, | Dan Gohman |
2010-11-09 | Teach LICM and AliasSetTracker about AccessesArgumentsReadonly. | Dan Gohman |
2010-10-19 | Reapply r116831 and r116839, converting AliasAnalysis to use | Dan Gohman |
2010-10-19 | Passes do not need to recursively initialize passes that they preserve, if | Owen Anderson |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
2010-10-18 | Make AliasSetTracker TBAA-aware, enabling TBAA-enabled LICM. | Dan Gohman |
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-09-14 | fix PR8102, a case where we'd copyValue from a value that we already | Chris Lattner |
2010-09-06 | fix PR8067, an over-aggressive assertion in LICM. | Chris Lattner |
2010-09-06 | pull a simple method out of LICM into a new | Chris Lattner |
2010-09-04 | fix a bug in my licm rewrite when a load from the promoted memory | Chris Lattner |
2010-09-02 | fix more AST updating bugs, correcting miscompilation in PR8041 | 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 |