platform/upstream/llvm.git
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...
2023-06-01 Kevin Gleason[mlir][bytecode] Error if requested bytecode version...
2023-06-01 Jason MolendaSetting to control addressable bits in high memory
2023-06-01 Ellis HoagFix clang driver tests for cspgo in lld
2023-06-01 LLVM GN Syncbot[gn build] Port dc124cda7c78
2023-06-01 Nikolas Klauser[libc++] Optimize for_each for segmented iterators
2023-06-01 Nikolas Klauser[libc++] Introduce __for_each_segment and use it in...
2023-06-01 Ellis Hoag[lld] add context-sensitive PGO options for MachO
2023-06-01 David Blaikielldb: Fix cross-cu-reference test to explicitly request...
2023-06-01 David Blaikie[DebugInfo][Split DWARF][LTO]: Ensure only a single...
2023-05-31 Jan Svoboda[clang] NFCI: Use `DirectoryEntryRef` in framework...
2023-05-31 Jan Svoboda[clang] NFCI: Use the `*Ref()` variant on search paths
2023-05-31 Jan Svoboda[clang] NFCI: Use `FileEntryRef` in `PPLexerChange`
2023-05-31 Daniel Thornburgh[Fuchsia] Pass through LLVM_ENABLE_HTTPLIB to stage 2
2023-05-31 Mike Rostecki[docs] Use ExecutorAddr::toPtr() in ORC documentation.
2023-05-31 Joseph Huber[OpenMP] Remove 'keep_alive' functionality from the...
2023-05-31 Jan Svoboda[clang] NFCI: Use `DirectoryEntryRef` in `PrecompiledPr...
2023-05-31 Jan Svoboda[clang] NFCI: Use `DirectoryEntryRef` for `ModuleMap...
2023-05-31 Jan Svoboda[clang] NFCI: Use `DirectoryEntryRef` in `ASTWriter`
2023-05-31 Adrian PrantlHostInfoMacOS: Add a utility function for finding an...
2023-05-31 Adrian PrantlFactor out xcrun into a function (NFC)
2023-05-31 Peter Klausler[flang] CUDA Fortran - part 4/5: definability and chara...
2023-05-31 Ellis Hoag[lld] Add --lto-debug-pass-manager option
2023-05-31 Alan Zhao[clang] Fix crash when passing a braced-init list to...
2023-05-31 Vitaly BukaRevert "[2a/3][ASan][libcxx] std::deque annotations"
2023-05-31 Dimple Prajapati[mlir][spirv] Add printf op from SPIRV OpenCL extension...
2023-05-31 Kelvin Li[flang] Add DerivedTypeSpec::VectorTypeAsFortran for...
2023-05-31 Chia-hung Duan[scudo] Release pages of larger block more frequently
2023-05-31 Arthur Eubanks[test] Add zero size global test to code-model-elf.ll
2023-05-31 Kazu Hirata[Tooling] Remove unused function setRestoreWorkingDir
2023-05-31 Arthur Eubanks[X86] Use "l" prefix for data sections under medium...
2023-05-31 Louis Dionne[libc++][docs] Add note about RFCs for significant...
2023-05-31 Louis Dionne[libc++] Add a few missing _LIBCPP_HIDE_FROM_ABI annota...
next