platform/upstream/llvm.git
2022-10-02 David Green[ARM] Add tablegen patterns for bf16 vrev
2022-10-02 David Green[ARM] Add tablegen patterns for bf16 vext
2022-10-02 David Green[ARM][DAG] BF16 constant handling.
2022-10-02 Peixin QiaoRevert "[flang] Make real type of kind 10 target dependent"
2022-10-02 Fangrui Song[test] Make Linux/sem_init_glibc.cpp robust
2022-10-02 Peixin Qiao[flang][OpenMP] Fix resolve common block in data-sharin...
2022-10-02 Peixin Qiao[flang] Make real type of kind 10 target dependent
2022-10-02 Kees Cook[clang][auto-init] Deprecate -enable-trivial-auto-var...
2022-10-02 LLVM GN Syncbot[gn build] Port 005916de58f7
2022-10-02 Konstantin... [libc++][ranges]Refactor `copy{,_backward}` and `move...
2022-10-02 Kazu Hirata[mlir] Use std::enable_if_t (NFC)
2022-10-02 Kazu Hirata[clang] Use std::enable_if_t (NFC)
2022-10-02 Kazu Hirata[ADT] Use std::common_type_t (NFC)
2022-10-02 Jacques Pienaar[mlir] Remove ReferTo attr constraint
2022-10-01 Arthur Eubanks[llvm] Migrate PAEval to new pass manager
2022-10-01 Craig Topper[RISCV] Use _TIED form of VWADD(U)_WX/VWSUB(U)_WX to...
2022-10-01 Craig Topper[RISCV] Minor tablegen formatting cleanup. NFC
2022-10-01 Fangrui Song[ELF] --check-sections: allow address 0xffffffff for...
2022-10-01 Fangrui Song[ELF] Rename LinkerScript::ctx to state. NFC
2022-10-01 Jessica Paquette[GlobalISel] Combine abs(undef) -> 0
2022-10-01 Fangrui Song[ELF] Move driver into ctx and remove indirection. NFC
2022-10-01 Fangrui Song[ELF] Remove symtab indirection. NFC
2022-10-01 Jessica PaquetteUpdate missing test after 24553df57dcc7bb2567697d8697b3...
2022-10-01 Nikolas Klauser[libc++] Enable libc++-specific tests for constexpr...
2022-10-01 Nikolas Klauser[libc++][NFC] Prefer type aliases over structs
2022-10-01 Jessica Paquette[GlobalISel] Combine `undef / X -> 0` and `undef %...
2022-10-01 Alex Brachet[llvm-driver] Support single distributions
2022-10-01 Alex Brachet[llvm-driver][NFC] Simplify handling of tool symlinks
2022-10-01 Fangrui Song[ELF] Remove ctx indirection. NFC
2022-10-01 Fangrui Song[ELF] Remove elf::config indirection. NFC
2022-10-01 David Green[Clang] Move ParsedTargetAttr to TargetInfo.h
2022-10-01 Dave Lee[lldb] Remove scoped timer from high firing and fast...
2022-10-01 Dave Lee[lldb] Remove scoped timer from high firing and fast...
2022-10-01 Florian Hahn[SimpleLoopUnswitch] Pass -verify-cfg-preserved to...
2022-10-01 David GreenFoward declare ParsedTargetAttr as a struct.
2022-10-01 Paweł Bylica[DAGCombine] Add tests for D57317
2022-10-01 Florian Hahn[LAA] Change to function analysis for new PM.
2022-10-01 David Green[Clang][AArch64] Support AArch64 target(..) attribute...
2022-10-01 zhongyunde[AArch64] Lower multiplication by a negative constant...
2022-10-01 LLVM GN Syncbot[gn build] Port 099384dcea49
2022-10-01 Nikolas Klauser[libc++] Implement P0591R4 (Utility functions to implem...
2022-10-01 Martin Storsjö[lldb] Fix warnings about unused variables when buildin...
2022-10-01 Filipp Zhinkin[ARM] Support all versions of AND, ORR, EOR and BIC...
2022-10-01 Carl Ritson[AMDGPU][GFX11] Mitigate VALU mask write hazard
2022-10-01 Jeff Niu[mlir] Allow DenseElementsAttr to use any shaped type
2022-10-01 Emilia Dreamer[clang-format] Correctly indent closing brace of compou...
2022-10-01 Craig Topper[RISCV] Prevent performCombineVMergeAndVOps from creati...
2022-10-01 Craig Topper[RISCV] Update cost of vector roundeven to match round...
2022-10-01 Teresa Johnson[MemProf] Update metadata during inlining
2022-10-01 Yeting Kuo[VP][RISCV] Add vp.copysign and RISC-V support.
2022-10-01 Matthias BraunUPdate reference-log-noml.txt as well to adapt for...
2022-10-01 Dhruva Chakrabarti[OpenMP] [OMPT] [1/8] Create separate categories for...
2022-10-01 Matthias BraunAdapt dev-mode-logging.ll test to D133902
2022-10-01 wren romano[mlir][sparse] Improving error messages for MLIR_SPARSE...
2022-10-01 Mircea TrofinRevert "[mlgo] Fix tests post D133902"
2022-10-01 Mircea Trofin[mlgo] Fix tests post D133902
2022-10-01 Matthias BraunFix tied operands in phi-coalescing.mir test; try to...
2022-10-01 Teresa JohnsonRevert "[MemProf] Update metadata during inlining"...
2022-09-30 River Riddle[mlir] Flip Async/GPU/MemRef/OpenACC/OpenMP/PDL dialect...
2022-09-30 Teresa Johnson[MemProf] Update metadata during inlining
2022-09-30 Teresa JohnsonProfile matching and IR annotation for memprof profiles.
2022-09-30 Jeff Niu[mlir][ods] Allow references to the self type
2022-09-30 Matthias BraunX86: Stop assigning register costs for longer encodings.
2022-09-30 Michael Jones[libc] disable syscall test without fullbuild
2022-09-30 Michael Jones[libc] add syscall function
2022-09-30 River Riddle[mlir:OpenMP][NFC] Update OpenMP API to use prefixed...
2022-09-30 River Riddle[mlir:OpenACC][NFC] Update OpenACC API to use prefixed...
2022-09-30 River Riddle[mlir:PDL][NFC] Update PDL API to use prefixed accessors
2022-09-30 River Riddle[mlir:GPU][NFC] Update GPU API to use prefixed accessors
2022-09-30 River Riddle[mlir:Async][NFC] Update Async API to use prefixed...
2022-09-30 wren romano[mlir][sparse] Address style nit in documentation
2022-09-30 Alexander Shaposhnikov[clang-tidy] Skip variadic ctors in modernize-use-equal...
2022-09-30 Vincent Lee[lld-macho] Do not error out on dead stripped duplicate...
2022-09-30 Kazu Hirata[mlir] Fix warnings
2022-09-30 Peiming Liu[mlir][sparse] Add rewriting rules for concatente using...
2022-09-30 Peiming Liu[mlir][sparse] Add new utility class to help generates...
2022-09-30 LLVM GN Syncbot[gn build] Port 5b26f4f04222
2022-09-30 Eric WangReland "[MLGO] ML Regalloc Priority Advisor"
2022-09-30 Sanjay Patel[SCCP] remove unnecessary check for constant when foldi...
2022-09-30 Sanjay Patel[SCCP] add a code comment about sitofp -> uitofp; NFC
2022-09-30 Jonathan Wakely[libc++] Fix ADL for `make_error_{code,condition}`
2022-09-30 wren romano[mlir][sparse] Renaming x-macros for better hygiene
2022-09-30 Lei Zhang[mlir][vector] Fix double rank reducing folding bug
2022-09-30 Peter Collingbournegn build: Fix formatting in gen_version_script.gni.
2022-09-30 Peter Collingbournegn build: Speculative Windows build fix.
2022-09-30 Peter Collingbournegn build: Re-add preinit file to static ubsan library.
2022-09-30 Petr Hosek[CMake] Use libcxx-abi-* targets for in-tree sanitizer...
2022-09-30 wren romano[mlir][sparse] SparseTensorUtils post-refactoring cleanup
2022-09-30 Nilanjana Basu[AArch64] Unit test for trunc lowering from i64 to i8
2022-09-30 Jeffrey Byrnes[AMDGPU] Fix tests in f6a2e6afed2
2022-09-30 Sriraman TallamUnittest to skip padding between buildid and filenames.
2022-09-30 Jeffrey Byrnes[AMDGPU] Precommit test case for D133584
2022-09-30 Guozhi Wei[LiveRangeEdit] Add a statistic variable for rematerial...
2022-09-30 Peter CollingbourneAArch64: Don't use RETA[AB] when ShadowCallStack is...
2022-09-30 Peter Collingbournegn build: Move bfloat16 source files to x86-specific...
2022-09-30 Peter Collingbournegn build: Add support for building the standalone ubsan...
2022-09-30 Vitaly Buka[NFC][sanitizer] Simplify symbolizer build script
2022-09-30 Vitaly Buka[sanitizer] Fix build of 32bit symbolizer
2022-09-30 Michael Maitland[TableGen] Add div bang operator
2022-09-30 Florian Mayer[libunwind] Fix compile error with CROSS_UNWINDING
next