aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/GlobalDCE.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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