aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/DataStructure/Local.cpp
Commit message (Expand)AuthorAgeFilesLines
* add some missing externalsAndrew Lenharth2006-06-281-3/+18
* better c99 struct handlingAndrew Lenharth2006-04-251-2/+1
* deal with memchrAndrew Lenharth2006-04-191-0/+7
* stupid stuffAndrew Lenharth2006-04-191-3/+7
* I understand now. Shoot.Andrew Lenharth2006-04-181-21/+3
* llvm.memc* improvements. helps PA a lot in some specmarksAndrew Lenharth2006-04-181-2/+7
* llvm.memc* improvements. helps PA a lot in some specmarksAndrew Lenharth2006-04-181-4/+11
* Handle some kernel code than ends in [0 x sbyte]. I think this is safeAndrew Lenharth2006-04-131-2/+11
* revert this, this is safe, if conservative. leave a note to that effectAndrew Lenharth2006-04-051-9/+7
* no heap is happening hereAndrew Lenharth2006-03-151-1/+1
* remove qsort for nowAndrew Lenharth2006-03-151-9/+0
* improve mem intrinsics and add a few things povray usesAndrew Lenharth2006-03-151-3/+30
* 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