For PR411:
[oota-llvm.git] / include / llvm / Analysis /
2007-01-30 Chris LattnerMake this a *real* header:
2007-01-30 Chris LattnerChange constant folding APIs to take an optional Target...
2007-01-21 Reid SpencerFor PR970:
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-15 Chris LattnerUpdate code to eliminate calls to isInteger, calling...
2006-12-23 Reid SpencerFor PR950:
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-13 John CriswellRemove DSA.
2006-12-13 Reid SpencerChange the interface to SCEVExpander::InsertCastOfTo...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-04 Reid SpencerUnclutter this by using new cast creation functions.
2006-12-04 Reid SpencerChange inferred casts to explicit casts.
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-11-28 Bill WendlingSupport for llvm_ostreams.
2006-11-28 Bill WendlingSupport for llvm streams.
2006-11-28 Bill WendlingAdded a temporary hack to get the llvm-streams to work...
2006-11-27 Reid SpencerFor PR950:
2006-11-14 Andrew LenharthA shim over other AA impls to catch incorrect uses
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-11-03 Chris Lattnersilence warning
2006-10-28 Chris Lattneradd a method
2006-10-26 Reid SpencerFor PR950:
2006-10-23 Andrew Lenharthchange this back
2006-10-03 Chris LattnerMove DominatorTree to immediately follow DominatorTreeBase
2006-09-22 Devang PatelUse iterative algorith to assign DFS number. This reduces
2006-09-14 Devang PatelUndo previous check-in.
2006-09-14 Devang PatelAvoid recursion in assignDFSNumber(). Move def from...
2006-09-12 Nick LewyckyAdd ability to remove nodes from DominatorTree, for...
2006-08-29 Devang PatelDo not rely on std::sort and std::erase to get list...
2006-08-21 Reid SpencerFor PR885:
2006-08-01 Chris LattnerAdd dominates/properlyDominates queries to IDom.
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
next