summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/StripDeadPrototypes.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson1-1/+3
2010-10-07Now with fewer extraneous semicolons!Owen Anderson1-1/+1
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson1-1/+1
2010-08-06Revert r110396 to fix buildbots.Owen Anderson1-1/+1
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson1-1/+1
2010-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson1-2/+2
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky1-1/+0
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky1-1/+1
2009-07-22Get rid of the Pass+Context magic.Owen Anderson1-1/+0
2009-07-16Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson1-0/+1
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman1-1/+1
2008-05-13Clean up the use of static and anonymous namespaces. This turned upDan Gohman1-4/+4
2008-05-08Improve pass documentation and comments.Gordon Henriksen1-2/+4
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-05-06Fix typo in comment.Nick Lewycky1-1/+1
2007-05-03Drop 'const'Devang Patel1-2/+2
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel1-2/+2
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel1-1/+4
2007-02-18fix commentChris Lattner1-1/+1
2007-02-18simplify pass, delete dead gvar protos as well.Chris Lattner1-16/+21
2007-02-05Add missing and needed #include.Reid Spencer1-0/+1
2007-02-05Make the class VISIBILITY_HIDDEN.Reid Spencer1-3/+3
2007-02-05Create a pass to strip dead function declarations (prototypes). This isReid Spencer1-0/+61