- 966645e Move some warnings to debug mode. by Andrew Lenharth · 19 years ago
- 3c9b242 Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. by Chris Lattner · 19 years ago
- 5b10cfc add some missing externals by Andrew Lenharth · 19 years ago
- f5a713d better c99 struct handling by Andrew Lenharth · 20 years ago
- edf349a deal with memchr by Andrew Lenharth · 20 years ago
- 7c8be50 stupid stuff by Andrew Lenharth · 20 years ago
- 3e642d0 I understand now. Shoot. by Andrew Lenharth · 20 years ago
- f70cb84 llvm.memc* improvements. helps PA a lot in some specmarks by Andrew Lenharth · 20 years ago
- 49e188d llvm.memc* improvements. helps PA a lot in some specmarks by Andrew Lenharth · 20 years ago
- 4aa3001 Handle some kernel code than ends in [0 x sbyte]. I think this is safe by Andrew Lenharth · 20 years ago
- 8f321af revert this, this is safe, if conservative. leave a note to that effect by Andrew Lenharth · 20 years ago
- b3dae7c no heap is happening here by Andrew Lenharth · 20 years ago
- c0b6530 remove qsort for now by Andrew Lenharth · 20 years ago
- c254e5b improve mem intrinsics and add a few things povray uses by Andrew Lenharth · 20 years ago
- 093c159 Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving by Chris Lattner · 20 years ago
- 469640e Add explicit #includes of <iostream> by Chris Lattner · 20 years ago
- 757035e Prefix DSA specific options with dsa. by John Criswell · 20 years ago
- 45bb70d Added an option to specify the names of heap freeing functions. by John Criswell · 20 years ago
- aa0fed0 Added a command line option that allows the user to specify a list of by John Criswell · 20 years ago
- a69fcbd Collapsing node if variable length struct with final field of length zero by Sumant Kowshik · 20 years ago
- 9144ec4 core changes for varargs by Andrew Lenharth · 20 years ago
- 01808ca Remove trailing whitespace by Misha Brukman · 21 years ago
- 495f009 Remove an iteration pass over the entire scalarmap for each function created by Chris Lattner · 21 years ago
- ff634f4 Build EC's for globals twice. The first is after constructing the initial by Chris Lattner · 21 years ago
- e7a8e86 some methods got renamed by Chris Lattner · 21 years ago
- e965bd1 comment cleanup by Chris Lattner · 21 years ago
- 9379e69 Create an equivalence class of global variables that DSA will never be able by Chris Lattner · 21 years ago
- 5bd948b another fastpath by Chris Lattner · 21 years ago
- 531f9e9 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 21 years ago
- 7c832fb Make sure the two arguments of a setcc instruction point to the same node. by Chris Lattner · 21 years ago
- c01e2f7 Trivial cleanup patch by Chris Lattner · 21 years ago
- e99ee2b Handle null a bit more carefully. by Chris Lattner · 21 years ago
- 468fd33 This instruction: X = gep null, ... by Chris Lattner · 21 years ago
- a1b39fa * Make some methods more const correct. by Chris Lattner · 21 years ago
- 2f8e4ad Silence VC++ warnings. by Chris Lattner · 21 years ago
- d349d4a Work correctly with ICC, Patch contributed by Bjørn Wennberg by Chris Lattner · 21 years ago
- 1feea5f Handle assert_fail special by Chris Lattner · 21 years ago
- a67a030 Don't call Constant::getNullValue when the argument could be VoidTy by Chris Lattner · 21 years ago
- bc74009 Fix more undefined behavior by Chris Lattner · 21 years ago
- fda51a59 add support for UndefValue by Chris Lattner · 21 years ago
- 61753bf Add support for undef by Chris Lattner · 21 years ago
- af88fcd Dont' let null nodes sneak past cast instructions by Chris Lattner · 21 years ago
- 4f2cf03 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
- 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
- 7e36902 Hide this option by Chris Lattner · 21 years ago
- 902dcf0 These files don't need to include <iostream> since they include "Support/Debug.h". by Brian Gaeke · 21 years ago
- 30d69a5 bug 122: by Reid Spencer · 21 years ago
- f6118db Move all of the DSA headers into the Analysis/DataStructure subdir. by Chris Lattner · 21 years ago
- deb7676 As much as I hate to say it, the whole setNode interface for DSNodeHandles by Chris Lattner · 21 years ago
- eb04d9b Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
- f6c4ee0 Recognize memalign and friends, and handle them specially. by Vikram S. Adve · 21 years ago
- e657eb1 Fix a really nasty bug with the -disable-ds-field-sensitivity option by Chris Lattner · 21 years ago
- 69193f9 Support getelementptr instructions which use uint's to index into structure by Chris Lattner · 22 years ago
- 071a5e5 Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to by Chris Lattner · 22 years ago
- d2e88a2 Unbreak the build on Sparc. by Misha Brukman · 22 years ago
- bc3381f Add support for strto* and v*printf by Chris Lattner · 22 years ago
- 0ed8162 Add non-crappy support for varargs by Chris Lattner · 22 years ago
- 5594873 Fix a minor bug handling incomplete programs by Chris Lattner · 22 years ago
- 9e100fc Really, only if reopen by Chris Lattner · 22 years ago
- c8d23b1 Correctly add an array marker on a node when appropriate! by Chris Lattner · 22 years ago
- 98f8ca4 ADD MORE FUNCTIONS! by Chris Lattner · 22 years ago
- 5ef1638 Be a good little compiler and handle direct calls efficiently, even if there by Chris Lattner · 22 years ago
- c8167b0 Add _more_ functions by Chris Lattner · 22 years ago
- fab2872 When building local graphs, clone the initializer for constant globals into each by Chris Lattner · 22 years ago
- 5e5e060 Add a bunch more functions by Chris Lattner · 22 years ago
- 864c901 Add a bunch more functions used by perlbmk by Chris Lattner · 22 years ago
- 9ccb1af Add support for 'rename' by Chris Lattner · 22 years ago
- 396cdaf Add support for remove, fwrite, and fread by Chris Lattner · 22 years ago
- 7b0368ee Add two missing returns, which caused us to be very pessimistic about the by Chris Lattner · 22 years ago
- a061c3b Add support for some string functions, the scanf family, and sprintf by Chris Lattner · 22 years ago
- 0cb8855 Only spit out warning for functions that take pointers, not for sin and the like by Chris Lattner · 22 years ago
- cedfcf5 memset and bcopy and now unified by the llvm.memset intrinsic by Chris Lattner · 22 years ago
- 218eb79 No need to scan zero initializers. This should make DSA a bit faster. by Chris Lattner · 22 years ago
- d17e15e Add support for a bunch more functions by Chris Lattner · 22 years ago
- e002272 Add support for fopen/fclose. Specifically with fopen, we were marking all of the by Chris Lattner · 22 years ago
- 9761271 Restructure code to handle memcpy/memmove by Chris Lattner · 22 years ago
- 9ab8527 Instead of callign removeTriviallyDeadNodes on the global graph every time by Chris Lattner · 22 years ago
- 985282c This call is no longer needed now that merging does not produce garbage by Chris Lattner · 22 years ago
- 9412b70a Rename DSGraph::ScalarMapTy -> DSScalarMap by Chris Lattner · 22 years ago
- 0e43b44 minor cleanups by Chris Lattner · 22 years ago
- 5674443 Do not depend on index type to determine whether it is a structure or sequential index by Chris Lattner · 22 years ago
- ab6895e Implement a small optimization to handling of GEP's that are equivalent to casts. by Chris Lattner · 22 years ago
- fb4c057 Disable integer tracking by default by Chris Lattner · 22 years ago
- 9e87655 Fine-grainify namespaces for this library by Chris Lattner · 22 years ago
- 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
- cff83a2 Add support for memmove by Chris Lattner · 22 years ago
- 12dd38a Handle bzero and memset in the local analysis, because we were missing the fact by Chris Lattner · 22 years ago
- 2b9926f All DSGraphs keep a reference to the targetdata they are created with. This is by Chris Lattner · 22 years ago
- 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
- 66a4733 DOn't crash if program calls the null pointer by Chris Lattner · 22 years ago
- 8c1a835 Make sure to add global variable initializers to the Globals graph! by Chris Lattner · 22 years ago
- 689b681 Add special case handling for calloc and realloc by Chris Lattner · 22 years ago
- 04d9cb6 Switch from using CallInst's to represent call sites to using the LLVM by Chris Lattner · 22 years ago
- 3299832 Fixed spelling and grammar. by Misha Brukman · 22 years ago
- 8abcd56 DEBUG got moved to Support/Debug.h by Chris Lattner · 22 years ago
- ad7b9c1 Remove dead Nodes list by Chris Lattner · 22 years ago
- 3ff99e3 Make local pass print out its progress by Chris Lattner · 22 years ago
- 01877f5 Do not delete the same graph multiple times when freeing memory if graphs are sharing by Chris Lattner · 22 years ago
- 6d187fd Move usages of explicit hash_* datastructures to use typedefs by Chris Lattner · 22 years ago
- 63aeacf Revamp DSGraphs so that they can support multiple functions in the same by Chris Lattner · 22 years ago