platform/upstream/llvm.git
2022-06-07 Jason MolendaTrack transition from launch dyld to shared-cache dyld
2022-06-07 Louis Dionne[libc++] Make the Debug mode a configuration-time only...
2022-06-07 Philip Reames[GuardWidening] Fix a nasty cast bug in c2eccc6
2022-06-07 Philip ReamesRevert "[MemDep][NFCI] Remove redundant dyn_cast, repla...
2022-06-07 Sunho Kim[JITLink][AArch64] Refactor isLoadStoreImm12 check...
2022-06-07 Florian Hahn[VPlan] Handle VPInst without underlying instr in VPInt...
2022-06-07 Joseph Huber[Binary] Make the OffloadingImage type own the memory
2022-06-07 Joseph Huber[Binary] Align the image offset in OffloadBinary
2022-06-07 Aaron BallmanUpdate the C2x status page from latest working draft
2022-06-07 Philip ReamesRevert "[LLVM][Casting.h] Add trivial self-cast"
2022-06-07 Martin Sebor[InstCombine] Fold memchr of sequences of same characters
2022-06-07 Martin Sebor[InstCombine] Add substr helper function (NFC).
2022-06-07 Sam Estep[clang][dataflow][NFC] Fix filename typos in tests
2022-06-07 Joe NashReland [AMDGPU] gfx11 vop3dpp instructions
2022-06-07 Derek Schuff[WebAssembly] Add WASM_SEC_LAST_KNOWN to BinaryFormat...
2022-06-07 Sunho Kim[JITLink][ELF][AArch64] Lift MachO/arm64 edges into...
2022-06-07 William Huang[ValueTracking] Add support to deduce a PHI node being...
2022-06-07 Reid Kleckner[config] Remove vestigial LLVM_VERSION_INFO
2022-06-07 Reid Kleckner[config] Remove RETSIGTYPE from config.h.cmake, NFC
2022-06-07 Erich Keane[CodeGen] Fix an issue when the 'extern C' replacement...
2022-06-07 Philip Reames[PointerUnionTest] Fix an incorrectly written test
2022-06-07 Kaining Zhong[clang-diff] Fix assertion error when dealing with...
2022-06-07 Jay Foad[CodeEmitter] Fix encoding wide instructions on big...
2022-06-07 David Green[AArch64] Remove isDef32
2022-06-07 Vince Bridgers[analyzer] Fix null pointer deref in CastValueChecker
2022-06-07 Sanjay Patel[InstCombine] reduce right-shift-of-left-shifted consta...
2022-06-07 Sanjay Patel[InstCombine] add vector tests for shift-shift; NFC
2022-06-07 Groverkss[MLIR][Presburger] Fix subtract processing extra inequa...
2022-06-07 Alan Zhao[llvm-ml] Remove all file extension restrictions
2022-06-07 Mark de Wever[libc++] Removes _LIBCPP_AVAILABILITY_TO_CHARS.
2022-06-07 Philip ReamesAdd initial coverage for invalid instruction costs...
2022-06-07 Mark de Wever[libc++][CI] Updates Docker image.
2022-06-07 Mark de Wever[libc++] Don't use static constexpr in headers.
2022-06-07 David Penry[NFC] Fix spelling/newlines in comments/debug messages
2022-06-07 Benjamin Kramer[format] Fix an uninitialized variable
2022-06-07 Joseph Huber[Libomptarget] Do not use retaining attributes for...
2022-06-07 Simon Pilgrim[DAG] combineShuffleOfSplatVal - fold shuffle(splat...
2022-06-07 Muhammad Omair... [LLDB] Remove decorator from XPASSes AArch64/Windows
2022-06-07 Muhammad Omair... [LLDB] Fix TestBase.generateSource for AArch64/Windows
2022-06-07 Craig Topper[LoopFlatten] Fix crash if the inner loop trip count...
2022-06-07 Craig Topper[LoopFlatten] Replace unchecked dyn_cast with cast.
2022-06-07 Craig Topper[RISCV] Scalarize gather/scatter on RV64 with Zve32...
2022-06-07 Alexey Bataev[SLP]Add a test for geps with non-const indeces in...
2022-06-07 LLVM GN Syncbot[gn build] Port 47c8ec811f78
2022-06-07 David Truby[clang][AArch64][SVE] Improve diagnostics for SVE operators
2022-06-07 Benjamin Kramer[DX][ObjYAML] Zero out unused fields that get written...
2022-06-07 Matt Arsenaultllvm-reduce: Add -abort-on-invalid-reduction to MIR...
2022-06-07 Matt Arsenaultllvm-reduce: Don't set generic instruction operands...
2022-06-07 Matt Arsenaultllvm-reduce: Add pass to remove register uses
2022-06-07 Jay Foad[AMDGPU] Add support for the .reloc directive
2022-06-07 Matt Arsenaultllvm-reduce: Add cloning of target MachineFunctionInfo
2022-06-07 Matt ArsenaultAMDGPU: Make PSV instances static members
2022-06-07 Louis Dionne[libc++] Forgot to bump the CI timeout everywhere
2022-06-07 Louis Dionne[libc++] Bump timeout to avoid spurious failures on AIX
2022-06-07 Matt Arsenaultllvm-reduce: Fix crashes on unreachable blocks for...
2022-06-07 Matt Arsenaultllvm-reduce: Don't assert on functions which don't...
2022-06-07 Matt ArsenaultAMDGPU: Fix not checking liveness in test
2022-06-07 Guillaume Chatelet[Alignment][NFC] Remove usage of MemSDNode::getAlignment
2022-06-07 Simon Pilgrim[X86] getFauxShuffleMask - add VSELECT/BLENDV handling
2022-06-07 Simon Pilgrim[X86] x86-interleaved-access.ll - use nounwind to remov...
2022-06-07 Pengxuan Zheng[clang-cl] Add support for /kernel
2022-06-07 David Green[ARM] Fix MVE getShuffleCost legalized type check
2022-06-07 David Green[AArch64] Regenerate arm64-shifted-sext.ll and add...
2022-06-07 Simon Pilgrim[X86] X86SpeculativeLoadHardening.cpp - pass DebugLoc...
2022-06-07 Simon Pilgrim[X86] foldMaskedMergeImpl - pass SDLoc by const referen...
2022-06-07 Guillaume ChateletFix change of variable name in test
2022-06-07 J. Ryan Stinnett[DebugInfo][Docs] Improve code formatting in instructio...
2022-06-07 Martin Boehme[clang-tidy] Fix syntax error in release notes.
2022-06-07 Gabor Marton[analyzer] Remove NotifyAssumeClients
2022-06-07 Martin Boehme[clang-tidy] `bugprone-use-after-move`: Don't warn...
2022-06-07 Gabor Marton[analyzer][NFC] Add LLVM_UNLIKELY to assumeDualImpl
2022-06-07 Yuki Okushi[clang] Remove some `U+C2AD`s in `__cpp_multidimensiona...
2022-06-07 David Sherwood[NFC][InstCombine] Add two more tests to select-binop...
2022-06-07 Kiran Chandramohan[Flang] Add flag dependent code to execute the loop...
2022-06-07 owenca[clang-format][NFC] Clean up the unwrapped line parser
2022-06-07 Simon Pilgrim[X86] LowerGC_TRANSITION - remove redundant SDLoc().
2022-06-07 Kiran Chandramohan[Flang,MLIR,OpenMP] Fix a few tests that were not conve...
2022-06-07 Alex Zinenko[mlir] fix documentation format in SCF
2022-06-07 Guillaume ChateletCleanup sema checking for buitlin_memcpy_inline
2022-06-07 David Sherwood[LoopVectorize] Add FastMathFlags to the select used...
2022-06-07 Alexander Batashev[mlir][spirv] Correctly deduce PhysicalStorageBuffer64...
2022-06-07 Jay Foad[APInt] Remove truncOrSelf, zextOrSelf and sextOrSelf
2022-06-07 Haojian Wu[pseudo]Pull out the operator< test, NFC
2022-06-07 Haojian Wu[pseudo] Fix the incorrect parameters-and-qualifiers...
2022-06-07 Muhammad Omair... [LLDB] Avoid using -fno-builtin for building API tests
2022-06-07 Haojian Wu[pseudo] Fix the type-parameter rule.
2022-06-07 Haojian Wu[pseudo] Handle the language predefined identifier...
2022-06-07 lorenzo chelini[MLIR][LLVMIR] Add round intrinsic
2022-06-07 Haojian Wu[pseudo] Fix noptr-abstract-declarator rule.
2022-06-07 Nikita Popov[SCCP] Don't mark ranges from branch conditions as...
2022-06-07 Haojian Wu[pseudo] Fix the member-specification grammar rule.
2022-06-07 Andrzej Warzynski[flang][docs] Remove the out-dated note on Windows...
2022-06-07 Nikita Popov[DAGCombiner] Remove overzealous assertion when folding...
2022-06-07 lewuathe[mlir][complex] Add complex.conj op
2022-06-07 Fangrui Song[MC] De-capitalize MCStreamer functions
2022-06-07 Peixin-Qiao[flang][OpenMP] Support lowering parse-tree to MLIR...
2022-06-07 Peixin-Qiao[flang] Fix XArrayCoorOp conversion for index type...
2022-06-07 Peixin-Qiao[flang] Fix semantic checks for C919
2022-06-07 Jeff BaileyReplace Goals and Why section with Introduction
2022-06-07 lorenzo chelini[MLIR][SCF] Fix top-level comment (NFC)
next