platform/upstream/llvm.git
2021-01-13 Jon Chesterfield[libomptarget][nvptx] Include omp_data.cu in bitcode...
2021-01-13 Jonas Devlieghere[dsymutil] Copy eh_frame content into the dSYM companio...
2021-01-13 Serguei Katkov[InlineSpiller] Re-tie operands if folding failed
2021-01-13 Lang Hames[Orc] Add a unit test for asynchronous definition gener...
2021-01-13 Jonas Devlieghere[dsymutil] Warn on timestmap mismatch between object...
2021-01-13 Hsiangkai Wang[NFC] Use generic name for scalable vector stack ID.
2021-01-13 Hansang Bae[OpenMP] Use persistent memory for omp_large_cap_mem
2021-01-13 Shoaib Meenai[libc++] Give extern templates default visibility on gcc
2021-01-13 Nico Weber[gn build] Reorganize libcxx/include/BUILD.gn a bit
2021-01-13 Hansang Bae[OpenMP] Update allocator trait key/value definitions
2021-01-13 Reid Kleckner[PDB] Defer relocating .debug$S until commit time and...
2021-01-13 Yuanfang Chen[Coroutine] Update promise object's final layout index
2021-01-13 Luo, Yuanke[X86][AMX] Prohibit pointer cast on load.
2021-01-13 zhanghb97[mlir][Python] Add checking process before create an...
2021-01-13 Nico Weber[gn build] (manually) port 79f99ba65d96
2021-01-13 Jianzhou Zhao[MSan] Tweak CopyOrigin
2021-01-13 Juneyoung Lee[DAGCombiner] Fold BRCOND(FREEZE(COND)) to BRCOND(COND)
2021-01-13 Juneyoung Lee[LangRef] State that a nocapture pointer cannot be...
2021-01-13 Siva Chandra... [libc][NFC] Use more specific comparison macros in...
2021-01-12 Michael Jones[libc] add isascii and toascii implementations
2021-01-12 Joe Nash[AMDGPU] Add _e64 suffix to VOP3 Insts
2021-01-12 David BlaikieDelete unused function (was breaking the -Werror build)
2021-01-12 Mircea Trofin[NFC] Disallow unused prefixes under MC/AMDGPU
2021-01-12 Julian Lettner[Sanitizer][Darwin] Fix test for macOS 11+ point releases
2021-01-12 Jessica Paquette[MIPatternMatch] Add matcher for G_PTR_ADD
2021-01-12 Hongtao YuAdd sample-profile-suffix-elision-policy attribute...
2021-01-12 Bob Haarman[ELF][NFCI] small cleanup to OutputSections.h
2021-01-12 Craig Topper[RISCV] Remove '.mask' from vcompress intrinsic name...
2021-01-12 Nathan James[ADT][NFC] Use empty base optimisation in BumpPtrAlloca...
2021-01-12 Mircea Trofin[NFC] Disallow unused prefixes in MC/AMDGPU
2021-01-12 Fangrui Song[Driver] Fix assertion failure when -fprofile-generate...
2021-01-12 Matt ArsenaultAMDGPU: Remove wrapper only call limitation
2021-01-12 Shilei Tian[OpenMP] Fixed a typo in openmp/CMakeLists.txt
2021-01-12 Martin Storsjö[libcxx] Avoid overflows in the windows __libcpp_steady...
2021-01-12 Martin Storsjö[AArch64] [Windows] Properly add :lo12: reloc specifier...
2021-01-12 Shilei Tian[OpenMP] Fixed the link error that cannot find static...
2021-01-12 modimo[Inliner] Change inline remark format and update Replay...
2021-01-12 Alex Zinenko[mlir] Update LLVM dialect type documentation
2021-01-12 Nikita Popov[InstCombine] Handle logical and/or in assume optimization
2021-01-12 Michael Munday[RISCV] Legalize select when Zbt extension available
2021-01-12 Nikita Popov[InstCombine] Add tests for logical and/or poison impli...
2021-01-12 Craig Topper[RISCV] Add double test cases to vfmerge-rv32.ll. NFC
2021-01-12 Sanjay Patel[SLP] reduce code duplication while processing reductio...
2021-01-12 Sanjay Patel[SLP] rename variable to improve readability; NFC
2021-01-12 Sanjay Patel[SLP] reduce code duplication in processing reductions...
2021-01-12 Sanjay Patel[SLP] reduce code duplication while matching reductions...
2021-01-12 Philip Reames[LV] Weaken spuriously strong assert in LoopVersioning
2021-01-12 Nikita Popov[InstCombine] Duplicate tests for logical and/or (NFC)
2021-01-12 Sunil SrivastavaFix for crash in __builtin_return_address in template...
2021-01-12 Philip Reames[LV] Relax assumption that LCSSA implies single entry
2021-01-12 Nikita Popov[InstCombine] Regenerate test checks (NFC)
2021-01-12 Yitzhak Mandelbaum[clang-tidy] Add test for Transformer-based checks...
2021-01-12 Zequan Wu[IR] move nomerge attribute from function declaration...
2021-01-12 Florian Hahn[FunctionAttrs] Derive willreturn for fns with readonly...
2021-01-12 David Truby[clang][aarch64] Precondition isHomogeneousAggregate...
2021-01-12 Jon Chesterfield[libomptarget][amdgpu][nfc] Fix build on centos
2021-01-12 Shilei Tian[OpenMP] Fixed include directories for OpenMP when...
2021-01-12 Nikita Popov[InstSimplify] Don't fold gep p, -p to null
2021-01-12 Brad Smith[libcxx] Port to OpenBSD
2021-01-12 Arthur O'Dwyer[libc++] Add a missing `<_Compare>` template argument.
2021-01-12 Florian Hahn[FunctionAttrs] Precommit tests for willreturn inference.
2021-01-12 Craig Topper[RISCV] Use vmerge.vim for llvm.riscv.vfmerge with...
2021-01-12 Arthur Eubanks[NewPM] Run non-trivial loop unswitching under -O2...
2021-01-12 Nathan Ridge[clangd] Avoid recursion in TargetFinder::add()
2021-01-12 Craig Topper[LegalizeDAG][RISCV][PowerPC][AMDGPU][WebAssembly]...
2021-01-12 sameeran joshi[Flang][openmp][openacc] Extend CheckNoBranching to...
2021-01-12 Dávid Bolvanský[instCombine] Add (A ^ B) | ~(A | B) -> ~(A & B)
2021-01-12 Dávid Bolvanský[Tests] Add tests for new InstCombine OR transformation...
2021-01-12 Michał Górny[llvm] [cmake] Remove obsolete /usr/local hack for...
2021-01-12 Timm BäderReturn false from __has_declspec_attribute() if not...
2021-01-12 Emil Engler[doc] Place sha256 in lld/README.md into backticks
2021-01-12 Timm BäderAdd -ansi option to CompileOnly group
2021-01-12 Cullen Rhodes[SVE][NFC] Regenerate a few CodeGen tests
2021-01-12 Simon Pilgrim[AMDGPU] Regenerate umax crash test
2021-01-12 Akira HatanakaFix typo in diagnostic message
2021-01-12 Simon Pilgrim[X86] Regenerate sdiv_fix_sat.ll + udiv_fix_sat.ll...
2021-01-12 Rahul Joshi[MLIR] Disallow `sym_visibility`, `sym_name` and `type...
2021-01-12 Jinsong Ji[PowerPC][NFCI] PassSubtarget to ASMWriter
2021-01-12 Lei Zhang[mlir][spirv] NFC: split deserialization into multiple...
2021-01-12 Marek Kurdej[libc++] [C++2b] [P1048] Add is_scoped_enum and is_scop...
2021-01-12 Vladislav Vinogradov[mlir] Fix for LIT tests
2021-01-12 Vladislav Vinogradov[mlir][CAPI] Fix inline function declaration
2021-01-12 Lei ZhangReland "[mlir][linalg] Support parsing attributes in...
2021-01-12 Nemanja Ivanovic[PowerPC] Add support for embedded devices with EFPU2
2021-01-12 Bjorn Pettersson[SLP] Add test case showing a bug when dealing with...
2021-01-12 Lei Zhang[mlir][spirv] NFC: place ops in the proper file for...
2021-01-12 Kazushi (Jam... [VE] Update VELIntrinsic tests
2021-01-12 Bevin Hansson[X86] Improved lowering for saturating float to int.
2021-01-12 Valentin Clement[mlir][openacc] Use TableGen information for default...
2021-01-12 Paul C. Anagnostopoulos[TableGen] Improve error message for semicolon after...
2021-01-12 Nicolas Vasilache[mlir][Linalg] NFC - Refactor fusion APIs
2021-01-12 Simon Pilgrim[X86][SSE] getFauxShuffleMask - handle PACKSS(SRAI...
2021-01-12 Simon Pilgrim[X86][SSE] combineSubToSubus - add v16i32 handling...
2021-01-12 Bevin Hansson[Fixed Point] Add codegen for conversion between fixed...
2021-01-12 Simon Pilgrim[X86][SSE] combineSubToSubus - remove SSE2 early-out.
2021-01-12 Fraser Cormack[RISCV] Improve scalable-vector shift tests (NFC)
2021-01-12 Christian SiggChange the LLVM_ATTRIBUTE_DEPRECATED macro to use C...
2021-01-12 Nico WeberRevert "[Test] Add failing test for PR48725"
2021-01-12 Georgii Rymar[obj2yaml] - Don't crash when an object has an empty...
2021-01-12 Georgii Rymar[obj2yaml,yaml2obj] - Fix issues with creating/dumping...
next