Preparation for Optimal Edge Profiling:
[oota-llvm.git] / include / llvm / Support /
2009-08-30 Chris Lattnerhopefully unbreak the build by making this-> explicit...
2009-08-30 Torok EdwinAdd regular expression matching support, based on OpenB...
2009-08-30 Chris Lattnersome minor cleanups to IRBuilder, factor the insertion
2009-08-28 Devang PatelReapply 79977.
2009-08-28 Daniel DunbarAdd MathExtras.h OffsetToAlignment, like RoundUpToAlign...
2009-08-27 Gabor Greifeliminate all 80-col violations that I have introduced...
2009-08-27 Gabor GreifClean up the minor mess I caused with removing iterator...
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-25 Dan GohmanEliminate the unused Context argument on one of the...
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-24 Daniel DunbarAdd MemoryBuffer::getBuffer() -> StringRef.
2009-08-24 Daniel DunbarAdd missing include (for MSVC).
2009-08-24 Chris Lattnersplit raw_os_ostream out to its own header and implemen...
2009-08-24 Chris Lattnerprune the #includes in raw_ostream.h by moving a
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-23 Chris Lattnerllvm/Support/Streams.h is now dead, zap it.
2009-08-23 Chris Lattnereliminate the ostream version of CheckBitcodeOutputToCo...
2009-08-23 Daniel DunbarFix off-by-one in llvm::Format::print.
2009-08-23 Daniel DunbarFix some refactos for iostream changes (in -Asserts...
2009-08-23 Chris Lattnerremove some uses of llvm/Support/Streams.h
2009-08-23 Chris Lattnerconvert LoopInfo.h and GraphWriter.h to use raw_ostream
2009-08-23 Chris Lattnereliminate DOUT and make Debug.h not include Streams...
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-08-23 Chris LattnerChange raw_fd_ostream to take flags as an optional...
2009-08-22 Chris Lattnerswitch formattedstream to use raw_ostream::indent....
2009-08-22 Chris Lattneradd a raw_ostream::indent method, to be used like:
2009-08-21 Reid KlecknerFix a bug where the DWARF emitter in the JIT was not...
2009-08-20 Dan GohmanAdd some comments clarifying what appear to be the...
2009-08-19 Daniel DunbarSwitch IRBuilder to using Twine references for names.
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!
next