platform/upstream/llvm.git
2017-04-26 Kuba MracekFix the dump_registers.cc ASan testcase on iOS to allow...
2017-04-26 Sanjay Patel[DAGCombiner] add (sext i1 X), 1 --> zext (not i1 X)
2017-04-26 Kuba MracekMark the asan-sigbus.cpp ASan testcase as unsupported...
2017-04-26 Kuba MracekAdd a missing "%run" expansion to fread_fwrite.cc test...
2017-04-26 Rui UeyamaFix comments again.
2017-04-26 Bruno Cardoso... [Modules] Fix a crash-on-invalid with overloaded functions
2017-04-26 Kuba MracekFix the typo in strtok.c testcase: There was a missing...
2017-04-26 Rui UeyamaFix comment.
2017-04-26 Frederich MunchPPCallbacks::MacroUndefined, change signature and add...
2017-04-26 Kuba MracekFollow-up for r301443: The python scrips need to be...
2017-04-26 Kuba Mracek[asan] Add support for running lit tests in the iOS...
2017-04-26 Richard SmithRefactor frontend InputKind to prepare for treating...
2017-04-26 Lang HamesUse llvm::ArrayRef rather than std::vector/std::initial...
2017-04-26 Haojian Wu[clang-tidy] Support detecting for-range loop in ineffi...
2017-04-26 Dmitry Preobrazhensky[AMDGPU][MC] Added arg checks for vmcnt, expcnt, lgkmcn...
2017-04-26 Peter CollingbourneLTO: Mark undefined module asm symbols as used.
2017-04-26 Daniel BerlinCorrelatedValuePropagation: Rename a variable for consi...
2017-04-26 Alex Shlyapnikov[lsan] When necessary, define LSan suppression for...
2017-04-26 Tobias GrosserUpdate to isl-0.18-423-g30331fe
2017-04-26 Craig Topper[ValueTracking] Introduce a KnownBits struct to wrap...
2017-04-26 Alexander Kornienko[clang-tidy] Update IdentifierNamingCheck to remove...
2017-04-26 Sanjoy DasRevert "Update to LLVM's use of WeakTrackingVH; NFC"
2017-04-26 Sanjoy DasReverts commit r301424, r301425 and r301426
2017-04-26 Matthew Simpson[LV] Handle external uses of floating-point induction...
2017-04-26 Sanjoy DasUpdate to LLVM's use of WeakTrackingVH; NFC
2017-04-26 Sanjoy DasUse WeakVH instead of WeakTrackingVH in AliasSetTracker...
2017-04-26 Sanjoy DasAdd a new WeakVH value handle; NFC
2017-04-26 Sanjoy DasRename WeakVH to WeakTrackingVH; NFC
2017-04-26 Rui UeyamaMake LLD work even if the current directory is not...
2017-04-26 Rui UeyamaMove code to emit error messages from Filesystem.cpp...
2017-04-26 Igor Breger[globalisel][tablegen] Fix vector element size
2017-04-26 Vedant Kumar[Sema] Avoid using a null type pointer (fixes PR32750)
2017-04-26 Vedant Kumar[sampleprof] Drop test dependency on the string hash...
2017-04-26 Dmitry Preobrazhensky[AMDGPU][MC] Added check for truncation of SOPK imm...
2017-04-26 Alexey Bataev[OPENMP] Fix failing test.
2017-04-26 Alexey Bataev[OPENMP] Fix handling of OpenMP code during template...
2017-04-26 Rafael EspindolaUse CHECK-NEXT in a test.
2017-04-26 George Rimar[ELF] - Remove dead TLS relocations relative code for...
2017-04-26 Dylan McKay[AVR] Remove an unused local variable
2017-04-26 Sanjay Patel[x86] change tests to use sext, not zext; NFC
2017-04-26 Haojian WuFix unused-variable warning caused by r301407.
2017-04-26 Alexey Bataev[OPENMP] Move handling of threadprivate vars from the...
2017-04-26 Alex Lorenz-Wunguarded-availability should support if (@available...
2017-04-26 Sanjay Patel[TargetLowering] fix isConstTrueVal to account for...
2017-04-26 Daniel BerlinConvert LoopRotation to use SimplifyQuery version of...
2017-04-26 Daniel BerlinConvert SimplifyInstructions to use the SimplifyQuery...
2017-04-26 Daniel BerlinConvert CVP to use SimplifyQuery version of SimplifyIns...
2017-04-26 Ranjeet SinghFix signed multiplication with overflow fallback.
2017-04-26 Sanjay Patel[DAG] add FIXME comments for splat detection; NFC
2017-04-26 Alex Lorenz-Wdocumentation should not check the @returns command...
2017-04-26 Simon Pilgrim[X86] Added pointer math zext test case (PR22970)
2017-04-26 Alex Lorenz[AST] Look through attribute type locs when searching...
2017-04-26 Martin Probstclang-format: [JS/Java] ignore Objective-C constructs...
2017-04-26 Martin Probstformatting
2017-04-26 Martin Probstclang-format: [JS] prevent wraps before class members.
2017-04-26 Simon Pilgrim[X86][SSE] Add test case for repeated vector insertions...
2017-04-26 Filipe CabecinhasSimplify the CFG after loop pass cleanup.
2017-04-26 Sagar Thakur[mips] Fix test mips64fpldst.ll with machine verifier...
2017-04-26 Ayman Musa[X86] Add missing mayLoad/mayStore attributes to some...
2017-04-26 Simon Dardis[mips] Rework a portion of MipsCC interface. (NFC)
2017-04-26 George Rimar[ELF] - Implemented --defsym option.
2017-04-26 Andrew V. TischenkoPR31007 and PR27884 will be closed: a possibility to...
2017-04-26 Ravitheja AddepallyInitial implementation of SB APIs for Tracing support.
2017-04-26 Michal Gorny[test] Build sanitizer/xray tests only if COMPILER_RT_B...
2017-04-26 Ayman Musa[X86][SSE2] Fix asm string for movq (Move Quadword...
2017-04-26 Craig Topper[InstCombine] Add test cases for opportunities to impro...
2017-04-26 Leslie Zhai[analyzer] Teach the MallocChecker about Glib API for...
2017-04-26 Michael LiaoRemove tailing whitespaces.
2017-04-26 Bruno Cardoso... [Modules][ObjC] Check definition from canonical decl...
2017-04-26 Daniel BerlinInstructionSimplify: Use braced initializer list for...
2017-04-26 Daniel BerlinInstructionSimplify: Have SimplifyFPBinOp pass FastMath...
2017-04-26 Daniel BerlinInstructionSimplify: End our long national nightmare...
2017-04-26 Dean Michael... [XRay][tools] Remove wayward semicolon (NFC)
2017-04-26 Vedant Kumar[ubsan] Skip alignment checks on allocas with known...
2017-04-26 Dean Michael... [XRay][tools] Fixup definition for stat division.
2017-04-26 Davide Italiano[AMDGPU] Garbage collect dead code. NFCI.
2017-04-26 Evgeniy Stepanov[asan] Unconditionally enable GC of globals on COFF.
2017-04-26 Ahmed Bougacha[Support] Avoid UB in sys::fs::perms::operator~. NFC.
2017-04-26 Vadzim Dambrouski[MSP430] Fix PR32769: Select8 and Select16 need to...
2017-04-26 Vedant Kumar[gcov] Sort file info before printing it
2017-04-26 Sam Cleggrevert debugging
2017-04-26 Sam Clegg[WebAssembly] Allow for signed relocation addends
2017-04-25 Dylan McKay[AVR] Do not kill the dest register for a pseudo instru...
2017-04-25 Matt ArsenaultAMDGPU: Shift down reserved SP register like scratch...
2017-04-25 Sanjay Patel[DAG] fix formatting of isConstantSplat(); NFC
2017-04-25 Jakub Kuderski[clang-tidy] run-clang-tidy.py: check if clang-apply...
2017-04-25 Krzysztof Parzyszek[Hexagon] Handle -O4 when checking optimization level
2017-04-25 Matt ArsenaultAMDGPU: Clean up VOP3NoMods pattern
2017-04-25 Sanjay Patel[x86] add more tests for potential change in bool math...
2017-04-25 Krzysztof Parzyszek[Hexagon] Set -ffp-contract=fast at -O3 unless explicit...
2017-04-25 Konstantin... AMDGPU: Fix ValueKind code object metadata for images
2017-04-25 Sanjay Patel[x86] regenerate checks; NFC
2017-04-25 Zachary Turner[llvm-pdbdump] Allow sorting / filtering by immediate...
2017-04-25 Zachary Turner[llvm-pdbdump] Dump File / Line Info to YAML.
2017-04-25 Zachary Turner[StringExtras] Add a fromHex to complement toHex.
2017-04-25 Rui UeyamaAttempt to fix a Windows bot.
2017-04-25 Matthias BraunSimplifyLibCalls: Fix crash on memset(notmalloc())
2017-04-25 Adrian PrantlFix an assertion when skipping stack values in DWARF2...
2017-04-25 Frederich Munch[builtins] Implement emulated TLS on Windows.
2017-04-25 Jonathan PeytonFix Hwloc API Incompatibility
next