platform/upstream/llvm.git
2023-07-18 Christopher... [scudo] Fix memtag tests.
2023-07-18 Amanda Tang[ODS] Quick fix
2023-07-18 Fangrui Song[Support] Add llvm::xxh3_64bits
2023-07-18 Sedenion[clang-format] Refactoring and asserts in LevelIndentTr...
2023-07-18 Alexey Bataev[SLP][NFC]Improve compile-time by using map {TreeEntry...
2023-07-18 Mark de Wever[libc++][test] Fixes transitives includes.
2023-07-18 Andrew Gozillon[Flang][OpenMP] Disable function filtering for host
2023-07-18 Mikhail Goncharov[bazel] fix layering check to run bazel with 16.x
2023-07-18 Craig Topper[RISCV] Remove unnecessary _32 and _64 suffixes from...
2023-07-18 Mark de Wever[libc++][print] Fixes tests.
2023-07-18 River Riddle[mlir-lsp] Add client information to the Initialization...
2023-07-18 Philip Reames[RISCV] Minor style cleanups in post ISEL combines
2023-07-18 Mark de Wever[libc++][format] Fixes times before epoch.
2023-07-18 Tulio Magno... [clang] scan-view: Remove unused python import
2023-07-18 Mark de Wever[libc++][format] Improves diagnostics.
2023-07-18 Craig Topper[RISCV] Remove 'Z' from Zbb builtin type strings. NFC
2023-07-18 Kirill Stoimenov[HWASAN][LSAN] Fix false positive memory leak reports...
2023-07-18 Mark de Wever[libc++][format] Improves run-time diagnostics.
2023-07-18 Philip Reames[RISCV][CostModel] Model vrgather.vv as being quadradic...
2023-07-18 Joseph Huber[Clang] Only emit CUDA version warnings when creating...
2023-07-18 Mark de Wever[libc++][format] Improves compile-time diagnostics.
2023-07-18 Razvan Lupusoru[flang][openacc] Update data clause attribute in tests
2023-07-18 Razvan Lupusoru[openacc] Update data clause attribute definition
2023-07-18 Mark de Wever[NFC][libc++][format] Generalizes bracket parsing.
2023-07-18 Han Shen[CodeGen] Separate MachineFunctionSplitter logic for...
2023-07-18 Mark de Wever[libc++][print] Adds FILE functions.
2023-07-18 Louis Dionne[libc++] Encode the version in the ReleaseNotes file
2023-07-18 Jack Wolfard[mlir][python] Add install target for MLIR Python sources.
2023-07-18 pateldeev[libc++][LWG 2996] Implement c++20 shared_ptr rvalue...
2023-07-18 varconst[libc++][ranges] Implement the changes to node-based...
2023-07-18 Amanda Tang[ODS] Use Adaptor Traits for Type Inference
2023-07-18 David Green[AArch64][GISel] Additional FPTrunc vector lowering
2023-07-18 Aiden Grossman[llvm-exegesis] Support older kernel versions in subpro...
2023-07-18 Craig Topper[RISCV] Improve type promotion for i32 clmulr/clmulh...
2023-07-18 Simon Pilgrim[DAG] SimplifyDemandedBits - attempt to use SimplifyMul...
2023-07-18 Peter Klausler[flang][unittests] Fix recent snprintf() changes to...
2023-07-18 Aiden Grossman[Docs][llvm-exegesis] Add documentation for memory...
2023-07-18 Haojian Wu[clangd] Fix a build error for f4f6c229bde8f42721482469...
2023-07-18 Craig Topper[RISCV] Use RISCVISD::CZERO_EQZ/CZERO_NEZ for XVentanaC...
2023-07-18 Quentin Colombet[mlir][Linalg] Add an interface to decompose complex ops
2023-07-18 Craig Topper[RISCV][AArch64][IRGen] Add a special case to CodeGenFu...
2023-07-18 eopXD[RISCV] Add test coverage for peephole vmerge optimizat...
2023-07-18 eopXD[RISCV] Do not use FPR registers for fastcc if zfh...
2023-07-18 Arthur Eubanks[gn build] Manually port 2c651184
2023-07-18 Craig Topper[RISCV] Add isMoveReg to vmv1r/vmv2r/vmv4r/vmv8r.v.
2023-07-18 Craig Topper[RISCV] Test for D155140. NFC
2023-07-18 Alan Zhao[clang] Fix a crash when casting to an array type
2023-07-18 Zhuojia Shen[AArch64] Merge LDRSWpre-LD[U]RSW pair into LDPSWpre
2023-07-18 Zhuojia Shen[AArch64] Add tests for merging LDRSWpre-LDR pairs
2023-07-18 Alexander Batashev[NFC] Fix builds on recent GCC with C++20 enabled
2023-07-18 Joseph Huber[Clangd] Fix ambiguous use of 'Range'
2023-07-18 Joseph Huber[libc] Treat the locks array as a bitfield
2023-07-18 Simon Pilgrim[DAG] More aggressively (extract_vector_elt (build_vect...
2023-07-18 Simon Pilgrim[Sparc] Regenerate float-constants.ll test checks
2023-07-18 Rahul Kayaith[mlir][python] Remove PythonAttr mapping functionality
2023-07-18 Dinar Temirbulatov[AArch64] Regenerate a couple of vector-shuffle tests...
2023-07-18 Joseph HuberRevert "[libc] Default the GPU build to the default...
2023-07-18 Slava Zakharin[flang][hlfir] Support polymorphic hlfir.expr values.
2023-07-18 Joseph Huber[libc] Default the GPU build to the default memory...
2023-07-18 Jens Carl[clang-tidy][NFC] Update path of main translation unit
2023-07-18 Jon ChesterfieldRevert "[libc][memfunctions] Explicit error when platfo...
2023-07-18 Mark de Wever[libc++][chrono] Fixes month inc and dec operations.
2023-07-18 Haojian Wu[clangd] Refine the workflow for diagnostic Fixits.
2023-07-18 Martin StorsjöRevert "[AArch64] Fix an immediate out of range for...
2023-07-18 Razvan Lupusoru[openacc] Add dialect definition for acc declare
2023-07-18 Markus Böck[mlir][LLVM] Append call ops alias scopes to inlined...
2023-07-18 Ingo Müller[mlir][transform][bufferization][python] Add .td file...
2023-07-18 Adrian Kuegel[mlir][Bazel] Add missing dependency.
2023-07-18 Adrian Kuegel[mlir][Bazel] Add VectorToArmSME target.
2023-07-18 Guillaume Chatelet[libc][memfunctions] Explicit error when platform in...
2023-07-18 Adrian Kuegel[mlir][Bazel] Add missing dependency.
2023-07-18 iambrj[MLIR][Presburger] Implement domain and range restricti...
2023-07-18 Martin Braenne[clang][dataflow] Strengthen flow condition assertions.
2023-07-18 Paweł Bylica[clang][NFC] Fix typos in sema builtins test
2023-07-18 Christoph Stiller[MCA] Document behaviour of ResourceRef
2023-07-18 Alexey Bataev[SLP]Include cost of the reshuffling for same nodes...
2023-07-18 John Brawn[ARM] Replace TransferImpOps with copyImplicitOps
2023-07-18 wanglei[LoongArch][NFC] Revise instruction format to match...
2023-07-18 Martin Storsjö[AArch64] Fix an immediate out of range for large reali...
2023-07-18 Luke Lau[RISCV] Add VP patterns for vandn.[vv,vx]
2023-07-18 Luke Lau[RISCV] Add SDNode patterns for vandn.[vv,vx]
2023-07-18 Matthias Springer[mlir][NVGPU][transform] Add `create_async_groups`...
2023-07-18 Guillaume Chatelet[libc][NFC] Split memmove implementations per platform
2023-07-18 Jie Fu[Flang] Remove unused variable 'converter' in genCustom...
2023-07-18 Nikita Popov[Constants] Use getGEPReturnType() (NFC)
2023-07-18 dingfei[NFC][clang-extdef-mapping] fix test failure on unsuppo...
2023-07-18 Alex Zinenko[mlir] NFC: untangle SCF Patterns.h and Transforms.h
2023-07-18 Markus Böck[mlir][LLVM] Perform deep clone of alias scopes during...
2023-07-18 Haojian Wu[include-cleaner] Avoid a caching issue when running...
2023-07-18 Kiran Chandramohan[Flang] Include logical default with default-integer-8
2023-07-18 Tom Eccles[flang][hlfir][NFC] catch dynamically optional args...
2023-07-18 Tom Eccles[flang][hlfir] support dynamically optional array argum...
2023-07-18 Tom Eccles[flang][hlfir] add support for elemental intrinsics...
2023-07-18 Tom Eccles[flang][hlfir] custom intrinsic handling for scalar...
2023-07-18 Paulo Matos[InstCombine] Allow KnownBits to be propagated
2023-07-18 Matt ArsenaultAMDGPU: Preserve flags in fdiv_fast lowering
2023-07-18 Matt ArsenaultAMDGPU: Generate and add fdiv tests
2023-07-18 Matt ArsenaultValueTracking: Fix computeKnownFPClass canonicalize...
2023-07-18 Matt ArsenaultValueTracking: Add more tests for canonicalize class...
2023-07-18 Matt ArsenaultAMDGPU: Add some additional rcp/rsq tests
next