aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/StripDeadPrototypes.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+4
* fix commentChris Lattner2007-02-181-1/+1
* simplify pass, delete dead gvar protos as well.Chris Lattner2007-02-181-16/+21
* Add missing and needed #include.Reid Spencer2007-02-051-0/+1
* Make the class VISIBILITY_HIDDEN.Reid Spencer2007-02-051-3/+3
* Create a pass to strip dead function declarations (prototypes). This isReid Spencer2007-02-051-0/+61