Add support for 'unsigned' command line arguments
[oota-llvm.git] / lib / Analysis /
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-31 Chris LattnerAdd functions to the ban list
2003-01-29 Chris LattnerUse and implement API for graph traversals
2003-01-28 Chris Lattnerfree instructions mark their operands as being heap...
2003-01-23 Chris Lattner* Eliminate boolean arguments in favor of using enums
2003-01-23 Chris Lattner* Eliminate boolean arguments in favor of using enums
2003-01-23 Chris LattnerSlight efficiency improvement
2003-01-22 Chris LattnerFix analysis of the Burg program
2003-01-14 Chris LattnerRename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h...
2003-01-14 Chris LattnerMove llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.h
2003-01-14 Chris LattnerMove annotations to support library
2002-12-12 Misha Brukman'graph' is spelled without a 'c'.
2002-12-12 Chris LattnerRemove #includes
2002-12-10 Vikram S. AdveThis file implements a pass that automatically parallel...
2002-12-08 Vikram S. AdveIterator that enumerates the ProgramDependenceGraph...
2002-12-08 Vikram S. AdveAn explicit representation of dependence graphs, and...
2002-12-07 Chris LattnerAdd total instruction, bb, & function counts
2002-12-06 Vikram S. AdveTwo bug fixes:
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-12-03 Chris LattnerSimplify code
2002-11-27 Vikram S. AdveFix logical error in TD pass: we should clear Mod/Ref...
2002-11-27 Vikram S. Adve(1) Bug fix that was causing nodes with dangling refere...
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-18 Chris LattnerAdd peak memory usage support
2002-11-18 Chris LattnerAdd stats
2002-11-17 Chris LattnerAdd hack to only consider indirect calls indirect if...
2002-11-17 Chris LattnerAdd MaxSCC statistics
2002-11-17 Chris LattnerCount CallInsts correctly, remove unneccesary initializers
2002-11-13 Dinakar DhurjatiGives the count for various instructions.
2002-11-13 Vikram S. AdvePass to compute various statisics related to DSGraphs.
2002-11-12 Chris LattnerInline graphs from outside the SCC into the SCC before...
2002-11-12 Chris LattnerFix two bugs:
2002-11-11 Chris LattnerFix bug
2002-11-11 Chris LattnerHandle a mismatch between # function args and call...
2002-11-11 Chris LattnerElimiante calls to a node with nothing in it.
2002-11-11 Chris LattnerComplete rewrite of BU code to use Tarjan's SCC finding...
2002-11-11 Chris LattnerMark stuff reachable by _AUX_ calls as incomplete in...
2002-11-11 Chris LattnerFix infinite loop in the BU algorithm. Unfortunately...
2002-11-11 Chris LattnerPrint the right call set size
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-10 Chris LattnerHonor the shouldPrintAuxCalls flag
2002-11-10 Chris LattnerInitialize PrintAuxCalls member
2002-11-10 Chris Lattner* Bottom-Up graphs print the Aux call vector
2002-11-09 Chris Lattnereliminate the ability to remove global nodes from deadN...
2002-11-09 Chris LattnerRemove obsolete code
2002-11-09 Chris LattnerFix logic
2002-11-09 Chris LattnerAdd globals graphs to all three passes
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 LattnerDon't put constants into the scalar map!
2002-11-09 Chris LattnerAdd initial support for a globals graph
2002-11-09 Chris LattnerTighten up array handling
2002-11-09 Chris Lattner#include Datastructure.h first
2002-11-09 Chris LattnerFix warning
2002-11-09 Chris LattnerFix warning & release build
2002-11-08 Chris LattnerFold arrays down to a single element. This causes...
2002-11-08 Chris LattnerONLY merge in the aux call sites, this causes a HUGE...
2002-11-08 Chris LattnerAllow specification of whether the call sites should...
2002-11-08 Chris LattnerReenable 'quick exit' case
2002-11-08 Chris LattnerReduce amount of work needed to compute ip/modref
2002-11-08 Chris LattnerReimplement TD pass completely it now works
2002-11-08 Chris LattnerCannot modify original call sites vector
2002-11-08 Chris Lattner- Add a bunch of checking to make sure that dead nodes...
2002-11-08 Chris LattnerRemove gunk used by broken TD pass
2002-11-08 Chris LattnerFix IPModRef to use new DS interface
2002-11-08 Chris LattnerUse DSNodeHandleMap instead to be safe
2002-11-08 Chris Lattner* actually handle constants (especially constantexprs...
2002-11-08 Chris LattnerAdd flush
2002-11-07 Chris LattnerImplement ResolveCallSiteModRefInfo for IPModRef. ...
2002-11-07 Chris LattnerInstead of using a bool that constant has to be explain...
2002-11-07 Chris LattnerImplement a new mergeInGraph method, which basically...
2002-11-07 Chris LattnerRename DataStructureAnalysis namespace to DS
2002-11-07 Chris LattnerFix problem with dangling referrers
2002-11-07 Chris LattnerMinor bugfix to enable generation of methcall.llvm...
2002-11-07 Chris LattnerCompute total number of nodes and # call nodes
2002-11-07 Chris LattnerMove printouts to be wrapped in DEBUG() macros
2002-11-07 Chris LattnerWhen the -only-print-main-ds option is specified, still...
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 from ...
2002-11-06 Chris LattnerChange Steens class to build with Vikram's changes
2002-11-06 Chris LattnerMake PointerSize & Shift be enums
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 Chris LattnerDramatically simplify internal DSNode representation...
2002-11-06 Chris LattnerDelete "StripScalars" argument to cloneInto method
2002-11-05 Chris LattnerAttempted fixes to the mergemap to make it work better.
next