platform/upstream/llvm.git
2019-03-19 Amara Emerson[AArch64][GlobalISel] Make v4s32 G_IMPLICIT_DEF legal.
2019-03-19 Reid KlecknerRemove MSVC compat hack since the inline keyword was...
2019-03-19 Louis Dionne[libc++] Complete the ABI changelog after landing ...
2019-03-19 Francis Visoiu... [Remarks] Fix gcc build for r356519
2019-03-19 Florian Hahn[DwarfDebug] Add triple to test.
2019-03-19 Nikita Popov[InstSimplify] Add additional cmp of abs without nsw...
2019-03-19 Francis Visoiu... Reland "[Remarks] Add a new Remark / RemarkParser abstr...
2019-03-19 Louis Dionne[libc++] Build <filesystem> support as part of the...
2019-03-19 Jordan RupprechtFix CodeGen/arm64-microsoft-status-reg.cpp test
2019-03-19 Robert LougherRevert r356511 "[TailCallElim] Add tailcall elimination...
2019-03-19 Erik PilkingtonAdd a spelling of pass_object_size that uses __builtin_...
2019-03-19 Florian Hahn[DwarfDebug] Skip entries to big for 16 bit size field...
2019-03-19 Alexey Bataev[OPENMP]Warn if the different allocator is used for...
2019-03-19 Thomas Anderson[libc++] Speed up certain locale functions on Windows
2019-03-19 Robert Lougher[TailCallElim] Add tailcall elimination pass to LTO...
2019-03-19 Philip ReamesDemanded elements support for masked.load and masked...
2019-03-19 Zachary TurnerDelete more dead code.
2019-03-19 Sterling AugustineAdd --unwindlib=[libgcc|compiler-rt] to parallel -...
2019-03-19 Douglas YungMove options to separate checks that do not need to...
2019-03-19 Matt ArsenaultCodeGen: Refactor regallocator command line and target...
2019-03-19 Louis DionneRevert "[libc++] Build <filesystem> support as part...
2019-03-19 JF BastienFix char.traits.specializations.char8_t main return
2019-03-19 Eric FiselierFixup ABI lists on Linux after adding <filesystem>...
2019-03-19 Eric FiselierAdd visibility attributes and inline to some vector...
2019-03-19 Matt ArsenaultRegAllocFast: Do not allocate registers for undef uses
2019-03-19 Louis Dionne[libc++] Build <filesystem> support as part of the...
2019-03-19 Matt ArsenaultRegAllocFast: Remove early selection loop, the spill...
2019-03-19 Simon PilgrimFix for ABS legalization on PPC buildbot.
2019-03-19 Simon PilgrimFix unused variable warning. NFCI.
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...
next