| Age | Commit message (Expand) | Author |
| 2007-10-18 | remove dead file | Chris Lattner |
| 2007-10-18 | Changed the return type of type-specific Allocate() methods to return | Ted Kremenek |
| 2007-10-17 | Removed inclusion of cassert, which is no longer needed. | Ted Kremenek |
| 2007-10-17 | Added template function alignof() which provides a clean | Ted Kremenek |
| 2007-10-17 | Added member template functions to MallocAllocator and | Ted Kremenek |
| 2007-10-17 | Added llvm::AlignOf, a template class whose purpose is to portably | Ted Kremenek |
| 2007-10-17 | Updated VC++ build system. | Hartmut Kaiser |
| 2007-10-11 | Add a new use_iterator::atEnd() method, which allows us to shrink | Chris Lattner |
| 2007-10-09 | Add new MemoryBuffer::getMemBufferCopy method. | Chris Lattner |
| 2007-10-09 | Fix indentation. | Devang Patel |
| 2007-10-09 | Add LLVMFoldingBuilder | Devang Patel |
| 2007-10-09 | Remove an unnecessary friend declaration. | Dan Gohman |
| 2007-10-09 | update prototype, fixing build error | Chris Lattner |
| 2007-10-09 | Pass argc by value, not by reference, since it isn't modified. | Dan Gohman |
| 2007-10-08 | Fix grammar in a comment. | Dan Gohman |
| 2007-10-08 | Add explicit keywords. | Dan Gohman |
| 2007-10-05 | Removing the silly CHelpers header by rolling wrap and unwrap into the C | Gordon Henriksen |
| 2007-10-01 | Add empty() member functions to a few container-like classes. | Dan Gohman |
| 2007-09-29 | Demoting CHelpers.h to include/llvm/Support. | Gordon Henriksen |
| 2007-09-27 | My previous Registry.h header, as well as Collectors.h, which is the | Gordon Henriksen |
| 2007-09-19 | Previously GraphWriter assumed operator*() for node_iterator always | Ted Kremenek |
| 2007-09-17 | Add support for appending a suffix to the end of a mangled name. | Bill Wendling |
| 2007-09-05 | Added Reset() to free all allocated memory regions and reset state to be the ... | Evan Cheng |
| 2007-09-04 | Update GEP constructors to use an iterator interface to fix | David Greene |
| 2007-08-30 | Added Graphviz escaping for the '|' character. | Ted Kremenek |
| 2007-08-27 | Update InvokeInst to work like CallInst | David Greene |
| 2007-08-27 | Add explicit keywords and remove spurious trailing semicolons. | Dan Gohman |
| 2007-08-21 | Doxygenize comments. | David Greene |
| 2007-08-20 | Add FilteredPassNameParser along with PassArgFilter to filter passes | David Greene |
| 2007-08-08 | Make it clear that getSTDIN returns null when stdin is empty. | Reid Spencer |
| 2007-08-06 | remove #if 0 code. | Chris Lattner |
| 2007-08-06 | @verbatim needs to be on a line by itself. | Reid Spencer |
| 2007-08-05 | Fix minor doxygen nits. | Reid Spencer |
| 2007-08-01 | New CallInst interface to address GLIBCXX_DEBUG errors caused by | David Greene |
| 2007-07-14 | Clarify the language. Pointed out by Duncan Sands. | Nick Lewycky |
| 2007-07-14 | Add alternate ConstantRange intersection algorithm. | Nick Lewycky |
| 2007-07-05 | Add explicit keywords. | Dan Gohman |
| 2007-07-05 | Here is the bulk of the sanitizing. | Gabor Greif |
| 2007-06-29 | Convert .cvsignore files | John Criswell |
| 2007-06-27 | Allow DOUT to be used outside of the llvm namespace. | Dan Gohman |
| 2007-06-15 | m_not should match vector not | Chris Lattner |
| 2007-05-27 | Add a new LLVMBuilder class, which makes it simpler and more uniform to | Chris Lattner |
| 2007-05-22 | Make tail merging the default, except on powerPC. There was no prior art | Dale Johannesen |
| 2007-05-14 | Use templates for the GraphType for DefaultDOTGraphTraits' members instead | Dan Gohman |
| 2007-05-07 | Unbreak VC++ build. | Jeff Cohen |
| 2007-05-06 | Enhance MemoryBuffer to return error messages in strings if they occur. | Chris Lattner |
| 2007-05-06 | remove dead header | Chris Lattner |
| 2007-05-06 | Add a helper that either opens a file or stdin. | Chris Lattner |
| 2007-05-03 | remove extraneous type qualifiers | Chris Lattner |
| 2007-04-29 | Add a new memorybuffer class, to unify all the file reading code in the system | Chris Lattner |