Fix a stale pointer issue that caused 300.twolf to fail to build on zion
[oota-llvm.git] / lib / Analysis / IPA /
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
2004-09-19 Chris LattnerFix a nasty iterator invalidation problem I introduced...
2004-09-18 Chris LattnerAdd CallGraphNode::removeAnyCallEdgeTo method
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...
next