aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* remove dead fileChris Lattner2007-10-181-76/+0
* Changed the return type of type-specific Allocate() methods to returnTed Kremenek2007-10-181-2/+2
* Removed inclusion of cassert, which is no longer needed.Ted Kremenek2007-10-171-2/+0
* Added template function alignof() which provides a cleanTed Kremenek2007-10-171-0/+7
* Added member template functions to MallocAllocator andTed Kremenek2007-10-171-0/+12
* Added llvm::AlignOf, a template class whose purpose is to portablyTed Kremenek2007-10-171-0/+43
* Updated VC++ build system.Hartmut Kaiser2007-10-171-8/+4
* Add a new use_iterator::atEnd() method, which allows us to shrinkChris Lattner2007-10-111-6/+5
* Add new MemoryBuffer::getMemBufferCopy method.Chris Lattner2007-10-091-0/+6
* Fix indentation.Devang Patel2007-10-091-6/+6
* Add LLVMFoldingBuilderDevang Patel2007-10-091-3/+215
* Remove an unnecessary friend declaration.Dan Gohman2007-10-091-1/+0
* update prototype, fixing build errorChris Lattner2007-10-091-1/+1
* Pass argc by value, not by reference, since it isn't modified.Dan Gohman2007-10-091-1/+1
* Fix grammar in a comment.Dan Gohman2007-10-081-1/+1
* Add explicit keywords.Dan Gohman2007-10-081-5/+5
* Removing the silly CHelpers header by rolling wrap and unwrap into the CGordon Henriksen2007-10-051-104/+0
* Add empty() member functions to a few container-like classes.Dan Gohman2007-10-011-0/+1
* Demoting CHelpers.h to include/llvm/Support.Gordon Henriksen2007-09-291-0/+104
* My previous Registry.h header, as well as Collectors.h, which is theGordon Henriksen2007-09-271-0/+243
* Previously GraphWriter assumed operator*() for node_iterator alwaysTed Kremenek2007-09-191-1/+5
* Add support for appending a suffix to the end of a mangled name.Bill Wendling2007-09-171-1/+1
* Added Reset() to free all allocated memory regions and reset state to be the ...Evan Cheng2007-09-051-0/+2
* Update GEP constructors to use an iterator interface to fixDavid Greene2007-09-041-8/+5
* Added Graphviz escaping for the '|' character.Ted Kremenek2007-08-301-1/+1
* Update InvokeInst to work like CallInstDavid Greene2007-08-271-5/+5
* Add explicit keywords and remove spurious trailing semicolons.Dan Gohman2007-08-271-1/+1
* Doxygenize comments.David Greene2007-08-211-22/+22
* Add FilteredPassNameParser along with PassArgFilter to filter passesDavid Greene2007-08-201-2/+40
* Make it clear that getSTDIN returns null when stdin is empty.Reid Spencer2007-08-081-1/+1
* remove #if 0 code.Chris Lattner2007-08-061-16/+2
* @verbatim needs to be on a line by itself.Reid Spencer2007-08-061-1/+3
* Fix minor doxygen nits.Reid Spencer2007-08-054-5/+5
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-011-7/+16
* Clarify the language. Pointed out by Duncan Sands.Nick Lewycky2007-07-141-2/+5
* Add alternate ConstantRange intersection algorithm.Nick Lewycky2007-07-141-0/+6
* Add explicit keywords.Dan Gohman2007-07-051-1/+1
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-2/+2
* Convert .cvsignore filesJohn Criswell2007-06-291-3/+0
* Allow DOUT to be used outside of the llvm namespace.Dan Gohman2007-06-271-2/+2
* m_not should match vector notChris Lattner2007-06-151-1/+5
* Add a new LLVMBuilder class, which makes it simpler and more uniform toChris Lattner2007-05-271-0/+431
* Make tail merging the default, except on powerPC. There was no prior artDale Johannesen2007-05-221-0/+22
* Use templates for the GraphType for DefaultDOTGraphTraits' members insteadDan Gohman2007-05-141-7/+12
* Unbreak VC++ build.Jeff Cohen2007-05-071-0/+1
* Enhance MemoryBuffer to return error messages in strings if they occur.Chris Lattner2007-05-061-2/+14
* remove dead headerChris Lattner2007-05-061-163/+0
* Add a helper that either opens a file or stdin.Chris Lattner2007-05-061-0/+11
* remove extraneous type qualifiersChris Lattner2007-05-031-4/+4
* Add a new memorybuffer class, to unify all the file reading code in the systemChris Lattner2007-04-291-0/+83