aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/GlobalDCE.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-1/+2
* cleanups, switch GlobalDCE to SmallPtrSet instead of std::setChris Lattner2009-11-011-13/+8
* teach various passes about blockaddress. We no longerChris Lattner2009-10-291-7/+7
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* Derive metadata hierarchy from Value instead of User.Devang Patel2009-10-211-3/+0
* Do not remove dead metadata for now.Devang Patel2009-10-211-1/+2
* Remove dead metadata.Devang Patel2009-08-111-0/+3
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-1/+0
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-161-0/+2
* Remove an unused function SafeToDestroyConstant(). Rename an almostJay Foad2009-06-091-15/+0
* available_externall linkage is not local, this was confusing the codegenerator,Torok Edwin2009-05-231-2/+2
* eliminate unneeded parens.Chris Lattner2009-04-131-2/+2
* If an alias is dead and so is its aliasee, then globaldce wouldDuncan Sands2009-02-171-8/+16
* Add the private linkage.Rafael Espindola2009-01-151-2/+2
* The verifier checks that the aliasee is not null.Duncan Sands2009-01-071-2/+1
* Not having an aliasee is a theoretical possibility.Duncan Sands2009-01-051-1/+2
* Format more neatly.Duncan Sands2009-01-051-1/+1
* Delete unused global aliases with internal linkage.Duncan Sands2009-01-051-8/+23
* Use actual function name in comments.Devang Patel2008-11-111-2/+2
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Use find instead of lower_bound.Dan Gohman2008-07-111-2/+2
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-2/+3
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Fix typo in comment.Nick Lewycky2007-05-061-1/+1
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+4
* Implement review feedbackAnton Korobeynikov2007-04-291-1/+1
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-281-6/+2
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-251-1/+12
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-051-1/+2
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-3/+3
* Eliminate static ctors due to Statistic objectsChris Lattner2006-12-191-3/+4
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-2/+2
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-5/+5
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-2/+2
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-4/+4
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Remove useless statistic, fix some slightly broken logicChris Lattner2004-07-181-8/+4
* bug 122:Reid Spencer2004-07-181-22/+17
* Finegrainify namespacificationChris Lattner2003-11-211-4/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7