aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/Internalize.cpp
AgeCommit message (Expand)Author
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky
2009-08-23eliminate uses of cerr()Chris Lattner
2009-07-25More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar
2009-07-22Get rid of the Pass+Context magic.Owen Anderson
2009-07-20implement a new magic global "llvm.compiler.used" which is like llvm.used, butChris Lattner
2009-07-16Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson
2009-01-28Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands
2009-01-15Add the private linkage.Rafael Espindola
2009-01-05Teach the internalize pass to also internalizeDuncan Sands
2009-01-05Remove trailing spaces.Duncan Sands
2008-10-03Teach internalize to preserve the callgraph.Duncan Sands
2008-10-01revert the addition of Preverves(CallGraph), per Duncan's commentsNuno Lopes
2008-09-30add preserversCFG() + preservers(CallGraph)Nuno Lopes
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2008-06-24Rename a few variables to be more consistent.Matthijs Kooijman
2008-05-14Simplify internalize pass. Add test case.Devang Patel
2008-05-13Clean up the use of static and anonymous namespaces. This turned upDan Gohman
2008-05-06Make several variable declarations static.Dan Gohman
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-10-03Fix PR1719, by not marking llvm.global.annotations internal.Tanya Lattner
2007-10-03Fix PR1719, by not marking llvm.noinline internal.Chris Lattner
2007-08-01More explicit keywords.Dan Gohman
2007-06-06simplify this code and fix PR1493, now that llvm-gcc3 is dead.Chris Lattner
2007-05-06Fix typo in comment.Nick Lewycky
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-04-16Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov
2007-02-05Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer
2007-02-05For PR411:Reid Spencer
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2007-01-26Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey
2006-12-19Eliminate static ctors due to Statistic objectsChris Lattner
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-12-06Detemplatize the Statistic class. The only type it is instantiated withChris Lattner
2006-11-26Replace #include <iostream> with llvm_* streams.Bill Wendling
2006-09-13Initialize DontInternalize.Devang Patel
2006-08-27eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner
2006-07-20Make it fit into 80 cols.Devang Patel
2006-07-20Add new constructor to accept vector of exported names while creatingDevang Patel
2006-03-07Switch to using a numeric id for anchors.Jim Laskey
2006-01-22Make iostream #inclusion explicitChris Lattner
2006-01-19If not internalizing, don't mark llvm.global[cd]tors const, as a fix for aChris Lattner
2006-01-19Don't internalize llvm.global[cd]tor unless there are uses of it. ThisChris Lattner
2006-01-03Pull inline methods out of the pass class definition to make it easier toChris Lattner
2005-12-05Wrap a long line, never internalize llvm.used.Chris Lattner
2005-10-18Add an option to this pass. If it is set, we are allowed to internalizeChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner