- 9fd37ba Change to use node_iterators instead of direct access to Nodes by Chris Lattner · 22 years ago
- e92e764 getNodes() is gone, use node_begin/end instead by Chris Lattner · 22 years ago
- a5ca28c There is no need to clone over nodes that are going to be dead anyway by Chris Lattner · 22 years ago
- ead9eb7 Fix a bug aflicting 265.gap by Chris Lattner · 22 years ago
- 17a93e2 Minor bugfixes by Chris Lattner · 22 years ago
- 62482e5 Rename DSGraph::ScalarMapTy -> DSScalarMap by Chris Lattner · 22 years ago
- 28da03b Fix a bug by Chris Lattner · 22 years ago
- a3fd88d Eliminate the call to removeTriviallyDeadNodes from updateFromGlobals graph, by Chris Lattner · 22 years ago
- bdce7b7 In updateFromGlobalsGraph, instead of iterating over all of the scalars in the by Chris Lattner · 22 years ago
- a88a55c Minor tweaks, eliminate useless integer pruning optimziation, turn on by Chris Lattner · 22 years ago
- 239644d Further reduce the number of nodes cloned with getClonedNH, using merge instead. by Chris Lattner · 22 years ago
- 00948c0 Add a timer, fix a minor bug. by Chris Lattner · 22 years ago
- 64507e3 Another bugfix, disable "spurious" output. by Chris Lattner · 22 years ago
- 352e31f fix bug in previous checkin by Chris Lattner · 22 years ago
- 0b14487 * Add a new commandline argument to control the "global roots hack". Default by Chris Lattner · 22 years ago
- 091f776 Initial support for implementing clonePartiallyInto in terms of cloneReachableSubgraph, though this support is currently disabled. by Chris Lattner · 22 years ago
- 2f56138 Eliminated the CompletedNodes argument to the cloneReachable* methods. This by Chris Lattner · 22 years ago
- 93ddd7e Ok, I'm tired of pulling out all my timers to check stuff in, just do it. by Chris Lattner · 22 years ago
- 5254a8d Bug fix: X.mergeWith(Y) was not updating Y if Y was a null node handle! by Chris Lattner · 22 years ago
- 4c6cb7a Start implementing DSGraph::clonePartiallyInto and implement mergeInGraph by Chris Lattner · 22 years ago
- 9a92729 Fine-grainify namespaces for this library by Chris Lattner · 22 years ago
- afc1dba Add new argument to disable checking by Chris Lattner · 22 years ago
- 9dc4185 Don't crash if no gg by Chris Lattner · 22 years ago
- d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
- 413406c Compute node offsets correctly by Chris Lattner · 22 years ago
- 400433d Add new method for computing node mappings. This is used by the pool allocator by Chris Lattner · 22 years ago
- 15869aa All DSGraphs keep a reference to the targetdata they are created with. This is by Chris Lattner · 22 years ago
- dbfe36e Fix bug: test/Regression/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll by Chris Lattner · 22 years ago
- b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
- bab8c28 Remove trivially dead nodes was not removing nodes that were dead due to forwarding! by Chris Lattner · 22 years ago
- 808a7ae Switch from using CallInst's to represent call sites to using the LLVM by Chris Lattner · 22 years ago
- 2f2d065 Fixed spelling and grammar. by Misha Brukman · 22 years ago
- 7ddb013 Add more verbose comment by Chris Lattner · 22 years ago
- 108421a Added function mergeInGlobalsGraph which merges in the entire globals graph with the graph of a function by Sumant Kowshik · 22 years ago
- 6806f56 DEBUG got moved to Support/Debug.h by Chris Lattner · 22 years ago
- 40c600e Fix comment. by Vikram S. Adve · 22 years ago
- 78bbec7 Implement 2 important changes: (1) rematerialization from the globals graph, by Vikram S. Adve · 22 years ago
- 85cfe01 Remove globals more aggressively from graphs. by Chris Lattner · 22 years ago
- 7079386 INCLUDE_PARENT_GRAPH is required! by Chris Lattner · 22 years ago
- 58f98d0 Add support for ParentGraph only when building in debug mode by Chris Lattner · 22 years ago
- 18f07a1 Rework TD pass to work with the precise call graph constructed by the BU phase by Chris Lattner · 22 years ago
- a9d6566 Add new method by Chris Lattner · 22 years ago
- 9f93055 Be more const-correct by Chris Lattner · 22 years ago
- 7b1ceaa Fix bug in last checkin by Chris Lattner · 22 years ago
- 2cb9acd Handle the case where OldNodeMap == &ScalarMap correctly by Chris Lattner · 22 years ago
- 8d32767 Move usages of explicit hash_* datastructures to use typedefs by Chris Lattner · 22 years ago
- 5a54063 Revamp DSGraphs so that they can support multiple functions in the same by Chris Lattner · 22 years ago
- 06e24c8 Fix minor bug in previous checkin by Chris Lattner · 22 years ago
- 5c5b10f Add support for "physical subtyping", which fixes: by Chris Lattner · 22 years ago
- 72d50a0 Avoid double negatives by Chris Lattner · 22 years ago
- e0f4b98 Remove support for the MultiObject flag, which was fundamentally broken by Chris Lattner · 22 years ago
- bd92b73 * Changes to make NodeType be private to DSNode. by Chris Lattner · 22 years ago
- a75c8c4 Remove bogus assertion: a node with no referrers could be collapsed if field-sensitivity was disabled by Chris Lattner · 22 years ago
- f117cc9 s/convertable/convertible/g by Misha Brukman · 22 years ago
- 088b639 Don't apply type information to load instructions if it will cause collapsing by Chris Lattner · 22 years ago
- 98d6f0a Fix resolution of indirect function calls... whoops by Chris Lattner · 22 years ago
- 5f07a8b - Eliminate provably non-pointer nodes from graphs. by Chris Lattner · 22 years ago
- 731b2d7 Move node forwarding code from being inlined to being out-of-line. by Chris Lattner · 22 years ago
- 72d29a4 Implement a "union-findy" version of DS-Analysis, which eliminates the by Chris Lattner · 22 years ago
- a954b5e Modest speedup which seems to help steens quite a bit on large graphs by Chris Lattner · 22 years ago
- 2609c07 Fix problem breaking GAP, use hasNoReferrers more by Chris Lattner · 22 years ago
- 93d7a21 * Fix a bug where global incompleteness marking would not mark the global by Chris Lattner · 22 years ago
- e77f145 Add a special case for main because we know it's incoming arguments don't alias by Chris Lattner · 23 years ago
- 5d27458 Fix an assertion failure by Chris Lattner · 23 years ago
- 923fc05 Implement optimization for direct function call case. This dramatically by Chris Lattner · 23 years ago
- f52ade9 Add sanity check by Chris Lattner · 23 years ago
- 1e88369 * Fix a bug introduced in the last checkin wrt Stack markers by Chris Lattner · 23 years ago
- 0ac7d5c Implement the globals graph! by Chris Lattner · 23 years ago
- 7094b7a Fix a bug where we would delete neccesary calls in bu pass by Chris Lattner · 23 years ago
- 706e7ab Fix a bug where we would incorrectly delete globals which had edges to alive nodes in by Chris Lattner · 23 years ago
- d4400c8 Delete nodes more efficiently by Chris Lattner · 23 years ago
- 5e7d0e2 Remove dead nodes more efficiently by Chris Lattner · 23 years ago
- a1220af Improve efficiency of aliveness traversal code by Chris Lattner · 23 years ago
- 41c04f7 Change DSGraph stuff to use hash_(set|map) instead of std::(set|map) by Chris Lattner · 23 years ago
- b3416bc Remove using declarations by Chris Lattner · 23 years ago
- 100f872 Remove globals on the bottom up pass which do not contain any information by Chris Lattner · 23 years ago
- 5c7380e Use and implement API for graph traversals by Chris Lattner · 23 years ago
- 394471f * Eliminate boolean arguments in favor of using enums by Chris Lattner · 23 years ago
- 6f6fef8 Fix analysis of the Burg program by Chris Lattner · 23 years ago
- 2b7a92c Fix several related bugs in DSNode::mergeWith() caused by the by Vikram S. Adve · 23 years ago
- c102cb7 Cute bug fix: when moving links from N to this, some links could have by Vikram S. Adve · 23 years ago
- 61ff029 Fix logical error in TD pass: we should clear Mod/Ref bits of each caller by Vikram S. Adve · 23 years ago
- e31267d Keep global nodes in each DS Graph (by forcing them to be marked live). by Vikram S. Adve · 23 years ago
- 1855292 Add peak memory usage measurement stuff Add structure padding optimizations by Chris Lattner · 23 years ago
- 5190ce8 Fix two bugs: by Chris Lattner · 23 years ago
- e425844 Elimiante calls to a node with nothing in it. by Chris Lattner · 23 years ago
- e71ffc2 Mark stuff reachable by _AUX_ calls as incomplete in the BU graph by Chris Lattner · 23 years ago
- 998c49c Use call site mergeWith method to simplify code by Chris Lattner · 23 years ago
- d11e954 Fix a bug that could trigger when varargs call sites had non-matching number of arguments by Chris Lattner · 23 years ago
- aa8146f * Dramatically rework liveness evaluation. by Chris Lattner · 23 years ago
- f40f0a3 eliminate the ability to remove global nodes from deadNodeElminate... for now. by Chris Lattner · 23 years ago
- 7900ed1 Move maskNodeTypes to header file by Chris Lattner · 23 years ago
- 65f2897 Clean up DSGraph::removeDeadNodes interface by Chris Lattner · 23 years ago
- 9651725 Make removeTriviallyDeadNodes a private interface of DSGraph by Chris Lattner · 23 years ago
- 2e4f9bf Add initial support for a globals graph by Chris Lattner · 23 years ago
- d888893 Tighten up array handling by Chris Lattner · 23 years ago
- bf10f05 Fix warning & release build by Chris Lattner · 23 years ago
- 23f83dc Fold arrays down to a single element. This causes huge wins on some benchmarks by Chris Lattner · 23 years ago
- acf491f Allow specification of whether the call sites should be copied, AND whether by Chris Lattner · 23 years ago
- 679e8e1 - Add a bunch of checking to make sure that dead nodes are not used after they by Chris Lattner · 23 years ago