aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* back out my recent commit (r80858), it seems to break self-hosting buildbot's...Gabor Greif2009-09-031-24/+6
* re-commit r66920 (which has been backed out in r66953) I may have more luck t...Gabor Greif2009-09-031-6/+24
* Add convenience functions for reading in LLVM IR that autodetectDan Gohman2009-09-021-0/+117
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-021-2/+3
* hopefully unbreak the build by making this-> explicit for dependentChris Lattner2009-08-301-1/+1
* Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin2009-08-301-0/+64
* some minor cleanups to IRBuilder, factor the insertionChris Lattner2009-08-301-24/+32
* Reapply 79977.Devang Patel2009-08-281-6/+6
* Add MathExtras.h OffsetToAlignment, like RoundUpToAlignment but returns theDaniel Dunbar2009-08-281-0/+7
* eliminate all 80-col violations that I have introduced in my recent checkins ...Gabor Greif2009-08-272-7/+10
* Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif2009-08-272-7/+6
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-261-6/+6
* Eliminate the unused Context argument on one of the ICmpInst and FCmpInstDan Gohman2009-08-251-2/+2
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-252-7/+6
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-251-6/+6
* Add MemoryBuffer::getBuffer() -> StringRef.Daniel Dunbar2009-08-241-0/+5
* Add missing include (for MSVC).Daniel Dunbar2009-08-241-0/+1
* split raw_os_ostream out to its own header and implementation file. ThisChris Lattner2009-08-242-19/+42
* prune the #includes in raw_ostream.h by moving a Chris Lattner2009-08-241-9/+1
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-13/+8
* llvm/Support/Streams.h is now dead, zap it.Chris Lattner2009-08-231-91/+0
* eliminate the ostream version of CheckBitcodeOutputToConsole,Chris Lattner2009-08-231-13/+5
* Fix off-by-one in llvm::Format::print.Daniel Dunbar2009-08-231-34/+27
* Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar2009-08-231-0/+2
* remove some uses of llvm/Support/Streams.hChris Lattner2009-08-231-2/+2
* convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner2009-08-232-50/+18
* eliminate DOUT and make Debug.h not include Streams.h anymore, woo!Chris Lattner2009-08-231-20/+5
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-233-4/+2
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-231-10/+23
* switch formattedstream to use raw_ostream::indent. This eliminatesChris Lattner2009-08-221-5/+0
* add a raw_ostream::indent method, to be used like:Chris Lattner2009-08-221-0/+4
* Fix a bug where the DWARF emitter in the JIT was not initializing alignmentReid Kleckner2009-08-211-0/+1
* Add some comments clarifying what appear to be the intent of variousDan Gohman2009-08-201-2/+12
* Switch IRBuilder to using Twine references for names.Daniel Dunbar2009-08-191-111/+118
* Unbreak GetBufferSize() on uninitialized streams. This fixes a problemDan Gohman2009-08-191-1/+1
* Change raw_svector_ostream to reserve the input buffer if necessary, Ted wasDaniel Dunbar2009-08-191-2/+6
* Switch raw_svector_ostream to use the vector as the ostream buffer.Daniel Dunbar2009-08-191-0/+4
* Reapply my less-lock-contention-in-leak-detector patch, now with new filesOwen Anderson2009-08-191-3/+3
* Revert my last patch temporarily.Owen Anderson2009-08-191-3/+3
* Privatize part of the leak detector mechanism, which turned out to be heavily...Owen Anderson2009-08-191-3/+3
* raw_ostream: Remove pointless redefinitions of tell().Daniel Dunbar2009-08-191-12/+0
* raw_ostream: Add the capability for subclasses to manually install an externalDaniel Dunbar2009-08-181-10/+49
* raw_ostream: Reduce FormattedStream's reliance on raw_ostream's implementation.Daniel Dunbar2009-08-182-9/+9
* Revert r78924, disabling buffering defeats all the fast paths in raw_ostream.Daniel Dunbar2009-08-181-4/+6
* Make various changes suggested by Chris.David Greene2009-08-181-43/+0
* the MinPad argument to PadToColumn only really makes sense to be 1,Chris Lattner2009-08-171-5/+4
* Add more casts to the IRBuilder.Erick Tryzelaar2009-08-162-1/+52
* Move FormattedStream's write_impl out of line.Dan Gohman2009-08-151-5/+1
* Add doxygen comments.Owen Anderson2009-08-141-0/+8
* Revert r78424.Argyrios Kyrtzidis2009-08-141-7/+4