Age | Commit message (Expand) | Author | Files | Lines |
2019-02-06 | [LICM/MSSA] Add promotion to scalars by building an AliasSetTracker with Memo... | Alina Sbirlea | 1 | -2/+1 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2018-10-16 | [DebugInfo][LCSSA] Rewrite pre-existing debug values outside loop | David Stenberg | 1 | -0/+5 |
2018-07-30 | Remove trailing space | Fangrui Song | 1 | -19/+19 |
2018-05-14 | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 1 | -1/+1 |
2017-12-30 | Use phi ranges to simplify code. No functionality change intended. | Benjamin Kramer | 1 | -5/+3 |
2017-10-11 | [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;... | Eugene Zelenko | 1 | -20/+19 |
2017-06-06 | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 1 | -2/+2 |
2017-01-18 | [Target, Transforms] Fix some Clang-tidy modernize and Include What You Use w... | Eugene Zelenko | 1 | -9/+18 |
2016-08-11 | Use the range variant of find instead of unpacking begin/end | David Majnemer | 1 | -1/+1 |
2015-06-23 | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 1 | -1/+1 |
2015-06-19 | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 1 | -1/+1 |
2015-05-13 | Change LoadAndStorePromoter to take ArrayRef instead of SmallVectorImpl&. | Pete Cooper | 1 | -3/+3 |
2015-03-10 | DataLayout is mandatory, update the API to reflect it with references. | Mehdi Amini | 1 | -1/+3 |
2015-02-19 | SSAUpdater: Use range-based for. NFC. | Benjamin Kramer | 1 | -24/+17 |
2014-07-21 | Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite... | Duncan P. N. Exon Smith | 1 | -2/+4 |
2014-07-20 | [C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra... | Manuel Jacob | 1 | -4/+2 |
2014-04-28 | [C++] Use 'nullptr'. | Craig Topper | 1 | -1/+1 |
2014-04-25 | [C++] Use 'nullptr'. Transforms edition. | Craig Topper | 1 | -8/+8 |
2014-04-21 | [Modules] Make Support/Debug.h modular. This requires it to not change | Chandler Carruth | 1 | -1/+2 |
2014-03-04 | [Modules] Move CFG.h to the IR library as it defines graph traits over | Chandler Carruth | 1 | -1/+1 |
2014-02-01 | Remove some unused #includes | Eli Bendersky | 1 | -2/+0 |
2013-10-14 | Basic blocks typically have few predecessors. Use a SmallDenseMap to | Chris Lattner | 1 | -3/+3 |
2013-07-28 | Update comments for SSAUpdater to use the modern doxygen comment | Chandler Carruth | 1 | -41/+3 |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 1 | -3/+3 |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 1 | -4/+4 |
2012-08-17 | Fix undefined behavior (binding a reference to a dereferenced null pointer) if | Richard Smith | 1 | -1/+1 |
2012-08-13 | LICM uses AliasSet information to hoist and sink instructions. However, other... | Nadav Rotem | 1 | -0/+5 |
2012-06-25 | The name (and comment describing) of llvm::GetFirstDebuigLocInBasicBlock no l... | Eli Bendersky | 1 | -2/+5 |
2012-06-20 | Fix two rather subtle internal vs. external linker issues. | Chandler Carruth | 1 | -25/+20 |
2011-11-14 | Make headers standalone, move a virtual method out of line. | Benjamin Kramer | 1 | -0/+7 |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 1 | -1/+1 |
2011-07-18 | fix a warning in TinyPtrVector, adopt it in SSAUpdater, saving some | Chris Lattner | 1 | -3/+3 |
2011-07-06 | Simplify. Consolidate dbg.declare handling in AllocaPromoter. | Devang Patel | 1 | -11/+3 |
2011-05-24 | Clean up the lazy initialization of DIBuilder a bit. | Cameron Zwarich | 1 | -9/+3 |
2011-05-24 | Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values when | Cameron Zwarich | 1 | -7/+25 |
2011-04-29 | Assing line number info to new PHIs created by SSA updater. | Devang Patel | 1 | -0/+5 |
2011-04-11 | Don't include Operator.h from InstrTypes.h. | Jay Foad | 1 | -0/+1 |
2011-03-30 | Remove PHINode::reserveOperandSpace(). Instead, add a parameter to | Jay Foad | 1 | -5/+4 |
2011-01-24 | fix PR9017, a bug where we'd assert when promoting in unreachable | Chris Lattner | 1 | -0/+3 |
2011-01-15 | Generalize LoadAndStorePromoter a bit and switch LICM | Chris Lattner | 1 | -16/+25 |
2011-01-14 | Add a new LoadAndStorePromoter class, which implements the general | Chris Lattner | 1 | -0/+154 |
2010-11-16 | Have a few places that want to simplify phi nodes use SimplifyInstruction | Duncan Sands | 1 | -2/+3 |
2010-09-02 | Reapply commit 112699, speculatively reverted by echristo, since | Duncan Sands | 1 | -13/+11 |
2010-09-01 | Speculatively revert 112699 and 112702, they seem to be causing | Eric Christopher | 1 | -11/+13 |
2010-09-01 | If PrototypeValue is erased in the middle of using the SSAUpdator | Duncan Sands | 1 | -13/+11 |
2010-08-29 | implement SSAUpdater::RewriteUseAfterInsertions, a helpful form of RewriteUse. | Chris Lattner | 1 | -0/+16 |
2010-05-04 | Combine the implementations of the core part of the SSAUpdater and | Bob Wilson | 1 | -429/+102 |
2010-04-21 | Fix a performance problem with the new SSAUpdater. This showed up in the | Bob Wilson | 1 | -2/+8 |
2010-04-17 | Re-commit my previous SSAUpdater changes. The previous version naively tried | Bob Wilson | 1 | -179/+434 |