platform/upstream/llvm.git
2020-08-27 Mikhail Maltsev[AArch64] Optimize instruction selection for certain...
2020-08-27 Vitaly Buka[NFC][ValueTracking] Fix typo in test
2020-08-27 Paul Walker[SVE] Fallback to default expansion when lowering SIGN_...
2020-08-27 Sander de Smalen[AArch64][SVE] Add missing debug info for ACLE types.
2020-08-27 Sjoerd MeijerFollow up of rGca243b07276a: fixed a typo. NFC.
2020-08-27 James Henderson[lld][ELF][test] Expand testing of symbols in mergeable...
2020-08-27 Alex Richardson[RISC-V] fmv.s/fmv.d should be as cheap as a move
2020-08-27 Alex Richardson[RISC-V] Mark C_MV as a move instruction
2020-08-27 Alex Richardson[RISC-V] ADDI/ORI/XORI x, 0 should be as cheap as a...
2020-08-27 David Spickett[lldb] Fix gcc 5.4.0 compile error
2020-08-27 Vitaly Buka[ValueTracking] Support select in findAllocaForValue
2020-08-27 Georgii Rymar[unittests/Object] - Simplify the code in ELFObjectFile...
2020-08-27 Florian Hahn[DSE,MemorySSA] Traverse use-def chain without MemSSA...
2020-08-27 Rainer Orth[polly][cmake] Don't build LLVMPolly.so without PIC
2020-08-27 Vitaly Buka[NFC] Add unittests for findAllocaForValue
2020-08-27 Sjoerd MeijerRevert "[Verifier] Additional check for intrinsic get...
2020-08-27 Piotr Sobczak[AMDGPU] Preserve vcc_lo when shrinking V_CNDMASK
2020-08-27 Frederik Gossen[MLIR][Shape] Fix typo
2020-08-27 Sjoerd Meijer[LangRef] get.active.lane.mask can produce poison value
2020-08-27 Shinji Okumura[Attributor] Add flag for undef value to the state...
2020-08-27 Sam Parker[ARM] Enable outliner at -Oz for M-class
2020-08-27 Martin StorsjöRevert "Reapply D70800: Fix AArch64 AAPCS frame record...
2020-08-27 Kazuaki Ishizaki[mlir] NFC: fix trivial typo under test and tools
2020-08-27 George Mitenkov[MLIR][GPUToSPIRV] Passing gpu module name to SPIR...
2020-08-27 luxufan[RISCV] add the MC layer support of riscv vector Zvamo...
2020-08-27 Sam Parker[ARM] Make MachineVerifier more strict about terminators
2020-08-27 LLVM GN Syncbot[gn build] Port cf918c809bb
2020-08-27 LLVM GN Syncbot[gn build] Port 7394460d875
2020-08-27 Jez Ng[lld-macho] Fix objc.s test
2020-08-27 George Mitenkov[MLIR][SPIRVToLLVM] Added a hook for descriptor set...
2020-08-27 Eduardo Caldas[SyntaxTree] Refactor `NodeRole`s
2020-08-27 Brad SmithDefault to -fuse-init-array on OpenBSD.
2020-08-27 QingShan Zhang[NFC][Test] Update the test with utils/update_llc_test_...
2020-08-27 Mehdi AminiRemove the `run` method from `OpPassManager` and `Pass...
2020-08-27 George Mitenkov[MLIR][SPIRVToLLVM] Updated the documentation for type...
2020-08-27 Jianzhou ZhaoFix an overflow issue at BackpatchWord
2020-08-27 George Mitenkov[MLIR][SPIRV] Added optional name to SPIR-V module
2020-08-27 Amy Kwan[PowerPC] Implement Vector Multiply High/Divide Extende...
2020-08-27 Ni HuiFix MLIR build with MLIR_INCLUDE_TESTS=OFF
2020-08-27 Jez Ng[lld-macho] Implement -all_load
2020-08-27 Jez Ng[lld-macho] Implement weak bindings for GOT/TLV
2020-08-27 Jez Ng[lld-macho][NFC] Handle GOT bindings and regular bindin...
2020-08-27 Jez Ng[lld-macho] Implement -ObjC
2020-08-27 Jez Ng[lld-macho] Handle TAPI and regular re-exports uniformly
2020-08-27 Jez Ng[lld-macho] Make it possible to re-export .tbd files
2020-08-27 Jez Ng[lld-macho] Fall back to raw path if we don't find...
2020-08-27 LLVM GN Syncbot[gn build] Port 7a457593efe
2020-08-27 Ryan Prichard[libunwind] Factor out getInfoFromFdeCie. NFCI.
2020-08-27 Ryan Prichard[libunwind] Minor fixes in libunwind
2020-08-27 Matt ArsenaultGlobalISel: IRTranslate minimum of pointer sizes on...
2020-08-27 Matt ArsenaultGlobalISel: Add generic instructions for memory intrinsics
2020-08-26 Lang Hames[ORC][JITLink] Switch to unique ownership for EHFrameRe...
2020-08-26 Joseph Huber[OpenMP] Always emit debug messages that indicate offlo...
2020-08-26 Craig Topper[X86] Update release notes for -mtune support.
2020-08-26 Arthur EubanksFix OCaml bindings
2020-08-26 Arthur Eubanks[ConstProp] Remove ConstantPropagation
2020-08-26 Greg ClaytonLoad correct module for linux and android when duplicat...
2020-08-26 Craig Topper[X86] Change pentium4 tuning settings and scheduler...
2020-08-26 Alina SbirleaUse properlyDominates in RDFLiveness when sorting on...
2020-08-26 Adrian PrantlBring llvm::Optional data formatter back in sync with...
2020-08-26 Craig Topper[X86] Default to -mtune=generic unless -march is passed...
2020-08-26 Juneyoung Lee[IR] Remove noundef from masked store/load/gather/scatt...
2020-08-26 Ahmed Bougacha[AArch64] Use CCAssignFnForReturn helper in more spots...
2020-08-26 Juneyoung Lee[LangRef] Memset/memcpy/memmove can take undef/poison...
2020-08-26 Thomas Raoux[mlir][vector] Add vector.bitcast operation
2020-08-26 JonChesterfield[libomptarget][amdgpu] Improve thread safety, remove...
2020-08-26 Sanjay Patel[VectorCombine] adjust test for better coverage; NFC
2020-08-26 Nikita Popov[InstSimplify] Fold min/max intrinsic based on icmp...
2020-08-26 Nikita Popov[InstSimplify] Add additional umax tests (NFC)
2020-08-26 Muhammad Asif... [AArch64][SVE] Add lowering for llvm fceil
2020-08-26 Arthur Eubanks[test] Rewrite various tests to not use constprop
2020-08-26 Owen AndersonReapply D70800: Fix AArch64 AAPCS frame record chain
2020-08-26 Sanjay Patel[DAGCombiner] allow store merging non-i8 truncated ops
2020-08-26 aartbik[llvm] [Thumb2] Test unusual length for active lane...
2020-08-26 Aleksandr Platonov[Support][Windows] Fix incorrect GetFinalPathNameByHand...
2020-08-26 Jon Chesterfield[libomptarget][amdgpu] Update plugin CMake to work...
2020-08-26 AndreyChurbanov[OpenMP] Fix import library installation with MinGW
2020-08-26 Kazuaki Ishizaki[mlir] NFC: fix trivial typos in documents
2020-08-26 Eric ChristopherAdd cmake test support for LLJITWithThinLTOSummaries...
2020-08-26 Arthur Eubanks[InstSimplify] Simplify to vector constants when possible
2020-08-26 Arthur Eubanks[gn build] Manually port ed07e1fe
2020-08-26 Francesco Petrogalli[MC][SVE] Fix data operand for instruction alias of...
2020-08-26 Steven Wu[LTO] Don't apply LTOPostLink module flag during writeM...
2020-08-26 Michael Kruse[Polly] Inline ShoulDelete lambda. NFC.
2020-08-26 Michael Kruse[Polly] Use llvm::function_ref. NFC.
2020-08-26 Christopher... [SVE] Remove calls to VectorType::getNumElements from...
2020-08-26 Krzysztof Parzyszek[Hexagon] Implement llvm.masked.load and llvm.masked...
2020-08-26 Matt ArsenaultAMDGPU: Don't assert on misaligned DS read2/write2...
2020-08-26 Wei Mi[SampleFDO] Enhance profile remapping support for searc...
2020-08-26 Juneyoung Lee[IR] Add NoUndef attribute to Intrinsics.td
2020-08-26 Craig Topper[X86] Add assembler support for .d32 and .d8 mnemonic...
2020-08-26 Adam Czachorowski[clang] Exclude invalid destructors from lookups.
2020-08-26 Roman Lebedev[Value][InstCombine] Fix one-use checks in PHI-of-op...
2020-08-26 Roman Lebedev[NFC][Value] Fixup comments, "N users" is NOT the same...
2020-08-26 Roman Lebedev[NFC][InstCombine] Add tests with PHI-of-{insert,extrac...
2020-08-26 Owen AndersonRevert "Fix frame pointer layout on AArch64 Linux."
2020-08-26 aartbik[llvm] [DAG] Fix bug in llvm.get.active.lane.mask lowering
2020-08-26 Steven Wu[ThinLTO][Legacy] Compute PreservedGUID based on IRName...
2020-08-26 jasonliu[XCOFF][AIX] Support relocation generation for large...
2020-08-26 Vedant Kumar[profile] Add InstrProfilingVersionVar.c.o to Darwin...
next