summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/GlobalDCE.cpp
Commit message (Expand)AuthorAge
* 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
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-25
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-05
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* Eliminate static ctors due to Statistic objectsChris Lattner2006-12-19
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-06
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* Remove trailing whitespaceMisha Brukman2005-04-21
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-15
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Changes For Bug 352Reid Spencer2004-09-01
* Remove useless statistic, fix some slightly broken logicChris Lattner2004-07-18
* bug 122:Reid Spencer2004-07-18
* Finegrainify namespacificationChris Lattner2003-11-21