- cc131c4 add some missing externals by Andrew Lenharth · 19 years ago
- ceeb17d better c99 struct handling by Andrew Lenharth · 19 years ago
- 6139269 deal with memchr by Andrew Lenharth · 19 years ago
- 92e2196 stupid stuff by Andrew Lenharth · 19 years ago
- 1c212de I understand now. Shoot. by Andrew Lenharth · 19 years ago
- a544266 llvm.memc* improvements. helps PA a lot in some specmarks by Andrew Lenharth · 19 years ago
- 2dbf23a llvm.memc* improvements. helps PA a lot in some specmarks by Andrew Lenharth · 19 years ago
- 99c1942 Handle some kernel code than ends in [0 x sbyte]. I think this is safe by Andrew Lenharth · 19 years ago
- aed967d revert this, this is safe, if conservative. leave a note to that effect by Andrew Lenharth · 19 years ago
- 26c2e73 no heap is happening here by Andrew Lenharth · 19 years ago
- 3299cae remove qsort for now by Andrew Lenharth · 19 years ago
- 24b1ea1 improve mem intrinsics and add a few things povray uses by Andrew Lenharth · 19 years ago
- 03dd465 Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving by Chris Lattner · 19 years ago
- 86a5484 Add explicit #includes of <iostream> by Chris Lattner · 19 years ago
- 61af913 Prefix DSA specific options with dsa. by John Criswell · 19 years ago
- 3075160 Added an option to specify the names of heap freeing functions. by John Criswell · 19 years ago
- fa70052 Added a command line option that allows the user to specify a list of by John Criswell · 19 years ago
- 8a3802d Collapsing node if variable length struct with final field of length zero by Sumant Kowshik · 19 years ago
- 558bc88 core changes for varargs by Andrew Lenharth · 20 years ago
- 2b37d7c Remove trailing whitespace by Misha Brukman · 20 years ago
- a513fb1 Remove an iteration pass over the entire scalarmap for each function created by Chris Lattner · 20 years ago
- 9b426bd Build EC's for globals twice. The first is after constructing the initial by Chris Lattner · 20 years ago
- bf30e72 some methods got renamed by Chris Lattner · 20 years ago
- 48427b5 comment cleanup by Chris Lattner · 20 years ago
- f4f6227 Create an equivalence class of global variables that DSA will never be able by Chris Lattner · 20 years ago
- 0c9707a another fastpath by Chris Lattner · 20 years ago
- e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 20 years ago
- 3267265 Make sure the two arguments of a setcc instruction point to the same node. by Chris Lattner · 20 years ago
- f57cc3b Trivial cleanup patch by Chris Lattner · 20 years ago
- 6e84bd7 Handle null a bit more carefully. by Chris Lattner · 20 years ago
- 753b113 This instruction: X = gep null, ... by Chris Lattner · 20 years ago
- a9548d9 * Make some methods more const correct. by Chris Lattner · 20 years ago
- 507bdf9 Silence VC++ warnings. by Chris Lattner · 20 years ago
- fe78165 Work correctly with ICC, Patch contributed by Bjørn Wennberg by Chris Lattner · 20 years ago
- beacefa Handle assert_fail special by Chris Lattner · 21 years ago
- 82962de Don't call Constant::getNullValue when the argument could be VoidTy by Chris Lattner · 21 years ago
- 62c3a95 Fix more undefined behavior by Chris Lattner · 21 years ago
- 48b2f6b add support for UndefValue by Chris Lattner · 21 years ago
- bd1d382 Add support for undef by Chris Lattner · 21 years ago
- 157b252 Dont' let null nodes sneak past cast instructions by Chris Lattner · 21 years ago
- b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
- 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
- f0431b0 Hide this option by Chris Lattner · 21 years ago
- 7848e68 These files don't need to include <iostream> since they include "Support/Debug.h". by Brian Gaeke · 21 years ago
- e840434 bug 122: by Reid Spencer · 21 years ago
- 4dabb2c Move all of the DSA headers into the Analysis/DataStructure subdir. by Chris Lattner · 21 years ago
- efffdc9 As much as I hate to say it, the whole setNode interface for DSNodeHandles by Chris Lattner · 21 years ago
- 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
- e4e97ef Recognize memalign and friends, and handle them specially. by Vikram S. Adve · 21 years ago
- 2412a05 Fix a really nasty bug with the -disable-ds-field-sensitivity option by Chris Lattner · 21 years ago
- 28977af Support getelementptr instructions which use uint's to index into structure by Chris Lattner · 21 years ago
- 317201d Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to by Chris Lattner · 21 years ago
- a5f2905 Unbreak the build on Sparc. by Misha Brukman · 21 years ago
- 3aeb40c Add support for strto* and v*printf by Chris Lattner · 21 years ago
- 6b3e3cc Add non-crappy support for varargs by Chris Lattner · 21 years ago
- 76a9eb3 Fix a minor bug handling incomplete programs by Chris Lattner · 21 years ago
- a19ba52 Really, only if reopen by Chris Lattner · 21 years ago
- 82e9d72 Correctly add an array marker on a node when appropriate! by Chris Lattner · 21 years ago
- 6b586df ADD MORE FUNCTIONS! by Chris Lattner · 21 years ago
- cb58240 Be a good little compiler and handle direct calls efficiently, even if there by Chris Lattner · 21 years ago
- 1fe9874 Add _more_ functions by Chris Lattner · 21 years ago
- c420ab6 When building local graphs, clone the initializer for constant globals into each by Chris Lattner · 21 years ago
- 52fc8d7 Add a bunch more functions by Chris Lattner · 21 years ago
- adc1efe Add a bunch more functions used by perlbmk by Chris Lattner · 21 years ago
- 39bb2dc Add support for 'rename' by Chris Lattner · 21 years ago
- d561209 Add support for remove, fwrite, and fread by Chris Lattner · 21 years ago
- 4e46e32 Add two missing returns, which caused us to be very pessimistic about the by Chris Lattner · 21 years ago
- 8ecc27e Add support for some string functions, the scanf family, and sprintf by Chris Lattner · 21 years ago
- 304e143 Only spit out warning for functions that take pointers, not for sin and the like by Chris Lattner · 21 years ago
- eee33b2 memset and bcopy and now unified by the llvm.memset intrinsic by Chris Lattner · 21 years ago
- 896481e No need to scan zero initializers. This should make DSA a bit faster. by Chris Lattner · 21 years ago
- 339d8df Add support for a bunch more functions by Chris Lattner · 21 years ago
- 68300db Add support for fopen/fclose. Specifically with fopen, we were marking all of the by Chris Lattner · 21 years ago
- a07b72f Restructure code to handle memcpy/memmove by Chris Lattner · 21 years ago
- c3f5f77 Instead of callign removeTriviallyDeadNodes on the global graph every time by Chris Lattner · 21 years ago
- cadfac6 This call is no longer needed now that merging does not produce garbage by Chris Lattner · 21 years ago
- 62482e5 Rename DSGraph::ScalarMapTy -> DSScalarMap by Chris Lattner · 21 years ago
- 02da032 minor cleanups by Chris Lattner · 21 years ago
- fa3711a Do not depend on index type to determine whether it is a structure or sequential index by Chris Lattner · 21 years ago
- 179bc7d Implement a small optimization to handling of GEP's that are equivalent to casts. by Chris Lattner · 22 years ago
- a190766 Disable integer tracking by default by Chris Lattner · 22 years ago
- 9a92729 Fine-grainify namespaces for this library by Chris Lattner · 22 years ago
- d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
- 67ce57a Add support for memmove by Chris Lattner · 22 years ago
- fb8c610 Handle bzero and memset in the local analysis, because we were missing the fact by Chris Lattner · 22 years ago
- 15869aa All DSGraphs keep a reference to the targetdata they are created with. This is by Chris Lattner · 22 years ago
- b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
- fbc2d84 DOn't crash if program calls the null pointer by Chris Lattner · 22 years ago
- 26c4fc3 Make sure to add global variable initializers to the Globals graph! by Chris Lattner · 22 years ago
- 894263b Add special case handling for calloc and realloc by Chris Lattner · 22 years ago
- 808a7ae Switch from using CallInst's to represent call sites to using the LLVM by Chris Lattner · 22 years ago
- 2f2d065 Fixed spelling and grammar. by Misha Brukman · 22 years ago
- 6806f56 DEBUG got moved to Support/Debug.h by Chris Lattner · 22 years ago
- 44cfdf9 Remove dead Nodes list by Chris Lattner · 22 years ago
- 3051419 Make local pass print out its progress by Chris Lattner · 22 years ago
- 81d924d Do not delete the same graph multiple times when freeing memory if graphs are sharing by Chris Lattner · 22 years ago
- 8d32767 Move usages of explicit hash_* datastructures to use typedefs by Chris Lattner · 22 years ago
- 5a54063 Revamp DSGraphs so that they can support multiple functions in the same by Chris Lattner · 22 years ago
- bd92b73 * Changes to make NodeType be private to DSNode. by Chris Lattner · 22 years ago
- e158b19 Nodes get forwarded when they are collapsed currently. by Chris Lattner · 22 years ago