Merging the linear scan register allocator in trunk. It currently passes most tests...
[oota-llvm.git] / include / llvm / Analysis /
2003-11-13 Chris LattnerAdd methods for implementation
2003-11-13 Chris LattnerAdd an initial version of the CompleteBUDataStructures...
2003-11-12 Chris LattnerAdd argument
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-11 Chris LattnerAdd new method
2003-11-02 Chris LattnerAll DSGraphs keep a reference to the targetdata they...
2003-11-02 Chris LattnerIncluding the symbol table in the FindUsedTypes analysi...
2003-10-30 Chris LattnerWhen someone includes CallGraph.h, make sure that they...
2003-10-28 Chris LattnerAdd new method
2003-10-23 Chris LattnerFix bug in eon hopefully
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-17 Alkis EvlogimenosEliminate some extraneous code in SlotCalculator::inser...
2003-10-15 Chris LattnerRemove usage of use_size()
2003-10-10 Misha BrukmanFix spelling.
2003-10-01 Chris LattnerUse graph traits to perform generic interval construction
2003-10-01 Chris LattnerAdd graph traits specializations for intervals
2003-09-30 Chris LattnerStandardize header file comments
2003-09-21 Chris LattnerAdd prototype
2003-09-20 Chris LattnerSwitch from using CallInst's to represent call sites...
2003-09-20 Chris LattnerUnsquishify
2003-09-15 Chris LattnerDo not segfault when the post-dominator tree is empty...
2003-09-11 Chris LattnerGet rid of the whole "Node2" business, rename getNode...
2003-09-10 Chris LattnerRework dominator and post dominator information so...
2003-09-10 Brian GaekeMake createVerifierPass return a FunctionPass *.
2003-09-10 Chris LattnerSpelling fixes
2003-08-31 Chris LattnerRemove explicit passing of SCC's around as objects.
2003-08-31 Chris LattnerThis should use Support/iterator, not <iterator>
2003-08-31 Chris LattnerCleanups, move the getAnalysisUsage method to the ...
2003-08-31 Chris Lattners/Meth/F
2003-08-18 Chris LattnerAdd new methods, update comments
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-16 Chris LattnerFix bug: LoopPreheaders/2003-08-15-PreheadersFail.ll
2003-08-05 Chris LattnerAdd a comment to the method decl
2003-08-05 Sumant KowshikAdded declaration of mergeInGlobalsGraph
2003-07-26 Chris LattnerRemove #includes
2003-07-25 Chris Lattner#include <cassert> as necessary...
2003-07-25 Chris LattnerUse the C++ <cassert> header, not the C <assert.h>...
2003-07-23 Chris LattnerRemove redundant const qualifiers from cast<> expressions
2003-07-16 Vikram S. Adve(1) Added DSGraph::cloneReachableSubgraph and DSGraph...
2003-07-02 Chris LattnerINCLUDE_PARENT_GRAPH is required
2003-07-02 Chris LattnerRemove dead method
2003-07-02 Chris LattnerAdd new methods
2003-07-02 Chris LattnerDisable the parent graph code when not compiled in...
2003-07-01 Chris LattnerTD pass keeps track of which functions have complete...
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...
next