- c269c52 Add a error message to cbu to match bu by Andrew Lenharth · 19 years ago
- 7238210 Add explicit iostream #includes by Chris Lattner · 19 years ago
- cc1f245 Propagate eq sets through the bu graphs to the cbu and eq graphs, fixing by Chris Lattner · 20 years ago
- 2b37d7c Remove trailing whitespace by Misha Brukman · 20 years ago
- 2ccc5f1 use a callee_iterator typedef. by Chris Lattner · 20 years ago
- 021decc Change the ActualCallees callgraph from hash_multimap<Instruction,Function> by Chris Lattner · 20 years ago
- 0d397bd don't bother |'ing in 0's by Chris Lattner · 20 years ago
- a219713 Now that the dead ctor is gone, nothing uses the old node mapping exported by by Chris Lattner · 20 years ago
- d65145b now that the second argument is always this->ReturnNodes, don't bother passing it. by Chris Lattner · 20 years ago
- 3c920fa remove the second argument to cloneInto by Chris Lattner · 20 years ago
- bc6f966 remove some pointless asserts by Chris Lattner · 20 years ago
- 2496d69 use simpler methods. by Chris Lattner · 20 years ago
- f4f6227 Create an equivalence class of global variables that DSA will never be able by Chris Lattner · 20 years ago
- 5021b8c do not bother inlining nullary functions without return values. The only by Chris Lattner · 20 years ago
- 49e88e8 fix crashes when we only have a prototype for main. by Chris Lattner · 20 years ago
- a5f47ea Start using retnodes_* for iteration. by Chris Lattner · 20 years ago
- 270cf50 Make sure to remove incomplete markers before we add to them! :) by Chris Lattner · 20 years ago
- a66e353 After finishing BU analysis, move all global variables from the globals by Chris Lattner · 20 years ago
- f9aace2 Rename variables to work with VC++'s hokey scoping rules. by Chris Lattner · 20 years ago
- a9548d9 * Make some methods more const correct. by Chris Lattner · 20 years ago
- a1c972d Fix a nasty dangling pointer problem, due to a free'd pointer being left in by Chris Lattner · 21 years ago
- b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
- 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
- 4dabb2c Move all of the DSA headers into the Analysis/DataStructure subdir. by Chris Lattner · 21 years ago
- 052682f Inline both direct and indirect callees in the CBU phase because by Vikram S. Adve · 21 years ago
- deb8712 Fix a minor bug by Chris Lattner · 21 years ago
- 4ab483c Fix a bug in a previous checkin that broke 175.vpr by Chris Lattner · 21 years ago
- da5c5a5 Speed up the cbu pass from taking somewhere near the age of the universe to about 90s on povray by Chris Lattner · 21 years ago
- d10b5fd There is no need to merge the globals graph into the function graphs at the by Chris Lattner · 21 years ago
- 2dea8d6 Add one that I missed by Chris Lattner · 21 years ago
- 825a02a Get clone flags right, so we don't build InlinedGlobals only to clear them by Chris Lattner · 21 years ago
- 091f776 Initial support for implementing clonePartiallyInto in terms of cloneReachableSubgraph, though this support is currently disabled. by Chris Lattner · 21 years ago
- a366c98 Trying to get the dsgraph for an external function is bad for DSA's health by Chris Lattner · 22 years ago
- 79390d4 Implement the CompleteBU pass by Chris Lattner · 22 years ago
- 95724a4 Add an initial version of the CompleteBUDataStructures class, which is currently by Chris Lattner · 22 years ago