Fix a couple more bugs in the phi construction by pulling in code that does
[oota-llvm.git] / lib / Analysis / IPA /
2004-09-18 Chris LattnerWhen changing a function, make sure to update the CallG...
2004-09-18 Chris LattnerImplement new changeFunction method, nuke a never imple...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-16 Chris LattnerFix a bug that caused the pass to go into infinite...
2004-08-08 Chris LattnerAdd standard print/dump methods to CallGraph classes.
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-27 Chris Lattnernuke pointless -debug output
2004-07-27 Chris LattnerFix conservative assumption, which was quite broken...
2004-07-27 Chris LattnerComplete rewrite of this pass to be faster, use less...
2004-07-18 Reid Spencerbug 122:
2004-07-15 Chris LattnerFixes for PR341
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-06-28 Chris LattnerInitial checkin of a simple mod/ref analysis for global...
2004-06-28 Chris LattnerMoving to lib/Analysis/DataStructure
2004-06-25 Chris LattnerFix header
2004-06-22 Misha BrukmanFile depends on MemoryDepAnalysis (DSA); moved to lib...
2004-06-22 Misha BrukmanFiles depend on DSA, moved to lib/Analysis/DataStructure
2004-06-05 Chris LattnerAdd some notes so I can throw away one of my many todo...
2004-06-04 Chris LattnerDon't send random junk to CachedWriter's. Also remove...
2004-05-28 Chris LattnerMinor efficiency gain: do 1 nlogn lookup instead of two
2004-05-27 Chris LattnerFix warnings about reaching end of non-void function
2004-05-23 Chris LattnerAdd a simple implementation of Andersen's interprocedur...
2004-05-09 Chris LattnerFine grainify namespacification
2004-05-02 Chris LattnerFix a problem with double freeing memory. For some...
2004-05-02 Chris LattnerPlug a minor memory leak
2004-04-28 Misha BrukmanSend text and numbers directly to CachedWriter's contai...
2004-04-27 Chris LattnerChanges to fix up the inst_iterator to pass to boost...
2004-04-20 Chris LattnerPass the callgraph not the module
2004-04-20 Chris LattnerAdd the ability for SCC passes to initialize and finali...
2004-04-12 Chris LattnerChange the call graph class to have TWO external nodes...
2004-03-12 Misha BrukmanMake code more readable.
2004-02-07 Chris LattnergetNodes() is gone
2003-11-12 Chris LattnerCleanups
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-09 Chris LattnerMore additions
2003-11-09 Chris LattnerAdd more functions
2003-11-09 Chris LattnerNone of the __llvm_* functions call into the program...
2003-11-05 Chris LattnerFix name collision
2003-11-02 Chris LattnerIncluding the symbol table in the FindUsedTypes analysi...
2003-10-31 Chris LattnerMake the call graph more precise despite the hated...
2003-10-30 Chris LattnerWhen someone includes CallGraph.h, make sure that they...
2003-10-28 Chris LattnerFix PR62, and llvm/test/Regression/CBackend/2003-10...
2003-10-23 Chris LattnerFix bug: CBackend/2003-10-23-UnusedType.ll and hopefull...
2003-10-22 Chris LattnerThis is a disgusting hack that improves code substantia...
2003-10-20 John CriswellAdded LLVM copyright notice to Makefiles.
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-19 Chris LattnerChange the Opcode enum for PHI nodes from "Instruction...
2003-10-13 Chris LattnerRegularize header file comments
2003-09-20 Chris LattnerSwitch from using CallInst's to represent call sites...
2003-09-15 Chris LattnerThese two conditions are not exclusive!!
2003-09-15 Chris LattnerMake the print output more useful
2003-09-11 Misha BrukmanFixed spelling and grammar.
2003-08-31 Chris LattnerReplace M with F when refering to functions
2003-08-31 Chris LattnerRename TarjanSCCIterator -> scc_iterator
2003-08-31 Chris LattnerDon't explicitly use the SCC class
2003-08-31 Chris LattnerRemove dead var
2003-08-31 Chris LattnerThe SCC::HasLoop method is now in the main iterator
2003-08-31 Chris LattnerRemove explicit passing of SCC's around as objects.
2003-08-31 Chris LattnerMove the getAnalysisUsage method from the header file
2003-08-31 Chris LattnerThe tarjan iterator now returns a reference to the...
2003-08-31 Chris LattnerMinor cleanups
2003-08-31 Chris LattnerIndent classes correctly in the namespace
2003-08-31 Chris Lattner* Cleanups
2003-08-31 Chris LattnerInitial checkin of the CallGraphSCCPass class
2003-08-06 Chris LattnerRemove unnecessary use of NonCopyable
2003-06-30 Chris LattnerAdjust for new DSGraph API
2003-05-31 Chris LattnerFix bug: CBackend/2003-05-31-MissingStructName.ll
2003-05-29 Chris LattnerEliminate unnecessary ->get calls that are now automati...
2003-02-05 Chris LattnerImplement optimization for direct function call case...
2003-02-01 Chris LattnerChange DSGraph stuff to use hash_(set|map) instead...
2003-01-23 Chris Lattner* Eliminate boolean arguments in favor of using enums
2002-12-12 Chris LattnerRemove #includes
2002-12-08 Vikram S. AdveIterator that enumerates the ProgramDependenceGraph...
2002-12-08 Vikram S. AdveAn explicit representation of dependence graphs, and...
2002-11-27 Vikram S. Adve(1) Bug fix that was causing nodes with dangling refere...
2002-11-11 Chris LattnerFix bug
2002-11-08 Chris LattnerReduce amount of work needed to compute ip/modref
2002-11-08 Chris LattnerFix IPModRef to use new DS interface
2002-11-07 Chris LattnerImplement ResolveCallSiteModRefInfo for IPModRef. ...
2002-11-07 Chris LattnerFix problem with dangling referrers
2002-11-06 Chris LattnerAllow the ResolveCallSiteModRefInfo method to return...
2002-11-06 Chris LattnerAdd a stub to implement the context sensitive mod/ref...
2002-11-06 Chris LattnerGive a back pointer to the IPModRef object to the Funct...
2002-11-06 Chris LattnerRemove a couple of #includes, move some code from ...
2002-11-06 Vikram S. AdveAn interprocedural analysis pass that computes flow...
2002-11-04 Vikram S. AdveSimple passes that print out SCCs in the CFGs or in...
2002-11-04 Chris LattnerAllow the call graph to be called from analyze naturall...
2002-09-24 Chris LattnerMake users of FindUsedTypes not have problems with...
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-25 Chris Lattner*** empty log message ***
2002-07-24 Chris Lattner*** empty log message ***
2002-07-23 Chris Lattner*** empty log message ***
2002-07-22 Chris LattnerConvert Command Line option handling code to use the...
2002-07-18 Chris Lattner* s/method/function
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-06 Chris LattnerReplace all usages of Type::isPointerType with isa...
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
next