aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* 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.Argiris Kirtzidis2009-08-141-7/+4
* A couple IRBuilder functions were still using getGlobalContext().Erick Tryzelaar2009-08-141-3/+3
* Add helpers for fetching basic types.Owen Anderson2009-08-141-0/+36
* Make formatted_raw_ostream restore the buffer settings of theDan Gohman2009-08-131-5/+19
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-132-35/+35
* Set raw_os_ostream, raw_string_ostream, and raw_svector_ostream to beDan Gohman2009-08-131-6/+4
* Add support to raw_ostream for sizing the buffer according to theDan Gohman2009-08-131-6/+23
* Make raw_ostream non-copyable.Dan Gohman2009-08-131-0/+4
* Move SetBufferSize and SetUnbuffered out of line.Dan Gohman2009-08-131-18/+2
* Fix the buffer handling logic so that write_impl is always called withDan Gohman2009-08-131-0/+4
* Fix the N>=64 case in the isInt<> and isUint<> templates.Jakob Stoklund Olesen2009-08-131-2/+2
* This void is implicit in C++.Dan Gohman2009-08-123-4/+4
* Add a GetBufferSize() member to raw_ostream and use it toDan Gohman2009-08-122-2/+5
* Remove a bunch more now-unnecessary Context arguments.Dan Gohman2009-08-122-56/+55
* Move immediate constant predicate templates from the Blackfin target to MathE...Jakob Stoklund Olesen2009-08-121-0/+10
* Add convenience functions for creating nsw add operators.Dan Gohman2009-08-114-0/+15
* Add convenience functions for creating inbounds GEPs.Dan Gohman2009-08-114-5/+96
* add a trivial line # cache to SourceMgr to make repeated queries toChris Lattner2009-08-111-1/+5
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-113-3/+3
* Fix struct/class mismatch.Benjamin Kramer2009-08-112-2/+2