Minor cleanup. No functional changes intended.
[oota-llvm.git] / lib / Support /
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.
2009-07-11 Nick LewyckyFix handling of max and full set.
2009-07-11 Nick LewyckyClarify and simplify.
2009-07-11 Torok EdwinConvert more assert(0)+abort() -> LLVM_UNREACHABLE,
2009-07-11 Nick LewyckyMove a method that creates constant ranges relative...
2009-07-10 David GreeneMake changes suggested by Chris and eliminate newly...
2009-07-09 David GreeneAdd some hooks that a redesigned AsmStream needs to...
2009-07-09 Dan GohmanRevert the part of 75177 that split ConstantRange into...
2009-07-09 Dan GohmanAdd a ConstantSignedRange class, which does for signed...
2009-07-09 David GreeneAdd support for other GraphViz display tools. This...
2009-07-08 David GreeneAllow users of GraphWriter to display graphs asynchrono...
2009-07-07 Mike StumpFix build.
2009-07-07 Owen AndersonHave scoped mutexes take referenes instead of pointers.
2009-07-07 Torok EdwinFix braces.
2009-07-07 Torok EdwinIntroduce new error handling API.
2009-07-02 Chris Lattnerswitch the .ll parser to use SourceMgr.
2009-07-02 Chris Lattneradd an explicit class for holding llvm::SourceMgr diagn...
2009-07-01 Daniel DunbarTweak FindExecutable so that relative executable paths...
2009-07-01 Daniel DunbarFix FindExecutable to work if given an absolute executa...
2009-06-30 Dan GohmanReapply 74494, this time removing the conflicting defin...
2009-06-30 Bill WendlingTemporarily revert r74494. It was causing failures...
2009-06-30 Owen AndersonFix the build on Cygwin. Patch by Aaron Gray.
2009-06-30 Dan GohmanDefine an operator<< for APInt to be used with std...
2009-06-30 Daniel DunbarNormalize SourceMgr messages.
2009-06-29 Duncan SandsAdd triple for OpenBSD.
2009-06-26 Owen AndersonUse atomic operations for accessing this global counter.
next