platform/upstream/llvm.git
2023-05-25 Tobias Hieta[NFC] Add more python reformat SHA to .git-blame-ignore...
2023-05-25 Tobias Hieta[NFC][Py Reformat] Reformat python files in the rest...
2023-05-25 Tobias Hieta[NFC] Add libcxx python reformat SHA to .git-blame...
2023-05-25 Tobias Hieta[NFC][Py Reformat] Reformat python files in libcxx...
2023-05-25 Nikita PopovRevert "[SelectionDAG] Handle NSW for ADD/SUB in comput...
2023-05-25 Douglas YungRevert "[-Wunsafe-buffer-usage] Group variables associa...
2023-05-25 Alexandros... [FuncSpec] Enable specialization of literal constants.
2023-05-25 Martin Braenne[clang][dataflow] Add support for return values of...
2023-05-25 Luke Lau[RISCV] Don't reduce vslidedown's VL in rotations
2023-05-25 sgokhale[CodeGen][ShrinkWrap] Enable PostShrinkWrap by default
2023-05-25 Simon Tatham-fsanitize=function: fix alignment fault on Arm targets.
2023-05-25 Nikita Popov[KnownBits] Add support for nuw/nsw on shifts
2023-05-25 John Demme[mlir] Removing unnecessary includes from Memref dialect
2023-05-25 Nikita PopovReapply [SCEV] Replace IsAvailableOnEntry with block...
2023-05-25 Kadir Cetinkaya[clangd] Dont run raw-lexer for OOB source locations
2023-05-25 Nikita Popov[SCEVExpander] Remember phi nodes inserted by LCSSA...
2023-05-25 Mehdi AminiFix MLIR bytecode loading of resources
2023-05-25 Mehdi AminiSpecialize OwningOpRef::operator-> to work with pointer...
2023-05-25 Mehdi AminiFix MLIR bytecode reader for unregistered dialects
2023-05-25 Matthias Springer[mlir][IR] Improve `clone` function return type of...
2023-05-25 wangpc[RISCV][NFC] Simplify decoding code of disassembler
2023-05-25 Hristo Hristov[libc++][spaceship][NFC] Improved consistency - removed...
2023-05-25 Martin Braenne[clang][dataflow] Add a `ControlFlowContext::build...
2023-05-25 Matthias Springer[mlir][Transforms][NFC] GreedyPatternRewriteDriver...
2023-05-25 Petr Hosek[lld][ELF] Implement –print-memory-usage
2023-05-25 Matthias Springer[mlir][sparse] Fix incorrect API usage in RewritePatterns
2023-05-25 eopXD[Clang][RISCV] Update all RVV intrinsic auto-generated...
2023-05-25 Siva Chandra... [libc][bazel] Add targets for fmod* and scalbn*.
2023-05-25 Siva Chandra... [libc] Make hermetic test depend on the unit test if...
2023-05-25 Shao-Ce SUN[RISCV][CodeGen] Support Zdinx on RV32 codegen
2023-05-25 Sergei Barannikov[MC] Check if register is non-null before calling isSub...
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
next