- f3baad3 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
- 700b873 Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 19 years ago
- a531ac2 Convert to using llvm streams instead of iostreams. by Bill Wendling · 19 years ago
- 6c38f0b For PR950: by Reid Spencer · 19 years ago
- fc9063e Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes. by Bill Wendling · 19 years ago
- 1ee904e Allow loop detection during debug in forwarding nodes, and revert auxcall patch as it make 176.gcc untenable by Andrew Lenharth · 19 years ago
- de46e48 For PR786: by Reid Spencer · 19 years ago
- 4335b34 Fix a bug, don't drop indirect call sites, especially if there is nothing known about them yet, and restore a simple version of a removed function by Andrew Lenharth · 19 years ago
- aa237256 Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 19 years ago
- 02f9df3 Another simple case type merge case to try by Andrew Lenharth · 19 years ago
- d7e612b If adding a link to a collapsed, node, ignore offset. by Andrew Lenharth · 20 years ago
- fb4df20 allow field sensitivity to be a tunable parameter by Andrew Lenharth · 20 years ago
- 3196422 Handle one offset with growth case seen in povray. Namely, if we have an offset, by Andrew Lenharth · 20 years ago
- 6806c02 Add explicit iostream #includes by Chris Lattner · 20 years ago
- 5965359 Don't mess up SCC traversal when a node has null edges out of it. by Chris Lattner · 20 years ago
- 01808ca Remove trailing whitespace by Misha Brukman · 20 years ago
- 6febe5e Fix a crash analyzing MultiSource/Benchmarks/MallocBench/gs by Chris Lattner · 20 years ago
- 990ed1d Change the ActualCallees callgraph from hash_multimap<Instruction,Function> by Chris Lattner · 20 years ago
- 2e1971c Fix a problem where we not marking incoming arguments to functions with by Chris Lattner · 21 years ago
- a396eb8 Make the spliceFrom case where one graph is completely empty be constant time. by Chris Lattner · 21 years ago
- 127dd12 add a new DSGraph::spliceFrom method, which violently takes the content of by Chris Lattner · 21 years ago
- 301764e This replaces the correct but slow code with a more aggressive scc-finder by Chris Lattner · 21 years ago
- 1b5b559 only look at successors of globals. This gets us down to "only" 22s in the by Chris Lattner · 21 years ago
- 189d7bb Unfortunately, a previous patch was not safe. Revert it, reimplement by Chris Lattner · 21 years ago
- 6113021 turn a dead conditional into an assert. by Chris Lattner · 21 years ago
- 01f0879 Totally gut mergeInGraph. There is absolutely no reason to be merging by Chris Lattner · 21 years ago
- 048ae36 wrap a long line by Chris Lattner · 21 years ago
- 310d1a3 Several changes here: by Chris Lattner · 21 years ago
- e05c633 Don't use operator[], use the new method instead, which is faster. This speeds by Chris Lattner · 21 years ago
- fcae88f Now that the dead ctor is gone, nothing uses the old node mapping exported by by Chris Lattner · 21 years ago
- 8016c97 remove a dead ctor by Chris Lattner · 21 years ago
- ea2c02b now that the second argument is always this->ReturnNodes, don't bother passing it. by Chris Lattner · 21 years ago
- d05ab9c now that the valuemapping is always the local scalar map, we can eliminate by Chris Lattner · 21 years ago
- 19944fa remove the second argument to cloneInto by Chris Lattner · 21 years ago
- 410da35 move this out of line by Chris Lattner · 21 years ago
- 848ef87 allow passing clone flags down to cloneInto by Chris Lattner · 21 years ago
- d90f5ba make this const correct by Chris Lattner · 21 years ago
- e8a4329 Ugh, for some reason, I can't call this unless the reference is const!?!?!? by Chris Lattner · 21 years ago
- 13429dc The reachability cloner should add arguments to merged calls when the RHS of by Chris Lattner · 21 years ago
- 21ef767 Remove the ability to keep track of inlined globals, which is always dead. by Chris Lattner · 21 years ago
- 36a810a Add a new DSNode::removeGlobal method. by Chris Lattner · 21 years ago
- a550a5b Implement new methods for dealing with DSNode global lists, rename uses of by Chris Lattner · 21 years ago
- 9379e69 Create an equivalence class of global variables that DSA will never be able by Chris Lattner · 21 years ago
- a8e1a52 remove a bogus optimization. This only works if there are no globals in the by Chris Lattner · 21 years ago
- b8d85c1 implement a new method. by Chris Lattner · 21 years ago
- 8dd1491 Clean up some code, handle null pointer specially to avoid an assertion by Chris Lattner · 21 years ago
- 5251047 Do not create ridiculously huge DSNodes, as described in the comments. by Chris Lattner · 21 years ago
- 62462c2 remove use of compat_iterator. by Chris Lattner · 21 years ago
- dadf4b3 Fix a crash that happens when mapping something like this: by Chris Lattner · 21 years ago
- dd3fb83 Make computeGGToGMapping compute an invnodemap by Chris Lattner · 21 years ago
- 92d0c1c1b Start using retnodes_* for iteration. by Chris Lattner · 21 years ago
- 531f9e9 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 21 years ago
- 28f1caa Don't crash if computing a mapping to a node with zero size by Chris Lattner · 21 years ago
- 26415d7 rename method, add counterpart by Chris Lattner · 21 years ago
- 1bdb8b7 add a method to compute a commonly used mapping. by Chris Lattner · 21 years ago
- 9071175 regardless of whether or not the client things we should mark globals incomplete, by Chris Lattner · 21 years ago
- 5a66097 The incoming arguments to main (the argv list) are not complete! by Chris Lattner · 21 years ago
- 9cc2c3e Replace linear search with logrithmic one. by Chris Lattner · 21 years ago
- 97ac0a8 make sure to mark nodes returned from functions as incomplete by Chris Lattner · 21 years ago
- dc166eb Fix spelling, patch contributed by Gabor Greif by Chris Lattner · 21 years ago
- d13cc49 Fix a bug introduced by revision 1.187 of this file. by Chris Lattner · 21 years ago
- 3e70830 Add a sanity check. by Chris Lattner · 21 years ago
- 219002e Add a new method to make it easy to update graphs. by Chris Lattner · 21 years ago
- 5ce5a09 Use new edge iterators to simplify some code. by Chris Lattner · 21 years ago
- d100068 Split mergeInGraph into two methods. by Chris Lattner · 21 years ago
- 3dd3df2 Refactor getFunctionArgumentsForCall out of mergeInGraph. by Chris Lattner · 21 years ago
- 2ca79d3 Rename variables to work with VC++'s hokey scoping rules. by Chris Lattner · 21 years ago
- a1b39fa * Make some methods more const correct. by Chris Lattner · 21 years ago
- 2f8e4ad Silence VC++ warnings. by Chris Lattner · 21 years ago
- 5a06802 Move method out of line for better ICC support by Chris Lattner · 21 years ago
- 70fdac8 Improve comment by Chris Lattner · 21 years ago
- 3f7dbfc Add more paranoid assertions :) by Chris Lattner · 21 years ago
- 8aa0baf Fix three bugs: by Chris Lattner · 21 years ago
- ba96f0f * Add a method by Chris Lattner · 21 years ago
- 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
- 63b38bd Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 21 years ago
- b2db87a5 Disable some code that isn't helping matters by Chris Lattner · 21 years ago
- f6118db Move all of the DSA headers into the Analysis/DataStructure subdir. by Chris Lattner · 21 years ago
- deb7676 As much as I hate to say it, the whole setNode interface for DSNodeHandles by Chris Lattner · 21 years ago
- 0441388 Fix merging of nodes whose incoming offset is not zero. This unbreaks DSA on by Chris Lattner · 21 years ago
- 6b72759 Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
- 372d5bc Wrapped code and comments at 80 cols; doxygenified some comments. by Misha Brukman · 21 years ago
- 652eb53 Fix a tiny bug that caused an incorrect assertion failure poolallocating by Chris Lattner · 22 years ago
- b26b6fe implement new method by Chris Lattner · 22 years ago
- 84c697d Fix a bug handling globals that are constants, but are still external by Chris Lattner · 22 years ago
- 3562ea8 Implement a FIXME, improving the efficiency of DSA on povray. by Chris Lattner · 22 years ago
- 536b131 Fix BU datastructures with povray! by Chris Lattner · 22 years ago
- f48eb75 Only clone nodes that are needed in the caller, don't clone ALL aux calls. This improves by Chris Lattner · 22 years ago
- d9da267 Fix a DSA bug that caused DSA to generate incredibly huge graphs and take forever to by Chris Lattner · 22 years ago
- 5fc1891 Deinline methods, add fast exit by Chris Lattner · 22 years ago
- 140b2cb Fix a node mapping problem that was causing the pool allocator to locally allocate by Chris Lattner · 22 years ago
- 06a573f Only clone global nodes between graphs if both graphs have the global. by Chris Lattner · 22 years ago
- 36ab728 Fix typo by Chris Lattner · 22 years ago
- 128e841 The node doesn't have to be _no_ node flags, it just has to be complete and by Chris Lattner · 22 years ago
- 71626b8 Two changes: by Chris Lattner · 22 years ago
- 6ce59b4 Simplify the dead node elimination stuff by Chris Lattner · 22 years ago
- a376aae Use isNull instead of getNode() to test for existence of a node, this is cheaper. by Chris Lattner · 22 years ago
- f3e2a63 Fix an iterator invalidation problem which was causing some nodes to not be by Chris Lattner · 22 years ago
- ac6db75 Adjust to the changed StructType interface. In particular, getElementTypes() is gone. by Chris Lattner · 22 years ago
- 9ab8527 Instead of callign removeTriviallyDeadNodes on the global graph every time by Chris Lattner · 22 years ago