aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/DCE.cpp
Commit message (Expand)AuthorAgeFilesLines
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-181-1/+1
* simplify this logic.Chris Lattner2008-11-271-4/+6
* Decrementing the iterator here could be wrong if the worklist is empty after ...Bill Wendling2008-09-181-4/+5
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-6/+7
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Fix GLIBCXX_DEBUG errors. Erase invalidates std::vector iteratorsDavid Greene2007-12-171-4/+3
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+130