| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 |
* | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -1/+1 |
* | Derive metadata hierarchy from Value instead of User. | Devang Patel | 2009-10-21 | 1 | -3/+0 |
* | Do not remove dead metadata for now. | Devang Patel | 2009-10-21 | 1 | -1/+2 |
* | Remove dead metadata. | Devang Patel | 2009-08-11 | 1 | -0/+3 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -1/+0 |
* | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num... | Owen Anderson | 2009-07-16 | 1 | -0/+2 |
* | Remove an unused function SafeToDestroyConstant(). Rename an almost | Jay Foad | 2009-06-09 | 1 | -15/+0 |
* | available_externall linkage is not local, this was confusing the codegenerator, | Torok Edwin | 2009-05-23 | 1 | -2/+2 |
* | eliminate unneeded parens. | Chris Lattner | 2009-04-13 | 1 | -2/+2 |
* | If an alias is dead and so is its aliasee, then globaldce would | Duncan Sands | 2009-02-17 | 1 | -8/+16 |
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -2/+2 |
* | The verifier checks that the aliasee is not null. | Duncan Sands | 2009-01-07 | 1 | -2/+1 |
* | Not having an aliasee is a theoretical possibility. | Duncan Sands | 2009-01-05 | 1 | -1/+2 |
* | Format more neatly. | Duncan Sands | 2009-01-05 | 1 | -1/+1 |
* | Delete unused global aliases with internal linkage. | Duncan Sands | 2009-01-05 | 1 | -8/+23 |