platform/upstream/llvm.git
2023-03-31 Nikita Popov[InstCombine] Remove min/max special case when folding...
2023-03-31 Vir Narula[Matrix] Add special case dot product lowering
2023-03-31 OCHyams[Assignment Tracking] Enable by default
2023-03-31 OCHyams[Assignment Tracking][SROA] Handle DIArgList in migrate...
2023-03-31 Nikita Popov[InstCombine] Regenerate test checks (NFC)
2023-03-31 Florian Hahn[Matrix] Update most dot tests using vXi64 to vXi32.
2023-03-31 Timm Bäder[clang][Interp] Fix record initialization via CallExpr...
2023-03-31 Stefan Gränitz[Orc] Drop arch check in the DebugObjectManagerPlugin...
2023-03-31 Dominik Adamski[MLIR][OpenMP][Flang] Set OpenMP target attributes...
2023-03-31 Ingo Müller[mlir] Use GenericAdaptor to simplify 1:N type conversi...
2023-03-31 pvanhoutRevert "[AMDGPU] Select v_sat_pk_u8_i16"
2023-03-31 Nicolas Vasilache[mlir][Transform] NFC - Fix spurious reflows
2023-03-31 Nikita Popov[Local] Handle size mismatch between pointer/int in...
2023-03-31 LLVM GN Syncbot[gn build] Port 868654e5495c
2023-03-31 Alexey Lapshin[DWARFLinkerParallel] Add StringPool class.
2023-03-31 Jay Foad[AMDGPU] Fix whitespace after D147216
2023-03-31 David GreenRevert "[IVDescriptors] Add pointer InductionDescriptor...
2023-03-31 Stefan Gränitz[Orc] Add RequireDebugSections option in the DebugObjec...
2023-03-31 Stefan Gränitz[Orc] Reflow comment and improve name after fix (NFC)
2023-03-31 Luo, Yuanke[Coverity] Initialize pointer memeber.
2023-03-31 Simon PilgrimARMFrameLowering.cpp - fix MSVC "result of 32-bit shift...
2023-03-31 Benjamin Kramer[Orc] Avoid unused variable warning in builds without...
2023-03-31 Benjamin Kramer[mlir] Add REQUIRES: asserts to test that uses -debug...
2023-03-31 Stefan Gränitz[Orc] Refactor debug section requirements into a more...
2023-03-31 Stefan Gränitz[Orc] Filter sections for debug load-address patching...
2023-03-31 Stefan Gränitz[Orc] Skip sections with duplicate names in DebugObject...
2023-03-31 Jay Foad[TableGen] Enable "Type set is empty for each HW mode...
2023-03-31 Andrzej Warzynski[mlir][sparse-compiler] Fix typo in a test
2023-03-31 Serguei Katkov[InstCombine] Add tests for min(a,b) +/* max(a,b) pattern.
2023-03-31 Nicolas Vasilache[mlir][Transform] NFC - Make debug logging more actionnable
2023-03-31 Nicolas Vasilache[mlir][Linalg] Fix Generalize transform
2023-03-31 Andrzej Warzynski[mlir-cpu-runner] Add support for `-mattr` and `-march...
2023-03-31 Jie Fu[flang] Remove unused variable 'nullBoxTy' in ConvertEx...
2023-03-31 Martin Storsjö[ARM] Handle generating SEH unwind info for t2STR_PRE...
2023-03-31 Jean Perier[flang] Fix context less NULL() lowering
2023-03-31 Jean Perier[flang] allow allocation of scalar TYPE(*) descriptors
2023-03-31 Jean Perier[flang] move ASSOCIATED intrinsic optional TARGET handling
2023-03-31 Ben Shi[LoongArch] Optimize additions with immediates
2023-03-31 Ben Shi[LoongArch][NFC] Add tests of additions with immediates...
2023-03-31 Timm Bäder[clang][Interp][NFC] Add failing test case for InterpFr...
2023-03-31 Timm Bäder[clang][Interp][NFC] Add missing static_assert message
2023-03-31 Tobias Gysi[mlir][llvm] Keep unhandled constant test.
2023-03-31 Timm Bäder[clang][Interp] Fix parameter map when re-visiting...
2023-03-31 luxufan[Local] Preserve !align if K dominates J and K has...
2023-03-31 Wang, Xin10[NFC]add & to avoid copy
2023-03-31 Timm Bäder[clang][Interp] Properly identify not-yet-defined functions
2023-03-31 Karl-Johan... [builtins] Support architectures with 16-bit int in...
2023-03-31 Yevgeny Rouban[IR] Allow destruction of symbol table entries regardle...
2023-03-31 aabhinavg[docs][clang] Add extra information inside -fsanitize...
2023-03-31 Peter Rong[WASM] Prevent casting `undef` to `CosntantSDNode`
2023-03-31 Fangrui Song[docs] Update LLVM_TARGETS_TO_BUILD list
2023-03-31 Peter Rong[WASM] Fix legalizer for LowerBUILD_VECTOR.
2023-03-31 wren romano[mlir][sparse] Correcting some terminology / naming...
2023-03-31 Nikolas Klauser[libc++] Add __decay_t and use it instead of decay...
2023-03-31 Craig Topper[RISCV] Remove -mattr=+f from rvk-user-csr-name.s.
2023-03-31 NAKAMURA TakumiMove definitions of ArgKind from Intrinsics.h to Intrin...
2023-03-31 NAKAMURA TakumiLet IntrinsicEnums.inc conditional by GET_INTRINSIC_ENU...
2023-03-31 Leonard ChanRevert ""Reland "[hwasan] Provide aliases for c allocat...
2023-03-31 Richard SmithRetain constraints in the canonical form of an auto...
2023-03-31 Richard SmithIgnore constraints when determining a canonical templat...
2023-03-31 Richard SmithConvert boolean flag in TemplateParameterListsAreEqual...
2023-03-31 Richard SmithClean up template parameter list profiling. No function...
2023-03-31 Richard SmithFactor out helper to determine whether a function is...
2023-03-30 Craig Topper[RISCV] Add Zicsr and Zifencei to CPUs in RISCVProcesso...
2023-03-30 Craig Topper[RISCV] Correct the EvenSrc/OddSrc computation in isInt...
2023-03-30 Craig Topper[RISCV] Test case for D147268. NFC
2023-03-30 Craig Topper[RISCV] Bump I, F, D, and A extension versions to 20191...
2023-03-30 Alan Zhao[clang] Fix 2 bugs with parenthesized aggregate initial...
2023-03-30 dossai.o@yahoo.com[Flang][OpenMP] Add support for logical or reduction...
2023-03-30 bixia1[mlir][sparse] Fix a problem in handling data type...
2023-03-30 Jonas Devlieghere[lldb] Fix macos build after e64cc756819d (2/2)
2023-03-30 Sam Clegg[lld][WebAssembly] Process stub libraries before perfor...
2023-03-30 Richard SmithPR60985: Fix merging of lambda closure types across...
2023-03-30 Jakub Kuderski[mlir][vector][NFC] Clean up vector gather lowering...
2023-03-30 Jonas Devlieghere[lldb] Only run TestUniversal64 on macOS 11 and later
2023-03-30 NAKAMURA TakumiTableGen: Let getAllDerivedDefinitions() numeric order.
2023-03-30 Dave Lee[lldb] Use one Progress event per root module build
2023-03-30 Jonas Devlieghere[lldb] Fix macos build after e64cc756819d
2023-03-30 Shafik Yaghmour[Clang] Fix how ReadMacroParameterList handles comments...
2023-03-30 River Riddle[lldb][NFC] Move various constructor definitions from...
2023-03-30 Alex Bradbury[RISCV] Add codegen for the experimental zicond extension
2023-03-30 Leonard Chan"Reland "[hwasan] Provide aliases for c allocation...
2023-03-30 Alex Bradbury[RISCV] Slightly weaken expanded seq_cst atomic op...
2023-03-30 Dave Lee[lldb] Replace sprintf with snprintf (NFC)
2023-03-30 Louis Dionne[libc++] Systematically define a macro to check whether...
2023-03-30 Florian Hahn[LV] Regenerate check lines for test to reduce diff...
2023-03-30 Jisheng Zhao[OpenMP] asynchronous memory copy support
2023-03-30 wren romano[mlir][sparse] Cleaning up some usage of SparseTensorType
2023-03-30 Philip Reames[IVDescriptors] Add pointer InductionDescriptors with...
2023-03-30 duk[MachineOutliner] Fix label outlining regression introd...
2023-03-30 NagaChaitanya... [clang][ExtractAPI] Remove extra pointer indirection...
2023-03-30 Jez Ng[lld-macho] Don't emit spurious dupe method warnings...
2023-03-30 Jez Ng[lld-macho][objc] Don't crash when rodata isn't statica...
2023-03-30 Jez Ng[lld-macho][re-land] Warn on method name collisions...
2023-03-30 SJW[TOSA] Loosen folding restrictions for tosa.add,tosa...
2023-03-30 wleifix docs warning in llvm-profdata.rst
2023-03-30 Dave Lee[lldb] Replace deprecated CFPropertyListWriteToStream...
2023-03-30 Jay Foad[TwoAddressInstruction] Improve tests for register...
2023-03-30 Matthias BraunFix codegen for coroutine with function-try-block
2023-03-30 Piotr Zegar[clang-tidy] Fix example provided by add_new_check.py
next