Satiate the sanitizer build bot
[oota-llvm.git] / include / llvm / Support /
2014-08-21 Hans WennborgUse returns_nonnull in BumpPtrAllocator and MallocAlloc...
2014-08-21 Benjamin KramerMake format_object_base's destructor protected and...
2014-08-19 Hans WennborgBumpPtrAllocator: don't accept 0 for the alignment...
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-17 Rafael EspindolaConvert an ownership comment with std::uinque_ptr.
2014-08-17 Rafael EspindolaDon't repeat the function name in comments. NFC.
2014-08-17 Hans WennborgBumpPtrAllocator: remove 'no slabs allocated yet' check
2014-08-15 Sean SilvaRevert "[Support] Promote cl::StringSaver to a separate...
2014-08-15 Sean Silva[Support] Promote cl::StringSaver to a separate utility
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-11 Tim NorthoverAArch64: add support for dynamic-loader relocations
2014-08-09 Eric ChristopherFix typo.
2014-08-08 Eric ChristopherReword comment slightly.
2014-08-08 Rafael EspindolaRemove dead code. Fixes pr20544.
2014-08-08 NAKAMURA TakumiDataTypes.h.cmake: Define PRIx32 &c for !HAVE_INTTYPES_...
2014-08-07 Richard SmithRemove Support/IncludeFile.h and its only user. This...
2014-08-06 Yaron KerengetNewMemBuffer memsets the buffer to zeros,
2014-08-04 Justin BognerPath: Stop claiming path::const_iterator is bidirectional
2014-07-30 Hal Finkel[PowerPC] Add JMP_SLOT relocation definitions
2014-07-25 Amara Emerson[ARM] Emit ABI_PCS_R9_use build attribute.
2014-07-23 Alex Lorenztest commit: remove trailing space
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 MC support for .localentry directive
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 MC support for .abiversion directive
2014-07-18 Hal Finkel[PowerPC] 32-bit ELF PIC support
2014-07-18 Artyom Skrobovextracting swapStruct into include/llvm/Support/MachO...
2014-07-17 Kevin EnderbyAdd printing of Mach-O stabs in llvm-nm.
2014-07-17 Alp TokerDrop the udis86 wrapper from llvm::sys
2014-07-14 Justin BognerSupport: Fix option handling when using cl::Required...
2014-07-10 NAKAMURA TakumiSpecialCaseList.h: Fix -Wdocumentation with \code.
2014-07-09 Alexey SamsonovDecouple llvm::SpecialCaseList text representation...
2014-07-09 Dmitri GribenkoSourceMgr: consistently use 'unsigned' for the memory...
2014-07-08 Vladimir MedicMips.abiflags is a new implicitly generated section...
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-07-06 Alp TokerSourceMgr: make valid buffer IDs start from one
2014-07-02 Axel NaumannUndefine R2, R4, R6 after use.
2014-07-02 Matt ArsenaultMove operator[] to DomTreeNodeBase
2014-07-01 Alp TokerRemove obsolete function TargetRegistry::getClosestTarg...
2014-06-30 Ehsan AkhgariRefactor the code in clang to find a file in a PATH...
2014-06-30 Alp TokerFix 'platform-specific' hyphenations
2014-06-30 Alp TokerBuild fix for systems without futimes/futimens
2014-06-30 Kevin EnderbyAdd the -arch flag support to llvm-nm to select the...
2014-06-27 Logan ChienAvoid non-ascii character in the source code.
2014-06-27 Chandler CarruthRe-apply r211287: Remove support for LLVM runtime multi...
2014-06-27 Saleem AbdulrasoolSupport: update DLLCharacteristics enumeration
2014-06-27 Saleem AbdulrasoolSupport: tweak comment layout
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Reid KlecknerRemove forward decl of SmallVectorImpl now that we...
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-25 Argyrios KyrtzidisFor CrashRecoveryContext::RunSafelyOnThread, propagate...
2014-06-25 Rafael EspindolaFix the build.
2014-06-25 JF BastienFix = delete in MSVC build from r211705
2014-06-25 JF BastienRandom Number Generator (llvm)
2014-06-24 NAKAMURA TakumiRevert r211287, "Remove support for LLVM runtime multi...
2014-06-24 Alexey SamsonovInclude <tuple> for std::tie
2014-06-24 Duncan P. N. Exon... Support: Move class ScaledNumber
2014-06-24 Duncan P. N. Exon... Support: Return ScaledNumbers::MaxScale from getQuotient()
2014-06-24 Duncan P. N. Exon... Support: Extract ScaledNumbers::MinScale and MaxScale
2014-06-23 Duncan P. N. Exon... Fix comments from r211553
2014-06-23 Duncan P. N. Exon... Support: Extract ScaledNumbers::getSum() and getDiffere...
2014-06-23 Duncan P. N. Exon... Support: Return scale from ScaledNumbers::matchScales()
2014-06-23 Duncan P. N. Exon... Support: Extract ScaledNumbers::matchScale()
2014-06-23 Duncan P. N. Exon... Cleanup r211507
2014-06-23 Duncan P. N. Exon... Support: Extract ScaledNumbers::compare()
2014-06-20 Duncan P. N. Exon... Support: ScaledNumber: Fix inconsistent test names
2014-06-20 Duncan P. N. Exon... Support: Write ScaledNumbers::getLg{,Floor,Ceiling}()
2014-06-20 Duncan P. N. Exon... Support: Write ScaledNumber::getQuotient() and getProduct()
2014-06-20 Duncan P. N. Exon... Support: Cleanup ScaledNumber::getAdjusted() doc
2014-06-20 Duncan P. N. Exon... Support: Mark end of namespaces
2014-06-20 Rafael EspindolaAllow a target to create a null streamer.
2014-06-20 Oliver StannardEmit the ARM build attributes ABI_PCS_wchar_t and ABI_e...
2014-06-20 Duncan P. N. Exon... Support: Clean up getRounded() tests
2014-06-20 Duncan P. N. Exon... Support: Write ScaledNumbers::getAdjusted()
2014-06-20 Duncan P. N. Exon... Support: Write ScaledNumbers::getRounded()
2014-06-19 Zachary TurnerInclude Threading.h instead of forward declaring a...
2014-06-19 Justin BognerSupport: Add llvm::sys::fs::copy_file
2014-06-19 David BlaikieRemove circular header reference in Threading.h/Mutex.h
2014-06-19 Zachary TurnerFix build on non-Windows platforms.
2014-06-19 Zachary TurnerRemove support for LLVM runtime multi-threading.
2014-06-19 Zachary TurnerKill the LLVM global lock.
2014-06-19 Oliver StannardEmit DWARF3 call frame information when DWARF3+ debug...
2014-06-19 Craig TopperConvert some assert(0) to llvm_unreachable or fold...
2014-06-19 David BlaikieFix breakage from r211244 by using LLVM_EXPLICIT to...
2014-06-19 Nikola SmiljanicPR10140 - StringPool's PooledStringPtr has non-const...
2014-06-18 Rafael EspindolaUpdate to the latest registered ELF e_machine names...
2014-06-18 JF BastienRevert "Random Number Generator (llvm)"
2014-06-18 JF BastienRandom Number Generator (llvm)
2014-06-17 Jordan RoseAdd an overload for SourceMgr::PrintMessage that takes...
2014-06-17 Jordan RoseModernize doc comments for SourceMgr.
2014-06-16 Zachary TurnerRevert r211066, 211067, 211068, 211069, 211070.
2014-06-16 Zachary TurnerKill the LLVM global lock.
2014-06-16 Zachary TurnerRemove some code churn.
2014-06-16 Zachary TurnerRemove some more code out into a separate CL.
2014-06-16 Zachary TurnerUsers of the llvm global mutex must now acquire it...
2014-06-16 Dmitri GribenkoSupport/ConvertUTF: implement U+FFFD insertion accordin...
2014-06-14 Artyom SkrobovUsing llvm::sys::swapByteOrder() for the common case...
2014-06-14 Artyom SkrobovAdding llvm::sys::swapByteOrder() for the common use...
2014-06-14 Artyom SkrobovRenaming SwapByteOrder() to getSwappedBytes()
2014-06-13 Zachary TurnerMake the error-handling functions thread-safe.
2014-06-13 Rafael EspindolaFinishing touch for the std::error_code transition.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
next