| Commit message (Expand) | Author | Age | Files | Lines |
* | Recognize memalign and friends, and handle them specially. | Vikram S. Adve | 2004-05-25 | 1 | -1/+2 |
* | Fix a really nasty bug with the -disable-ds-field-sensitivity option | Chris Lattner | 2004-05-23 | 1 | -0/+3 |
* | Support getelementptr instructions which use uint's to index into structure | Chris Lattner | 2004-04-05 | 1 | -1/+2 |
* | Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to | Chris Lattner | 2004-03-13 | 1 | -5/+3 |
* | Unbreak the build on Sparc. | Misha Brukman | 2004-03-05 | 1 | -0/+2 |
* | Add support for strto* and v*printf | Chris Lattner | 2004-03-04 | 1 | -0/+66 |
* | Add non-crappy support for varargs | Chris Lattner | 2004-03-04 | 1 | -6/+32 |
* | Fix a minor bug handling incomplete programs | Chris Lattner | 2004-03-03 | 1 | -1/+1 |
* | Really, only if reopen | Chris Lattner | 2004-03-02 | 1 | -1/+2 |
* | Correctly add an array marker on a node when appropriate! | Chris Lattner | 2004-03-01 | 1 | -0/+4 |
* | ADD MORE FUNCTIONS! | Chris Lattner | 2004-02-27 | 1 | -14/+20 |
* | Be a good little compiler and handle direct calls efficiently, even if there | Chris Lattner | 2004-02-26 | 1 | -10/+13 |
* | Add _more_ functions | Chris Lattner | 2004-02-26 | 1 | -3/+20 |
* | When building local graphs, clone the initializer for constant globals into each | Chris Lattner | 2004-02-25 | 1 | -7/+21 |
* | Add a bunch more functions | Chris Lattner | 2004-02-25 | 1 | -8/+55 |
* | Add a bunch more functions used by perlbmk | Chris Lattner | 2004-02-25 | 1 | -14/+50 |
* | Add support for 'rename' | Chris Lattner | 2004-02-24 | 1 | -4/+9 |
* | Add support for remove, fwrite, and fread | Chris Lattner | 2004-02-24 | 1 | -22/+53 |
* | Add two missing returns, which caused us to be very pessimistic about the | Chris Lattner | 2004-02-20 | 1 | -1/+2 |
* | Add support for some string functions, the scanf family, and sprintf | Chris Lattner | 2004-02-20 | 1 | -4/+66 |
* | Only spit out warning for functions that take pointers, not for sin and the like | Chris Lattner | 2004-02-16 | 1 | -5/+25 |
* | memset and bcopy and now unified by the llvm.memset intrinsic | Chris Lattner | 2004-02-16 | 1 | -14/+5 |
* | No need to scan zero initializers. This should make DSA a bit faster. | Chris Lattner | 2004-02-15 | 1 | -0/+2 |
* | Add support for a bunch more functions | Chris Lattner | 2004-02-13 | 1 | -0/+56 |
* | Add support for fopen/fclose. Specifically with fopen, we were marking all o... | Chris Lattner | 2004-02-13 | 1 | -0/+27 |
* | Restructure code to handle memcpy/memmove | Chris Lattner | 2004-02-13 | 1 | -28/+33 |
* | Instead of callign removeTriviallyDeadNodes on the global graph every time | Chris Lattner | 2004-02-08 | 1 | -0/+1 |
* | This call is no longer needed now that merging does not produce garbage | Chris Lattner | 2004-02-08 | 1 | -1/+0 |
* | Rename DSGraph::ScalarMapTy -> DSScalarMap | Chris Lattner | 2004-01-28 | 1 | -3/+3 |
* | minor cleanups | Chris Lattner | 2004-01-27 | 1 | -4/+3 |
* | Do not depend on index type to determine whether it is a structure or sequent... | Chris Lattner | 2003-11-25 | 1 | -11/+12 |
* | Implement a small optimization to handling of GEP's that are equivalent to ca... | Chris Lattner | 2003-11-14 | 1 | -0/+18 |
* | Disable integer tracking by default | Chris Lattner | 2003-11-13 | 1 | -1/+6 |
* | Fine-grainify namespaces for this library | Chris Lattner | 2003-11-12 | 1 | -3/+3 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -1/+7 |
* | Add support for memmove | Chris Lattner | 2003-11-09 | 1 | -0/+9 |
* | Handle bzero and memset in the local analysis, because we were missing the fact | Chris Lattner | 2003-11-08 | 1 | -2/+16 |
* | All DSGraphs keep a reference to the targetdata they are created with. This is | Chris Lattner | 2003-11-02 | 1 | -9/+11 |
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | DOn't crash if program calls the null pointer | Chris Lattner | 2003-09-24 | 1 | -1/+7 |
* | Make sure to add global variable initializers to the Globals graph! | Chris Lattner | 2003-09-20 | 1 | -15/+69 |
* | Add special case handling for calloc and realloc | Chris Lattner | 2003-09-20 | 1 | -0/+16 |
* | Switch from using CallInst's to represent call sites to using the LLVM | Chris Lattner | 2003-09-20 | 1 | -15/+23 |
* | Fixed spelling and grammar. | Misha Brukman | 2003-09-11 | 1 | -1/+1 |
* | DEBUG got moved to Support/Debug.h | Chris Lattner | 2003-08-01 | 1 | -2/+2 |
* | Remove dead Nodes list | Chris Lattner | 2003-07-02 | 1 | -6/+4 |
* | Make local pass print out its progress | Chris Lattner | 2003-07-02 | 1 | -0/+3 |
* | Do not delete the same graph multiple times when freeing memory if graphs are... | Chris Lattner | 2003-06-30 | 1 | -3/+6 |
* | Move usages of explicit hash_* datastructures to use typedefs | Chris Lattner | 2003-06-30 | 1 | -4/+3 |
* | Revamp DSGraphs so that they can support multiple functions in the same | Chris Lattner | 2003-06-30 | 1 | -9/+10 |