platform/upstream/llvm.git
2021-05-12 Heejin Ahn[WebAssembly] Allow Wasm EH with Emscripten SjLj
2021-05-12 Craig Topper[RISCV] Remove RISCVII:VSEW enum. Make encodeVYPE opera...
2021-05-12 Richard SmithFix bad mangling of <data-member-prefix> for a closure...
2021-05-12 River Riddle[mlir-lsp-server][NFC] Add newline between Protocol...
2021-05-12 River Riddle[mlir-lsp-server] Add support for sending diagnostics...
2021-05-12 Shoaib Meenai[flang] Fix standalone builds
2021-05-12 Erich KeaneSuppress Deferred Diagnostics in discarded statements.
2021-05-12 Suraj Sudhir[mlir][tosa] Remove tosa.identityn operator
2021-05-12 Fangrui Song[ELF][AVR] Add explicit relocation types to getRelExpr
2021-05-12 Martin Storsjö[LLD] [COFF] Fix including the personality function...
2021-05-12 Martin Storsjö[libcxx] [test] Fix fs.op.last_write_time for Windows
2021-05-12 Shoaib Meenai[cmake] Fix typo in function name
2021-05-12 Mark de Wever[libc++][nfc] remove duplicated __to_unsigned.
2021-05-12 Nikita Popov[InstCombine] Support one-hot merge for logical and/or
2021-05-12 Pratyush DasAdd type information to integral template argument...
2021-05-12 Nico WeberRevert "Produce warning for performing pointer arithmet...
2021-05-12 Stephen Concannon[clang-tidy] Allow opt-in or out of some commonly occur...
2021-05-12 Florian Hahn[PhaseOrdering] Add test for missing vectorization...
2021-05-12 Florian Hahn[SCEV] Add loop-guard pessimizing test with step = 2.
2021-05-12 Stelios Ioannou[LoopFlatten] Simplify loops so that the pass can opera...
2021-05-12 Shoaib Meenai[cmake] Add support for multiple distributions
2021-05-12 Rob Suderman[mlir][linalg] Fixed issue generating reassociation...
2021-05-12 Benjamin KramerRemove AST inclusion from Basic include
2021-05-12 Valentin Clement[mlir][openacc] Add OpenACC translation to LLVM IR...
2021-05-12 Roman Lebedev[NFC][clang][Codegen] Split ThunkInfo into it's own...
2021-05-12 Roman Lebedev[NFCI][clang][Codegen] CodeGenVTables::addVTableCompone...
2021-05-12 Fangrui Song[X86] Fix -Wunused-lambda-capture
2021-05-12 Fangrui Song[CMake][ELF] Add -fno-semantic-interposition and -Bsymb...
2021-05-12 Inho SeoUpdate static bound checker for Linalg to cover decreas...
2021-05-12 Simon Pilgrim[X86][AVX] Fold concat(ps*lq(x,32),ps*lq(y,32)) ->...
2021-05-12 Aart Bik[mlir][sparse] keep runtime support library signature...
2021-05-12 Amara Emerson[AArch64][GlobalISel] Add MMOs to constant pool loads...
2021-05-12 Greg McGary[lld-macho] Implement branch-range-extension thunks
2021-05-12 Jon Chesterfield[libomptarget][amdgpu][nfc] Expand errorcheck macros
2021-05-12 Abhina Sreeskantharajan[SystemZ][z/OS] Fix warning caused by umask returning...
2021-05-12 Malcolm Parsons[docs] Fix documentation for bugprone-dangling-handle
2021-05-12 Fabian Schuiki[MLIR] Factor pass timing out into a dedicated timing...
2021-05-12 Victor Huang[PowerPC] Fix definitions of CMPRB8, CMPEQB, CMPRB...
2021-05-12 Baptiste Saleil[AMDGPU] Disable the SIFormMemoryClauses pass at -O1
2021-05-12 Paul RobinsonFix grammar in README.md
2021-05-12 Simon Pilgrim[X86][AVX] combineConcatVectorOps - add ConcatSubOperan...
2021-05-12 Simon Pilgrim[X86][AVX] Add v4i64 shift-by-32 tests
2021-05-12 Fraser Cormack[TargetLowering] Improve legalization of scalable vecto...
2021-05-12 Valentin Clement[mlir][openacc] Conversion of data operand to LLVM...
2021-05-12 Anastasia Stulova[OpenCL] Remove pragma requirement from Arm dot extension.
2021-05-12 Jordan Rupprecht[llvm-cov][test] Add test coverage for "gcov" implying...
2021-05-12 Yaxun (Sam... [CUDA][HIP] Fix device template variables
2021-05-12 Craig Topper[ValueTypes] Rename MVT::getVectorNumElements() to...
2021-05-12 Stefan PintilieRevert "[SelectionDAG][Mips][PowerPC][RISCV][WebAssembl...
2021-05-12 Hendrik Greving[DAGCombiner] Fix DAG combine store elimination, differ...
2021-05-12 Hendrik Greving[DAGCombiner] Add test exposing bug in DAG combine.
2021-05-12 Peter Waller[CodeGen][AArch64][SVE] Fold [rdffr, ptest] => rdffrs...
2021-05-12 Ben Shi[clang][AVR] Redefine some types to be compatible with...
2021-05-12 David Sherwood[NFC] Use variable GEP index in vec_demanded_elts tests
2021-05-12 Martin Storsjö[Passes] Reenable the relative lookup table converter...
2021-05-12 Greg McGary[llvm-objdump] Exclude __mh_*_header symbols during...
2021-05-12 Julien Pagès[AMDGPU] Improve Codegen for build_vector
2021-05-12 Roman Lebedev[InstCombine] ~(C + X) --> ~C - X (PR50308)
2021-05-12 Jay Foad[TargetRegisterInfo] Speed up getAllocatableSet. NFCI.
2021-05-12 Tobias Gysi[mlir][linalg] Remove IndexedGenericOp support from...
2021-05-12 Piotr Sobczak[AMDGPU] Remove assert
2021-05-12 Sanjay Patel[x86] try harder to lower to PCMPGT instead of not...
2021-05-12 Sanjay Patel[x86] add test for pcmpeq with 0; NFC
2021-05-12 Nathan James[clang-tidy][NFC] Simplify a lot of bugprone-sizeof...
2021-05-12 Tobias Gysi[mlir][linalg] Remove IndexedGenericOp support from...
2021-05-12 David SpickettRevert "[scudo] Enable arm32 arch"
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
next