Change the type of FnAllocState.
[oota-llvm.git] / lib / Analysis / DataStructure /
2003-10-21 John CriswellAdded LLVM copyright header.
2003-10-20 John CriswellAdded LLVM copyright notice to Makefiles.
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-10 Misha BrukmanFix spelling.
2003-10-01 Alkis EvlogimenosUse std::string::size_type for for ColonPos to stop...
2003-09-24 Chris LattnerDOn't crash if program calls the null pointer
2003-09-20 Chris LattnerFunctions reachable from the arguments of unresolvable...
2003-09-20 Chris LattnerThe Globals graph must become complete at the end of...
2003-09-20 Chris LattnerDo not mark incoming arguments to functions complete...
2003-09-20 Chris LattnerMake sure to add global variable initializers to the...
2003-09-20 Chris LattnerDon't consider incomplete nodes to be typesafe!
2003-09-20 Chris LattnerRemove trivially dead nodes was not removing nodes...
2003-09-20 Chris LattnerAdd special case handling for calloc and realloc
2003-09-20 Chris LattnerSwitch from using CallInst's to represent call sites...
2003-09-20 Chris LattnerMake this work better for constants that aren't necessa...
2003-09-20 Chris LattnerKeep track of the number of typed/untyped memory access...
2003-09-11 Misha BrukmanFixed spelling and grammar.
2003-09-01 Chris LattnerFinal cleanup: remove dead code
2003-09-01 Chris LattnerNot only is this a lot smaller, it actually works if...
2003-09-01 Chris LattnerIf "These should be used only by the auto-parallelizati...
2003-09-01 Chris LattnerMoved all of the cilkifier stuff into lib/Transforms...
2003-09-01 Chris LattnerMinor cleanups
2003-08-31 Chris LattnerRename TarjanSCCIterator -> scc_iterator
2003-08-31 Chris LattnerRemove dead var
2003-08-31 Chris LattnerThe SCC::HasLoop method is now in the main iterator
2003-08-31 Chris LattnerRemove explicit passing of SCC's around as objects.
2003-08-31 Chris LattnerMove the getAnalysisUsage method from the header file
2003-08-31 Chris LattnerThe tarjan iterator now returns a reference to the...
2003-08-31 Chris LattnerMinor cleanups
2003-08-06 Chris LattnerRemove unnecessary use of NonCopyable
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-26 Chris LattnerFix another minor bug
2003-07-25 Chris LattnerDont' try to parse the colon
2003-07-25 Chris LattnerAdd a more general check-flags which can be used to...
2003-07-22 Vikram S. AdveFix comment.
2003-07-17 Brian GaekeFix typo in call to isUnresolvableFunc, which was break...
2003-07-16 Vikram S. AdveRematerialize nodes from the globals graph into the...
2003-07-16 Vikram S. Adve(1) Rematerialize nodes from the globals graph into...
2003-07-16 Vikram S. AdveImplement 2 important changes: (1) rematerialization...
2003-07-16 Vikram S. AdveFactor out the test for unresolvable external functions...
2003-07-03 Chris LattnerRemove globals more aggressively from graphs.
2003-07-02 Chris LattnerINCLUDE_PARENT_GRAPH is required!
2003-07-02 Chris LattnerDisable incorrect mustalias code
2003-07-02 Chris LattnerRemove space at end of line
2003-07-02 Chris LattnerFix how we are handling unreachable functions. This...
2003-07-02 Chris LattnerKeep track of how many inlinings are performed
2003-07-02 Chris LattnerTry using trivially dead deletion
2003-07-02 Chris LattnerRemove dead Nodes list
2003-07-02 Chris LattnerComplete rewrite of td pass
2003-07-02 Chris LattnerPrint collapsed to match the paper
2003-07-02 Chris LattnerReduce amount of work we do calculating mustaliases...
2003-07-02 Chris LattnerAdd support for ParentGraph only when building in debug...
2003-07-02 Chris LattnerAdd some functions to the blacklist
2003-07-02 Chris LattnerMake the BU closure keep track of which actual calls...
2003-07-02 Chris LattnerMake local pass print out its progress
2003-07-01 Chris LattnerRework TD pass to work with the precise call graph...
2003-07-01 Chris LattnerDo not treat global variables as functions! (and assert...
2003-07-01 Chris LattnerDont' print scalar nodes for ConstantPointerRefs
2003-07-01 Chris LattnerMinor cleanups
2003-06-30 Chris LattnerUse the getFunctionNames method
2003-06-30 Chris LattnerAdd new method
2003-06-30 Chris LattnerSplit CallSiteIterator out into DSCallSiteIterator...
2003-06-30 Chris LattnerBe more const-correct
2003-06-30 Chris LattnerFix bug in last checkin
2003-06-30 Chris LattnerReimplement the BU closure to collapse all SCC graphs...
2003-06-30 Chris LattnerHandle the case where OldNodeMap == &ScalarMap correctly
2003-06-30 Chris LattnerRemove dead method
2003-06-30 Chris LattnerDo not delete the same graph multiple times when freein...
2003-06-30 Chris LattnerDo not multiply delete graphs if functions are sharing...
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-30 Chris LattnerAdjust for new DSGraph API
2003-06-29 Chris LattnerAbstract out the predicate which decides whether a...
2003-06-29 Chris LattnerFix minor bug in previous checkin
2003-06-29 Chris LattnerAdd support for ensuring that nodes are not incomplete
2003-06-29 Chris LattnerAdd support for "physical subtyping", which fixes:
2003-06-29 Chris LattnerAdd print method to not get silly warning from analyze
2003-06-29 Chris LattnerNew pass which is useful for writing regression tests
2003-06-29 Chris LattnerExpose must alias information for global variables...
2003-06-28 Chris LattnerPropagate globals graph from the local to bu to td...
2003-06-28 Chris LattnerDrop references to globals who do exist in the globals...
2003-06-28 Chris LattnerAvoid double negatives
2003-06-28 Chris LattnerNew pass to perform DSA based optimizations. Initially...
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 LattnerNodes get forwarded when they are collapsed currently.
2003-06-16 Chris LattnerRemove bogus assertion: a node with no referrers could...
2003-05-29 Chris LattnerEliminate unnecessary ->get calls that are now automati...
2003-05-20 Misha Brukmans/convertable/convertible/g
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2003-03-03 Chris LattnerDon't apply type information to load instructions if...
2003-02-26 Chris LattnerAdjust to implement new AA interface
2003-02-14 Chris LattnerFix resolution of indirect function calls... whoops
2003-02-14 Chris LattnerMark function edges
2003-02-14 Chris Lattner- Eliminate provably non-pointer nodes from graphs.
2003-02-14 Chris LattnerDon't put integer pointers (longs) into the scalar...
2003-02-13 Chris LattnerHax0r around a deficiency in the Pass infrastructure
2003-02-13 Chris LattnerUse the new tailclip property new added to graphviz...
next