Add another required #include for freestanding .h files.
[oota-llvm.git] / include / llvm / Support /
2009-10-17 Victor HernandezRemove MallocInst from LLVM Instructions.
2009-10-14 Eric ChristopherOne more iteration here and a yet better way to solve it.
2009-10-14 Eric ChristopherFix the unused argument problem here a different way...
2009-10-14 Dan GohmanDelete bogus semicolons.
2009-10-14 Eric ChristopherRemove a bunch of unused arguments from functions,...
2009-10-13 Devang Patels/DebugLoc.CompileUnit/DebugLoc.Scope/g
2009-10-13 Douglas GregorAdd is_same type trait
2009-10-12 Jeffrey YasskinFix llvm.org/PR5160, to let CallbackVHs modify other...
2009-10-11 Chris Lattneradd a helper for matching "1".
2009-10-11 Chris Lattnerthere is no need to run mem2reg after jump threading...
2009-10-10 Chris Lattneradd some WeakVH::operator='s. Without these, assigning
2009-10-04 Evan ChengRename enum NumOccurrences to NumOccurrencesFlag since...
2009-10-01 Douglas GregorTeach CMake to look for bidirectional_iterator, iterato...
2009-10-01 Devang PatelAdd another MDNode into DebugLocTuple. This will be...
2009-09-29 Devang PatelOnly one custom meadata of each kind can be attached...
2009-09-28 Devang PatelDo not use global typedef for MDKindID.
2009-09-26 Chris Lattnerremove support for "NoSub" from regex. It seems like...
2009-09-26 Duncan SandsFor the NSWSub support in the builder to actually be...
2009-09-26 Duncan SandsAdd methods for creating NSW subtraction, as already...
2009-09-24 Chris Lattneradd and document regex support for FileCheck. You...
2009-09-24 Chris Lattnertidy up, fix a memory leak in Regex::isValid
2009-09-23 Dan GohmanCorrect a comment.
2009-09-23 Devang Patels/*Location/*DebugLocation/g
2009-09-23 John McCallMake the type traits for a const pointer defer to those...
2009-09-22 Devang PatelAdd SetLocation() to allow IRBuilder user to set locati...
2009-09-22 Devang PatelCheck exisiting dbg MDKind first.
2009-09-22 Daniel DunbarRevert "Don't allow formatted_ostream to be unbuffered...
2009-09-22 Daniel DunbarAdd a TrackingVH value handle.
2009-09-21 Daniel DunbarDon't allow formatted_ostream to be unbuffered, even...
2009-09-20 Chris Lattnersmallvectorize getExtraOptionNames
2009-09-20 Daniel DunbarA few more tabs -> spaces.
2009-09-20 Chris Lattnerconvert a bunch more stuff to use StringRef. The ArgNa...
2009-09-19 Daniel DunbarStrip trailing whitespace.
2009-09-19 Daniel DunbarRHS of assignment should be const reference.
2009-09-19 Chris Lattnerconvert a bunch of std::strings to use StringRef. ...
2009-09-18 Chris Lattnerremove an extraneous mem2reg pass early in the pipe...
2009-09-18 Chris Lattnerreduce indentation by using an early exit, and add...
2009-09-18 Anton KorobeynikovAllow symbols to start from the digit if target request...
2009-09-17 Julien LerougeUse __attribute__((__used__)) if GCC >= 3.1 (seems...
2009-09-16 Devang PatelAdd an interface to attach debugging information with...
2009-09-15 Daniel DunbarDrop the raw_ostream required buffer size to 1.
2009-09-15 Dan GohmanFix apostrophos.
2009-09-11 Dan GohmanFix llvm-extract's "writing bitcode to a terminal"...
2009-09-11 Chris Lattneradd a new Mangler::getNameWithPrefix API which returns the
2009-09-09 Sean CallananAdded an abstract superclass, MCDisassembler, for
2009-09-09 Jeffrey YasskinMake TypeBuilder's result depend on the LLVMContext...
2009-09-08 Dan GohmanUse MemoryBuffer::getBufferIdentifier() in the AsmPrint...
2009-09-06 Duncan SandsChange "const static" to "static const", as warned...
2009-09-06 Duncan SandsMark more constants unsigned, as warned about by icc...
2009-09-06 Duncan SandsPublic and private corrections, warned about by icc...
2009-09-06 Duncan SandsRemove unneeded declaration, as warned about by
2009-09-03 Dan GohmanRevert 80959. It isn't sufficient to solve the full...
2009-09-03 Dan GohmanRemove the API for creating ConstantExprs with the...
2009-09-03 Gabor Greifback out my recent commit (r80858), it seems to break...
2009-09-03 Gabor Greifre-commit r66920 (which has been backed out in r66953...
2009-09-02 Dan GohmanAdd convenience functions for reading in LLVM IR that...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
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.
next