platform/upstream/llvm.git
2023-05-25 Siva Chandra... [libc] Rearrange error and signal tables.
2023-05-25 Aart Bik[mlir][sparse][gpu] various cuSparse refinements
2023-05-25 Md Abdullah... [mlir][spirv] Add OpConvertPtrToU and OpConvertUToPtr ops
2023-05-25 Thurston Dangsanitizer-common: fix buildbot by temporarily disabling...
2023-05-25 Sergei Barannikov[MIPS] Check if register is non-null before calling...
2023-05-25 Sergei Barannikov[CodeGen] Skip null physical register in AntiDepBreaker...
2023-05-25 Sergei BarannikovRevert "[CodeGen] Skip null physical register in AntiDe...
2023-05-25 Manna, Soumi[NFC][CLANG] Fix issue with dereference null return...
2023-05-25 Rahul Kayaith[mlir][python] Hook up PyRegionList.__iter__ to PyRegio...
2023-05-25 Enna1[gcov] Add nosanitize metadata to memory access instruc...
2023-05-25 Rahul Kayaith[mlir][python] Allow specifying block arg locations
2023-05-25 Vitaly Buka[NFC][sanitizer] Rename *ThreadRegistry functions
2023-05-25 Hanhan Wang[mlir][linalg] Only apply masking on xfer_write when...
2023-05-25 Vitaly Buka[hwasan] Fix allocator_interface implementation
2023-05-25 Aart Bik[mlir][sparse][gpu] fixed typo in CUDA test
2023-05-25 Kai Sasaki[mlir][linalg] Treat quant dialect type as unsupported...
2023-05-25 Craig Topper[RISCV] Add a special caes to performVFMADD_VLCombine...
2023-05-25 Thurston Danghwasan: refactor order of macros in hwasan_platform_int...
2023-05-25 Vitaly Buka[AST] Construct Capture objects before use
2023-05-25 Md Abdullah... [mlir][spirv] Support import/export Functions and Globa...
2023-05-25 eopXD[Clang][RISCV] Update vaadd.c test case with new script...
2023-05-24 Vitaly Buka[sanitizer] Deflake test
2023-05-24 Craig Topper[RISCV] Remove some unneeded vmacc isel patterns.
2023-05-24 Slava Zakharin[flang][hlfir][NFC] Make BOZ lowering a TODO.
2023-05-24 Vitaly Buka[sanitizer] Use atomic_fetch_add instead of load/store
2023-05-24 Vitaly Buka[NFC][sanitizer] Remove unused method
2023-05-24 Rashmi Mudduluru[-Wunsafe-buffer-usage] Group variables associated...
2023-05-24 Vitaly Buka[sanitizer] Lazy initialize AllocatorGlobalStats
2023-05-24 Lei Zhang[mlir][capi] Drop mlirShapedTypeGetTypeID
2023-05-24 Peng Sun[mlir][tosa] Update the limit of 62 on shift.
2023-05-24 Nikolas Klauser[libc++][PSTL] Add a simple std::thread backend
2023-05-24 Nishant Patel[mlir][spirv] Add a missing pattern to MathToSPIRV...
2023-05-24 Sterling Augustineremove useless visibility spec from bazel build.
2023-05-24 Amara EmersonPre-commit a min/max idiom breakage test for D149918
2023-05-24 Tai Ly[TOSA] Refactor TosaMakeBroadcastable pass
2023-05-24 Advenam Tacet[2a/3][ASan][libcxx] std::deque annotations
2023-05-24 Valentin Clement[flang][openacc][NFC] Remove unused function
2023-05-24 Matt ArsenaultAMDGPU: Replace certain llvm.amdgcn.class uses with...
2023-05-24 Mehdi AminiFix MLIR bytecode reading of i0 IntegerAttr
2023-05-24 AdityaK[libc++, std::vector] call the optimized version of...
2023-05-24 Vitaly Buka[NFC][HWASAN] Rename AllocatorSwallowThreadLocalCache
2023-05-24 Vitaly Buka[lsan] Fix allocator_interface implementation
2023-05-24 Ramkumar Ramachandramlir/tosa: supply better documentation for tosa.pad
2023-05-24 Eugene Burmako[MLIR] Update Bazel build to finish moving PDL-related...
2023-05-24 Craig TopperLLVM_FALLTHROUGH => [[fallthrough]]. NFC
2023-05-24 Thurston Dangsanitizer_common: add test that calls wcslen
2023-05-24 Florian Hahn[IRGen] Handle infinite cycles in findDominatingStoreTo...
2023-05-24 Slava Zakharin[flang][hlfir] Create temporary for passing constant...
2023-05-24 Artem Belevich[CUDA] Fix wrappers for sm_80 functions
2023-05-24 Erich KeaneMake dereferencing a void* a hard-error instead of...
2023-05-24 Michael LiaoFix shared library build again from 1c9a800. NFC
2023-05-24 Sterling AugustineDisable MLIR_ENABLE_EXPENSIVE_PATTERN_API_CHECKS for...
2023-05-24 Med Ismail... [lldb] Disable `watchpoint_callback.test` temporarily...
2023-05-24 Vitaly Buka[NFC] New line in test
2023-05-24 Valentin Clement[mlir][openacc] Use new reduction design in acc.loop
2023-05-24 Vitaly Buka[msan] Implement __sanitizer_get_current_allocated_bytes
2023-05-24 Philip Reames[RISCV] Use vfslide1down for build_vectors of non-const...
2023-05-24 Valentin Clement[mlir][openacc] Add check for the private list in acc...
2023-05-24 Valentin Clement[mlir][openacc] Add check for the private list in acc...
2023-05-24 Aaron BallmanPublicly document the C & C++ Language WG meetings
2023-05-24 Valentin Clement[mlir][openacc] Use new reduction design in acc.parallel
2023-05-24 Philip Reames[RISCV][InsertVSETVLI] Support constant VLs larger...
2023-05-24 Kazu Hirata[mlir] Fix a warning
2023-05-24 Amy KwanFix shared library build from 1c9a800.
2023-05-24 Stefan Pintilie[PowerPC] Remove asserts from the disassembler.
2023-05-24 Vitaly Buka[tsan] Implement __sanitizer_purge_allocator
2023-05-24 Alex Langford[DebugInfo] Follow-up to D151001
2023-05-24 Kun Wu[mlir] [gpu] [sparse] refined SparseHandle type
2023-05-24 Kelvin Li[flang] Support for PowerPC vector type
2023-05-24 Vitaly BukaRevert "[PowerPC] Simplify fp-to-int store optimization"
2023-05-24 Sterling AugustineFix bazel build for https://reviews.llvm.org/D144552
2023-05-24 Jay Foad[MachineVerifier] Try harder to verify LiveIntervals
2023-05-24 John Brawn[clang] Don't define predefined macros multiple times
2023-05-24 Marco ElverFix "[HWASan] Use ASM_WRAPPER_NAME instead of __interce...
2023-05-24 Tom EcclesRevert "[flang] use greedy mlir driver for stack arrays...
2023-05-24 Matthias BraunBump coalescing limit
2023-05-24 Nemanja Ivanovic[PowerPC] Do not attempt to combine fptoui without...
2023-05-24 Mark de Wever[libc++] Fixes clang-tidy plugin for clang-tidy 17.
2023-05-24 Kazu Hirata[ARM] Remove unused functions isExpImmValue, isExpImm...
2023-05-24 Matt ArsenaultAMDGPU: Add some new tests for class undef/poison handling
2023-05-24 Nikolas KlauserRevert "[libc++] Apply _LIBCPP_EXCLUDE_FROM_EXPLICIT_IN...
2023-05-24 Harsh Menon[mlir] Add support for multiple uses in transform.struc...
2023-05-24 Vitaly Buka[sanitizer] Add allocator_interface test
2023-05-24 Mark de Wever[libc++][format] Removes the experimental status.
2023-05-24 Guillaume Chatelet[libc] simplify test for getrandom
2023-05-24 Peter Klausler[flang] Fix SPACING() of very small values
2023-05-24 Christian Ulmann[mlir][LLVM] Fix aliasing in intrinsic base class
2023-05-24 Valentin Clement[mlir][openacc] destroy region on firstprivate.recipe...
2023-05-24 Luke Lau[RISCV] Scalarize constant stores of fixed vectors...
2023-05-24 Luke LauRevert "[RISCV] Scalarize constant stores of fixed...
2023-05-24 Philip Reames[RISCV] Add test coverage for buildvector of FP values
2023-05-24 Matt ArsenaultInline: Convert test to generated checks
2023-05-24 Matt ArsenaultIR: Avoid include in FMF header
2023-05-24 Matthias Springer[mlir][Transforms] Fix mlir-config flag check
2023-05-24 Luke Lau[RISCV] Scalarize constant stores of fixed vectors...
2023-05-24 Luke Lau[RISCV] Add test cases for storing small constant vectors
2023-05-24 Doru BerceaEnable up to 64 arguments for outlined regions in OpenM...
2023-05-24 Jie Fu[MergeICmps] Fix -Wsign-compare and typos (NFC)
2023-05-24 Matthias Springer[mlir][Transforms] GreedyPatternRewriteDriver debugging...
2023-05-24 Jay Foad[RegisterCoalescer] Fix updating LiveIntervals in joinR...
next