summaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/Local.cpp
Commit message (Expand)AuthorAge
* Remove DSA.John Criswell2006-12-13
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-29
* For PR950:Reid Spencer2006-11-27
* Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes.Bill Wendling2006-11-17
* Optionally allow comparison operations from affect DSGraphsAndrew Lenharth2006-11-07
* Split the External and Intrinsic handling into seperate functions. ThisAndrew Lenharth2006-11-03
* For PR786:Reid Spencer2006-11-02
* [SU]int update - inactive code may get activated somedayJim Laskey2006-10-23
* For PR950:Reid Spencer2006-10-20
* Move some warnings to debug mode.Andrew Lenharth2006-10-13
* Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner2006-08-27
* add some missing externalsAndrew Lenharth2006-06-28
* better c99 struct handlingAndrew Lenharth2006-04-25
* deal with memchrAndrew Lenharth2006-04-19
* stupid stuffAndrew Lenharth2006-04-19
* I understand now. Shoot.Andrew Lenharth2006-04-18
* llvm.memc* improvements. helps PA a lot in some specmarksAndrew Lenharth2006-04-18
* llvm.memc* improvements. helps PA a lot in some specmarksAndrew Lenharth2006-04-18
* Handle some kernel code than ends in [0 x sbyte]. I think this is safeAndrew Lenharth2006-04-13
* revert this, this is safe, if conservative. leave a note to that effectAndrew Lenharth2006-04-05
* no heap is happening hereAndrew Lenharth2006-03-15
* remove qsort for nowAndrew Lenharth2006-03-15
* improve mem intrinsics and add a few things povray usesAndrew Lenharth2006-03-15
* Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolvingChris Lattner2006-03-03
* Add explicit #includes of <iostream>Chris Lattner2006-01-22
* Prefix DSA specific options with dsa.John Criswell2005-12-19
* Added an option to specify the names of heap freeing functions.John Criswell2005-12-19
* Added a command line option that allows the user to specify a list ofJohn Criswell2005-12-19
* Collapsing node if variable length struct with final field of length zeroSumant Kowshik2005-12-06
* core changes for varargsAndrew Lenharth2005-06-18
* Remove trailing whitespaceMisha Brukman2005-04-21
* Remove an iteration pass over the entire scalarmap for each function createdChris Lattner2005-03-22
* Build EC's for globals twice. The first is after constructing the initialChris Lattner2005-03-20
* some methods got renamedChris Lattner2005-03-20
* comment cleanupChris Lattner2005-03-20
* Create an equivalence class of global variables that DSA will never be ableChris Lattner2005-03-19
* another fastpathChris Lattner2005-03-18
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-15
* Make sure the two arguments of a setcc instruction point to the same node.Chris Lattner2005-03-05
* Trivial cleanup patchChris Lattner2005-03-04
* Handle null a bit more carefully.Chris Lattner2005-02-25
* This instruction:Chris Lattner2005-02-24
* * Make some methods more const correct.Chris Lattner2005-01-30
* Silence VC++ warnings.Chris Lattner2005-01-12
* Work correctly with ICC, Patch contributed by Bjørn WennbergChris Lattner2004-12-08
* Handle assert_fail specialChris Lattner2004-11-08
* Don't call Constant::getNullValue when the argument could be VoidTyChris Lattner2004-11-03
* Fix more undefined behaviorChris Lattner2004-10-30
* add support for UndefValueChris Lattner2004-10-26