platform/upstream/llvm.git
2023-05-25 Artem Belevich[NVPTX] add new sm90-specific intrinsics.
2023-05-25 Artem Belevich[CUDA] bump supported CUDA version to 12.1/11.8
2023-05-25 Artem Belevich[CUDA] Relax restrictions on variadics in host-side...
2023-05-25 Alex Brachet[compiler-rt] Use ZLIB_FOUND not LLVM_ENABLE_ZLIB
2023-05-25 Aaron BallmanRevert "[clang][diagnostics] Add -Wpacked-non-pod to...
2023-05-25 Austin Chang[InstCombine] Improve bitreverse optimization
2023-05-25 Austin Chang[InstCombine] Add regression test cases for bitreverse...
2023-05-25 Rashmi Mudduluru[-Wunsafe-buffer-usage] Group variables associated...
2023-05-25 Zenong Zhang[clang][diagnostics] Add -Wpacked-non-pod to -Wall
2023-05-25 Chia-hung Duan[scudo] releaseToOSMaybe can fail if it can't allocate...
2023-05-25 Craig Topper[SelectionDAG][AArch64][ARM] Remove setFlags call from...
2023-05-25 Shoaib Meenai[CodeGen] Make __clang_call_terminate have an unwind...
2023-05-25 Sterling AugustineAdd missing dependency for tests.
2023-05-25 Mark de Wever[libc++][test] Mark throw_format_error as noreturn.
2023-05-25 Felipe de Azevedo... [lldb][nfc] Refactor methods with out parameter
2023-05-25 Marco ElverFix "[sanitizer_common] Support stripping interceptor...
2023-05-25 Kelvin Li[flang] Don't convert actual argument if IGNORE_TKR...
2023-05-25 Matthias Springer[mlir][tensor] TrackingListener: Support cast-like...
2023-05-25 Kun Wu[MLIR][sparse][GPU] fixing windows build break caused...
2023-05-25 Matthias Springer[mlir][Interfaces] ValueBoundsOpInterface: Check if...
2023-05-25 Valentin Clement[mlir][openacc][NFC] Fix verifier message
2023-05-25 Matthias Springer[mlir][Interfaces][NFC] ValueBoundsConstraintSet: Simpl...
2023-05-25 Arthur Eubanks[Inliner] Mark inlinings stopped with inlining history...
2023-05-25 Felipe de Azevedo... [lldb][nfc] Place comment in the right place
2023-05-25 Vitaly Buka[AST] Initialized data after TypeSourceInfo
2023-05-25 Carlos Eduardo SeoFix nested block constructs for SELECT CASE
2023-05-25 Shafik Yaghmour[Clang] Switch from TransformExpr to TransformInitializ...
2023-05-25 Matthias Springer[mlir][tensor] TrackingListener: Find replacement ops...
2023-05-25 Harsh Menon[mlir] Return new scf.forall handle in fuse_into_contai...
2023-05-25 Arthur Eubanks[Pipeline] Don't run EarlyFPM in LTO post link
2023-05-25 Bjorn Pettersson[unittest][codegen] Avoid memory leak in recently added...
2023-05-25 Jacques Pienaar[mlir][bytecode] Avoid recording null arglocs & realloc...
2023-05-25 Laszlo Kindrat[mlir] Change the order of members in MLIRContext to...
2023-05-25 Arthur Eubanks[StandardInstrumentations] Add option to dump IR to...
2023-05-25 Roy SundahlDiscussion: Darwin Sanitizers Stable ABI
2023-05-25 Marco Elver[asan] Fix Windows tests after StripFunctionName()...
2023-05-25 Jean Perier[flang][hlfir] Use actual type when copying an actual...
2023-05-25 Denis Antrushin[InlineCost] Consider branches with !make.implicit...
2023-05-25 Thurston Dangsanitizer-common: temporarily disable release_to_os...
2023-05-25 Laszlo Kindrat[ADT] Allow specifying the size of resulting `SmallVect...
2023-05-25 Teresa Johnson[ThinLTO] Disable partial sample profile scaling by...
2023-05-25 Mark SantanielloAvoid pointless canonicalize when using Dwarf names
2023-05-25 Guray Ozen[mlir] Enable folding memref alias for`vector.load`
2023-05-25 Jay Foad[KnownBits] Simplify shl. NFCI.
2023-05-25 Jay Foad[APInt] Add unsigned overloads of shift functions
2023-05-25 Guillaume Chatelet[libc][test] Drastically reduce mem test runtime
2023-05-25 Jay Foad[KnownBits] Check functions that return zero for poison...
2023-05-25 Nikolas Klauser[libc++][PSTL] Make sure that -fexperimental-library...
2023-05-25 Nikolas Klauser[libc++] Forward to std::{,w}memchr in std::find
2023-05-25 Philip Reames[RISCV] Add test coverage for shuffle/insert idioms...
2023-05-25 Martin Braenne[clang][dataflow] Fix a crash in `getLogicOperatorSubEx...
2023-05-25 Thorsten Schütt[GlobalIsel][X86] fix legalization of G_CTLZ and G_CTPOP
2023-05-25 Fangrui Song[ELF] x86-64: place .lrodata, .lbss, and .ldata away...
2023-05-25 Jean Perier[flang][hlfir] address post-commit comments from D15124...
2023-05-25 Dhruv Chawla[NFC][DAGCombiner]: Only consider nodes with no uses...
2023-05-25 Aliia KhasanovaFix build file for https://github.com/llvm/llvm-project...
2023-05-25 Alexander Kornienko[RISCV] Fix -Wunused-variable in release builds. NFCI
2023-05-25 Simon Pilgrim[X86] Regenerate x86-32-intrcc.ll test checks
2023-05-25 Bjorn Pettersson[CodeGen] Fix for MachineBasicBlock::rfindDebugLoc...
2023-05-25 Bjorn Pettersson[CodeGen] Add unittest for findDebugLoc, rfindDebugLoc...
2023-05-25 Alexey Lapshin[DWARFLinker] Set size of location expression of DW_FOR...
2023-05-25 Martin Braenne[clang][dataflow][NFC] Remove unused variable.
2023-05-25 Marco Elver[sanitizer_common] Fix StripFunctionName() on Windows
2023-05-25 Guray Ozen[mlir] Enable folding memref alias for `ldmatrix`
2023-05-25 Tom Eccles[flang][hlfir] fix regression in inline elementals
2023-05-25 John Brawn[Lex] Warn when defining or undefining any builtin...
2023-05-25 Felipe de Azevedo... [IRTranslator][NFC] Refactor if/else chain into early...
2023-05-25 LLVM GN Syncbot[gn build] Port e837f4b7dbc3
2023-05-25 Nico Weber[gn] port e837f4b7dbc3 (_LIBCPP_PSTL_CPU_BACKEND_SERIAL)
2023-05-25 Tomas Matheson[AArch64] add missing prfm-slc disassembly test
2023-05-25 Marco Elver[sanitizer_common] Check 'demangle' flag in StripFuncti...
2023-05-25 Marco Elver[msan] Strip __interceptor_ from reports
2023-05-25 Marco Elver[sanitizer_common] Support stripping interceptor prefix...
2023-05-25 Marco Elver[compiler-rt] Unify Linux and *BSD interceptors more
2023-05-25 Marco Elver[compiler-rt] Introduce asm macros for interceptor...
2023-05-25 Marco Elver[compiler-rt] Introduce the notion of an interceptor...
2023-05-25 Jean Perier[flang][hlfir] Generate temporary storage in Forall...
2023-05-25 Jean Perier[flang][hlfir] Generate temporary storage in Forall...
2023-05-25 Serguei Katkov[GuardUtils] Allow intermmediate blocks between widenab...
2023-05-25 Cullen Rhodes[mlir] Add pass to enable Armv9 Streaming SVE mode
2023-05-25 Cullen Rhodes[mlir][llvm] Add arm_streaming LLVM function attributes
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
next