| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | licm is wasting time hoisting constant foldable operations, | Chris Lattner | 2010-08-31 | 1 | -4/+16 |
* | rewrite DwarfEHPrepare to use SSAUpdater to promote its allocas | Chris Lattner | 2010-08-29 | 1 | -1/+1 |
* | two changes: 1) make AliasSet hold the list of call sites with an | Chris Lattner | 2010-08-29 | 1 | -0/+1 |
* | LICM does get dead instructions input to it. Instead of sinking them | Chris Lattner | 2010-08-29 | 1 | -1/+12 |
* | use moveBefore instead of remove+insert, it avoids some | Chris Lattner | 2010-08-29 | 1 | -9/+3 |
* | revert 112448 for now. | Chris Lattner | 2010-08-29 | 1 | -5/+6 |
* | optimize LICM::hoist to use moveBefore. Correct its updating | Chris Lattner | 2010-08-29 | 1 | -6/+5 |
* | fix some bugs (found by inspection) where LICM would not update | Chris Lattner | 2010-08-29 | 1 | -1/+3 |
* | rework the ownership of subloop alias information: instead of | Chris Lattner | 2010-08-29 | 1 | -16/+25 |
* | licm preserves the cfg, it doesn't have to explicitly say it | Chris Lattner | 2010-08-29 | 1 | -1/+1 |
* | now that it doesn't use the PromoteMemToReg function, LICM doesn't | Chris Lattner | 2010-08-29 | 1 | -4/+1 |