Age | Commit message (Expand) | Author |
---|---|---|
2004-08-16 | Move these files (which are dependent on VMCore) into VMCore | Misha Brukman |
2004-07-15 | Bug fixes for PR341 | Chris Lattner |
2004-07-04 | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer |
2004-02-15 | Fix a bug in the recent rewrite of the leakdetector that caused all of the | Chris Lattner |
2004-02-14 | Modularize implementation of LeakDetector into a typed template | Alkis Evlogimenos |
2003-12-14 | Finegrainify namespacification | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
2002-09-19 | Add an optimization to support the most common access pattern for the | Chris Lattner |
2002-09-10 | Remove extra #include | Chris Lattner |
2002-09-08 | Checkin initial support for automatic memory leak detection routines | Chris Lattner |