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