platform/upstream/llvm.git
2024-01-23 Jeremy Morse[DebugInfo][RemoveDIs] Handle non-instr debug-info...
2024-01-23 Saiyedul Islam[MLIR][AMDGPU] Switch to code object version 5 (#79144)
2024-01-23 LLVM GN Syncbot[gn build] Port 40bdfd39e394
2024-01-23 Tom Stellard[CMake][PGO] Add libunwind to list of stage1 runtimes...
2024-01-23 Lucas Duarte... [ARM] Introduce the v9.5-A architecture version to...
2024-01-23 Jeremy Morse[llvm-reduce][DebugInfo] Support reducing non-instructi...
2024-01-23 Stephen Tozer[RemoveDIs][DebugInfo] Handle DPVAssigns in Assignment...
2024-01-23 Jay Foad[AMDGPU] Remove getWorkGroupIDSGPR, unused since aa6fb4...
2024-01-23 Anatoly Trosinenko[MachineOutliner] Refactor iterating over Candidate...
2024-01-23 OldWorldOrdrfix test (#79018)
2024-01-23 Timm Bäder[clang][Interp][NFC] Move ToVoid casts to the bottom
2024-01-23 Paul T Robinson[Headers][X86] Add macro descriptions to bmiintrin...
2024-01-23 Alexandre GaneaRevert 10f3296dd7d74c975f208a8569221dc8f96d1db1 - ...
2024-01-23 Danial Klimkin[test] Update stack_guard_remat.ll (#79139)
2024-01-23 Alexandre Ganea[openmp] Fix warnings when building on Windows with...
2024-01-23 Matt ArsenaultValueTracking: Recognize fcmp ole/ugt with inf as a...
2024-01-23 Saiyedul IslamRestore: [mlir][ROCDL] Stop setting amdgpu-implicitarg...
2024-01-23 Guillaume Chatelet[reland][libc] Remove unnecessary `FPBits` functions...
2024-01-23 Nico Weber[gn] port 3ab8d2aac7bc
2024-01-23 Florian Hahn[AArch64] Add vec3 tests with add between load and...
2024-01-23 Simon Pilgrim[MC][X86] Merge lane/element broadcast comment printers...
2024-01-23 Stephen Tozer[RemoveDIs][DebugInfo] Handle DPVAssigns in AssignmentT...
2024-01-23 Pierre van... [AMDGPU] Handle V_PERMLANE64_B32 in fixVcmpxPermlaneHaz...
2024-01-23 Aaron BallmanRevert "[clang][modules] Print library module manifest...
2024-01-23 Simon PilgrimProfileSummary.h - remove unnecessary std::move.
2024-01-23 Martin Storsjö[clang-repl] Fix CMake errors when cross compiling
2024-01-23 Martin Storsjö[Support] Avoid a VirtualBox shared folders mmap bug...
2024-01-23 Saiyedul Islam[AMDGPU] Update llvm-objdump lit tests for COV5 (#79039)
2024-01-23 Saiyedul Islam[AMDGPU] Change default AMDHSA Code Object version...
2024-01-23 Florian Hahn[PhaseOrder] Add test where indvars dropping NSW preven...
2024-01-23 Sander de Smalen[Clang] Amend SME attributes with support for ZT0....
2024-01-23 Simon Pilgrim[X86] canonicalizeShuffleWithOp - recognise constant...
2024-01-23 Simon PilgrimFix MSVC "result of 32-bit shift implicitly converted...
2024-01-23 Dinar Temirbulatov[AArch64][compiler-rt] Add memcpy, memset, memmove...
2024-01-23 OCHyamsReapply [hwasan] Update dbg.assign intrinsics in HWAsan...
2024-01-23 Florian Hahn[SCEVExp] Add additional tests for hoisting IVs with...
2024-01-23 Nikita Popov[Lex] Avoid repeated calls to getIdentifierInfo() ...
2024-01-23 AtariDreams[InstCombine] Remove one-use check if other logic opera...
2024-01-23 Stephen Tozer[RemoveDIs][NFC] Disable RemoveDIs tests that are not...
2024-01-23 Guillaume ChateletRevert "[libc] Remove unnecessary `FPBits` functions...
2024-01-23 Stefan Gränitz[OrcJITTests] Fix warning: suggest explicit braces...
2024-01-23 Stefan Gränitz[llvm-jitlink-executor] Fix unused function warning...
2024-01-23 Guillaume Chatelet[libc] Remove unnecessary `FPBits` functions and proper...
2024-01-23 Dmitri Gribenko[libc++] Remove a duplicated definition of _LIBCPP_NOIN...
2024-01-23 Ivan Kosarev[AMDGPU][NFC] Refine determining the vdata operand...
2024-01-23 NAKAMURA Takumitest/llvm-cov: Regenerate mcdc-maxbs.o w/o zlib (#78963)
2024-01-23 tltao[TLI] Remove leftover assert in TargetLibraryInfoImpl...
2024-01-23 Yi Wufix optional wait wrongly treated as false (#78149)
2024-01-23 Alexey Lapshin[dsymutil] Add --linker parallel to more tests. (#78581)
2024-01-23 Jie Fu[DebugInfo] Remove redefinition of 'getDPVAssignmentMar...
2024-01-23 Ivan Kosarev[AMDGPU][True16] Support source DPP operands. (#79025)
2024-01-23 harishch4[Flang][OpenMP] Fix to variables not inheriting data...
2024-01-23 Stephen Tozer[RemoveDIs][DebugInfo] Update SROA to handle DPVAssigns...
2024-01-23 martinboehme[clang][dataflow] Process terminator condition within...
2024-01-23 Shengchen Kan[X86][CodeGen] Add entries for NDD SHLD/SHRD to the...
2024-01-23 NAKAMURA Takumi[Coverage] getMaxBitmapSize: Scan `max(BitmapIdx)`...
2024-01-23 Jianjian Guan[RISCV] Add IntrArgMemOnly for vector unit stride load...
2024-01-23 David SpickettReland "[llvm][AArch64] Copy all operands when expandin...
2024-01-23 Shengchen Kan[X86][NFC] Simplify function X86InstrInfo::commuteInstr...
2024-01-23 Chuanqi Xu[C++20] [Modules] Handle inconsistent deduced function...
2024-01-23 Aiden Grossman[llvm-exegesis] Add additional validation counters...
2024-01-23 Yi KongFix MFS warning format
2024-01-23 yjijd[CodeGen][LoongArch] Set FP_TO_SINT/FP_TO_UINT to legal...
2024-01-23 Michael Klemm[flang] Do not leak intrinsics used by ISO_C_BINDING...
2024-01-23 Konstantin... [libc++][hardening] Categorize assertions related to...
2024-01-23 Lu Weining[docs] Add llvm & clang release notes for LoongArch...
2024-01-23 yjijd[CodeGen][LoongArch] Set SINT_TO_FP/UINT_TO_FP to legal...
2024-01-23 Simeon K[RISCV] Fix stack size computation when M extension...
2024-01-23 Piotr Zegar[clang-tidy][DOC] Update list.rst
2024-01-23 Fangrui Song[ELF] Improve ThinLTO tests
2024-01-23 Ami-zhang[LoongArch] Add definitions and feature 'frecipe' for...
2024-01-23 Schrodinger... [libc] add missing header deps to getauxval (#79091)
2024-01-23 Schrodinger... [libc] remove getauxval from arm32 entrypoint list...
2024-01-23 ManuelvOK[Coverage] Map regions from system headers (#76950)
2024-01-23 LLVM GN Syncbot[gn build] Port a6065f0fa55a
2024-01-23 Eli FriedmanArm64EC entry/exit thunks, consolidated. (#79067)
2024-01-23 S. B. Tam [libc++][test] Use LIBCPP_ASSERT in some `system_categ...
2024-01-23 Kazu Hirata[llvm-diff] Use llvm::predecessors (NFC)
2024-01-23 Kazu Hirata[SPIRV] Use llvm::find (NFC)
2024-01-23 Kazu Hirata[IR] Use StringRef::consume_front (NFC)
2024-01-23 Kazu Hirata[DebugInfo] Use DenseMap::lookup (NFC)
2024-01-23 Matt ArsenaultValueTracking: Handle fcmp true/false in fcmpToClassTest
2024-01-23 Matt ArsenaultValueTracking: Add tests for fcmpToClassTest for fcmp...
2024-01-23 Matt ArsenaultValueTracking: Add tests fcmpToClassTest for fcmp true...
2024-01-23 Craig Topper[RISCV] Add FeatureFastUnalignedAccess to sifive-p450...
2024-01-23 Yitzhak Mandelbaum[clang][dataflow] Make cap on block visits configurable...
2024-01-23 Louis Dionne[libc++][NFC] Fix formatting in check_assertion.h
2024-01-23 Louis Dionne[libc++] Fix the behavior of throwing `operator new...
2024-01-23 Chen Zhengnfc add test cases for PowerPC vector instructions...
2024-01-23 Gedare Bloom[clang-format]: Fix formatting of if statements with...
2024-01-23 Shih-Po Hung[RISCV][CostModel] Make VMV_S_X and VMV_X_S cost indepe...
2024-01-23 Owen Pan[clang-format] Fix a bug in ContinuationIndenter (...
2024-01-23 Schrodinger... [libc] implement sys/getauxval (#78493)
2024-01-23 Petr Hosek[libc] Include missing RISC-V stdlib.h and math.h entry...
2024-01-23 Sean Fertile[FatLTO] output of -ffat-lto-objects -S should be assem...
2024-01-23 Stefan Gränitz[JITLink][AArch32] Implement R_ARM_PREL31 and process...
2024-01-23 Nico WeberRevert "[gn] port 3ab8d2aac7bc"
2024-01-23 Shengchen Kan[X86] Support encoding/decoding and lowering for APX...
2024-01-23 Douglas YungRevert "[AArch64][compiler-rt] Add memcpy, memset,...
2024-01-23 Fangrui Song[ELF] Fix spurious warning for -z rel && -z rela
next