platform/upstream/llvm.git
2022-09-01 Adrian PrantlFix inconsistent target arch when attaching to arm64...
2022-09-01 Aart Bik[mlir][sparse] added codegen for dimop, pointers, indic...
2022-09-01 Artem Belevich[CUDA] Allow using -o with -fsyntax-only
2022-09-01 Peiming Liu[mlir][sparse] Add SparseTensorStorageExpansion Pass...
2022-09-01 Slava Zakharin[flang] Make use of do variable more consistent.
2022-09-01 Alex Brachet[clang] Give better message for unsupported no_sanitize...
2022-09-01 Arthur Eubanks[InstCombine] Treat passing undef to noundef params...
2022-09-01 Rob Suderman[mlir][tosa] Add remaining tosa comparison folders
2022-09-01 Tue Ly[libc][NFC] Use cpp::optional for checking exceptional...
2022-09-01 Rong Xu[PGO] Support PGO annotation of CallBrInst
2022-09-01 Arpad Borsos[llvm-objdump][COFF] Correctly decode `UOP_Epilog`...
2022-09-01 Kevin Athey[MSAN] removing redundant tests and parameters (NFC)
2022-09-01 Vitaly Buka[msan] Combine shadow check of the same instruction
2022-09-01 Aleksandr Platonov[clangd] Fix tests for implicit C function declaration
2022-09-01 Lang Hames[JITLink] Sink ELFX86RelocationKind into implementation...
2022-09-01 Sanjay Patel[SCCP][PhaseOrdering] add tests for sdiv/srem range...
2022-09-01 Zequan Wu[LLDB][NativePDB] Fix a minor bug.
2022-09-01 Vitaly Buka[nfc][msan] Group checks per instruction
2022-09-01 Valentin ClementRevert "[flang] Avoid copyin/copyout if the actual...
2022-09-01 Simon Pilgrim[ADT] bit.h - replace <stdint.h> with <cstdint>
2022-09-01 River Riddle[mlir:PDLL] Actually run the integration tests
2022-09-01 Simon Pilgrim[X86] Fix reciprocal instruction throughput/uops counts
2022-09-01 Wei Yi Tee[clang][dataflow] Refactor `TypeErasedDataflowAnalysisT...
2022-09-01 Valentin Clement[flang] Avoid copyin/copyout if the actual argument...
2022-09-01 Mark de Wever[libc++] Avoids self references in transitive include...
2022-09-01 Michael Jones[libc] add division, modulo, and power to UInt
2022-09-01 Michael Jones[libc] move builtin_wrappers out of fputil
2022-09-01 Fangrui Song[MachineFunctionPass] Support -filter-passes for -print...
2022-09-01 LLVM GN Syncbot[gn build] Port f6b66cbc7df1
2022-09-01 Michael Jones[libc][bazel] split fputil into individual targets
2022-09-01 Vitaly Buka[test][msan] Basic debug info test
2022-09-01 Joseph Huber[libomptarget] Enable the device allocator for AMDGPU
2022-09-01 Wei Yi Tee[llvm][Testing/ADT] Implement `IsStringMapEntry` testin...
2022-09-01 Jeff Niu[mlir] fix ubsan when loading array<i0>
2022-09-01 Aart Bik[mlir][sparse] refined doc of sparse tensor ops
2022-09-01 Aart Bik[mlir][sparse] improved tensor type lowering
2022-09-01 Jordan Rupprecht[MSan] Fix determinism issue when using msan-track...
2022-09-01 Arthur Eubanks[test][InstCombine] Update precommitted test
2022-09-01 Nuno LopesExpand Div/Rem: consider the case where the dividend...
2022-09-01 Arthur EubanksRevert "[Pipelines] Introduce DAE after ArgumentPromotion"
2022-09-01 Aaron BallmanRemoving an accidentally duplicated heading; NFC
2022-09-01 Matt Devereau[AArch64][SVE] Add floating-point repeated complex...
2022-09-01 Mehdi AminiApply clang-tidy fixes for performance-unnecessary...
2022-09-01 Mehdi AminiApply clang-tidy fixes for readability-identifier-namin...
2022-09-01 Cole Kissanetweak zstd behavior in cmake and llvm config for better...
2022-09-01 Nikita Popov[DwarfEhPrepare] Assign dummy debug location for insert...
2022-09-01 Valentin Clement[flang] Handle special case for SHIFTA intrinsic
2022-09-01 Nikita Popov[PHITranslateAddr] Require dominance when searching...
2022-09-01 Wei Yi Tee[clang][dataflow] Use `StringMap` for storing analysis...
2022-09-01 Nikita Popov[CombinerHelper] Avoid deprecated method (NFC)
2022-09-01 Nikita Popov[LICM] Regenerate test checks (NFC)
2022-09-01 Wei Yi Tee[clang][dataflow] Add `SetupTest` parameter for `Analys...
2022-09-01 Nikita Popov[LICM] Remove unnecessary condition (NFC)
2022-09-01 Nikita Popov[LICM] Fix thread safety checks for promotion of byval...
2022-09-01 Wei Yi Tee[clang][dataflow] Refactor `TestingSupport.h`
2022-09-01 Stephen TozerReapply "[DebugInfo] Extend the InstrRef LDV to support...
2022-09-01 Nikita Popov[LICM] Add another byval capture test (NFC)
2022-09-01 serge-sans... [clang] cleanup -fstrict-flex-arrays implementation
2022-09-01 Nikita Popov[LICM] Add test for byval scalar promotion miscompile...
2022-09-01 Ilia Diachkov[SPIRV] support builtin types and ExtInsts selection
2022-09-01 Sanjay Patel[InstCombine] fix crash on type mismatch with fcmp...
2022-09-01 Sanjay Patel[InstCombine] fold power-of-2 ctlz/cttz with inverted...
2022-09-01 Alex Bradbury[RISCV][NFC] Fix typo in comment in RISCVInstrInfoZicbo.td
2022-09-01 Nikita Popov[LICM] Add some debug output to scalar promotion (NFC)
2022-09-01 Bjorn Pettersson[GVN] Pre-commit test case showing miscompile in github...
2022-09-01 Alexey Bataev[SLP]Fix PR55734: SLP vectorizer's reduce_and formation...
2022-09-01 Amara Emerson[GlobalISel] Add sdiv exact (X, constant) -> mul combine.
2022-09-01 Yuanbo Li[DebugInfo] Missing debug location after replacement...
2022-09-01 Egor Zhdan[Clang][Comments] Parse `<img src=""/>` in doc comments...
2022-09-01 Michał Górny[lldb] [Core] Pass error/status from Communication...
2022-09-01 Florian Hahn[VPlan] Add field to track if intrinsic should be used...
2022-09-01 Nicolas Vasilache[mlir] Address post commit comments on 8f2457ccf01f00bb...
2022-09-01 Dylan Fleming[Flang][OpenMP] Add support for real typed reductions...
2022-09-01 Nuno LopesRevert "Expand Div/Rem: consider the case where the...
2022-09-01 Nathan James[CTE][docs] Fix bad links in ReleaseNotes
2022-09-01 Nicolas Vasilache[mlir][Linalg] Add missing support for memory space...
2022-09-01 Nuno LopesExpand Div/Rem: consider the case where the dividend...
2022-09-01 Pavel Samolysov[DeadArgElim] Use structure bindings in foreach loops...
2022-09-01 LLVM GN Syncbot[gn build] Port d931ac9e27ca
2022-09-01 Wei Yi Tee[clang][dataflow] Generalise match switch utility to...
2022-09-01 Sam Clegg[clang][WebAssembly] Pass `-Wa,--no-type-check` through...
2022-09-01 David Spickett[LLDB] Simplify cmake for instruction emulation unit...
2022-09-01 Anastasia Stulova[OpenCL][SPIR-V] Test extern functions with a pointer...
2022-09-01 Sheng[NFC][clang] LLVM_FALLTHROUGH => [[fallthrough]]
2022-09-01 David Spickett[LLVM] Add missing stdint include to Bit.h
2022-09-01 Douglas YungRevert "[test][msan] Basic debug info test"
2022-09-01 Muhammad Omair... [LLDB] Make build.py use uname to set platform
2022-09-01 Muhammad Omair... [LLDB] Make API tests to run using MSYS tools
2022-09-01 Nikita Popov[InstCombine] Fold extractvalue of phi
2022-09-01 Nikita Popov[InstCombine] Add tests for extractvalue of phi (NFC)
2022-09-01 Chuanqi Xu[NFC] Emit builtin coroutine calls uniforally
2022-09-01 Sam Clegg[MC][WebAssembly] Allow accurate errors in doBeforeLabe...
2022-09-01 liqinweng[RISCV] When ISD::SETUGT && Imm == -1, has processed...
2022-09-01 liqinweng[RISCV][NFC] Add cost model tests of llvm.fmuladd
2022-09-01 Balázs Kéri[clang][analyzer] Errno modeling code refactor (NFC).
2022-09-01 Matthias Springer[mlir][interfaces] Drop `dest`/`tileDestOperands` from...
2022-09-01 Tres Poppbazel fixes for c55b41d5199d2394dd6cdb8f52180d8b81d809d4
2022-09-01 YingChi Long[clang] trim trailing space in format tests. NFC
2022-09-01 Vitaly Buka[test][msan] Basic debug info test
2022-09-01 Fangrui Song[ELF] --gdb-index: error if constant pool size exceeds...
next