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