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