platform/upstream/llvm.git
2021-05-12 Hana Joo[clang-tidy] Enable the use of IgnoreArray flag in...
2021-05-12 Tobias Gysi[mlir][linalg] Remove IndexedGenericOp support from...
2021-05-12 Kristina Bessonova[libcxx] NFC. Correct wordings of _LIBCPP_ASSERT debug...
2021-05-12 Simon Pilgrim[X86][AVX] canonicalizeShuffleMaskWithHorizOp - improve...
2021-05-12 gbreynoo[llvm-readelf] Unhide short options to match the comman...
2021-05-12 gbreynoo[llvm-symbolizer] Place Mach-O options into the Mach...
2021-05-12 David Sherwood[LoopVectorize] Fix scalarisation crash in widenPHIInst...
2021-05-12 Peter Waller[AArch64][SVE] Improve sve.convert.to.svbool lowering
2021-05-12 Michał Górny[Process/elf-core] Read PID from FreeBSD prpsinfo
2021-05-12 Michał Górny[lldb] [Process/elf-core] Fix reading FPRs from FreeBSD...
2021-05-12 Stephen TozerReapply "[DebugInfo] Fix updateDbgUsersToReg to support...
2021-05-12 Neal (nealsid)Remove Windows editline from LLDB
2021-05-12 Piotr Sobczak[AMDGPU] Skip invariant loads when avoiding WAR conflicts
2021-05-12 Qiu ChaofanRevert "[PowerPC] [Clang] Enable float128 feature on...
2021-05-12 Tomas Matheson[ARM] Prevent spilling between ldrex/strex pairs
2021-05-12 Tomas Matheson[ARM] Precommit test for D101898
2021-05-12 Alex OrlovFixed llvm-objcopy to add correct symbol table for...
2021-05-12 Djordje Todorovic[NFC][llvm-dwarfdump] Avoid passing std::string by...
2021-05-12 Guillaume Chatelet[libc] Simplifies multi implementations
2021-05-12 Dmitry Vyukovscudo: fix CheckFailed-related build breakage
2021-05-12 Ulysse Beaugnon[MLIR] Enable conversion from llvm::SMLoc to mlir:...
2021-05-12 Dumitru Potop[mlir] Support alignment in LLVM dialect GlobalOp
2021-05-12 Dmitry Vyukovtsan: fix syscall test on aarch64
2021-05-12 Martin Storsjö[COFF] Fix ARM and ARM64 REL32 relocations to be relati...
2021-05-12 Dmitry Vyukovsanitizer_common: deduplicate CheckFailed
2021-05-12 Qiu Chaofan[PowerPC] [Clang] Enable float128 feature on VSX targets
2021-05-12 Kristina Bessonova[libcxx][test] Split more debug mode tests
2021-05-12 Dmitry Vyukovsanitizer_common: don't write into .rodata
2021-05-12 Vitaly Buka[symbolizer] Fix leak after D96883
2021-05-12 Dmitry Vyukovsanitizer_common: fix SIG_DFL warning
2021-05-12 Dmitry Vyukovtsan: declare annotations in test.h
2021-05-12 Qiu Chaofan[VectorComine] Restrict single-element-store index...
2021-05-12 Dmitry Vyukovtsan: mark sigwait as blocking
2021-05-12 Dmitry Vyukovtsan: add a simple syscall test
2021-05-12 Chia-hung Duan[mlir][AsmPrinter] Remove recursion while SSA naming
2021-05-12 Vitaly Buka[NFC][msan] Move setlocale test into sanitizer_common
2021-05-12 Congzhe Cao[LoopInterchange] Handle lcssa PHIs with multiple prede...
2021-05-12 Jim InghamRemoving test...
2021-05-12 Matt ArsenaultAMDGPU: Fix SILoadStoreOptimizer for gfx90a
2021-05-12 Jim InghamThis test is failing on Linux, skip while I investigate.
2021-05-12 Sam Clegg[lld][WebAssembly] Fix for string merging + negative...
2021-05-12 Richard SmithRevert "Fix bad mangling of <data-member-prefix> for...
2021-05-12 Richard SmithAdd test for PR50039.
2021-05-12 Richard SmithFix bad mangling of <data-member-prefix> for a closure...
2021-05-12 Matt ArsenaultGlobalISel: Don't hardcode varargs=false in resultsComp...
2021-05-12 Matt ArsenaultAMDGPU: Fix assert on constant load from addrspacecaste...
2021-05-12 Matt ArsenaultGlobalISel: Make constant fields const
2021-05-11 Matt ArsenaultGlobalISel: Split ValueHandler into assignment and...
2021-05-11 Matt ArsenaultGlobalISel: Move AArch64 AssignFnVarArg to base class
2021-05-11 Jordan RupprechtRevert "[GVN] Clobber partially aliased loads."
2021-05-11 Lang Hames[JITLink] Fix bogus format string.
2021-05-11 Leonard Chan[clang][Fuchsia] Introduce compat multilibs
2021-05-11 Congzhe Cao[LoopInterchange] Fix legality for triangular loops
2021-05-11 Petr Hosek[Coverage] Support overriding compilation directory
2021-05-11 Lang Hames[JITLink][MachO/x86_64] Expose API for creating eh...
2021-05-11 Lang Hames[JITLink][x86-64] Add an x86_64 PointerSize constexpr.
2021-05-11 Lang Hames[JITLink] Make LinkGraph debug dumps more readable.
2021-05-11 Victor Huang[AIX][TLS] Diagnose use of unimplemented TLS models
2021-05-11 Congzhe CaoRevert "[LoopInterchange] Fix legality for triangular...
2021-05-11 Petr Hosek[llvm-cov] Support for v4 format in convert-for-testing
2021-05-11 Evandro Menezes[RISCV] Move instruction information into the RISCVII...
2021-05-11 Nikita Popov[InstCombine] Clean up one-hot merge optimization ...
2021-05-11 Rob Suderman[mlir][tosa] Tosa elementwise broadcasting had some...
2021-05-11 River Riddle[mlir] Elide large elements attrs when printing Operati...
2021-05-11 Alex OrlovRemoved unnecessary introduction of semi-colons.
2021-05-11 Austin Kerbow[AMDGPU] Fix extra waitcnt being added with BUFFER_INVL2
2021-05-11 Evgenii Stepanov[hwasan] Stress test for thread creation.
2021-05-11 Craig Topper[RISCV] Regenerate stepvector.ll. NFC
2021-05-11 Christopher... [OpenMP] Changes to enable MSVC ARM64 build of libomp
2021-05-11 Albion Fung[PowerPC] Improve codegen for int-to-fp conversion...
2021-05-11 Amara Emerson[AArch64][GlobaISel] Mark target generic instructions...
2021-05-11 Vitaly Buka[NFC][LSAN] Limit the number of concurrent threads...
2021-05-11 River Riddle[mlir] Move move capture in SparseElementsAttr::getValues
2021-05-11 Sam Clegg[lld][WebAssembly] Remove relocation target verification
2021-05-11 Jim InghamAdd an "interrupt timeout" to Process, and pipe that...
2021-05-11 Vladimir Vereschaka[libc++] Run `substitutes-in-compile-flags.sh.cpp`...
2021-05-11 Mike Rice[OpenMP] Use compound operators for reduction combiner...
2021-05-11 Fangrui Song[clang] Support -fpic -fno-semantic-interposition for...
2021-05-11 Sam Clegg[lld][WebAssembly] Convert test to assembly. NFC.
2021-05-11 Roman Lebedev[X86] X86TTIImpl::getInterleavedMemoryOpCostAVX2()...
2021-05-11 Fangrui Song[GlobalOpt] Remove heap SROA
2021-05-11 Amara Emerson[AArch64][GlobalISel] Support truncstorei8/i16 w/ combi...
2021-05-11 Fangrui Song[RISCV] Prefer to lower MC_GlobalAddress operands to...
2021-05-11 Eli Friedman[ArgumentPromotion] Fix byval alignment handling.
2021-05-11 Sean Silva[mlir][ODS]: Add per-op cppNamespace.
2021-05-11 Martin Storsjö[libcxx] [test] Fix filesystem permission tests for...
2021-05-11 Pirama Arumuga... [git-clang-format] Do not apply clang-format to symlinks
2021-05-11 Nico Weber[lld/mac] Implement -sectalign
2021-05-11 Lang HamesRe-apply "[ORC-RT] Add unit test infrastructure, extens...
2021-05-11 Peter Steinfeld[flang] Allow large and erroneous ac-implied-do's
2021-05-11 Sam Powell[TextAPI] Reformat llvm_unreachable message
2021-05-11 Lang HamesRevert "[ORC-RT] Add unit test infrastructure, extensib...
2021-05-11 Alan PhippsReland "[Coverage] Fix branch coverage merging in Funct...
2021-05-11 Simon Pilgrim[X86][SSE] Add tests for permute(phaddw(phaddw(x,y...
2021-05-11 zoecarver[libcxx][tests] Fix incomplte.verify tests by disabling...
2021-05-11 Craig Topper[RISCV] Use fractional LMULs for fixed length types...
2021-05-11 Roman Lebedev[X86][Codegen] Shift amount mod: sh? i64 x, (32-y)...
2021-05-11 Craig Topper[RISCV] Match trunc_vector_vl+sra_vl/srl_vl with splat...
2021-05-11 Alan PhippsRevert "Fix branch coverage merging in FunctionCoverage...
2021-05-11 Arthur O'Dwyer[libc++] Remove more unnecessary _VSTD:: from type...
next