platform/upstream/llvm.git
2022-10-29 Simon Pilgrim[X86] Ensure 256-bit inlane shuffles are set to 2 uops...
2022-10-29 Jonas Hahnfeld[JITLink][RISCV] Add names for GOT/PLT relocations
2022-10-29 Xiaodong Liu[LoongArch] Improve the "out of range" error informatio...
2022-10-29 Fangrui Song[docs] clang.rst: gnu++14 => gnu++17
2022-10-29 LLVM GN Syncbot[gn build] Port 30ea3fcc4c69
2022-10-29 owenca[clang-format][NFC] Move BracesRemover tests out of...
2022-10-29 Chia-hung DuanRevert "Revert "[scudo] Fix the calculating of memory...
2022-10-29 YingChi Long[clang][NFC] sync comments from declaration of Initiali...
2022-10-29 Siva Chandra... [libc] Fix the return value of fread and fwrite.
2022-10-29 Haojian Wu[mlir] Fix the bazel error after c853d69ab9778fece61b0b...
2022-10-29 Matt ArsenaultARM: Fix stack warning test
2022-10-29 Matt Arsenaultclang: Improve errors for DiagnosticInfoResourceLimit
2022-10-29 Matt ArsenaultDiagnosticInfo: Report function location for resource...
2022-10-29 Matt Arsenaultllvm-reduce: Fix typo
2022-10-29 Fangrui Song[Frontend] -MP: remove blank lines
2022-10-29 Fangrui Song[Frontend] Fix -MP when main file is <stdin>
2022-10-29 wren romano[mlir][sparse] Cleaning up function names in test
2022-10-29 Peiming Liu[mlir][sparse] run canonicalization pass after DenseOpB...
2022-10-29 Slava ZakharinFix MLIR build after D136931
2022-10-29 Matt Arsenaultllvm-reduce: Fix producing invalid reductions with...
2022-10-29 Matt Arsenaultllvm-reduce: Fix block reduction with unreachable blocks
2022-10-29 Matt Arsenaultllvm-reduce: Don't turn switches into returns
2022-10-29 Ben Langmuir[clang][test] Require x86 target in a couple new tests
2022-10-28 Matt Arsenaultclang: Add required target to test
2022-10-28 James Y Knight[llvm-tblgen] NFC: Simplify DecoderEmitter.
2022-10-28 Peiming Liu[mlir][sparse] Fold invariant op only when it has only...
2022-10-28 Matt Arsenaultllvm-reduce: Stop checking workitem is interesting...
2022-10-28 Matt ArsenaultAMDGPU: Register a null MC streamer for -emit-codegen...
2022-10-28 Paul KirthRevert "[AArch64] Optimize memcmp when the result is...
2022-10-28 Arthur Eubanks[lldb] Support simplified template names
2022-10-28 Fangrui Song[Driver] Use addOptInFlag/addOptOutFlag. NFC
2022-10-28 Aart Bik[mlir][arm][sve] fix broken integration tests
2022-10-28 Ben LangmuirMove getenv for AS_SECURE_LOG_FILE to clang
2022-10-28 Aart Bik[mlir][sparse] build proper insertion chain
2022-10-28 Fangrui Song[Driver] Fix -fdebug-default-version= -Wunused-command...
2022-10-28 Nathan ChancellorRevert "[AArch64]SME2 Outer Product and Accumulate...
2022-10-28 David BlaikieFollow-up to Itanium ABI POD patchnotes
2022-10-28 Yaxun (Sam... [HIP] add float to fp16 convert functions
2022-10-28 Chia-hung DuanRevert "[scudo] Fix the calculating of memory group...
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...
next