Age | Commit message (Expand) | Author |
2005-06-18 | core changes for varargs | Andrew Lenharth |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-03-22 | Remove an iteration pass over the entire scalarmap for each function created | Chris Lattner |
2005-03-20 | Build EC's for globals twice. The first is after constructing the initial | Chris Lattner |
2005-03-20 | some methods got renamed | Chris Lattner |
2005-03-20 | comment cleanup | Chris Lattner |
2005-03-19 | Create an equivalence class of global variables that DSA will never be able | Chris Lattner |
2005-03-18 | another fastpath | Chris Lattner |
2005-03-15 | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner |
2005-03-05 | Make sure the two arguments of a setcc instruction point to the same node. | Chris Lattner |
2005-03-04 | Trivial cleanup patch | Chris Lattner |
2005-02-25 | Handle null a bit more carefully. | Chris Lattner |
2005-02-24 | This instruction: | Chris Lattner |
2005-01-30 | * Make some methods more const correct. | Chris Lattner |
2005-01-12 | Silence VC++ warnings. | Chris Lattner |
2004-12-08 | Work correctly with ICC, Patch contributed by Bjørn Wennberg | Chris Lattner |
2004-11-08 | Handle assert_fail special | Chris Lattner |
2004-11-03 | Don't call Constant::getNullValue when the argument could be VoidTy | Chris Lattner |
2004-10-30 | Fix more undefined behavior | Chris Lattner |
2004-10-26 | add support for UndefValue | Chris Lattner |
2004-10-16 | Add support for undef | Chris Lattner |
2004-10-06 | Dont' let null nodes sneak past cast instructions | Chris Lattner |
2004-09-20 | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-08-02 | Hide this option | Chris Lattner |
2004-07-21 | These files don't need to include <iostream> since they include "Support/Debu... | Brian Gaeke |
2004-07-18 | bug 122: | Reid Spencer |
2004-07-07 | Move all of the DSA headers into the Analysis/DataStructure subdir. | Chris Lattner |
2004-07-07 | As much as I hate to say it, the whole setNode interface for DSNodeHandles | Chris Lattner |
2004-07-04 | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer |
2004-05-25 | Recognize memalign and friends, and handle them specially. | Vikram S. Adve |
2004-05-23 | Fix a really nasty bug with the -disable-ds-field-sensitivity option | Chris Lattner |
2004-04-05 | Support getelementptr instructions which use uint's to index into structure | Chris Lattner |
2004-03-13 | Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to | Chris Lattner |
2004-03-05 | Unbreak the build on Sparc. | Misha Brukman |
2004-03-04 | Add support for strto* and v*printf | Chris Lattner |
2004-03-04 | Add non-crappy support for varargs | Chris Lattner |
2004-03-03 | Fix a minor bug handling incomplete programs | Chris Lattner |
2004-03-02 | Really, only if reopen | Chris Lattner |
2004-03-01 | Correctly add an array marker on a node when appropriate! | Chris Lattner |
2004-02-27 | ADD MORE FUNCTIONS! | Chris Lattner |
2004-02-26 | Be a good little compiler and handle direct calls efficiently, even if there | Chris Lattner |
2004-02-26 | Add _more_ functions | Chris Lattner |
2004-02-25 | When building local graphs, clone the initializer for constant globals into each | Chris Lattner |
2004-02-25 | Add a bunch more functions | Chris Lattner |
2004-02-25 | Add a bunch more functions used by perlbmk | Chris Lattner |
2004-02-24 | Add support for 'rename' | Chris Lattner |
2004-02-24 | Add support for remove, fwrite, and fread | Chris Lattner |
2004-02-20 | Add two missing returns, which caused us to be very pessimistic about the | Chris Lattner |
2004-02-20 | Add support for some string functions, the scanf family, and sprintf | Chris Lattner |