Add missing includes.
[oota-llvm.git] / include / llvm / Support /
2009-08-19 Dan GohmanUnbreak GetBufferSize() on uninitialized streams. This...
2009-08-19 Daniel DunbarChange raw_svector_ostream to reserve the input buffer...
2009-08-19 Daniel DunbarSwitch raw_svector_ostream to use the vector as the...
2009-08-19 Owen AndersonReapply my less-lock-contention-in-leak-detector patch...
2009-08-19 Owen AndersonRevert my last patch temporarily.
2009-08-19 Owen AndersonPrivatize part of the leak detector mechanism, which...
2009-08-19 Daniel Dunbarraw_ostream: Remove pointless redefinitions of tell().
2009-08-18 Daniel Dunbarraw_ostream: Add the capability for subclasses to manua...
2009-08-18 Daniel Dunbarraw_ostream: Reduce FormattedStream's reliance on raw_o...
2009-08-18 Daniel DunbarRevert r78924, disabling buffering defeats all the...
2009-08-18 David GreeneMake various changes suggested by Chris.
2009-08-17 Chris Lattnerthe MinPad argument to PadToColumn only really makes...
2009-08-16 Erick TryzelaarAdd more casts to the IRBuilder.
2009-08-15 Dan GohmanMove FormattedStream's write_impl out of line.
2009-08-14 Owen AndersonAdd doxygen comments.
2009-08-14 Argyrios KyrtzidisRevert r78424.
2009-08-14 Erick TryzelaarA couple IRBuilder functions were still using getGlobal...
2009-08-14 Owen AndersonAdd helpers for fetching basic types.
2009-08-13 Dan GohmanMake formatted_raw_ostream restore the buffer settings...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-13 Dan GohmanSet raw_os_ostream, raw_string_ostream, and raw_svector...
2009-08-13 Dan GohmanAdd support to raw_ostream for sizing the buffer accord...
2009-08-13 Dan GohmanMake raw_ostream non-copyable.
2009-08-13 Dan GohmanMove SetBufferSize and SetUnbuffered out of line.
2009-08-13 Dan GohmanFix the buffer handling logic so that write_impl is...
2009-08-13 Jakob Stoklund OlesenFix the N>=64 case in the isInt<> and isUint<> templates.
2009-08-12 Dan GohmanThis void is implicit in C++.
2009-08-12 Dan GohmanAdd a GetBufferSize() member to raw_ostream and use...
2009-08-12 Dan GohmanRemove a bunch more now-unnecessary Context arguments.
2009-08-12 Jakob Stoklund OlesenMove immediate constant predicate templates from the...
2009-08-11 Dan GohmanAdd convenience functions for creating nsw add operators.
2009-08-11 Dan GohmanAdd convenience functions for creating inbounds GEPs.
2009-08-11 Chris Lattneradd a trivial line # cache to SourceMgr to make repeate...
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-11 Benjamin KramerFix struct/class mismatch.
2009-08-11 Dan GohmanUse isa instead of dyn_cast when the result is only...
2009-08-11 Dan GohmanAdd convenience functions for creating exact sdiv opera...
2009-08-11 Dan GohmanAdd an explicit keyword.
2009-08-11 Dan GohmanConstantFolder and NoFolder no longer require their...
2009-08-11 Dan GohmanUse the default copy-ctor, copy-assignment, and destructor.
2009-08-10 Erick TryzelaarConvert comments to C90-style so llvm-c can import...
2009-08-10 David GreeneAdd support for printing loop structure information...
2009-08-10 Daniel DunbarAdd support for a user supplied pointer argument to...
2009-08-07 Daniel DunbarAdd DEBUG_WITH_TYPE as a clean alternative to tweaking...
2009-08-07 Argyrios KyrtzidisModifications to dyn_cast/cast to make them work for...
2009-08-07 Jeffrey YasskinTo catch bugs like the one fixed in
2009-08-05 Dan GohmanFix FindExecutable to use sys::Path::GetMainExecutable...
2009-08-05 Andrew Lenharthonly point to dest labels if the graph has them
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-08-04 Douglas GregorAdd some type traits that are used for Clang's statical...
2009-08-03 Daniel DunbarFix some comments referring to std::cerr.
2009-08-02 Benjamin KramerRemove duplicated colons and spaces.
2009-08-01 Dan GohmanUse the default copy ctor and copy-assignment operators.
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-31 Dan GohmanRemove Annotation.h, which is no longer used in the...
2009-07-31 Dan GohmanTeach ValueHandleBase to treat DenseMap's special Empty...
2009-07-30 Owen AndersonMove more code back to 2.5 APIs.
2009-07-30 Daniel DunbarAdd raw_ostream::write_hex
2009-07-30 Devang PatelFix comment.
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Owen AndersonMove ConstantExpr to 2.5 API.
2009-07-29 David GreeneRe-apply previous changes and improve column padding...
2009-07-29 Daniel DunbarRevert r77397, it causes significant regressions in...
2009-07-28 David GreeneImprove performance of PadToColumn by eliminating flushes.
2009-07-28 David GreeneAdd some protected interfaces to allow subclass access...
2009-07-28 Owen AndersonChange ConstantArray to 2.5 API.
2009-07-28 Stefanus Du ToitInclude cmath/math.h in DataTypes.h regardless of wheth...
2009-07-27 Dan GohmanMake raw_null_ostream flush its buffer in its destructo...
2009-07-27 Owen AndersonMove ConstantFP construction back to the 2.5-ish API.
2009-07-27 Sean CallananThanks, Bill!
2009-07-27 Sean CallananMany of Daniel's fixes.
2009-07-25 Dan GohmanRemove spurious semicolons.
2009-07-25 Eric ChristopherMove ExtractElementInst to ::Create instead of new...
2009-07-25 Sean CallananMemoryObject - Abstract base class for contiguous addre...
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-24 Daniel DunbarAllow llvm_report_error to accept a Twine.
2009-07-23 David GreeneWrite space padding as one string to speed up comment...
2009-07-23 Duncan SandsFix PR4614: the Intel C compiler defines _GNUC__
2009-07-23 Reid KlecknerRe-committing changes from r76825 to BumpPtrAllocator...
2009-07-23 Daniel DunbarConvert StringMap to using StringRef for its APIs.
2009-07-23 Andrew Lenharthemit simple node was using different labels for fields...
2009-07-23 Reid KlecknerReverting r76825 and r76828, since they caused clang...
2009-07-23 Reid KlecknerParameterize the BumpPtrAllocator over a slab allocator...
2009-07-22 Daniel DunbarSupport writing a StringRef to a raw_ostream directly.
2009-07-22 Eli FriedmanAttempt to fix BuildBot breakage with MSVC.
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-21 Chris Lattnerrevert r76602, 76603, and r76615, pending design discus...
2009-07-21 David GreeneAdd a small utility class to configure IR printers...
2009-07-20 Bill WendlingRename Mangler linkage enums to something less gross.
2009-07-20 Daniel DunbarFix comment.
2009-07-20 David GreeneHide the DOUT static variable behind a function interface.
2009-07-20 Bill WendlingAdd plumbing for the `linker_private' linkage type...
2009-07-18 Nick LewyckyReplace intersectWith with maximalIntersectWith. The...
2009-07-17 David GreeneMake DOUT an lvalue in release mode so that developers...
2009-07-16 Daniel DunbarAdd raw_null_ostream and llvm::nulls(), a raw_ostream...
2009-07-16 Jeffrey YasskinAdd line numbers to OProfile. To do this, I added a...
2009-07-16 Dan GohmanUse setStream infomatted_raw_ostream's constructor...
2009-07-16 Dan GohmanRemove inapplicable comments.
2009-07-16 Dan GohmanAdd explicit keywords.
2009-07-16 Dan GohmanUse size_t.
next