aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/Local.cpp
AgeCommit message (Expand)Author
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
2004-10-16Add support for undefChris Lattner
2004-10-06Dont' let null nodes sneak past cast instructionsChris Lattner
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-08-02Hide this optionChris Lattner
2004-07-21These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke
2004-07-18bug 122:Reid Spencer
2004-07-07Move all of the DSA headers into the Analysis/DataStructure subdir.Chris Lattner
2004-07-07As much as I hate to say it, the whole setNode interface for DSNodeHandlesChris Lattner
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-05-25Recognize memalign and friends, and handle them specially.Vikram S. Adve
2004-05-23Fix a really nasty bug with the -disable-ds-field-sensitivity optionChris Lattner