platform/upstream/llvm.git
2023-06-01 Henry Yu[FuzzMutate] Avoid calling function with metadata/token...
2023-06-01 Peter Klausler[flang] CUDA Fortran - part 5/5: statement semantics
2023-06-01 Louis Dionne[libc++] Extract ccache stats after the bootstrapping...
2023-06-01 Dmitry DolgovAllow configuring InlinerThreshold in C bindings for...
2023-06-01 Leandro Lupori[flang] Fix character initialization after continuation
2023-06-01 Tom Eccles[flang][hlfir] Separate -emit-fir and -emit-hlfir for bbc
2023-06-01 Tom Eccles[flang][hlfir] Separate -emit-fir and -emit-hlfir for...
2023-06-01 Alexander Yermolovich[BOLT][DWARF] Fix handling of GCed CU function
2023-06-01 Dávid Bolvanský[SDAG] Preserve unpredictable metadata, teach X86CmovCo...
2023-06-01 Daniel Thornburgh[Fuchsia] Reland: Add llvm-debuginfod to toolchain
2023-06-01 Mehdi Amini[MLIR][doc] Improve/fix the doc on mlir.vector.transfer...
2023-06-01 Hussain KadhemFixing broken test in D140524 "Flang implementation...
2023-06-01 Mats Petersson[FLANG] Change loop versioning to use shift instead...
2023-06-01 Nick Desaulniers[clang][docs] document __attribute__((cleanup())) GNU...
2023-06-01 Jay Foad[CodeGen] Make use of MachineInstr::all_defs and all_us...
2023-06-01 Jin Xin Ng[tsan] Invoke malloc/free hooks on darwin
2023-06-01 Florian Hahn[LV] Split off invariance check from isUniform (NFCI).
2023-06-01 Louis Dionne[libc++] Add a few more mising HIDE_FROM_ABI macros
2023-06-01 Kun Wu[mlir][gpu][sparse] fix broken type in cusparseCreateCsr
2023-06-01 Antonio Abbatangelo[ARM] Emit code alignment after .arm and .thumb directives
2023-06-01 Kun Wu[mlir][sparse][gpu] fixing broken literal names in...
2023-06-01 Jan Svoboda[clang] Use `FileEntryRef` in modular header search...
2023-06-01 LLVM GN Syncbot[gn build] Port 217709cbae34
2023-06-01 Jim InghamPrevent some spurious error messages in the debugserver...
2023-06-01 Jim InghamAdd EXC_SYSCALL to the set of ignorable mach exceptions.
2023-06-01 Haowei WuRevert "[Fuchsia] Add llvm-debuginfod to toolchain"
2023-06-01 Kun Wu[mlir][sparse][gpu] add result type to spmv and spmm...
2023-06-01 Nick Desaulniersremove Demangle/StringView.h
2023-06-01 Jan Svoboda[clang] NFCI: Split `HeaderSearch::findAllModulesForHea...
2023-06-01 Jan Svoboda[clang] NFCI: Use `FileEntryRef` in `ModuleMapCallbacks`
2023-06-01 Alex Langford[lldb][NFCI] Remove use of ConstString from UnixSignals...
2023-06-01 David GreenRevert "[ARM] Allow D-reg copies to use VMOVD with...
2023-06-01 John Brawn[Lex] Only warn on defining or undefining language...
2023-06-01 Hussain KadhemFlang implementation for COMPILER_VERSION and COMPILER_...
2023-06-01 Keith Smiley[clang][Darwin] Error out when missing requested libarc...
2023-06-01 Jay Foad[MachineInstr] Implement new operand accessors all_defs...
2023-06-01 Teresa Johnson[ThinLTO] Restructure promotion / internalization decis...
2023-06-01 Piotr Fusik[NFC][libc++][tests] Move directories under stringstream
2023-06-01 LLVM GN Syncbot[gn build] Port ee6ec2c5f1a5
2023-06-01 Nikolas Klauser[libc++][PSTL] Implement std::reduce and std::transform...
2023-06-01 Alexandros... [IPSCCP] Decouple queries for function analysis results.
2023-06-01 Jay Foad[DAGCombiner] Do not fold fadd (fmul x, y), (fmul x...
2023-06-01 Sven van Haastregt[OpenCL] Add CLK_UNORM_INT_101010_2 channel type
2023-06-01 Louis Dionne[libc++][NFC] Use TEST_HAS_NO_FILESYSTEM_LIBRARY in...
2023-06-01 Louis Dionne[libc++] Use .gen.py tests to generate _LIBCPP_VERSION...
2023-06-01 Florian Hahn[LV] Bail out on loop-variant steps when rewriting...
2023-06-01 Juan Manuel... [NFC][TargetTransformInfo] Make getInliningThreholdMult...
2023-06-01 Louis Dionne[libc++][NFC] Fix header guard for <typeinfo>
2023-06-01 Nikita Popov[Clang] Convert some tests to opaque pointers (NFC)
2023-06-01 Petr Hosek[BOLT][CMake] Redo the build and install targets
2023-06-01 Jay Foad[AMDGPU] New test case where we should not form FMA
2023-06-01 Nikita Popov[InstCombine] Use DL-aware constant folding for phi...
2023-06-01 Zibi Sarbinowski[z/OS] Disable pr59765-modules-global-ctor-dtor.cppm...
2023-06-01 Haojian Wu[clangd] NFC, use const HeaderSearch when possible.
2023-06-01 Paulo Matos[InstCombine] Disable generation of fshl/fshr for rotates
2023-06-01 Nikita PopovRevert "[SCCP] Constant propagation through freeze...
2023-06-01 Nikita Popov[InstCombine] Remove old add in foldLShrOverflowBit()
2023-06-01 Haojian Wu[include-cleaner] NFC, use const HeaderSearch when...
2023-06-01 Nikita Popov[SDAG] Fix incorrect use of undef for boolean contents...
2023-06-01 Haojian Wu[Tooling] NFC, use const HeaderSearch for isSelfContain...
2023-06-01 Valentin Clement[flang][openacc] Add lowering for multiply operator
2023-06-01 Valentin Clement[flang][openacc] Initial reduction clause lowering
2023-06-01 Haojian Wu[clang] NFC, make more HeaderSearch methods const.
2023-06-01 Mikhail Gudim[SCCP] Constant propagation through freeze instruction
2023-06-01 Haojian Wu[clangd] NFC, remove an unused member in
2023-06-01 Jay Foad[AMDGPU] New test case where it is better not to form FMA
2023-06-01 Guillaume Chatelet[libc] Reduce math tests runtime further
2023-06-01 Haojian Wu[clang][NFC] Make HeaderSearch::suggestPathToFileForDia...
2023-06-01 Nikita Popov[X86] Add test for PR63055 (NFC)
2023-06-01 Igor Kirillov[LoopLoadElimination] Add support for stride equal...
2023-06-01 Joseph Huber[LinkerWrapper] Fix static library symbol resolution
2023-06-01 Simon Pilgrim[X86] Fix masked store scheduler ports for skylake...
2023-06-01 Nimish Mishra[flang][OpenMP] Verify support for private/firstprivate...
2023-06-01 Ritanya B Bharadwaj[OpenMP] Add support for declare target initializer...
2023-06-01 David Green[AArch64] Increase the cost of i1 inserts / extracts
2023-06-01 Nikita Popov[InstCombine] Fix worklist management in rewriteGEPAsOf...
2023-06-01 Antonio Abbatangelo[X86] Align stack to 16-bytes on 32-bit with X86_INTR...
2023-06-01 Timm Bäder[clang][Interp] Optionally cast comparison result to...
2023-06-01 Nikita Popov[InstCombine] Fix worklist management in transformToInd...
2023-06-01 zhuna[DWP] add overflow check for llvm-dwp tools if offset...
2023-06-01 David Green[AArch64] Adjust costs of i1 and/or/xor reductions
2023-06-01 Andrzej Warzynski[mlir][transform] Add support for expressing scalable...
2023-06-01 Nikita Popov[InstCombine] Fix worklist management in foldPHIArgIntT...
2023-06-01 Petr HosekRevert "[BOLT][CMake] Redo the build and install targets"
2023-06-01 Balázs Kéri[clang][analyzer] Merge apiModeling.StdCLibraryFunction...
2023-06-01 Nikita Popov[ValueTracking] Directly use KnownBits shift functions
2023-06-01 Matthias Springer[mlir][tensor] TrackingListener: Find replacement ops...
2023-06-01 Matthias Springer[mlir][tensor] Add pattern to drop redundant insert_sli...
2023-06-01 Manas[mlir][arith] Disallow zero ranked tensors for select...
2023-06-01 Petr HosekRevert "[Fuchsia] Pass through LLVM_ENABLE_HTTPLIB...
2023-06-01 Petr Hosek[BOLT][CMake] Redo the build and install targets
2023-06-01 Phoebe Wang[X86][BF16] Fix 2 crashes with vector broadcast
2023-06-01 Guillaume Chatelet[libc] Reduce math tests runtime
2023-06-01 wangpc[RISCV][NFC] Add isF argument to SchedSEWSet
2023-06-01 Piyou Chen[RISCV] check pointer before dereference
2023-06-01 Joshua Cao[SCEV] Compute AddRec range computations using differen...
2023-06-01 Joshua Cao[SCEV][NFC] Refactor range computation for AddRec to...
2023-06-01 Joshua Cao[SCEV] Fix verification of SCEV multiples.
2023-06-01 Craig Topper[RISCV] Update some tests that used "interrupt"="user...
2023-06-01 zhanglimin[Analysis][LoongArch] Add sign extension for i32 parame...
next