Change the type of FnAllocState.
[oota-llvm.git] / lib / Analysis / IPA /
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
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-10 Chris LattnerPrint out what the root of the call graph is.
2002-04-09 Chris LattnerAdd #includes to make up for #includes pruned out of...
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-29 Chris Lattners/Method/Function
2002-03-26 Chris Lattnerchange refs to Method to Function
2002-03-07 Chris LattnerInitial checkin
2002-03-06 Chris LattnerClean up call graph, add comments, and fix test/Regress...
2002-03-06 Chris LattnerMove call graph printing support out of Writer.h into...
2002-03-06 Chris LattnerTake CallGraph out of the CFG namespace. It has nothin...
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-01-31 Chris LattnerConvert analyses to new pass structure
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerImplement a new entry node that has edges to all extern...
2001-11-09 Chris LattnerNew pass to find types in use by a program
2001-11-08 Chris LattnerPrint the method that makes an instruction invalid
2001-11-07 Chris LattnerInitial checkin of pointer safety checker
2001-10-22 Vikram S. AdveAdded function IsLeafMethod to identify leaf methods.
2001-10-13 Chris Lattner* Add support for Invoke instructions
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-09-28 Chris LattnerInitial support for construction of a call graph