Change errs() to dbgs().
[oota-llvm.git] / lib / Support /
2009-12-23 David GreeneClarify how dbgs() operates.
2009-12-23 Chris Lattnersizeof(char) is always 1.
2009-12-23 Douglas GregorDe-bork CMake build
2009-12-23 David GreeneProvide dbgs(), a circular-buffering debug output strea...
2009-12-23 David GreeneAdd circular_raw_ostream, which buffers its output...
2009-12-19 Chris LattnerMake some methods const. The only interesting change...
2009-12-16 Chris Lattnernow that libsystem no longer uses SmallVector, we can...
2009-12-14 Dan GohmanMicro-optimize these functions in the case where they...
2009-12-09 Daniel DunbarDeltaAlgorithm: Add a virtual destructor and home.
2009-12-04 Daniel DunbarFix typo and add missing include.
2009-12-03 Dan GohmanPrint a newline after the Args: line so that unrelated...
2009-12-03 Daniel DunbarAdd an implementation of the delta debugging algorithm.
2009-12-01 Chris Lattnerreturn more useful error messages by using strerror...
2009-11-25 Douglas GregorPerform explicit instantiations in the proper namespace...
2009-11-22 Daniel DunbarSourceMgr: Add ShowLine argument to PrintMessage, to...
2009-11-20 Mikhail GlushenkovMove the handling of CommaSeparated options into Provid...
2009-11-19 Daniel DunbarUse StringRef::min instead of std::min.
2009-11-19 Mikhail GlushenkovTrailing whitespace.
2009-11-19 Edward O'CallaghanAdd PS3 Triple class, Credit to John Thompson.
2009-11-17 Viktor KutuzovAdded getArchNameForAssembler method to the Triple...
2009-11-17 Benjamin KramerRevert CPU detection code to return "generic" instead...
2009-11-17 Owen AndersonFix a race condition in the Timer class.
2009-11-15 Edward O'CallaghanAdd PSP OS Target to Triple, Credit to Bruno Cardoso...
2009-11-14 Daniel DunbarReport the detected host CPU in --version.
2009-11-13 Rafael EspindolaDistinguish "a," from "a". The first one splits into...
2009-11-13 Rafael EspindolaSwitch to smallvector. Also fix issue with using unsige...
2009-11-13 Rafael EspindolaAdd a new split method to StringRef that puts the subst...
2009-11-12 Benjamin KramerAdd compare_lower and equals_lower methods to StringRef...
2009-11-12 Nuno Lopesfix crash in my previous patch
2009-11-12 Nuno Lopesimplement shl, ashr, and lshr methods. shl is not fully...
2009-11-11 Sandeep PatelShow command-line args and features passed into backend...
2009-11-11 Daniel DunbarAdd From arguments to StringRef search functions, and...
2009-11-10 Daniel DunbarFix MemoryBuffer::getSTDIN to *not* return null if...
2009-11-09 Nuno Lopesadd zextOrTrunc and sextOrTrunc methods, that are simil...
2009-11-09 Xerxes RanbyMake lib/Support/Debug.cpp SetCurrentDebugType implemen...
2009-11-07 Mikhail GlushenkovTrailing whitespace.
2009-11-06 Daniel DunbarPass StringRef by value.
2009-11-04 Duncan SandsA value is only assigned to errno if NumRead equals...
2009-11-03 Duncan SandsMake this code more robust by not thinking we are makin...
2009-10-28 Chris Lattneradd a new 'SetCurrentDebugType' API (requested by Andre...
2009-10-28 Evan ChengRemove getIEEEFloatParts and getIEEEDoubleParts. They...
2009-10-27 Evan ChengAdd new APFloat methods that return sign, exp, and...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-23 Dale JohannesenCommit fixes for half precision I noted in review, so
2009-10-17 Daniel DunbarMove UnescapeString to a static function for its sole...
2009-10-17 Daniel DunbarRemove llvm::EscapeString, raw_ostream::write_escaped...
2009-10-17 Daniel DunbarAdd raw_ostream::write_escaped, for writing escaped...
2009-10-17 Daniel DunbarMove StringMap's string has function into StringExtras.h
2009-10-16 Chris LattnerAdd half precision floating point support (float16...
2009-10-16 Chris Lattneradd haiku support, patch by Paul Davey!
2009-10-06 Jeffrey Yasskinr83391 was completely broken since Twines keep referenc...
2009-10-06 Nicolas GeoffrayBugfix for the CommaSeparated option. The original...
2009-10-06 Jeffrey YasskinFix PR5112, a miscompilation on gcc-4.0.3. Patch by...
2009-09-27 Torok EdwinAvoid using mutex locks if not in multithreaded mode...
2009-09-26 Chris Lattnerremove support for "NoSub" from regex. It seems like...
2009-09-24 Chris Lattneradd and document regex support for FileCheck. You...
2009-09-24 Chris Lattnerwrap long lines.
2009-09-24 Chris Lattnertidy up, fix a memory leak in Regex::isValid
2009-09-24 Chris Lattnerreapply r82348 with a fix, thanks Jeffrey.
2009-09-24 Jeffrey YasskinRoll back r82348, which introduced an infinite loop...
2009-09-22 Daniel DunbarSwitch FoldingSet::AddString to StringRef based API.
2009-09-22 Daniel DunbarWorkaround what I believe is an MSVC bug where it emits...
2009-09-20 Chris Lattnersimplify as daniel suggests
2009-09-20 Chris Lattnertidy up
2009-09-20 Chris Lattnersmallvectorize getExtraOptionNames
2009-09-20 Chris Lattnerminor cleanups.
2009-09-20 Chris Lattnerstrength reduce further StringRef-> const char*, saving...
2009-09-20 Chris Lattnerswitch an std::string to StringRef, shaving 400 bytes...
2009-09-20 Chris Lattnerthe switch from std::map -> StringMap caused --help...
2009-09-20 Chris Lattnereliminate the duplicate detection loop, moving it into...
2009-09-20 Chris LattnerEliminate a masochistic "algorithm" loop, shrinking...
2009-09-20 Chris Lattnerdon't use count + insert, just do insert + failure...
2009-09-20 Chris Lattnerswitch to SmallPtrSet instead of std::set, saving 1K...
2009-09-20 Chris Lattnerchange an std::sort to an array_pod_sort call, shrinkin...
2009-09-20 Chris LattnerSeveral changes together in a murky mess:
2009-09-20 Daniel DunbarFix refacto, this code was expecting to stride past...
2009-09-20 Daniel DunbarTabs -> spaces, and remove trailing whitespace.
2009-09-20 Chris Lattnerconvert argname to StringRef, simplifying LookupOption.
2009-09-20 Chris Lattnerconvert 'Value' to StringRef which makes it easier to
2009-09-20 Chris LattnerChange CommaSeparated processing to do it with StringRe...
2009-09-20 Chris Lattnerrewrite ParseCStringVector in terms of stringref.
2009-09-20 Chris Lattnermove a couple non-trivial methods out of line, add new
2009-09-20 Chris Lattnercoding style cleanup
2009-09-20 Chris Lattnerconvert a bunch more stuff to use StringRef. The ArgNa...
2009-09-20 Chris Lattneravoid a bunch of malloc thrashing for PositinoalVals...
2009-09-19 Chris LattnerAvoid some temporary strings.
2009-09-19 Chris Lattneradd some more overloads of StringRef::getAsInteger for
2009-09-19 Chris Lattnerprovide a "strtoull" operation that works on StringRef's.
2009-09-19 Chris Lattnerconvert a bunch of std::strings to use StringRef. ...
2009-09-19 Benjamin KramerTry to speed up the slowest parts of the CommandLine...
2009-09-17 Chris Lattneradd a version of the APFloat constructor that initializ...
2009-09-16 Daniel DunbarAdd StringRef::{rfind, rsplit}
2009-09-15 Daniel DunbarDrop the raw_ostream required buffer size to 1.
2009-09-11 Ted KremenekUpdate CMake files.
2009-09-11 Dan GohmanFix llvm-extract's "writing bitcode to a terminal"...
2009-09-09 Chris Lattnercanonicalize namespace gymnastics
2009-09-09 Daniel DunbarAdd comment re: clang dependency.
2009-09-09 Sean CallananAdded an abstract superclass, MCDisassembler, for
2009-09-09 Evan ChengMake sure the memory range is writable before memset...
2009-09-08 Daniel DunbarAdd Triple::getArchTypeForDarwinArchName, which convert...
next