Micro-optimization: don't shift an entire bitcode record over to get the code.
[oota-llvm.git] / lib / Support /
2013-05-10 Alexander KornienkoBetter output for long help strings for command-line...
2013-05-08 Daniel MaleaAdd line tracking support to FormattedStream
2013-05-06 Andrew TrickImplemented public interface for modifying registered...
2013-05-06 Andrew TrickSupport command line option categories.
2013-05-05 Dmitri GribenkoAdd ArrayRef constructor from None, and do the cleanups...
2013-05-04 Tim NorthoverAArch64: use __clear_cache under GCCish environments
2013-05-04 Tim NorthoverAllow host triple to be correctly overridden in CMake...
2013-05-03 Ulrich Weigand[SystemZ] Support System Z as host architecture
2013-05-03 Richard Sandiford[SystemZ] Add llvm::Triple::systemz
2013-05-03 Benjamin KramerX86: Add target description for btver2; make autodetect...
2013-05-01 Aaron BallmanFixes a buffer overrun where the allocated buffer wasn...
2013-04-28 Benjamin KramerInline variable into the #ifdef block where it's used.
2013-04-27 Joerg SonnenbergerFix typo. Stupid me.
2013-04-27 Joerg SonnenbergerOnly use cxxabi.h's demangler, if it is actually available.
2013-04-23 Aaron BallmanTesting for _XCR_XFEATURE_ENABLED_MASK instead of a...
2013-04-23 Alexey SamsonovFixup for r180094: properly use MSan interface functions
2013-04-23 Alexey SamsonovTell MSan that memory initialized by libz is valid
2013-04-23 Hans WennborgAdd llvm_unreachable after fully covered switch to...
2013-04-23 Alexey SamsonovAdd more guards around zlib-dependent code
2013-04-23 Alexey SamsonovAdd basic zlib support to LLVM. This would allow to...
2013-04-22 Reid Kleckner[Support] Fix argv string escape bug on Windows
2013-04-22 Craig TopperConvert windows line endings to linux/unix line endings.
2013-04-15 Rafael EspindolaMake the host endianness check an integer constant...
2013-04-11 Rafael EspindolaAdd a function to check if an argument list is too...
2013-04-05 Douglas Gregor<rdar://problem/13551789> Fix a race in the LockFileMan...
2013-04-05 Douglas Gregor<rdar://problem/13551789> Fix yet another race in uniqu...
2013-04-05 Michael J. Spencer[Support][FileSystem] Fix identify_magic for big endian...
2013-04-05 Reid Kleckner[Support] Disable assertion dialogs from the MSVC debug CRT
2013-04-03 Aaron BallmanEnsuring that both bits are set, and not just a combina...
2013-04-03 Aaron BallmanTesting for Visual Studio 2010 SP1 or greater before...
2013-04-03 Aaron BallmanSecond pass at addressing PR15351 by explicitly checkin...
2013-04-03 Aaron BallmanRolling back the AVX support patch due to breaking...
2013-04-03 Aaron BallmanAttempting to fix the build on older GCC versions.
2013-04-03 Aaron BallmanThis patch addresses PR15351 by explicitly checking...
2013-03-30 Benjamin KramerPut private class into an anonmyous namespace.
2013-03-29 Jean-Luc DupratSmallVector and SmallPtrSet allocations now power-of...
2013-03-29 Rafael EspindolaRevert "Fix allocations of SmallVector and SmallPtrSet...
2013-03-29 Jean-Luc DupratFix allocations of SmallVector and SmallPtrSet so they...
2013-03-27 Chad RosierDon't try to generate crash diagnostics if we had an...
2013-03-27 Chad RosierAdd a boolean parameter to the llvm::report_fatal_error...
2013-03-26 Chad RosierAdd a boolean parameter to the ExecuteAndWait static...
2013-03-26 Nick LewyckyAdd missing file to cmake build.
2013-03-26 Nick LewyckyAdd a new watchdog timer interface. The interface does...
2013-03-22 Chandler CarruthRevert r177543: Add timing of the IR parsing code with...
2013-03-21 Douglas Gregor<rdar://problem/13477190> On Darwin, use DARWIN_USER_TE...
2013-03-20 Jakub StaszakUse pre-inc, pre-dec when possible.
2013-03-20 Eli BenderskyAdd timing of the IR parsing code with a new -time...
2013-03-20 Hao LiuFix AsmPrinter crashes with assertion. Bug 15318 in...
2013-03-15 Michael J. Spencer[Support][Path][Windows] Fix dangling else. Don't call...
2013-03-14 Akira HatanakaAndroid uses cacheflush(long start, long end, long...
2013-03-14 Michael J. Spencer[Support] Fix lifetime of file descriptors when using...
2013-03-12 Matt Beaumont-GayDon't crash if write_impl() leaves less buffer space...
2013-03-12 Michael J. Spencer[Support][Path] Don't inf loop if creating the parent...
2013-03-12 Michael J. Spencer[Support][MemoryBuffer] Use sys::fs::mapped_file_region...
2013-03-09 Craig TopperRemove an unused member variable from HelpPrinter....
2013-03-08 Jan Wen VoungDisable statistics on Release builds and move tests...
2013-03-01 Argyrios KyrtzidisIn llvm::MemoryBuffer::getFile() remove an unnecessary...
2013-02-28 Argyrios Kyrtzidis[PathV2] In llvm::sys::fs::unique_file, make sure it...
2013-02-26 Roman DivackyAdd support for autodetection of ADM bdver2.
2013-02-21 Eli BenderskyPreviously, parsing capability of the .debug_frame...
2013-02-21 David BlaikieProvide a "None" value for convenience when using Optio...
2013-02-20 Pedro Artigasas the allocator is reset zero out the number of bytes...
2013-02-20 Erik VerbruggenFix accidental concatenation for "outputuntil" in the...
2013-02-20 Dan GohmanRewrite comments.
2013-02-20 Krzysztof ParzyszekAdd comment in Memory.inc explaining r175646.
2013-02-20 Dan GohmanSIGQUIT is a "kill" signal, rather than an "int" signal...
2013-02-20 Krzysztof ParzyszekOn PowerPC, the cache-flush instructions dcbf and icbi...
2013-02-20 Jakub StaszakMove part of APInt implementation from header to cpp...
2013-02-19 Dan GohmanUpdate a portability kludge to keep it in sync with...
2013-02-19 Dan GohmanWhitelist files and block devices instead of blacklisti...
2013-02-19 Dan GohmanDon't trust st_size of a character device. This fixes...
2013-02-19 Alexey SamsonovFix initialization-order bug in llvm::Support::TimeValu...
2013-02-15 Benjamin KramerMake helpers static. Add missing include so LLVMInitial...
2013-02-14 Evgeniy StepanovWorkaround an MSan false positive.
2013-02-12 Guy BenyeiAdd static cast to unsigned char whenever a character...
2013-02-04 Evgeniy StepanovMore MSan/ASan annotations.
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.
2013-01-31 Evgeniy StepanovAnnotate BumpPtrAllocator for MemorySanitizer.
2013-01-30 Dmitri GribenkoMove UTF conversion routines from clang/lib/Basic to...
2013-01-28 Edwin VaneFix gcc/printf/ISO C++ warning
2013-01-25 Benjamin KramerAPFloat: Make sure that we get a well-formed x87 NaN...
2013-01-25 Andrew TrickScheduleDAG: colorize the DOT graph and improve formatting.
2013-01-22 Eli BenderskyInitial patch for x32 ABI support.
2013-01-22 Tim NorthoverMake APFloat constructor require explicit semantics.
2013-01-18 Jordan RoseAdd llvm::hexDigitValue to convert single characters...
2013-01-16 Peter CollingbourneIntroduce llvm::sys::getProcessTriple() function.
2013-01-14 Timur IskhodzhanovRevert r171829 "Split changeset_ty using iterators...
2013-01-13 Dmitri GribenkoRemove redundant 'llvm::' qualifications
2013-01-11 Jordan RoseSMDiagnostic: don't emit ranges if there are /any/...
2013-01-10 Jordan RoseAdd basic fix-its to SMDiagnostic.
2013-01-10 Douglas GregorFix a race condition in the lock-file manager: once...
2013-01-10 Douglas GregorFix a race condition in llvm::sys::path::unique_file...
2013-01-09 Argyrios KyrtzidisMove the internal PrintStackTrace function that is...
2013-01-08 Nick KledzikFix memory leak in YAML I/O.
2013-01-08 Eric ChristopherRemove the llvm-local DW_TAG_vector_type tag and add...
2013-01-08 Lenny MaioraniSplit changeset_ty using iterators instead of loops.
2013-01-08 Eric ChristopherRemove what appears to be a dead llvm-specific debug...
2013-01-07 Jordan RoseChange SMRange to be half-open (exclusive end) instead...
2013-01-07 Shuxin YangImplement APFloat::isDenormal()
2013-01-05 Chandler CarruthEric thought that Darwin was right to use -1 consistent...
next