summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/DataStructure/Local.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolvingChris Lattner2006-03-031-3/+6
* Add explicit #includes of <iostream>Chris Lattner2006-01-221-0/+1
* Prefix DSA specific options with dsa.John Criswell2005-12-191-4/+4
* Added an option to specify the names of heap freeing functions.John Criswell2005-12-191-0/+20
* Added a command line option that allows the user to specify a list ofJohn Criswell2005-12-191-0/+19
* Collapsing node if variable length struct with final field of length zeroSumant Kowshik2005-12-061-1/+18
* core changes for varargsAndrew Lenharth2005-06-181-5/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-22/+22
* Remove an iteration pass over the entire scalarmap for each function createdChris Lattner2005-03-221-15/+8
* Build EC's for globals twice. The first is after constructing the initialChris Lattner2005-03-201-23/+99
* some methods got renamedChris Lattner2005-03-201-2/+2
* comment cleanupChris Lattner2005-03-201-1/+1
* Create an equivalence class of global variables that DSA will never be ableChris Lattner2005-03-191-7/+36
* another fastpathChris Lattner2005-03-181-1/+2
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-2/+2
* Make sure the two arguments of a setcc instruction point to the same node.Chris Lattner2005-03-051-1/+8
* Trivial cleanup patchChris Lattner2005-03-041-2/+2
* Handle null a bit more carefully.Chris Lattner2005-02-251-1/+11
* This instruction:Chris Lattner2005-02-241-1/+2
* * Make some methods more const correct.Chris Lattner2005-01-301-2/+2
* Silence VC++ warnings.Chris Lattner2005-01-121-3/+4
* Work correctly with ICC, Patch contributed by Bjørn WennbergChris Lattner2004-12-081-8/+16
* Handle assert_fail specialChris Lattner2004-11-081-0/+7
* Don't call Constant::getNullValue when the argument could be VoidTyChris Lattner2004-11-031-2/+3
* Fix more undefined behaviorChris Lattner2004-10-301-10/+13
* add support for UndefValueChris Lattner2004-10-261-1/+1
* Add support for undefChris Lattner2004-10-161-0/+3
* Dont' let null nodes sneak past cast instructionsChris Lattner2004-10-061-1/+4
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-1/+1
* Changes For Bug 352Reid Spencer2004-09-011-3/+3
* Hide this optionChris Lattner2004-08-021-1/+1
* These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke2004-07-211-1/+0
* bug 122:Reid Spencer2004-07-181-13/+8
* Move all of the DSA headers into the Analysis/DataStructure subdir.Chris Lattner2004-07-071-2/+2
* As much as I hate to say it, the whole setNode interface for DSNodeHandlesChris Lattner2004-07-071-2/+1
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-0/+1
* Recognize memalign and friends, and handle them specially.Vikram S. Adve2004-05-251-1/+2
* Fix a really nasty bug with the -disable-ds-field-sensitivity optionChris Lattner2004-05-231-0/+3
* Support getelementptr instructions which use uint's to index into structureChris Lattner2004-04-051-1/+2
* Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* toChris Lattner2004-03-131-5/+3
* Unbreak the build on Sparc.Misha Brukman2004-03-051-0/+2
* Add support for strto* and v*printfChris Lattner2004-03-041-0/+66
* Add non-crappy support for varargsChris Lattner2004-03-041-6/+32
* Fix a minor bug handling incomplete programsChris Lattner2004-03-031-1/+1
* Really, only if reopenChris Lattner2004-03-021-1/+2
* Correctly add an array marker on a node when appropriate!Chris Lattner2004-03-011-0/+4
* ADD MORE FUNCTIONS!Chris Lattner2004-02-271-14/+20
* Be a good little compiler and handle direct calls efficiently, even if thereChris Lattner2004-02-261-10/+13
* Add _more_ functionsChris Lattner2004-02-261-3/+20
* When building local graphs, clone the initializer for constant globals into eachChris Lattner2004-02-251-7/+21
OpenPOWER on IntegriCloud