Tweak argument
[oota-llvm.git] / include / llvm / Analysis /
2003-07-01 Chris LattnerAdd new operator= impl
2003-07-01 Chris LattnerOk, I'm a moron. Fixed now
2003-07-01 Chris LattnerFix major problem that was causing all kinds of nasty...
2003-07-01 Chris LattnerAdd new methods to BUDS for keeping track of a precise...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-30 Chris LattnerAdd new method
2003-06-30 Chris LattnerBe more const correct
2003-06-30 Chris LattnerConstness changes
2003-06-30 Chris LattnerSubstantial revamp: DSGraphs now may contain the graphs...
2003-06-30 Chris LattnerRemove prototype for dead method
2003-06-29 Chris LattnerAdd support for gathering sets of must aliases
2003-06-28 Chris LattnerAdd new DSGraph::ScalarMapTy typedef to avoid pulling...
2003-06-28 Chris LattnerAdd new 'isComplete' method
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-22 Chris LattnerWhoops, accidentally lost a #include
2003-06-22 Chris LattnerRemove support for the MultiObject flag, which was...
2003-06-19 Chris LattnerLots of changes to make the NodeType field private...
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-06-03 Chris LattnerMinor cleanups:
2003-03-20 Chris LattnerAdd more graph traits specializations for dominator...
2003-03-03 Chris LattnerAdd a few new 'add' methods. Move the iterator around
2003-03-03 Chris LattnerDon't apply type information to loads
2003-02-28 Chris LattnerAdd dump method for loops
2003-02-28 Chris LattnerAdd graph traits specializations for loop nesting infor...
2003-02-27 Chris LattnerAdd new Loop::hasExitBlock helper method
2003-02-27 Chris LattnerChange behavior of changeExitBlock function to replace...
2003-02-27 Chris LattnerMake the interface to update a little more efficient
2003-02-27 Chris Lattner * LoopInfo now keeps track of exit blocks from the...
2003-02-26 Chris LattnerMake the aliassettracker much more precise by actually...
2003-02-26 Chris LattnerBasicAA doesn't need a public header
2003-02-26 Chris LattnerTweak to work with new AA implementation
2003-02-26 Chris LattnerCheckin of new alias analysis interface:
2003-02-24 Chris LattnerThis is a substantial rewrite of the AliasSetTracker...
2003-02-13 Chris LattnerMove node forwarding code from being inlined to being...
2003-02-11 Chris LattnerImplement a "union-findy" version of DS-Analysis, which...
2003-02-11 Chris LattnerFix uninitialized member problem
2003-02-10 Chris LattnerBugfix for calling dump() after the links vector has...
2003-02-10 Chris LattnerMove getNode() out of line
2003-02-10 Chris LattnerImplement a new method "viewGraph" which can be used...
2003-02-09 Chris LattnerTD Pass now does not cause globals to mark nodes incomp...
2003-02-05 Chris LattnerImplement optimization for direct function call case...
2003-02-04 Chris LattnerAdd sanity check
2003-02-03 Chris LattnerHack to work around deficiency in pass infrastructure
2003-02-03 Chris LattnerEliminate unused resolving caller stuff
2003-02-03 Chris Lattner* Add a bunch of stuff for checking the integrity of...
2003-02-01 Chris LattnerChange DSGraph stuff to use hash_(set|map) instead...
2003-02-01 Chris LattnerAdd new composition mask
2003-01-29 Chris LattnerNew API for traversing graph
2003-01-23 Chris Lattner* Eliminate boolean arguments in favor of using enums
2003-01-14 Chris LattnerMove to include/llvm/CodeGen
2003-01-14 Chris LattnerMove llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.h
2002-12-12 Chris LattnerMake a release build compile. This field is not really...
2002-12-12 Misha BrukmanNo need to specify the class if the method is within...
2002-12-08 Vikram S. AdveIterator that enumerates the ProgramDependenceGraph...
2002-12-08 Vikram S. AdveAn explicit representation of dependence graphs, and...
2002-12-06 Vikram S. AdveStronger assertion in getNodeId(): node id must exist...
2002-12-06 Vikram S. AdveAdded static helper method MergeNodes(). See DataStruc...
2002-12-06 Chris LattnerMake sure to print indirect node again
2002-11-27 Vikram S. AdveAdded flags to CloneFlags to strip/keep Mod/Ref bits...
2002-11-27 Vikram S. AdveNo longer need local graph to find call sites.
2002-11-18 Chris LattnerInline DSTypeRec stuff into DSNode
2002-11-18 Chris LattnerInline DSTypeRec into DSNode
2002-11-18 Chris LattnerTemplatize graph traits and iterator to work with const...
2002-11-17 Chris LattnerOmit the indirect node when printing call graphs
2002-11-12 Chris LattnerRemove dead method, add new method
2002-11-11 Chris LattnerAlmost complete rewrite of BU closure code
2002-11-10 Chris Lattneradd method
2002-11-10 Chris LattnerAdd code to be able to merge two call sites
2002-11-10 Chris LattnerAdd hasGraph() methods to all of the passes for the...
2002-11-10 Chris LattnerImplement swapping
2002-11-10 Chris LattnerImplement support for swapping. Callsites now sort...
2002-11-10 Chris LattnerAdd capability to set a preference of what call vector...
2002-11-09 Chris Lattnereliminate the ability to remove global nodes from deadN...
2002-11-09 Chris LattnerAdd globals graphs to all three passes
2002-11-09 Chris LattnerMove maskNodeTypes from cpp file
2002-11-09 Chris LattnerClean up DSGraph::removeDeadNodes interface
2002-11-09 Chris LattnerMake removeTriviallyDeadNodes a private interface
2002-11-09 Chris LattnerAdd initial support for a globals graph
2002-11-09 Chris LattnerRemove unneccesary #include
2002-11-09 Chris LattnerRemove GlobalDSGraph delcaration
2002-11-09 Chris LattnerFix release build
2002-11-08 Chris LattnerAdd new methods
2002-11-08 Chris LattnerAdd another option to cloneGraph
2002-11-08 Chris Lattner- Add support for an "auxillary" call site list
2002-11-08 Chris LattnerUse DSNodeHandle for persistent maps
2002-11-08 Chris LattnerAdd flag that may be used to determine if dead nodes...
2002-11-08 Vikram S. AdveRestore a #include because this header file needs the...
2002-11-07 Chris LattnerAdd interfaces for ResolveCallSiteModRefInfo
2002-11-07 Chris LattnerInstead of using a bool that constant has to be explain...
2002-11-07 Chris LattnerAdd new method
2002-11-07 Chris LattnerExpose isPointerType to clients of dsanalysis
2002-11-06 Chris LattnerAdd a comment
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 to .cpp...
2002-11-06 Chris LattnerMake PointerShift/Size be enums so they are constants...
2002-11-06 Vikram S. AdveMake query operations non-const to allow demand-driven...
2002-11-06 Vikram S. AdveAn interprocedural analysis pass that computes flow...
2002-11-06 Vikram S. AdveAdd const version of function getNodeForValue:
next