aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/Local.cpp
AgeCommit message (Expand)Author
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
2004-04-05Support getelementptr instructions which use uint's to index into structureChris Lattner
2004-03-13Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* toChris Lattner
2004-03-05Unbreak the build on Sparc.Misha Brukman
2004-03-04Add support for strto* and v*printfChris Lattner
2004-03-04Add non-crappy support for varargsChris Lattner
2004-03-03Fix a minor bug handling incomplete programsChris Lattner
2004-03-02Really, only if reopenChris Lattner
2004-03-01Correctly add an array marker on a node when appropriate!Chris Lattner
2004-02-27ADD MORE FUNCTIONS!Chris Lattner
2004-02-26Be a good little compiler and handle direct calls efficiently, even if thereChris Lattner
2004-02-26Add _more_ functionsChris Lattner
2004-02-25When building local graphs, clone the initializer for constant globals into eachChris Lattner
2004-02-25Add a bunch more functionsChris Lattner
2004-02-25Add a bunch more functions used by perlbmkChris Lattner
2004-02-24Add support for 'rename'Chris Lattner
2004-02-24Add support for remove, fwrite, and freadChris Lattner
2004-02-20Add two missing returns, which caused us to be very pessimistic about theChris Lattner
2004-02-20Add support for some string functions, the scanf family, and sprintfChris Lattner