First cut at the Code Generator using the TableGen methodology.
[oota-llvm.git] / include / llvm / Analysis /
2002-10-21 Chris LattnerDelete unused arguments to DSGraph::cloneInto method
2002-10-21 Chris Lattner - Add "ResolvingCaller" to the CallSite record. ...
2002-10-21 Chris LattnerAdd another copy ctor form
2002-10-21 Chris LattnerAs it turns out, we don't need a fully generic mapping...
2002-10-21 Chris LattnerMake sure to initialize isArray member
2002-10-21 Chris LattnerTwo callsites are equivalent even if they are from...
2002-10-21 Chris Lattner - Make DSCallSite not inherit from std::vector. ...
2002-10-20 Vikram S. AdveRemove spurious caller pointer in DSCallSite.
2002-10-20 Chris LattnerAdd isArray flag
2002-10-20 Vikram S. AdveAdded a first-class representation for each call site...
2002-10-20 Vikram S. AdveAdded a first-class representation for each call site...
2002-10-18 Chris LattnerConvert typerec to be a structure instead of a pair
2002-10-17 Chris LattnerAdd interface for mod/ref info to be captures by dsgraphs
2002-10-17 Chris Lattner * Add data structures to BU pass to keep track of...
2002-10-17 Chris Lattner * Remove a lot of obsolete #if 0'd code
2002-10-17 Chris LattnerUse the forward declaration for GraphTraits instead...
2002-10-17 Chris LattnerBe const correct. Handle both DSGraph* and const DSGra...
2002-10-16 Joel StanleyAdded partial specialization of GraphTraits for the...
2002-10-16 Chris LattnerThe second element of the iterator is really an offset...
2002-10-16 Chris LattnerAllow direct access to mergemap for printing
2002-10-13 Chris LattnerFirst crack at reimplementing graph traits for DSGraphs
2002-10-11 Misha BrukmanAdded capability to get execution count of a loop if...
2002-10-11 Misha BrukmanAdded helper functions in LoopInfo: isLoopExit and...
2002-10-10 Chris LattnerChange reference
2002-10-10 Chris LattnerRename DataStructureGraph.h to DSGraphTraits.h
2002-10-08 Chris LattnerExpose new "recalculate" method from dominatorset
2002-10-02 Chris LattnerRemove commented out stuff
2002-10-02 Chris LattnerMove GlobalDSGraph class defn to the end of the file
2002-10-02 Chris LattnerThis file doesn't need Pass.h
2002-10-02 Chris Lattner * Implement fully general merging of array subscrip...
2002-10-02 Chris LattnerCheckin the "meat" of the Data structure graph itself...
2002-10-01 Chris LattnerCheck in DataStructure rewrite so far.
2002-09-29 Chris LattnerSimplify code a bit, add an assertion
2002-09-26 Chris LattnerFirst try at implementing the AliasSetTracker class...
2002-09-26 Chris Lattner - Fix bug in LoopInfo causing ParentLoop to be garbage
2002-09-26 Chris Lattner - Add methods to ImmediateDominators & DominatorTree...
2002-09-26 Chris LattnerAdd a new "DominatorSet::addDominator" method to allow...
2002-09-26 Chris Lattner - Add new methods to LoopInfo: getLoopPreheader,...
2002-09-25 Chris LattnerImmutablePass's don't need a runOnFunction, nor do...
2002-09-25 Chris LattnerConvert BasicAA to be an immutable pass instead of...
2002-09-25 Chris LattnerCheckin stub for Misha to implement
2002-09-24 Chris LattnerMake users of FindUsedTypes not have problems with...
2002-09-17 Chris LattnerRemove extra #include
2002-09-06 Chris Lattner- Doxygenize comments
2002-08-30 Chris Lattner - Eliminate the last traces of the 'analysis' namespace
2002-08-30 Chris LattnerFix comments.
2002-08-30 Chris LattnerMerged into ValueNumbering.cpp
2002-08-30 Chris LattnerInitial implementation of basic value numbering
2002-08-30 Chris LattnerInitial version of LoadValueNumbering interface
2002-08-30 Chris LattnerInitial version of ValueNumbering interface
2002-08-29 Chris LattnerFix comments
2002-08-26 Anand ShuklaChanged so it gets linked properly
2002-08-22 Chris Lattnerdoxygenize comments in header
2002-08-22 Chris LattnerAdd doxygen comments to AliasAnalysis class
2002-08-22 Chris LattnerFix bug: test/Regression/Assembler/2002-08-22-Dominance...
2002-08-22 Chris LattnerCheckin new alias analysis infrastructure
2002-08-21 Chris Lattner - Split Dominators.h into Dominators.h & PostDominators.h
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-08-09 Chris Lattner* IntervalPartition no longer derives from vector
2002-08-09 Chris LattnerThe second parameter of hash_set is the default, remove it.
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-07-31 Chris LattnerChanges to be GCC 3.1 friendly
2002-07-30 Vikram S. AdveAdd GlobalDSGraph -- a common graph that holds external...
2002-07-29 Chris Lattner* Eliminate the Provided set. All Passes now finally...
2002-07-29 Chris Lattner* Eliminate the Provided set. All Passes now finally...
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-26 Chris Lattner*** empty log message ***
2002-07-26 Chris Lattner*** empty log message ***
2002-07-26 Chris LattnerSimplify analyses so that there is only one analysis...
2002-07-25 Chris LattnerRemove dead options
2002-07-25 Chris LattnerFix previous checkin
2002-07-25 Chris LattnerAdd typenames
2002-07-25 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerGCC 3.1 changes
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerRemove assert hack now that I'm using the right GDB...
2002-07-23 Chris LattnerAllow comparison against null
2002-07-18 Chris LattnerRename removeDeadNodes to removeTriviallyDeadNodes
2002-07-18 Chris LattnerSimplify saveOrigFunctionCalls
2002-07-18 Vikram S. AdveAdd support for a top-down propagation pass.
2002-07-18 Chris Lattner* s/method/function
2002-07-18 Chris LattnerFirst cut at implementing bottom up analysis
2002-07-11 Chris Lattner* Nodes now keep track of any global variables containe...
2002-07-10 Chris LattnerNew implementation of data structure analysis
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-25 Chris Lattner*** empty log message ***
2002-06-03 Chris LattnerAllow const bb's to be checked for containment in a...
2002-05-22 Chris LattnerAvoid #including CommandLine.h
2002-05-13 Chris LattnerAdd method to check to see if two _Instructions_ domina...
2002-05-07 Chris LattnerFix misspelling
2002-04-29 Chris LattnerRemove analysis namespace
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-28 Chris LattnerRemove all contents of the cfg namespace to the global...
2002-04-28 Chris LattnerChange the Dominator info and LoopInfo classes to keep...
2002-04-27 Chris Lattners/Method/Function
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-27 Chris LattnerSupport array allocations
2002-04-17 Chris LattnerMake data structure acurately get ALL edges, even loads...
next