Age | Commit message (Expand) | Author |
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 |
2003-09-20 | Make sure to add global variable initializers to the Globals graph! | Chris Lattner |
2003-09-20 | Add special case handling for calloc and realloc | Chris Lattner |
2003-09-20 | Switch from using CallInst's to represent call sites to using the LLVM | Chris Lattner |
2003-09-11 | Fixed spelling and grammar. | Misha Brukman |
2003-08-01 | DEBUG got moved to Support/Debug.h | Chris Lattner |
2003-07-02 | Remove dead Nodes list | Chris Lattner |
2003-07-02 | Make local pass print out its progress | Chris Lattner |
2003-06-30 | Do not delete the same graph multiple times when freeing memory if graphs are... | Chris Lattner |
2003-06-30 | Move usages of explicit hash_* datastructures to use typedefs | Chris Lattner |
2003-06-30 | Revamp DSGraphs so that they can support multiple functions in the same | Chris Lattner |
2003-06-19 | * Changes to make NodeType be private to DSNode. | Chris Lattner |
2003-06-16 | Nodes get forwarded when they are collapsed currently. | Chris Lattner |
2003-03-03 | Don't apply type information to load instructions if it will cause collapsing | Chris Lattner |
2003-02-14 | Don't put integer pointers (longs) into the scalar map. | Chris Lattner |
2003-02-11 | Implement a "union-findy" version of DS-Analysis, which eliminates the | Chris Lattner |
2003-02-09 | Don't insert null entries into the scalar map for constexpr (cast null to Ty) | Chris Lattner |
2003-02-08 | Add a flag which effectively disables field sensitivity | Chris Lattner |
2003-02-05 | Implement optimization for direct function call case. This dramatically | Chris Lattner |
2003-02-04 | Fix a huge bug with handling non-pointer instructions | Chris Lattner |