| Age | Commit message (Expand) | Author |
| 2004-07-21 | These files don't need to include <iostream> since they include "Support/Debu... | Brian Gaeke |
| 2004-07-18 | bug 122: | Reid Spencer |
| 2004-07-16 | Be compatible with IA64 | Chris Lattner |
| 2004-07-15 | Fix for PR341 | Chris Lattner |
| 2004-07-08 | Disable some code that isn't helping matters | Chris Lattner |
| 2004-07-07 | Headers moved | Chris Lattner |
| 2004-07-07 | Move all of the DSA headers into the Analysis/DataStructure subdir. | Chris Lattner |
| 2004-07-07 | Moving headers | Chris Lattner |
| 2004-07-07 | As much as I hate to say it, the whole setNode interface for DSNodeHandles | Chris Lattner |
| 2004-07-04 | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer |
| 2004-06-28 | Moved IPModRef out of the public include dir | Chris Lattner |
| 2004-06-28 | Move DependenceGraph.* to lib/Analysis/DataStructure | Chris Lattner |
| 2004-06-28 | Move MemoryDepAnalysis.h into lib/Analysis/DataStructure | Chris Lattner |
| 2004-06-28 | Move PgmDependenceGraph.h out of the public include hierarchy | Chris Lattner |
| 2004-06-23 | Fix merging of nodes whose incoming offset is not zero. This unbreaks DSA on | Chris Lattner |
| 2004-06-22 | If an edge points to a field of another memory object, actually reflect this | Chris Lattner |
| 2004-06-17 | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() | Chris Lattner |
| 2004-05-25 | Recognize memalign and friends, and handle them specially. | Vikram S. Adve |
| 2004-05-23 | Updates to work with the new auto-forwarding AA interface changes | Chris Lattner |
| 2004-05-23 | Fix a really nasty bug with the -disable-ds-field-sensitivity option | Chris Lattner |
| 2004-05-23 | Update to match the autochaining interface that the AA interface uses | Chris Lattner |
| 2004-05-23 | Inline both direct and indirect callees in the CBU phase because | Vikram S. Adve |
| 2004-05-23 | Complete rewrite of the code that merges DS graphs for equivalence classes | Vikram S. Adve |
| 2004-05-05 | Move the stuff that fixes the size, orientation & fonts of graphs to | Brian Gaeke |
| 2004-04-29 | Wrapped code and comments at 80 cols; doxygenified some comments. | Misha Brukman |
| 2004-04-26 | If an object is not in the scalar map then it must be a global from another | Chris Lattner |
| 2004-04-05 | Support getelementptr instructions which use uint's to index into structure | Chris Lattner |
| 2004-03-14 | DemoteRegToStack got moved from DemoteRegToStack.h to Local.h | Chris Lattner |
| 2004-03-13 | Fix a tiny bug that caused an incorrect assertion failure poolallocating | Chris Lattner |
| 2004-03-13 | Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to | Chris Lattner |
| 2004-03-12 | Implement getModRefInfo() for DSA to calculate whether a function modifies or | Misha Brukman |
| 2004-03-12 | Make code more readable. | Misha Brukman |
| 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-05 | Fix a minor bug | Chris Lattner |
| 2004-03-05 | Unbreak the build on Sparc. | Misha Brukman |
| 2004-03-04 | Fix a bug in a previous checkin that broke 175.vpr | Chris Lattner |
| 2004-03-04 | Add support for strto* and v*printf | Chris Lattner |
| 2004-03-04 | Add non-crappy support for varargs | Chris Lattner |
| 2004-03-04 | Implement a FIXME, improving the efficiency of DSA on povray. | Chris Lattner |
| 2004-03-04 | Speed up the cbu pass from taking somewhere near the age of the universe to a... | Chris Lattner |
| 2004-03-04 | Fix BU datastructures with povray! | Chris Lattner |
| 2004-03-04 | Minor changes, remove some debugging code that got checked in somehow. | 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 minor bug handling incomplete programs | 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-03-02 | FINALLY be able to get symbolic type names in the globals graph! | Chris Lattner |
| 2004-03-02 | Really, only if reopen | Chris Lattner |