aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/GlobalDCE.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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,Edwin Török2009-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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+203