aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/Internalize.cpp
AgeCommit message (Expand)Author
2013-01-25added ability to dynamically change the ExportList of an alreadyPedro Artigas
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-11Use an ArrayRef instead of a std::vector&.Rafael Espindola
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-26Change the internalize pass to internalize all symbols when given an emptyRafael Espindola
2012-04-16Add a Fixme.Bill Wendling
2012-04-13Code-gen may inject code into the IR before it emits the ASM. The linkerBill Wendling
2012-03-31Internalize: Remove reference of @llvm.noinline, it was replaced with the noi...Benjamin Kramer
2011-03-09These llvm.dbg.* constants are not used anymore.Devang Patel
2011-03-06Don't internalize available_externally functions. We already did the rightRafael Espindola
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson
2010-10-07Now with fewer extraneous semicolons!Owen Anderson
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson
2010-04-03don't internalize available_externally functions, they areChris Lattner
2010-01-05Change errs() to dbgs().David Greene
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