Use std::copy instead of custom loops to take advantage of STL optimizations.
[oota-llvm.git] / include / llvm / Analysis /
2006-07-26 Reid SpencerFor PR780:
2006-07-12 Chris LattnerChange the callgraph representation to store the callsi...
2006-07-06 Chris LattnerChange the verifier to never throw an exception. Inste...
2006-06-26 Chris LattnerAdd a new method.
2006-06-20 Andrew LenharthFix build on old compilers
2006-06-19 Andrew LenharthDo partial inlining in BU. This resolves more call...
2006-06-16 Andrew Lenharthmove header
2006-06-11 Owen AndersonRe-commit the safe parts of my 6/9 patch. Still workin...
2006-06-11 Evan ChengBack out Owen's 6/9 changes. They broke MultiSource...
2006-06-09 Owen AndersonMake Loop able to verify that it is in LCSSA-form,...
2006-06-07 Reid SpencerFor PR780:
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 LenharthSince there was interest on the mailing list, this...
2006-05-27 Chris LattnerFix pastos in comments
2006-05-19 Reid SpencerFix some doxygen usage in these headers.
2006-05-19 Chris LattnerUse class tags instead of struct tags. The coding...
2006-04-01 Chris LattnerFix Transforms/IndVarsSimplify/2006-03-31-NegativeStrid...
2006-03-20 Nate BegemanMove some common data structures between dom and pdom...
2006-03-11 Nate BegemanFix PR681 by using the standard Lengauer and Tarjan...
2006-02-22 Chris LattnerMake the LLVM headers "-ansi -pedantic -Wno-long-long...
2006-02-04 Chris LattnerRefactor a bunch of code into a non-inlined method
2006-02-04 Chris Lattneradd a method
2006-01-15 Chris LattnerInitialize DFSnum's to -1, in case a node is not reachable.
2006-01-15 Chris Lattneradd an assert, patch by Daniel Berlin
2006-01-14 Chris LattnerChange ET-Forest to automatically recalculate its DFSnu...
2006-01-14 Chris LattnerAdd CallGraph::getOrInsertFunction, to allow clients...
2006-01-14 Chris Lattneradd a dump method to CallGraph
2006-01-11 Chris LattnerSwitch loopinfo to using ETForest instead of DominatorS...
2006-01-08 Chris LattnerFix the build on platforms where <cassert> doesn't...
2006-01-08 Chris LattnerInitial implementation of the ET-Forest data structure...
2005-12-22 Chris LattnerSeparate the call graph implementation from its interfa...
2005-12-06 Sumant KowshikAdded comment for removing assert
2005-12-06 Sumant KowshikHandling of zero length last fields in struct used...
2005-11-30 Chris LattnerAdd a simple clear() method
2005-11-29 Chris LattnerFix PR670 and test/Regression/Transforms/Mem2Reg/2005...
2005-11-18 Chris LattnerFix the dominates method to return true if the two...
2005-10-29 Chris Lattnerremove a dead header
2005-10-27 John CriswellMove some constant folding functions into LLVMAnalysis...
2005-10-24 Chris LattnerThis pass is very old and quite useless, remove it.
2005-10-24 Chris Lattneradd a proto
2005-10-24 Chris Lattnernew header
2005-10-24 Chris Lattneradd some prototypes
2005-09-12 Chris Lattnernew method
2005-08-09 Chris Lattneradd two helper methods
2005-07-30 Jeff CohenKeep tabs and trailing spaces out.
2005-07-30 Nate BegemanBreak SCEVExpander out of IndVarSimplify into its own...
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-06-29 Chris LattnerDon't crash on a query where the block is not in any...
2005-06-20 Andrew Lenharthmake AliasAnalysis know that VAArg writes memory. ...
2005-05-15 Chris Lattnerfix warning
2005-05-15 Chris Lattnerfix compiler warning
2005-05-15 Reid SpencerSome cleanups for compilation with GCC 4.0.0 to remove...
2005-05-01 Tanya LattnerAdd accessor method,
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Chris Lattneradd support for taking the address of free.
2005-04-21 Chris LattnerImprove doxygen documentation, patch contributed by...
2005-04-02 Chris Lattnermerge EquivClassGraphs.h into DataStructure.h with...
2005-04-02 Chris Lattneradd and use a callee_iterator typedef
2005-04-02 Chris LattnerChange the ActualCallees callgraph from hash_multimap...
2005-03-24 Chris Lattneradd new spliceFrom methods.
2005-03-23 Chris Lattnerif a function doesn't access memory at all, it definite...
2005-03-23 Chris Lattnera hack to allow count-aa to work with ds-aa :(
2005-03-22 Chris LattnerFix a serious bug where we didn't insert globals into...
2005-03-22 Chris Lattneradd a method
2005-03-22 Chris LattnerNow that the dead ctor is gone, nothing uses the old...
2005-03-22 Chris Lattnerremove a dead ctor
2005-03-22 Chris Lattnernow that the second argument is always this->ReturnNode...
2005-03-22 Chris Lattnerdrop the second argument to cloneInto, which is always...
2005-03-22 Chris Lattnermove this stuff out of line
2005-03-21 Chris Lattnerallow passing clone flags into the ctor
2005-03-21 Chris Lattneradd a new map
2005-03-21 Chris Lattnermake this const correct
2005-03-21 Chris LattnerUgh, for some reason, I can't call this unless the...
2005-03-21 Chris LattnerMake the first operand of this method be modifiable.
2005-03-21 Chris Lattneradd a method
2005-03-21 Chris LattnerIf merging two calls like: foo(A) and bar(B, C), make...
2005-03-21 Chris Lattnerrename a method add a data structure.
2005-03-20 Chris LattnerRemove the InlinedGlobals set which is always empty.
2005-03-20 Chris Lattneradd a method
2005-03-20 Chris Lattnerrename some methods and add some new methods for dealin...
2005-03-19 Chris LattnerMake each scalar map contain a reference to an equivale...
2005-03-19 Chris LattnerEach DS collection now contains an equivalence class...
2005-03-19 Chris Lattneradd a method to clear globals from a node
2005-03-17 Chris Lattneradd 3 methods
2005-03-16 Chris Lattnerremove use of compat_iterator
2005-03-15 Chris Lattnerremove warning, make computeGGToGMapping return an...
2005-03-15 Chris Lattneradd support for hashing nodehandles.
2005-03-15 Chris Lattneradd iterators for return nodes list.
2005-03-15 Jeff CohenDo it right...
2005-03-15 Jeff CohenFix VC++ breakage.
2005-03-15 Chris LattnerRename method, add counterpart.
2005-03-14 Chris LattnerAdd a useful method.
2005-03-13 Chris LattnerAdd support for printing EQ graphs
2005-03-12 Chris Lattnerremove this from the PA namespace, leaving it in the...
2005-03-11 Chris LattnerFix some crashes noted by John Mellor-Crummey's group.
2005-03-09 Chris Lattnerexport two methods
2005-03-06 Chris Lattnernew helper method
next