summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/StripDeadPrototypes.cpp
Commit message (Expand)AuthorAge
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Improve pass documentation and comments.Gordon Henriksen2008-05-08
* 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
* fix commentChris Lattner2007-02-18
* simplify pass, delete dead gvar protos as well.Chris Lattner2007-02-18
* Add missing and needed #include.Reid Spencer2007-02-05
* Make the class VISIBILITY_HIDDEN.Reid Spencer2007-02-05
* Create a pass to strip dead function declarations (prototypes). This isReid Spencer2007-02-05