| Commit message (Expand) | Author | Age | Files | Lines |
| * | GlobalDCE: Restore a statement accidentally removed in r285048. | Peter Collingbourne | 2016-10-25 | 1 | -0/+1 |
| * | GlobalDCE: Deduplicate code. NFCI. | Peter Collingbourne | 2016-10-25 | 1 | -35/+18 |
| * | IR: Introduce Module::global_objects(). | Peter Collingbourne | 2016-06-22 | 1 | -13/+6 |
| * | [PM] Remove support for omitting the AnalysisManager argument to new | Chandler Carruth | 2016-06-17 | 1 | -2/+3 |
| * | [GlobalDCE, Misc] Don't remove functions referenced by ifuncs | David Majnemer | 2016-05-04 | 1 | -0/+26 |
| * | [IPO/GlobalDCE] Port to the new pass manager. | Davide Italiano | 2016-05-03 | 1 | -27/+28 |
| * | Re-commit optimization bisect support (r267022) without new pass manager supp... | Andrew Kaylor | 2016-04-22 | 1 | -0/+3 |
| * | Revert "Initial implementation of optimization bisect support." | Vedant Kumar | 2016-04-22 | 1 | -3/+0 |
| * | Initial implementation of optimization bisect support. | Andrew Kaylor | 2016-04-21 | 1 | -0/+3 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 1 | -2/+2 |
| * | [IFUNC] Use GlobalIndirectSymbol when aliases and ifuncs have something similar | Dmitry Polukhin | 2016-04-05 | 1 | -3/+3 |
| * | Re-reapply "[IR] Move optional data in llvm::Function into a hungoff uselist" | Vedant Kumar | 2015-12-19 | 1 | -8/+2 |
| * | Revert "Reapply "[IR] Move optional data in llvm::Function into a hungoff use... | Vedant Kumar | 2015-12-19 | 1 | -2/+8 |
| * | Reapply "[IR] Move optional data in llvm::Function into a hungoff uselist" | Vedant Kumar | 2015-12-19 | 1 | -8/+2 |
| * | Revert "[IR] Move optional data in llvm::Function into a hungoff uselist" | Vedant Kumar | 2015-12-19 | 1 | -2/+8 |
| * | [IR] Move optional data in llvm::Function into a hungoff uselist | Vedant Kumar | 2015-12-19 | 1 | -8/+2 |
| * | Rangify for loops in GlobalDCE, NFC. | Yaron Keren | 2015-07-18 | 1 | -55/+49 |
| * | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
| * | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
| * | Move the personality function from LandingPadInst to Function | David Majnemer | 2015-06-17 | 1 | -0/+3 |
| * | GlobalDCE: Improve performance for large modules containing comdats. | Peter Collingbourne | 2015-03-19 | 1 | -10/+16 |
| * | Prologue support | Peter Collingbourne | 2014-12-03 | 1 | -0/+3 |
| * | Update SetVector to rely on the underlying set's insert to return a pair<iter... | David Blaikie | 2014-11-19 | 1 | -2/+2 |
| * | GlobalDCE: Don't drop any COMDAT members | David Majnemer | 2014-10-07 | 1 | -25/+14 |
| * | Remove dangling initializers in GlobalDCE | Bruno Cardoso Lopes | 2014-08-25 | 1 | -1/+7 |
| * | Revert "GlobalDCE: Delete available_externally initializers if it allows remo... | Pete Cooper | 2014-07-08 | 1 | -40/+3 |
| * | GlobalDCE: Delete available_externally initializers if it allows removing the... | Benjamin Kramer | 2014-07-04 | 1 | -3/+40 |
| * | IR: Add COMDATs to the IR | David Majnemer | 2014-06-27 | 1 | -7/+34 |
| * | [C++11] Use 'nullptr'. | Craig Topper | 2014-06-08 | 1 | -1/+1 |
| * | Re-commit r208025, reverted in r208030, with a fix for a conformance issue | Richard Smith | 2014-05-06 | 1 | -3/+3 |
| * | Revert r208025, which made buildbots unhappy for unknown reasons. | Richard Smith | 2014-05-06 | 1 | -3/+3 |
| * | Add llvm::function_ref (and a couple of uses of it), representing a type-eras... | Richard Smith | 2014-05-06 | 1 | -3/+3 |
| * | Teach GlobalDCE how to remove empty global_ctor entries. | Nico Weber | 2014-05-02 | 1 | -1/+15 |
| * | [C++] Use 'nullptr'. Transforms edition. | Craig Topper | 2014-04-25 | 1 | -2/+2 |
| * | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
| * | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-05 | 1 | -1/+1 |
| * | Implement function prefix data as an IR feature. | Peter Collingbourne | 2013-09-16 | 1 | -0/+3 |
| * | GlobalDCE: Fix an oversight in my last commit that could lead to crashes. | Benjamin Kramer | 2013-04-13 | 1 | -2/+2 |
| * | Fix a scalability issue with complex ConstantExprs. | Benjamin Kramer | 2013-04-13 | 1 | -4/+9 |
| * | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -2/+2 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -2/+2 |
| * | Implement the isSafeToDiscardIfUnused predicate and use it in globalopt and | Rafael Espindola | 2012-06-14 | 1 | -3/+3 |
| * | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -1/+3 |
| * | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 1 | -1/+1 |
| * | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
| * | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
| * | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -1/+1 |
| * | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson | 2010-07-21 | 1 | -1/+2 |
| * | cleanups, switch GlobalDCE to SmallPtrSet instead of std::set | Chris Lattner | 2009-11-01 | 1 | -13/+8 |
| * | teach various passes about blockaddress. We no longer | Chris Lattner | 2009-10-29 | 1 | -7/+7 |