Get rid of static constructors for pass registration. Instead, every pass exposes...
[oota-llvm.git] / lib / Transforms / IPO / Internalize.cpp
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-04-03 Chris Lattnerdon't internalize available_externally functions, they are
2010-01-05 David GreeneChange errs() to dbgs().
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-08-23 Chris Lattnereliminate uses of cerr()
2009-07-25 Daniel DunbarMore migration to raw_ostream, the water has dried...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-20 Chris Lattnerimplement a new magic global "llvm.compiler.used" which...
2009-07-16 Owen AndersonMove the ConstantInt uniquing table into LLVMContextImp...
2009-01-28 Duncan SandsRename getAnalysisToUpdate to getAnalysisIfAvailable.
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-05 Duncan SandsTeach the internalize pass to also internalize
2009-01-05 Duncan SandsRemove trailing spaces.
2008-10-03 Duncan SandsTeach internalize to preserve the callgraph.
2008-10-01 Nuno Lopesrevert the addition of Preverves(CallGraph), per Duncan...
2008-09-30 Nuno Lopesadd preserversCFG() + preservers(CallGraph)
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-06-24 Matthijs KooijmanRename a few variables to be more consistent.
2008-05-14 Devang PatelSimplify internalize pass. Add test case.
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-05-06 Dan GohmanMake several variable declarations static.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-10-03 Tanya LattnerFix PR1719, by not marking llvm.global.annotations...
2007-10-03 Chris LattnerFix PR1719, by not marking llvm.noinline internal.
2007-08-01 Dan GohmanMore explicit keywords.
2007-06-06 Chris Lattnersimplify this code and fix PR1493, now that llvm-gcc3...
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-02-05 Reid SpencerApply the VISIBILITY_HIDDEN field to the remaining...
2007-02-05 Reid SpencerFor PR411:
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-26 Jim LaskeyChange the MachineDebugInfo to MachineModuleInfo to...
2006-12-19 Chris LattnerEliminate static ctors due to Statistic objects
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-11-26 Bill WendlingReplace #include <iostream> with llvm_* streams.
2006-09-13 Devang PatelInitialize DontInternalize.
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-07-20 Devang PatelMake it fit into 80 cols.
2006-07-20 Devang PatelAdd new constructor to accept vector of exported names...
2006-03-07 Jim LaskeySwitch to using a numeric id for anchors.
2006-01-22 Chris LattnerMake iostream #inclusion explicit
2006-01-19 Chris LattnerIf not internalizing, don't mark llvm.global[cd]tors...
2006-01-19 Chris LattnerDon't internalize llvm.global[cd]tor unless there are...
2006-01-03 Chris LattnerPull inline methods out of the pass class definition...
2005-12-05 Chris LattnerWrap a long line, never internalize llvm.used.
2005-10-18 Chris LattnerAdd an option to this pass. If it is set, we are allow...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-01 Reid SpencerChanges For Bug 352
2003-11-21 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-08-01 Chris LattnerDEBUG got moved to Support/Debug.h
2003-06-26 Chris LattnerWhen internalizing global ctor/dtor list, also mark...
2003-05-22 Chris LattnerMake the list accept comma separated names
2003-05-22 Chris Lattner* Revert to old behavior of ignoring a module if it...
2003-05-22 Chris LattnerAdd option to internalize to allow it to read a file...
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2002-11-08 Chris LattnerUse the new getMainFunction() method to efficiently...
2002-10-07 Chris LattnerNon-functionality change just to make it more clear...
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-07-30 Chris Lattner* Indent class into anonymous namespace, filling up...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-24 Chris LattnerEliminate several include/llvm/Transforms/IPO/*.h files...
2002-07-23 Chris Lattner*** empty log message ***
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-10 Chris LattnerAdd support for printing out statistics information...
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-28 Chris LattnerBe careful not to make "external" function internal
2002-04-28 Chris LattnerInitial checkin of new "Internalize" pass for GCCLD