Adjust to the changed StructType interface. In particular, getElementTypes() is...
[oota-llvm.git] / lib / Analysis / DataStructure / DataStructure.cpp
2004-02-09 Chris LattnerAdjust to the changed StructType interface. In particu...
2004-02-08 Chris LattnerInstead of callign removeTriviallyDeadNodes on the...
2004-02-08 Chris LattnerSubstantially improve the DSA code by removing 'forward...
2004-02-08 Chris LattnerBugfix for ilist conversion. The ilist wants to make...
2004-02-08 Chris LattnerSwitch the Nodes list from being an std::vector<DSNode...
2004-02-08 Chris LattnerChange to use node_iterators instead of direct access...
2004-02-07 Chris LattnergetNodes() is gone, use node_begin/end instead
2004-02-07 Chris LattnerThere is no need to clone over nodes that are going...
2004-01-29 Chris LattnerFix a bug aflicting 265.gap
2004-01-29 Chris LattnerMinor bugfixes
2004-01-28 Chris LattnerRename DSGraph::ScalarMapTy -> DSScalarMap
2004-01-28 Chris LattnerFix a bug
2004-01-28 Chris LattnerEliminate the call to removeTriviallyDeadNodes from...
2004-01-28 Chris LattnerIn updateFromGlobalsGraph, instead of iterating over...
2004-01-28 Chris LattnerMinor tweaks, eliminate useless integer pruning optimzi...
2004-01-28 Chris LattnerFurther reduce the number of nodes cloned with getClone...
2004-01-28 Chris LattnerAdd a timer, fix a minor bug.
2004-01-28 Chris LattnerAnother bugfix, disable "spurious" output.
2004-01-27 Chris Lattnerfix bug in previous checkin
2004-01-27 Chris Lattner* Add a new commandline argument to control the "global...
2004-01-23 Chris LattnerInitial support for implementing clonePartiallyInto...
2004-01-22 Chris LattnerEliminated the CompletedNodes argument to the cloneReac...
2004-01-22 Chris LattnerOk, I'm tired of pulling out all my timers to check...
2004-01-22 Chris LattnerBug fix: X.mergeWith(Y) was not updating Y if Y was...
2004-01-22 Chris LattnerStart implementing DSGraph::clonePartiallyInto and...
2003-11-12 Chris LattnerFine-grainify namespaces for this library
2003-11-12 Chris LattnerAdd new argument to disable checking
2003-11-12 Chris LattnerDon't crash if no gg
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-11 Chris LattnerCompute node offsets correctly
2003-11-11 Chris LattnerAdd new method for computing node mappings. This is...
2003-11-02 Chris LattnerAll DSGraphs keep a reference to the targetdata they...
2003-11-02 Chris LattnerFix bug: test/Regression/Analysis/DSGraph/2003-11-02...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-09-20 Chris LattnerRemove trivially dead nodes was not removing nodes...
2003-09-20 Chris LattnerSwitch from using CallInst's to represent call sites...
2003-09-11 Misha BrukmanFixed spelling and grammar.
2003-08-05 Chris LattnerAdd more verbose comment
2003-08-05 Sumant KowshikAdded function mergeInGlobalsGraph which merges in...
2003-08-01 Chris LattnerDEBUG got moved to Support/Debug.h
2003-07-22 Vikram S. AdveFix comment.
2003-07-16 Vikram S. AdveImplement 2 important changes: (1) rematerialization...
2003-07-03 Chris LattnerRemove globals more aggressively from graphs.
2003-07-02 Chris LattnerINCLUDE_PARENT_GRAPH is required!
2003-07-02 Chris LattnerAdd support for ParentGraph only when building in debug...
2003-07-01 Chris LattnerRework TD pass to work with the precise call graph...
2003-06-30 Chris LattnerAdd new method
2003-06-30 Chris LattnerBe more const-correct
2003-06-30 Chris LattnerFix bug in last checkin
2003-06-30 Chris LattnerHandle the case where OldNodeMap == &ScalarMap correctly
2003-06-30 Chris LattnerMove usages of explicit hash_* datastructures to use...
2003-06-30 Chris LattnerRevamp DSGraphs so that they can support multiple funct...
2003-06-29 Chris LattnerFix minor bug in previous checkin
2003-06-29 Chris LattnerAdd support for "physical subtyping", which fixes:
2003-06-28 Chris LattnerAvoid double negatives
2003-06-22 Chris LattnerRemove support for the MultiObject flag, which was...
2003-06-19 Chris Lattner* Changes to make NodeType be private to DSNode.
2003-06-16 Chris LattnerRemove bogus assertion: a node with no referrers could...
2003-05-20 Misha Brukmans/convertable/convertible/g
2003-03-03 Chris LattnerDon't apply type information to load instructions if...
2003-02-14 Chris LattnerFix resolution of indirect function calls... whoops
2003-02-14 Chris Lattner- Eliminate provably non-pointer nodes from graphs.
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-10 Chris LattnerModest speedup which seems to help steens quite a bit...
2003-02-10 Chris LattnerFix problem breaking GAP, use hasNoReferrers more
2003-02-09 Chris Lattner* Fix a bug where global incompleteness marking would...
2003-02-08 Chris LattnerAdd a special case for main because we know it's incomi...
2003-02-06 Chris LattnerFix an assertion failure
2003-02-05 Chris LattnerImplement optimization for direct function call case...
2003-02-04 Chris LattnerAdd sanity check
2003-02-03 Chris Lattner* Fix a bug introduced in the last checkin wrt Stack...
2003-02-03 Chris LattnerImplement the globals graph!
2003-02-01 Chris LattnerFix a bug where we would delete neccesary calls in...
2003-02-01 Chris LattnerFix a bug where we would incorrectly delete globals...
2003-02-01 Chris LattnerDelete nodes more efficiently
2003-02-01 Chris LattnerRemove dead nodes more efficiently
2003-02-01 Chris LattnerImprove efficiency of aliveness traversal code
2003-02-01 Chris LattnerChange DSGraph stuff to use hash_(set|map) instead...
2003-02-01 Chris LattnerRemove using declarations
2003-01-31 Chris LattnerRemove globals on the bottom up pass which do not conta...
2003-01-29 Chris LattnerUse and implement API for graph traversals
2003-01-23 Chris Lattner* Eliminate boolean arguments in favor of using enums
2003-01-22 Chris LattnerFix analysis of the Burg program
2002-12-06 Vikram S. AdveFix several related bugs in DSNode::mergeWith() caused...
2002-12-05 Vikram S. AdveCute bug fix: when moving links from N to this, some...
2002-11-27 Vikram S. AdveFix logical error in TD pass: we should clear Mod/Ref...
2002-11-25 Vikram S. AdveKeep global nodes in each DS Graph (by forcing them...
2002-11-18 Chris LattnerAdd peak memory usage measurement stuff
2002-11-12 Chris LattnerFix two bugs:
2002-11-11 Chris LattnerElimiante calls to a node with nothing in it.
2002-11-11 Chris LattnerMark stuff reachable by _AUX_ calls as incomplete in...
2002-11-11 Chris LattnerUse call site mergeWith method to simplify code
2002-11-10 Chris LattnerFix a bug that could trigger when varargs call sites...
2002-11-10 Chris Lattner* Dramatically rework liveness evaluation.
2002-11-09 Chris Lattnereliminate the ability to remove global nodes from deadN...
2002-11-09 Chris LattnerMove maskNodeTypes to header file
2002-11-09 Chris LattnerClean up DSGraph::removeDeadNodes interface
2002-11-09 Chris LattnerMake removeTriviallyDeadNodes a private interface of...
2002-11-09 Chris LattnerAdd initial support for a globals graph
next