platform/upstream/llvm.git
2022-10-28 Augusto Noronha[lldb] Explicitly open file to write with utf-8 encodin...
2022-10-28 Andrzej Warzynski[mlir][sve] Canonicalise MLIR_RUN_ARM_SVE_TESTS
2022-10-28 Chia-hung Duan[scudo] Fix the calculating of memory group usage
2022-10-28 Chia-hung Duan[scudo] Lazy initialize the PageMap while page releasing
2022-10-28 Jonathan Peyton[OpenMP][libomp] Add hidden helper affinity
2022-10-28 Jonathan Peyton[OpenMP][libomp] Make affinity warnings parameterized
2022-10-28 Jonathan Peyton[OpenMP][libomp] Parameterize affinity functions
2022-10-28 Hanhan Wang[mlir][scf] Enhance sizes computation in tileUsingSCFForOp.
2022-10-28 Benjamin Kramer[mlir][linalg] Add missing region when building TransposeOp
2022-10-28 Craig Topper[RISCV] Merge WriteLDW and WriteLDWU schedule classes.
2022-10-28 Aaron BallmanUpdate the status of some C2x features
2022-10-28 Michael Jones[libc] add locale free strcoll
2022-10-28 Michael Jones[libc][obvious] fix scanf parser test
2022-10-28 Michael Jones[libc] add scanf parser and core utilities
2022-10-28 Michael Jones[libc] add features to bitset
2022-10-28 Arthur Eubanks[polly][test] Remove -polly-target from tests
2022-10-28 Yaxun (Sam... [HIP] add fmax/fmin for fp16
2022-10-28 Arthur EubanksRevert "[LegacyPM] Remove pipeline extension mechanism"
2022-10-28 Arthur Eubanks[polly] Format RegisterPasses.cpp
2022-10-28 Erich Keane[Concepts] Fix an assert when trying to form a recovery...
2022-10-28 Arthur Eubanks[clang] Remove no-op -fexperimental-new-pass-manager...
2022-10-28 Craig Topper[RISCV] Optimize i64 insertelt on RV32.
2022-10-28 Arthur Eubanks[LegacyPM] Remove pipeline extension mechanism
2022-10-28 Arthur Eubanks[polly] Remove legacy pass manager hooks
2022-10-28 Caroline Concatto[AArch64]SME2 Outer Product and Accumulate instructions
2022-10-28 Aaron BallmanAdd test coverage for WG14 N2322
2022-10-28 Caroline Concatto[AArch64]SME2 Multi-vector - Index/Single/Multi Array...
2022-10-28 Simon Pilgrim[DAG] ExpandIntRes_MINMAX - simplify cases with suffici...
2022-10-28 Simon Pilgrim[X86] Add basic test coverage for Issue #58630
2022-10-28 Timm Bäder[clang][Interp] Add missing expected test output
2022-10-28 Matt Devereau[InstCombine] Add shuffle-binop tests
2022-10-28 Timm Bäder[clang][Interp] Implement inc and dec operators
2022-10-28 Timm Bäder[clang][Interp][NFC] Use right visit() function
2022-10-28 Yaxun (Sam... [HIP] add --offload-add-rpath
2022-10-28 Kevin P. Neal[clang][Docs] Correct typo: "may_trap" is rejected...
2022-10-28 Nikita Popov[GVN] Regenerate test checks (NFC)
2022-10-28 Craig Topper[RISCV] Adjust RV64I data layout by using n32:64 in...
2022-10-28 Shilei Tian[NFC][OpenMP] Fix compile warnings introduced by D134396
2022-10-28 Momchil Velikov[FuncSpec][NFC] Avoid redundant computations of Dominat...
2022-10-28 Eduard Zingerman[clang][DebugInfo] Emit DISubprogram for extern functio...
2022-10-28 Timm Bäder[clang][Interp] Make sure we free() allocated InitMaps
2022-10-28 Timm Bäder[clang][Interp] Fix ignoring expression return values
2022-10-28 Timm Bäder[clang][Interp] Fix record members of reference type
2022-10-28 Timm Bäder[clang][Interp] Remove unused getGlobalIdx()
2022-10-28 Nicolai Hähnleclang-tblgen build: avoid duplicate inclusion of libLLV...
2022-10-28 Alexander Belyaev[mlir] Rename getInputs->getDpsInputs and getOutputs...
2022-10-28 John BrawnRevert "[MachineCSE] Allow PRE of instructions that...
2022-10-28 Sanjay Patel[SDAG] avoid crash from mismatched types in scalar...
2022-10-28 Qiongsi Wu[clang][LTO] Passing vec-extabi to the Backend on AIX
2022-10-28 Kadir Cetinkaya[llvm] Fix minimum Apple Clang requirement
2022-10-28 Martin Storsjö[clang] Fix a -Wcast-qual GCC warning. NFC.
2022-10-28 Haojian Wu[mlir] One more the bazel build for 3ac17449cf988bfcde8...
2022-10-28 Timm Bäder[clang][Interp] Implement String- and CharacterLiterals
2022-10-28 Haojian Wu[mlir] Fix the bazel build for 3ac17449cf988bfcde804a4c...
2022-10-28 Kristof BeylsOnline sync-ups: remove Windows/COFF entry.
2022-10-28 Nenad MikšaDisambiguate type names when printing NTTP types
2022-10-28 Aaron BallmanAdd some more C11 DR tests and update the status page
2022-10-28 Nikita Popov[InstCombine] Convert test to opaque pointers (NFC)
2022-10-28 Victor Campos[Object] Prevent null pointer dereference in BigArchive...
2022-10-28 Guray Ozen[mlir][nvvm] Introduce performance tuning directives
2022-10-28 Timm BäderRevert "[clang][Interp] Implement String- and Character...
2022-10-28 Simon Pilgrim[DAG] visitXOR - fold XOR(A,B) -> OR(A,B) iff A and...
2022-10-28 Nikita Popov[InstCombine] Convert some tests to opaque pointers...
2022-10-28 Timm Bäder[clang][Interp][NFC] Fix instance method check
2022-10-28 Timm Bäder[clang][Interp] Implement String- and CharacterLiterals
2022-10-28 Timm Bäder[clang][Interp][NFC] Print more info in Program::dump()
2022-10-28 Timm Bäder[clang][Interp][NFC] Remove leftover comment fragment
2022-10-28 Timm Bäder[clang][Interp][NFC] Fix a file header comment
2022-10-28 Timm Bäder[clang][Interp][NFC] Add Record::getName()
2022-10-28 Simon Pilgrim[DAG] visitFSUBForFMACombine - pass callbacks by refere...
2022-10-28 Martin Storsjö[LLD] [COFF] Include "rust_eh_personality" among the...
2022-10-28 Michael Buch[lldb][Docs][NFC] Fix sphinx warnings/errors for LLDB...
2022-10-28 Momchil VelikovRecommit: [FuncSpec][NFC] Refactor finding specialisati...
2022-10-28 Simon PilgrimConstraintElimination - pass const DataLayout by refere...
2022-10-28 Jay Foad[AMDGPU] Regenerate checks in waitcnt-overflow.mir...
2022-10-28 Simon PilgrimIndirectBrExpandPass - remove unused DL from lambda...
2022-10-28 Stephen Thomas[AMDGPU] Small cleanups in wait counter code
2022-10-28 Andrzej Warzynski[mlir][aarch64] XFAIL correctness.mlir
2022-10-28 Haojian WuRevert "[clang] Instantiate NTTPs and template default...
2022-10-28 wanglei[LoongArch] Add emergency spill slot for GPR for large...
2022-10-28 Jay Foad[AMDGPU] Clean up calls to MachineOperand::setIsDead...
2022-10-28 Oleg ShyshkovRevert "Revert "[mlir][linalg] Add nicer builders for...
2022-10-28 Oleg Shyshkov[mlir][linalg] Fix linalg.transpose region builder.
2022-10-28 David Green[InstCombine] Don't change switch table from desirable...
2022-10-28 eopXD[Clang] Improve diagnostic message for loop hint pragma
2022-10-28 wanglei[LoongArch] Split SP adjustment
2022-10-28 Christian Sigg[mlir][gpu] Unroll ops on vectors which map to intrinsi...
2022-10-28 chenglin.biRevert "[AArch64] Adjust operand sequence for Add+Sub...
2022-10-28 Nikita Popov[ARM] Use DefaultAttrsIntrinsics
2022-10-28 Oleg ShyshkovRevert "[mlir][linalg] Add nicer builders for `map...
2022-10-28 Juan Manuel... [StructurizeCFG][DebugInfo] Maintain DILocations in...
2022-10-28 Michał Górny[flang] Fix building against clang dylib
2022-10-28 Sander de Smalen[AArch64][SME] Set fn attributes correctly on __arm_tpi...
2022-10-28 Pavel Labath[lldb/qemu] Stub out process info functions
2022-10-28 Valery PykhtinRevert "[AMDGPU] Add EXPENSIVE_CHECK into GCNRPTracker...
2022-10-28 David Sherwood[AArch64][SVE2] Add the SVE2.1 extract-and-narrow instr...
2022-10-28 Oleg Shyshkov[mlir][linalg] Add nicer builders for `map` and `reduce`.
2022-10-28 Michał Górny[llvm] [cmake] Silence GNUInstallDirs warning in LLVMIn...
2022-10-28 Michał GórnyHarmonize cmake_policy() across standalone builds of...
2022-10-28 Valery Pykhtin[AMDGPU] Add EXPENSIVE_CHECK into GCNRPTracker::reset
next