aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/Internalize.cpp
AgeCommit message (Expand)Author
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
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2003-11-21Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-08-01DEBUG got moved to Support/Debug.hChris Lattner
2003-06-26When internalizing global ctor/dtor list, also mark it constant. This is gro...Chris Lattner