platform/upstream/llvm.git
2019-03-19 Alexey Bataev[OPENMP]Check that global vars require predefined alloc...
2019-03-19 Zachary TurnerRemove some dead DWARF enum -> string conversion functions.
2019-03-19 Philip ReamesAllow unordered loads to be considered invariant in...
2019-03-19 JF BastienFix fenv.pass.cpp signature for main
2019-03-19 Francis Visoiu... Revert "[Remarks] Add a new Remark / RemarkParser abstr...
2019-03-19 Francis Visoiu... [Remarks] Add a new Remark / RemarkParser abstraction
2019-03-19 Zachary TurnerDelete dead code.
2019-03-19 Nikita Popov[ValueTracking] Use computeConstantRange() for unsigned...
2019-03-19 Louis Dionne[libc++] Mark internal types of std::filesystem as...
2019-03-19 Davide Italiano[ScriptInterpreterPython] Remove dead code.
2019-03-19 Davide Italiano[StackFrameRecognizer] Remove unneeded LLDB_DISABLE_PYTHON.
2019-03-19 Peter Collingbournegn build: Merge r356387.
2019-03-19 Peter Collingbournegn build: Merge r356451.
2019-03-19 Simon Pilgrim[X86][SSE] SimplifyDemandedVectorEltsForTargetNode...
2019-03-19 Philip Reames[AtomicExpand] Fix a crash bug when lowering unordered...
2019-03-19 Michal Gorny[lldb] [Reproducer] Move SBRegistry registration into...
2019-03-19 Alexey Bataev[OPENMP]Remove unused parameter, NFC.
2019-03-19 Anastasia Stulova[OpenCL] Minor improvements in default header testing
2019-03-19 Simon Atanasyan[MIPS][microMIPS] Enable dynamic stack realignment
2019-03-19 Jordan Rupprecht[NFC] Fix unused variable in release builds
2019-03-19 Justin Bogner[DAGCombine] Fix a miscompile when reducing BUILD_VECTO...
2019-03-19 Anastasia Stulova[Sema] Adjust addr space of reference operand in compou...
2019-03-19 Simon PilgrimFix unused variable warning. NFCI.
2019-03-19 Philip Reames[Tests] Update to newer ISA
2019-03-19 Alexey Bataev[OPENMP] Codegen for local variables with the allocate...
2019-03-19 Sanjay Patel[InstCombine] fold logic-of-nan-fcmps (PR41069)
2019-03-19 Neil Henning[AMDGPU] Add convergent attribute to WWM.
2019-03-19 Zachary TurnerRemove a couple of log statements.
2019-03-19 Simon Pilgrim[SelectionDAG] Handle unary SelectPatternFlavor for...
2019-03-19 Julian Lettner[TSan][libdispatch] Avoid infinite recursion in dispatc...
2019-03-19 Jordan Rupprecht[llvm-ar] Support N [count] modifier
2019-03-19 Ryan Taylor[AMDGPU] Add buffer/load 8/16 bit overloaded intrinsics
2019-03-19 Neil Henning[AMDGPU] Ban i8 min3 promotion.
2019-03-19 Teresa Johnson[InstCombine] Add missing test for icmp transformation...
2019-03-19 Adrian PrantlImprove error handling for Clang module imports.
2019-03-19 Simon Atanasyan[mips] Fix crash on recursive using of .set
2019-03-19 Markus Lavin[DebugInfo] Move test files added in r356451
2019-03-19 Pavel LabathFix a "memset clearing an object of non-trivial type...
2019-03-19 Aaron BallmanEnsure that const variables declared at namespace scope...
2019-03-19 Kostya Kortchinsky[scudo][standalone] Add string utility functions
2019-03-19 Simon Pilgrim[InstSimplify] SimplifyICmpInst - icmp eq/ne %X, undef...
2019-03-19 Gabor Marton[ASTImporter] Fix redecl failures of FunctionTemplateSpec
2019-03-19 Petar Jovanovic[DebugInfoMetadata] Move main subprogram DIFlag into...
2019-03-19 Sanjay Patel[InstCombine] add FMF to tests for extra coverage; NFC
2019-03-19 Gabor Marton[ASTImporter] Fix redecl failures of ClassTemplateSpec
2019-03-19 Markus Lavin[DebugInfo] Introduce DW_OP_LLVM_convert
2019-03-19 Anastasia Stulova[OpenCL] Improved testing of default header.
2019-03-19 Martin Probst[clang-format] [JS] handle private members.
2019-03-19 Simon Pilgrim[InstCombine] Regenerate + add icmp with undef tests
2019-03-19 Martin Probst[clang-format] [JS] Don't break between template string...
2019-03-19 Eric Liu[Tooling] Add more scope specifiers until spelling...
2019-03-19 Kadir Cetinkaya[clangd] Add support for type hierarchy (super types...
2019-03-19 Markus LavinRevert "[DebugInfo] Introduce DW_OP_LLVM_convert"
2019-03-19 Serge GueltonUse response file when generating LLVM-C.dll
2019-03-19 Markus Lavin[DebugInfo] Introduce DW_OP_LLVM_convert
2019-03-19 Don HintonRefactor cast<>'s in if conditionals, which can only...
2019-03-19 Heejin Ahn[WebAssembly] Small improvements in FixIrreducibleContr...
2019-03-19 Heejin Ahn[WebAssembly] Improve readability of irreducibility...
2019-03-19 Heejin Ahn[WebAssembly] Rename methods according to instruction...
2019-03-19 Heejin Ahn[WebAssembly] Add immarg attribute to intrinsics
2019-03-19 Heejin Ahn[WebAssembly] Change wasm.throw's first argument to...
2019-03-19 Marshall ClowMark 'front()' and 'back()' as noexcept for array/deque...
2019-03-19 Michael Kruse[CodeGen] LLVM OpenMP Backend.
2019-03-19 Richard SmithFactor out repeated code parsing and concatenating...
2019-03-19 Richard SmithDon't apply the include depth limit until we actually...
2019-03-19 Thomas Lively[WebAssembly] Lower SIMD nnan setcc nodes
2019-03-19 Aaron PuchertMinor renaming as suggested in review [NFC]
2019-03-19 Eric FiselierRemove unused try catch blocks from old debug tests
2019-03-18 Fangrui Song[ELF] Allow sh_entsize to be unrelated to sh_addralign...
2019-03-18 Aaron PuchertThread safety analysis: Add note for unlock kind mismatch
2019-03-18 Reid Kleckner[asan] Disable -Wfortify-source in intentional OOB...
2019-03-18 Reid Kleckner[MS] Skip vbase construction in abstract class ctors
2019-03-18 Nikita PopovRevert "[ValueTracking][InstSimplify] Support min/max...
2019-03-18 Craig Topper[X86] Add gcc rotate intrinsics to ia32intrin.h
2019-03-18 Kostya Serebryany[libFuzzer] document -len_control
2019-03-18 Eric FiselierFix test failures after debug mode changes
2019-03-18 Craig Topper[X86] Add coverage for 16-bit and 64-bit versions of...
2019-03-18 Craig Topper[X86] Disable CQTO and CLTQ instructions in the assembl...
2019-03-18 Julian Lettner[NFC][TSan][libdispatch] Fix test for dispatch_apply[_f]
2019-03-18 Eric FiselierRemove exception throwing debug mode handler support.
2019-03-18 Jason MolendaA target definition file that may work for
2019-03-18 Nikita Popov[ValueTracking][InstSimplify] Support min/max selects...
2019-03-18 Nikita Popov[InstCombine] Add tests for add nuw + uaddo; NFC
2019-03-18 Craig Topper[X86] Allow any 8-bit immediate to be used with BT...
2019-03-18 Alex Langford[CMake] Set LLVM_DEFAULT_EXTERNAL_LIT in standalone...
2019-03-18 Amara Emerson[GlobalISel] Include missing change from r356396
2019-03-18 Sam Clegg[WebAssembly] Don't override default implementation...
2019-03-18 Nikita Popov[ValueTracking][InstSimplify] Move abs handling into...
2019-03-18 Nikita Popov[InstSimplify] Add additional icmp of min/max tests...
2019-03-18 Craig Topper[X86] Use relocImm in the ROL8ri/ROL16ri/ROL32ri/ROL64r...
2019-03-18 Craig Topper[X86] Replace uses of i64immSExt32_su with i64relocImmS...
2019-03-18 Michael Liao[AMDGPU] Enable code selection using `s_mul_hi_u32...
2019-03-18 Jake Ehrlich[llvm-objcopy] Make .build-id linking atomic
2019-03-18 Nikita Popov[InstCombine] Improve with.overflow intrinsic tests...
2019-03-18 Sam CleggRestore comment regarding why Reloc::PIC_ can't be PIC
2019-03-18 Davide Italiano[API] Remove unneded LLDB_DISABLE_PYTHON markers.
2019-03-18 Alexandre GaneaFix flat-error-unsupported-gpu-hsa test
2019-03-18 Tim Renouf[AMDGPU] Asm/disasm clamp modifier on vop3 int arithmetic
2019-03-18 Tim Renouf[AMDGPU] Asm/disasm v_cndmask_b32_e64 with abs/neg...
2019-03-18 Erik Pilkington[Sema] Add some compile time _FORTIFY_SOURCE diagnostics
next