Age | Commit message (Expand) | Author |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-07-29 | Fix #includes of i*.h => Instructions.h as per PR403. | Misha Brukman |
2004-07-08 | Disable some code that isn't helping matters | Chris Lattner |
2004-07-07 | Move all of the DSA headers into the Analysis/DataStructure subdir. | Chris Lattner |
2004-07-07 | As much as I hate to say it, the whole setNode interface for DSNodeHandles | Chris Lattner |
2004-06-23 | Fix merging of nodes whose incoming offset is not zero. This unbreaks DSA on | Chris Lattner |
2004-06-17 | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() | Chris Lattner |
2004-04-29 | Wrapped code and comments at 80 cols; doxygenified some comments. | Misha Brukman |
2004-03-13 | Fix a tiny bug that caused an incorrect assertion failure poolallocating | Chris Lattner |
2004-03-09 | implement new method | Chris Lattner |
2004-03-08 | Fix a bug handling globals that are constants, but are still external | Chris Lattner |
2004-03-04 | Implement a FIXME, improving the efficiency of DSA on povray. | Chris Lattner |
2004-03-04 | Fix BU datastructures with povray! | Chris Lattner |
2004-03-04 | Only clone nodes that are needed in the caller, don't clone ALL aux calls. T... | Chris Lattner |
2004-03-03 | Fix a DSA bug that caused DSA to generate incredibly huge graphs and take for... | Chris Lattner |
2004-03-03 | Deinline methods, add fast exit | Chris Lattner |
2004-03-03 | Fix a node mapping problem that was causing the pool allocator to locally all... | Chris Lattner |
2004-02-27 | Only clone global nodes between graphs if both graphs have the global. | Chris Lattner |
2004-02-26 | Fix typo | Chris Lattner |
2004-02-26 | The node doesn't have to be _no_ node flags, it just has to be complete and | Chris Lattner |
2004-02-25 | Two changes: | Chris Lattner |
2004-02-25 | Simplify the dead node elimination stuff | Chris Lattner |
2004-02-22 | Use isNull instead of getNode() to test for existence of a node, this is chea... | Chris Lattner |
2004-02-21 | Fix an iterator invalidation problem which was causing some nodes to not be | Chris Lattner |
2004-02-09 | Adjust to the changed StructType interface. In particular, getElementTypes()... | Chris Lattner |
2004-02-08 | Instead of callign removeTriviallyDeadNodes on the global graph every time | Chris Lattner |
2004-02-08 | Substantially improve the DSA code by removing 'forwarding' nodes from | Chris Lattner |
2004-02-08 | Bugfix for ilist conversion. The ilist wants to make an 'end' node which has | Chris Lattner |
2004-02-08 | Switch the Nodes list from being an std::vector<DSNode*> to an ilist<DSNode> | Chris Lattner |
2004-02-08 | Change to use node_iterators instead of direct access to Nodes | Chris Lattner |
2004-02-07 | getNodes() is gone, use node_begin/end instead | Chris Lattner |
2004-02-07 | There is no need to clone over nodes that are going to be dead anyway | Chris Lattner |
2004-01-29 | Fix a bug aflicting 265.gap | Chris Lattner |
2004-01-29 | Minor bugfixes | Chris Lattner |
2004-01-28 | Rename DSGraph::ScalarMapTy -> DSScalarMap | Chris Lattner |
2004-01-28 | Fix a bug | Chris Lattner |
2004-01-28 | Eliminate the call to removeTriviallyDeadNodes from updateFromGlobals graph, | Chris Lattner |
2004-01-28 | In updateFromGlobalsGraph, instead of iterating over all of the scalars in the | Chris Lattner |
2004-01-28 | Minor tweaks, eliminate useless integer pruning optimziation, turn on | Chris Lattner |
2004-01-28 | Further reduce the number of nodes cloned with getClonedNH, using merge instead. | Chris Lattner |
2004-01-28 | Add a timer, fix a minor bug. | Chris Lattner |
2004-01-28 | Another bugfix, disable "spurious" output. | Chris Lattner |
2004-01-27 | fix bug in previous checkin | Chris Lattner |
2004-01-27 | * Add a new commandline argument to control the "global roots hack". Default | Chris Lattner |
2004-01-23 | Initial support for implementing clonePartiallyInto in terms of cloneReachabl... | Chris Lattner |
2004-01-22 | Eliminated the CompletedNodes argument to the cloneReachable* methods. This | Chris Lattner |
2004-01-22 | Ok, I'm tired of pulling out all my timers to check stuff in, just do it. | Chris Lattner |
2004-01-22 | Bug fix: X.mergeWith(Y) was not updating Y if Y was a null node handle! | Chris Lattner |
2004-01-22 | Start implementing DSGraph::clonePartiallyInto and implement mergeInGraph | Chris Lattner |
2003-11-12 | Fine-grainify namespaces for this library | Chris Lattner |