Support/CommandLine: Add "Did you mean" print for mismatched operands.
[oota-llvm.git] / lib / Support /
2010-11-28 Jay FoadPR5207: change APInt::doubleToBits() and APInt::floatTo...
2010-11-27 Benjamin KramerRemove PIC16 remnants.
2010-11-27 Daniel Dunbarraw_ostream::write_escaped: Add a UseHexEscapes argument.
2010-11-26 Michael J. SpencerFix Whitespace.
2010-11-26 Jakob Stoklund OlesenMove tree navigation to a new Path class that doesn...
2010-11-23 Chris Lattneradd a MemoryBuffer::getOpenFile method, which turns...
2010-11-23 Chris LattnerRevert functionality doug added in r98575 that was...
2010-11-19 Rafael EspindolaFix a use after free. Patch by Frits van Bommel.
2010-11-19 Jakob Stoklund OlesenAdd ADT/IntervalMap.
2010-11-19 Jakob Stoklund OlesenRevert "Add ADT/IntervalMap.", GCC doesn't like it.
2010-11-19 Jakob Stoklund OlesenAdd ADT/IntervalMap.
2010-11-19 Dale JohannesenAligned and unaligned copies of the same string
2010-11-18 Dan GohmanBounds-check APInt's operator[].
2010-11-17 Chris Lattnernow that AsmPrinter::EmitInlineAsm is factored right...
2010-11-13 Daniel Dunbarreport_fatal_error: Simplify a possible ambiguity.
2010-11-07 Ted KremenekFix memory leak in StringRef::edit_distance(). 'Alloca...
2010-11-05 Daniel DunbarCrashRecoveryContext: Add RunSafelyOnThread helper...
2010-11-03 Mikhail GlushenkovRename FindExecutable to PrependMainExecutablePath.
2010-11-03 Dan GohmanPrint an error as one big string instead of breaking...
2010-11-02 Mikhail GlushenkovRevert r118057, this is better fixed in appendSuffix...
2010-11-02 Dan GohmanDon't append a dot on platforms which don't use exe...
2010-11-02 Mikhail GlushenkovFindExecutable: remove the executability check.
2010-10-29 Dan GohmanFix these error messages to be less confusing. These...
2010-10-28 Mikhail GlushenkovRemove an unnecessary check and an unnecessary temporary.
2010-10-19 Douglas GregorExtend StringRef's edit-distance algorithm to permit...
2010-10-19 NAKAMURA Takumilib/Support/raw_ostream.cpp: Fix Cygwin's build.
2010-10-18 Daniel DunbarCrashRecoveryContext: Add missing return, so that the...
2010-10-17 Oscar FuentesBuild with RTTI and exceptions disabled. Only in GCC...
2010-10-14 Francois PichetAlways use binary mode for output stream. This is impor...
2010-10-14 Chris Lattnerfix a bug I introduced, no idea how this didn't repro...
2010-10-14 Chris Lattneradd uadd_ov/usub_ov to apint, consolidate constant...
2010-10-13 Chris Lattnerconstify these methods.
2010-10-13 Chris Lattneradd a few operations for signed operations that also
2010-10-07 John ThompsonUnbreak cmake build.
2010-10-07 Dan GohmanMove tool_output_file into its own file.
2010-10-05 Dan GohmanAfter printing "Running 'Graphviz' program... " and...
2010-09-30 Benjamin KramerGrow BumpPtrAllocator's slab size dynamically if we...
2010-09-28 Oscar FuentesRemoved a bunch of unnecessary target_link_libraries.
2010-09-28 Nick LewyckyMake ConstantRange::makeICmpRegion handle all the edge...
2010-09-27 Benjamin KramerPush twines deeper into SourceMgr's error handling...
2010-09-27 Dan GohmanDelete an unused declaration.
2010-09-27 Dan GohmanAdd support for viewing graphviz graphs with xdot.py.
2010-09-16 Duncan SandsAdd better support for environment portion of triple...
2010-09-16 Duncan SandsSome versions of gcc still warn about "ignoring return...
2010-09-07 Nick LewyckyCreate PTX backend. Patch by Che-Liang Chiou!
2010-09-07 Nick LewyckyAdd completely hokey binary-and and binary-or operation...
2010-09-06 Nick LewyckyAdd a new isSignWrappedSet() method to ConstantRange.
2010-09-02 Dan GohmanUse the FindProgramByName fallback only with known...
2010-09-02 John McCallAfter some discussion with djg, teach SmallVector to...
2010-09-02 NAKAMURA Takumillvm::FindExecutable(): Retrieve the name with suffix...
2010-09-01 Dan GohmanMake tool_output_file's raw_ostream instance a member...
2010-08-30 Duncan SandsRemove a hack that tries to understand incorrect triple...
2010-08-26 Benjamin KramerStringRef::compare_numeric also differed from StringRef...
2010-08-26 Benjamin KramerDo unsigned char comparisons in StringRef::compare_lowe...
2010-08-24 Dan GohmanUse Bits.data() instead of &Bits[0].
2010-08-23 Benjamin KramerAvoid O(n*m) complexity in StringRef::find_first(_not...
2010-08-20 Benjamin KramerUpdate CMake build.
2010-08-20 Dan GohmanDelete SlowOperationInformer, which is no longer used.
2010-08-20 Dan GohmanMake outs() close its file when its stream is destructe...
2010-08-20 Dan GohmanDelete raw_stdout_ostream and raw_stderr_ostream, which...
2010-08-20 Dan GohmanMove raw_ostream's Error flag into raw_fd_ostream,...
2010-08-20 Dan GohmanIntroduce a new tool_output_file class, which extends...
2010-08-19 Dale JohannesenDo not assert when reading an exponent out of range.
2010-08-18 Dan GohmanMake raw_fd_ostream consider itself the owner of STDOUT...
2010-08-18 Dan GohmanTidy.
2010-08-18 Dan GohmanRevert r111321. This doesn't fix a problem.
2010-08-18 Chris Lattnerstomp some more undefined behavior, PR7775.
2010-08-17 Chris Lattnerinclude config.h to get config params, hopefully unbrea...
2010-08-17 Chris LattnerFix the rest of rdar://8318441 which happens when a...
2010-08-17 Chris Lattnerreport_fatal_error can't use errs(), because errs(...
2010-08-17 Daniel DunbarCrashRecovery: Clear the current context on the first...
2010-08-17 Daniel DunbarCrashRecovery: Add CrashRecoveryContext::GetCurrent...
2010-08-17 Daniel DunbarCrashRecovery: Make CrashRecoveryContext static methods...
2010-08-17 Jim Grosbachremove trailing whitespace
2010-08-16 Dan GohmanAdd hooks to FoldingSetTrait to allow specializations...
2010-08-16 Dan GohmanReverse the order of GetNodeProfile's arguments, for...
2010-08-12 Duncan SandsAdd a 'normalize' method to the Triple class, which...
2010-08-11 Nick LewyckyClean up ConstantRange a bit:
2010-08-08 Eric ChristopherFix a couple of warnings.
2010-08-07 Benjamin KramerRoll back my last two commits, valgrind complains.
2010-08-07 Benjamin KramerKill rarely used std::sort.
2010-08-07 Owen AndersonRemove layering violation.
2010-08-07 Owen AndersonAdd an inverse() method to ConstantRange.
2010-08-07 Owen AndersonAdd a convenience constructor.
2010-08-03 Chris Lattneravoid undef behavior on minint, fixing PR7783.
2010-07-30 Daniel DunbarFix -Wmissing-field-initializers warnings.
2010-07-29 Daniel DunbarCrashRecovery: Use ThreadLocal::erase() instead of...
2010-07-29 Daniel DunbarMake sure to include config.h, to pickup LLVM_ON_WIN32.
2010-07-29 Daniel DunbarCrashRecoveryContext: Add a simple POSIX implementation.
2010-07-28 Douglas GregorUnbreak my CMake build, say you'll compile for me again...
2010-07-28 Daniel DunbarSupport: Add CrashRecoveryContext helper object.
2010-07-14 Benjamin KramerDon't pass StringRef by reference.
2010-07-07 Chris Lattneradd some triple for minix, patch by Kees van Reeuwijk...
2010-06-30 Duncan SandsRather than giving SmallPtrSetImpl a member field Small...
2010-06-28 Eric ChristopherFix thinko.
2010-06-28 Eric ChristopherPull in the libCrashReporterClient.a information with...
2010-06-25 Benjamin KramerRewrite MemoryBuffer::getSTDIN to use read(2) and a...
2010-06-25 Benjamin KramerBring back the empty vector workaround I removed in...
2010-06-25 Benjamin KramerTweak MemoryBuffer to allocate the class itself, the...
2010-06-24 Dan GohmanAdd overloads for getFile and getFileOrSTDIN which...
next