Use SmallVector instead of std::vector.
[oota-llvm.git] / lib / Analysis / IPA /
2007-08-10 Devang PatelDo not overuse std::string. Pass around char * directly.
2007-08-01 Dan GohmanMore explicit keywords.
2007-07-19 Devang PatelVerify loop info.
2007-07-19 Duncan SandsReplace mysterious code causing a g++-4.2 warning
2007-06-21 Devang PatelCallGraphSCCPass manager may require other passes.
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-02 Lauro Ramos VenancioFix build error.
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-03-05 Devang PatelAvoid constructing std::strings unless pass debugging...
2007-03-05 Jeff CohenUnbreak VC++ build.
2007-02-27 Devang PatelMake getPassManagerType() const.
2007-02-05 Reid SpencerMake classes in anonymous namespaces use VISIBILITY_HID...
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-02-01 Devang PatelDump function names when debug-pass=Executions is used.
2007-02-01 Devang PatelPretty print pass manager
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-29 Devang PatelUse StartPassTimer() and StopPassManager()
2007-01-29 Devang PatelMeasure timings.
2007-01-26 Devang PatelRemove dead code.
2007-01-23 Devang PatelFix typo.
2007-01-23 Devang PatelAdd CallGraphSCCPass::assignPassManager().
2007-01-17 Devang PatelAdd CGPassManager.
2006-12-23 Reid SpencerFor PR950:
2006-12-19 Chris Lattnereliminate static ctors from Statistics
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
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-12-06 Chris LattnerSimplify code
2006-12-05 Chris Lattnerstraighten out various memory ownership issues in the...
2006-12-04 Chris LattnerAdd a comment and fix a memory leak. Thanks to Vikram...
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-11-27 Reid SpencerFor PR950:
2006-11-17 Bill WendlingReplaced DEBUG(std::cerr with DOUT.
2006-11-08 Reid SpencerFor PR950:
2006-11-02 Reid SpencerFor PR786:
2006-10-09 Chris LattnerFix a bug pointed out by Zhongxing Xu
2006-10-01 Chris LattnerFixme is already done
2006-10-01 Chris LattnerTeach globalsmodref-aa to track scalar pointer global...
2006-08-28 Reid SpencerFor PR387:
2006-08-28 Chris Lattnersimplify AnalysisGroup registration, eliminating one...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-08-27 Chris LattnerEliminate RegisterAnalysis. RegisterPass now does...
2006-07-12 Chris LattnerChange the callgraph representation to store the callsi...
2006-07-11 Jim LaskeyIt was pointed out that DEBUG() is only available with...
2006-07-11 Jim LaskeyEnsure that dump calls that are associated with asserts...
2006-06-07 Reid SpencerFor PR780:
2006-06-01 Chris LattnerFix -pedantic warning
2006-06-01 Reid SpencerChange from using a stub function to a stub variable...
2006-05-29 Andrew Lenharthmove calltarget to dsa
2006-05-29 Andrew LenharthSince there was interest on the mailing list, this...
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-03-03 Chris Lattnerupdates for recent changes
2006-01-22 Chris LattnerAdd explicit iostream #includes
2006-01-14 Chris LattnerAdd a new CallGraph::getOrInsertFunction for clients...
2006-01-14 Chris Lattneradd a dump method to CallGraph
2006-01-10 Reid SpencerRemove unused inclusion of SymbolTable.h
2005-12-22 Chris LattnerSeparate the call graph implementation from its interfa...
2005-10-24 Chris LattnerRemove this pass, it is not useful
2005-10-24 Chris LattnerDONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIV...
2005-10-24 Chris LattnerOnly build .a file versions of these libraries, instead...
2005-10-24 Chris Lattnermove this to the analyze tool
2005-06-18 Andrew Lenharthcore changes for varargs
2005-04-22 Chris LattnerMalloc/Free have mod/ref effects. Do not allow CSE...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-05 Chris Lattnerdo not crash when using -debug
2005-04-04 Chris Lattnerdo not dereference an extra layer of pointers to determ...
2005-03-29 Chris Lattnerimport all of the rest of the stubs that dsa uses for...
2005-03-29 Chris Lattnerlearn about some more functions.
2005-03-29 Chris LattnerFix a major problem with global variable initializers...
2005-03-29 Chris Lattneradd some more functions, ignore setcc for constraints!
2005-03-29 Chris LattnerHandle "known" external calls context sensitively,...
2005-03-28 Chris LattnerTeach andersens that non-escaping memory cannot be...
2005-03-28 Misha BrukmanFix grammar
2005-03-28 Chris LattnerMake anders-aa much more precise by not being completel...
2005-03-27 Chris Lattnerwrap some long lines
2005-03-27 Chris Lattnerteach andersens about undef
2005-03-24 Chris LattnerSimplify dead code into a fixme :)
2005-03-24 Chris Lattnerfix a compiler crash in runtime/libprofile
2005-03-23 Chris Lattnerwrap a long line
2005-03-23 Chris LattnerIf we are calling an external function, chain to anothe...
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-01-08 Jeff CohenAdd even more missing createXxxPass functions.
2004-12-17 Chris LattnerActually overload the virtual method. This fixes
2004-12-15 Chris LattnerAdjust to new alias analysis interfaces
2004-12-07 Reid SpencerFor PR387:\
2004-12-07 Reid SpencerFor PR387:\
2004-11-19 Chris LattnerMission accomplished!
2004-10-28 Alkis EvlogimenosFix library name.
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-16 Chris LattnerAdd support
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-10 Reid SpencerBuild both archive and relinked objects
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-20 Chris LattnerFinegrainify namespacification
next