Change APFloatTest from using ASSERTs to EXPECTs
[oota-llvm.git] / lib / Support /
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...
2009-07-26 Daniel DunbarSort list of targets in --version.
2009-07-26 Daniel DunbarOops, forgot XCore. Sorry XCore!
2009-07-26 Daniel DunbarUpdate for API change.
2009-07-26 Daniel DunbarUpdate Triple to use StringRef/Twine based APIs.
2009-07-26 Daniel DunbarRemove unused header
2009-07-26 Daniel DunbarKill Target specific ModuleMatchQuality stuff.
2009-07-26 Daniel DunbarAdd TargetRegistry::lookupTarget.
2009-07-25 Reid KlecknerAdded a test and fixed a bug in BumpPtrAllocator relati...
2009-07-25 Daniel DunbarSimplify JIT target selection.
2009-07-24 Daniel DunbarAllow llvm_report_error to accept a Twine.
2009-07-24 Daniel DunbarUpdate CMake
2009-07-24 Daniel DunbarAdd Twine ADT.
2009-07-24 Daniel DunbarSwitch to raw_ostream.
2009-07-23 David GreeneWrite space padding as one string to speed up comment...
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 Reid KlecknerReverting r76825 and r76828, since they caused clang...
2009-07-23 Zhongxing Xuadd header for 'memset'.
2009-07-23 Reid KlecknerParameterize the BumpPtrAllocator over a slab allocator...
2009-07-20 David GreeneHide the DOUT static variable behind a function interface.
2009-07-19 Nick LewyckyFix ConstantRange::unionWith. Also make it work a littl...
2009-07-18 Nick LewyckyReplace intersectWith with maximalIntersectWith. The...
2009-07-17 Daniel DunbarProvide slightly more refined error message when trying...
2009-07-16 Daniel DunbarAdd raw_null_ostream and llvm::nulls(), a raw_ostream...
2009-07-16 Dan GohmanUse size_t.
2009-07-16 Chris Lattneradd a knob to turn off PrettyStackTrace globally. ...
2009-07-16 Daniel DunbarAdd registered target list to --version output.
2009-07-15 Dan GohmanChange raw_ostream so that it doesn't call llvm_report_...
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Dan GohmanAdd a Force option to raw_fd_ostream to specify whether...
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Dan GohmanAdd a raw_ostream version of CheckBitcodeOutputToConsole.
2009-07-15 Dan GohmanCheck for errors on close(2) too. And lseek(2).
2009-07-15 Dan GohmanUse 0664 instead of 0644 for the default open mode...
2009-07-15 Daniel DunbarAllow multiple registrations of the same target.
2009-07-15 Daniel DunbarDetect write failures on raw_fd_ostream.
2009-07-15 Daniel DunbarFix stupid thinko
2009-07-15 Daniel DunbarAddress some review comments on TargetRegistry.
2009-07-15 Ted KremenekUpdate CMake file.
2009-07-15 Daniel DunbarAdd new TargetRegistry.
2009-07-14 Chris Lattnerminor syntax cleanup
2009-07-14 Ted KremenekUpdate CMake file.
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Torok EdwinAfter converting assert(0) to LLVM_UNREACHABLE we lost...
2009-07-13 Chris LattnerAdd NetBSD to the Triple class, patch by Krister Walfri...
2009-07-13 David GreeneMake some more changes suggested by Chris. Manipulator...
2009-07-13 Daniel DunbarSwitch to raw_ostream.
2009-07-13 Nick LewyckyFix an error in ConstantRange::getSignedMax on wrapped...
2009-07-13 Nick Lewycky'i8 full-range' sign extended to i16 should equal ...
2009-07-13 Nick LewyckyMultiply was very wrong for wrapped ranges. This suppli...
2009-07-13 Nick LewyckyFix a bug summing two full sets. The overflow checking...
2009-07-12 Daniel DunbarImprove sys::Path::makeAbsolute on Win32.
2009-07-12 Nick LewyckyImplement udiv for ConstantRanges.
2009-07-12 Nick LewyckyImplement ConstantRange::multiply based on the code...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
next