summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/GlobalDCE.cpp
Commit message (Expand)AuthorAge
* IR: Add COMDATs to the IRDavid Majnemer2014-06-27
* [C++11] Use 'nullptr'.Craig Topper2014-06-08
* Re-commit r208025, reverted in r208030, with a fix for a conformance issueRichard Smith2014-05-06
* Revert r208025, which made buildbots unhappy for unknown reasons.Richard Smith2014-05-06
* Add llvm::function_ref (and a couple of uses of it), representing a type-eras...Richard Smith2014-05-06
* Teach GlobalDCE how to remove empty global_ctor entries.Nico Weber2014-05-02
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-16
* GlobalDCE: Fix an oversight in my last commit that could lead to crashes.Benjamin Kramer2013-04-13
* Fix a scalability issue with complex ConstantExprs.Benjamin Kramer2013-04-13
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Implement the isSafeToDiscardIfUnused predicate and use it in globalopt andRafael Espindola2012-06-14
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* cleanups, switch GlobalDCE to SmallPtrSet instead of std::setChris Lattner2009-11-01
* teach various passes about blockaddress. We no longerChris Lattner2009-10-29
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* Derive metadata hierarchy from Value instead of User.Devang Patel2009-10-21
* Do not remove dead metadata for now.Devang Patel2009-10-21
* Remove dead metadata.Devang Patel2009-08-11
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-16
* Remove an unused function SafeToDestroyConstant(). Rename an almostJay Foad2009-06-09
* available_externall linkage is not local, this was confusing the codegenerator,Torok Edwin2009-05-23
* eliminate unneeded parens.Chris Lattner2009-04-13
* If an alias is dead and so is its aliasee, then globaldce wouldDuncan Sands2009-02-17
* Add the private linkage.Rafael Espindola2009-01-15
* The verifier checks that the aliasee is not null.Duncan Sands2009-01-07
* Not having an aliasee is a theoretical possibility.Duncan Sands2009-01-05
* Format more neatly.Duncan Sands2009-01-05
* Delete unused global aliases with internal linkage.Duncan Sands2009-01-05
* Use actual function name in comments.Devang Patel2008-11-11
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Use find instead of lower_bound.Dan Gohman2008-07-11
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Fix typo in comment.Nick Lewycky2007-05-06
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Implement review feedbackAnton Korobeynikov2007-04-29
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-28