Remove target triple from this test, it fails on x86-64 with
[oota-llvm.git] / lib / Support /
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-25 Oscar FuentesCMake: updated list of source files.
2009-08-24 Daniel DunbarAdd llvm::Triple::getArchTypePrefix for getting the...
2009-08-24 Dan GohmanCorrectly account for the Spaces array nul terminator...
2009-08-24 Dan Gohmanraw_ostream::indent is used for PadToColumn which often...
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-24 Dan GohmanUnbreak the build for HAVE_GV platforms.
2009-08-23 Oscar FuentesCMake: Updated library dependencies and list of source...
2009-08-23 Chris Lattnerremove the dead std::ostream APInt inserter
2009-08-23 Chris Lattnerfix some problems with my last patch which happen when...
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 Chris Lattnerclean up #includes.
2009-08-23 Benjamin KramerKill off more cerr/cout uses and prune includes a bit.
2009-08-23 Benjamin KramerRemove uses of Streams.h from CommandLine.cpp, fix...
2009-08-23 Benjamin KramerFix windows build.
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 Anton KorobeynikovFix typo.
2009-08-21 Anton KorobeynikovImplement APInt <-> APFloat conversion for IEEE 128...
2009-08-21 Erick TryzelaarClean up the APInt function getDigit.
2009-08-21 Eric ChristopherUpdate error messages for '+'. Fix grammar and make...
2009-08-21 Eric ChristopherFix trailing whitespace and 80-col violation.
2009-08-21 Erick TryzelaarFix bug with APInt::getBitsNeeded with for base 10...
2009-08-21 Erick TryzelaarAllow '+' to appear in APInt strings, and add more...
2009-08-20 Erick TryzelaarAdd support for including '+' in APFloat strings, more...
2009-08-20 Dan GohmanAdd a comment explaining why llvm_unreachable_internal...
2009-08-20 Daniel DunbarFix two APFloat bugs in converting hexadecimal constants.
2009-08-19 Eli FriedmanAdd triple parsing support for TCE.
2009-08-19 Daniel DunbarSwitch to SmallString::str from SmallString::c_str...
2009-08-19 Daniel DunbarChange raw_svector_ostream to reserve the input buffer...
2009-08-19 Daniel DunbarSwitch Twine::str() to use toVector(), which is now...
2009-08-19 Daniel DunbarSwitch raw_svector_ostream to use the vector as the...
2009-08-19 Daniel DunbarSpeculatively revert r79375, which may be breaking...
2009-08-19 Daniel Dunbarraw_ostream: Simplify write(unsigned char) to match...
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 DunbarSpeed up raw_ostream::<<(unsigned long long) for 32...
2009-08-18 Dan GohmanFix a bug in raw_ostream::write(char) introduced by...
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 Erick TryzelaarFix an uninitialized value warning in APFloat.
2009-08-18 Daniel DunbarFix Triple to recognize the 'bfin' arch.
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-17 Chris Lattnerthe MinPad argument to PadToColumn only really makes...
2009-08-16 Erick TryzelaarModify APFloat to take a StringRef instead of a c string.
2009-08-15 Dan GohmanMingw also doesn't have st_blksize.
2009-08-15 Dan GohmanAlways check to see if raw_fd_ostream's file descriptor...
2009-08-15 Dan GohmanAdd support for column computation on unbuffered streams.
2009-08-15 Dan GohmanMove FormattedStream's write_impl out of line.
2009-08-15 Dan GohmanRemove an unnecessary #include.
2009-08-14 Chris Lattnerfix "pc" to be lower case in a target triple, patch...
2009-08-13 Dan GohmanWhen standard output is a terminal, set outs() to be...
2009-08-13 Dan GohmanFix a compiler warning about comparing signed with...
2009-08-13 Dan GohmanAdd an assert to check copy_to_buffer's precondition.
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 GohmanMove SetBufferSize and SetUnbuffered out of line.
2009-08-13 Dan GohmanFix the buffer handling logic so that write_impl is...
2009-08-13 Daniel DunbarConvert APint::{fromString,APInt,getBitsNeeded} to...
2009-08-12 Dan GohmanThis void is implicit in C++.
2009-08-12 Dale JohannesenAdd attempted idiotproofing comment per review.
2009-08-12 Dale JohannesenFix a nondeterministic bug in APInt::roundToDouble;
2009-08-12 Chris Lattnerthe x86 version of the name is x86-64, not x86_64....
2009-08-12 Chris Lattneradd support for mingw64 target triples.
2009-08-12 Chris Lattneradd a couple of helpers to the Triple class for decoding
2009-08-11 Chris Lattneradd a trivial line # cache to SourceMgr to make repeate...
2009-08-10 Daniel DunbarAdd support for a user supplied pointer argument to...
2009-08-05 Dan GohmanFix FindExecutable to use sys::Path::GetMainExecutable...
2009-08-05 Dan Gohmancerr isn't buffered so it doesn't need to be flushed.
2009-08-03 Daniel DunbarRemove now unused arguments from TargetRegistry::lookup...
2009-08-03 Daniel DunbarPass target triple string in to TargetMachine constructor.
2009-08-02 Jakob Stoklund OlesenAnalog Devices Blackfin back-end.
2009-08-02 Benjamin KramerRemove duplicated colons and spaces.
2009-08-02 Daniel DunbarAdd missing flush().
2009-07-31 Ted KremenekUpdate CMake files.
2009-07-31 Dan GohmanRemove Annotation.h, which is no longer used in the...
2009-07-30 Daniel DunbarTwine: Directly support int, long, and long long types.
2009-07-30 Daniel DunbarTwine: Use raw_ostream::write_hex, remove unused itohex...
2009-07-30 Daniel DunbarAdd raw_ostream::write_hex
2009-07-30 Daniel DunbarTwine: Provide [u]int{32,64} conversions via implicit...
2009-07-29 Daniel DunbarPerform simplification noticed by Reid.
2009-07-29 David GreeneRe-apply previous changes and improve column padding...
2009-07-29 Daniel DunbarTwines: Support numeric conversion directly (uitostr...
2009-07-29 Daniel Dunbarraw_ostream: Follow the 32-bit path when printing ...
2009-07-29 Daniel DunbarRevert r77397, it causes significant regressions in...
2009-07-28 David GreeneImprove performance of PadToColumn by eliminating flushes.
2009-07-27 Dan GohmanMake raw_null_ostream flush its buffer in its destructo...
2009-07-27 Dan GohmanAdd an assertion check to raw_ostream's destructor...
next