summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/DataStructure/Local.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove DSA.John Criswell2006-12-131-1333/+0
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-2/+2
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-291-3/+2
* For PR950:Reid Spencer2006-11-271-15/+22
* Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes.Bill Wendling2006-11-171-7/+7
* Optionally allow comparison operations from affect DSGraphsAndrew Lenharth2006-11-071-1/+6
* Split the External and Intrinsic handling into seperate functions. ThisAndrew Lenharth2006-11-031-497/+505
* For PR786:Reid Spencer2006-11-021-1/+1
* [SU]int update - inactive code may get activated somedayJim Laskey2006-10-231-1/+1
* For PR950:Reid Spencer2006-10-201-1/+1
* Move some warnings to debug mode.Andrew Lenharth2006-10-131-3/+7
* Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner2006-08-271-1/+1
* 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
OpenPOWER on IntegriCloud