remove the dead std::ostream APInt inserter
[oota-llvm.git] / include /
2009-08-23 Chris Lattnerremove the dead std::ostream APInt inserter
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 LattnerSwitch SubtargetFeature off of ostreams
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 Lattnereliminate the std::ostream forms of the bitcode writing...
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 Lattnerremove a few DOUTs here and there.
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-08-23 Chris Lattnereliminate the std::ostream form of WriteAsOperand and...
2009-08-23 Chris Lattnerremove the std::ostream version of module and type...
2009-08-23 Chris Lattnereliminate the "Value" printing methods that print to...
2009-08-23 Chris Lattnershoot a few more std::ostream print methods in the...
2009-08-23 Chris Lattnerremove various std::ostream version of printing methods...
2009-08-23 Chris Lattnerremove std::ostream versions of printing stuff for...
2009-08-23 Chris LattnerChange raw_fd_ostream to take flags as an optional...
2009-08-23 Chris LattnerThis was supposed to go with r79803
2009-08-23 Chris Lattnerconvert some stuff to work on raw_ostreams instead...
2009-08-23 Chris Lattnerremove some dead print method variants.
2009-08-23 Chris Lattnerremove dead PrefixPrinter class.
2009-08-23 Chris Lattnerremove a dead class.
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-22 Chris Lattnerfix a build error on the clang-i686-linux tester.
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Chris Lattnermcasminfo doesn't use std::string
2009-08-22 Chris Lattnerrename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for...
2009-08-22 Chris Lattnermove the MCAsmInfo .cpp/.h files into the right
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-22 Devang PatelRecord variable debug info at ISel time directly.
2009-08-22 Daniel Dunbarllvm-mc/Mach-O: Improve symbol table support:
2009-08-22 Daniel Dunbarllvm-mc/Mach-O: Sketch symbol table support.
2009-08-22 Daniel Dunbarllvm-mc/Mach-O: Move more logic for writing the Mach...
2009-08-22 Daniel Dunbarllvm-mc: Rename / redefine MCFragment::FileOffset to...
2009-08-22 Daniel Dunbarllvm-mc: Clean up some handling of symbol/section assoc...
2009-08-22 Daniel DunbarChange SmallString::operator{=,+=} to take a StringRef.
2009-08-22 Bob WilsonAdd new intrinsics for Neon vldN_lane and vstN_lane...
2009-08-21 Daniel DunbarMake MSVC happy.
2009-08-21 Daniel Dunbarllvm-mc/Mach-O: Support .o emission for .org and .align.
2009-08-21 Anton KorobeynikovImplement APInt <-> APFloat conversion for IEEE 128...
2009-08-21 Reid KlecknerFix a bug where the DWARF emitter in the JIT was not...
2009-08-21 Owen AndersonTry again at privatizing the layout info map, with...
2009-08-21 Daniel Dunbarllvm-mc/Mach-O: Support byte and fill value emission.
2009-08-21 Bob WilsonFix a comment.
2009-08-21 Benjamin KramerFix build on platforms where stdint.h is not implicitly...
2009-08-21 Daniel Dunbarllvm-mc: Start MCAssembler and MCMachOStreamer.
2009-08-21 Bob WilsonRemove Neon intrinsics for VZIP, VUZP, and VTRN. We...
2009-08-20 Owen AndersonRe-revert r79555. Apparently it's not just buildbot...
2009-08-20 Owen AndersonReapply r79555 for testing. Daniel's trying to work...
2009-08-20 Bill Wendling--- Reverse-merging r79555 into '.':
2009-08-20 Owen AndersonMake the StructType->StructLayout table private to...
2009-08-20 Dan GohmanRename hasNoUnsignedOverflow and hasNoSignedOverflow...
2009-08-20 Dan GohmanVarious comment and whitespace cleanups.
2009-08-20 Erick TryzelaarRename FirstExtendedValueType to INVALID_SIMPLE_VALUE_TYPE
2009-08-20 Dan GohmanAdd some comments clarifying what appear to be the...
2009-08-20 Dan GohmanReword a few comments for AnalyzeBranch and InsertBranc...
2009-08-19 Daniel DunbarAdd a fast path for setName("") on an unnamed value.
2009-08-19 David GreeneRemove an unnecessary include. Now we won't have circu...
2009-08-19 Daniel DunbarSwitch IRBuilder to using Twine references for names.
2009-08-19 David GreeneAdd missing includes.
2009-08-19 David GreeneAdd missing includes.
2009-08-19 David GreeneAdd missing includes.
2009-08-19 David GreeneAdd missing header.
2009-08-19 Eli FriedmanAdd triple parsing support for TCE.
2009-08-19 Dan GohmanUnbreak GetBufferSize() on uninitialized streams. This...
2009-08-19 Daniel DunbarSwitch to SmallString::str from SmallString::c_str...
2009-08-19 Daniel DunbarAdd SmallString::str (which returns a StringRef); this...
2009-08-19 Daniel DunbarRemove SmallString::append_*int* methods; how many...
2009-08-19 Daniel DunbarChange raw_svector_ostream to reserve the input buffer...
2009-08-19 Dan GohmanAdd an x86 peep that narrows TEST instructions to forms...
2009-08-19 Daniel DunbarSwitch raw_svector_ostream to use the vector as the...
2009-08-19 Daniel DunbarAdd SmallVector::{capacity,set_size}.
2009-08-19 Erick TryzelaarBasicBlock::getContext can no longer return a NULL...
2009-08-19 Owen AndersonReapply my less-lock-contention-in-leak-detector patch...
2009-08-19 David GoodwinUse the schedule itinerary operand use/def cycle inform...
2009-08-19 Erick TryzelaarExpose some extra functions to llvm-c
2009-08-19 Chris LattnerExuberantAsm is no more.
2009-08-19 Chris Lattnereliminate AsmPrinter::SwitchToSection and just have...
2009-08-19 Erick TryzelaarFix gcc-4.4/fedora 11 by adding a sentinel value to...
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 Jakob Stoklund OlesenSimplify RegScavenger::FindUnusedReg.
2009-08-18 Daniel DunbarRevert r78924, disabling buffering defeats all the...
2009-08-18 Daniel DunbarImprove Triple to recognize the OS in i386-mingw32.
2009-08-18 David GreeneMake various changes suggested by Chris.
2009-08-18 Daniel DunbarFix pasto in StringRef::count(char)
2009-08-18 Daniel DunbarAdd StringRef::count({char,StringRef})
2009-08-18 Dan GohmanGeneralize ScalarEvolution to be able to analyze GEPs...
2009-08-18 Misha BrukmanFixed spelling of MSP430.
2009-08-18 Chris LattnerMake AsmStreamer maintain a notion of the current secti...
2009-08-18 Daniel DunbarRecognize xscale as an ARM arch.
2009-08-18 Daniel DunbarAdd Triple matching for pic16 arch and solaris OS.
2009-08-18 Daniel DunbarAdd LLVMInitializeAllTargetInfos for C api, and update
next