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