Age | Commit message (Expand) | Author |
2004-10-16 | Add support for undef | Chris Lattner |
2004-10-06 | Dont' let null nodes sneak past cast instructions | Chris Lattner |
2004-09-20 | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-08-02 | Hide this option | Chris Lattner |
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-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-07-04 | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer |
2004-05-25 | Recognize memalign and friends, and handle them specially. | Vikram S. Adve |
2004-05-23 | Fix a really nasty bug with the -disable-ds-field-sensitivity option | Chris Lattner |
2004-04-05 | Support getelementptr instructions which use uint's to index into structure | Chris Lattner |
2004-03-13 | Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to | Chris Lattner |
2004-03-05 | Unbreak the build on Sparc. | Misha Brukman |
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-03 | Fix a minor bug handling incomplete programs | Chris Lattner |
2004-03-02 | Really, only if reopen | Chris Lattner |
2004-03-01 | Correctly add an array marker on a node when appropriate! | Chris Lattner |
2004-02-27 | ADD MORE FUNCTIONS! | Chris Lattner |
2004-02-26 | Be a good little compiler and handle direct calls efficiently, even if there | Chris Lattner |
2004-02-26 | Add _more_ functions | Chris Lattner |
2004-02-25 | When building local graphs, clone the initializer for constant globals into each | Chris Lattner |
2004-02-25 | Add a bunch more functions | Chris Lattner |
2004-02-25 | Add a bunch more functions used by perlbmk | Chris Lattner |
2004-02-24 | Add support for 'rename' | Chris Lattner |
2004-02-24 | Add support for remove, fwrite, and fread | Chris Lattner |
2004-02-20 | Add two missing returns, which caused us to be very pessimistic about the | Chris Lattner |
2004-02-20 | Add support for some string functions, the scanf family, and sprintf | Chris Lattner |
2004-02-16 | Only spit out warning for functions that take pointers, not for sin and the like | Chris Lattner |
2004-02-16 | memset and bcopy and now unified by the llvm.memset intrinsic | Chris Lattner |
2004-02-15 | No need to scan zero initializers. This should make DSA a bit faster. | Chris Lattner |
2004-02-13 | Add support for a bunch more functions | Chris Lattner |
2004-02-13 | Add support for fopen/fclose. Specifically with fopen, we were marking all o... | Chris Lattner |
2004-02-13 | Restructure code to handle memcpy/memmove | Chris Lattner |
2004-02-08 | Instead of callign removeTriviallyDeadNodes on the global graph every time | Chris Lattner |
2004-02-08 | This call is no longer needed now that merging does not produce garbage | Chris Lattner |
2004-01-28 | Rename DSGraph::ScalarMapTy -> DSScalarMap | Chris Lattner |
2004-01-27 | minor cleanups | Chris Lattner |
2003-11-25 | Do not depend on index type to determine whether it is a structure or sequent... | Chris Lattner |
2003-11-14 | Implement a small optimization to handling of GEP's that are equivalent to ca... | Chris Lattner |
2003-11-13 | Disable integer tracking by default | Chris Lattner |
2003-11-12 | Fine-grainify namespaces for this library | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-11-09 | Add support for memmove | Chris Lattner |
2003-11-08 | Handle bzero and memset in the local analysis, because we were missing the fact | Chris Lattner |
2003-11-02 | All DSGraphs keep a reference to the targetdata they are created with. This is | Chris Lattner |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
2003-09-24 | DOn't crash if program calls the null pointer | Chris Lattner |