summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-21Revert "Re-apply [lldb] Do not use LC_FUNCTION_STARTS data to determine symbo...revert-117079-reapply-my-thingAlex Langford
2024-11-21[LLVM] Add environment triple for 'llvm' (#117218)Joseph Huber
2024-11-21AMDGPU: Fix mfma scale source legalization (#117238)Matt Arsenault
2024-11-21[libc] Fix wrong name in Compare.h (#117223)Chuvak
2024-11-21Reapply "[libc] Use best-fit binary trie to make malloc logarithmic (#117065)"Daniel Thornburgh
2024-11-21[clang][APINotes] Do not add duplicate lifetimebound annotations (#117194)Gábor Horváth
2024-11-21AMDGPU: Add v_smfmac_i32_32x32x64_i8 for gfx950 (#117214)Matt Arsenault
2024-11-21AMDGPU: Add v_smfmac_i32_16x16x128_i8 for gfx950 (#117213)Matt Arsenault
2024-11-21Limit symbol versioning in clang-cpp to Linux for nowAaron Puchert
2024-11-21AMDGPU: Add v_smfmac_f32_32x32x32_bf16 for gfx950 (#117212)Matt Arsenault
2024-11-21[LLDB][ProcessELFCore] Add Description to ProcessELFCore/ELFThread stop reaso...Jacob Lalonde
2024-11-21AMDGPU: Add v_smfmac_f32_16x16x64_bf16 for gfx950 (#117211)Matt Arsenault
2024-11-21AMDGPU: Add v_smfmac_f32_32x32x32_f16 for gfx950 (#117205)Matt Arsenault
2024-11-21AMDGPU: Add v_smfmac_f32_16x16x64_f16 for gfx950 (#117202)Matt Arsenault
2024-11-21AMDGPU: Add a baseline, non-comprehensive test for scaled mfma hazards (#117055)Matt Arsenault
2024-11-21[SPIRV] Use `Op[S|U]Dot` when possible for integer dot product (#115095)Finn Plummer
2024-11-21[SLP]Fix vector factor calculation for adjusted maskAlexey Bataev
2024-11-21AMDGPU: Add v_mfma_f32_16x16x32_bf16 for gfx950 (#117053)Matt Arsenault
2024-11-21[TBAA] Don't emit pointer tbaa for unnamed structs or unions. (#116596)Florian Hahn
2024-11-21[lldb] Fix loading UUIDs from ELF headers. (#117028)Greg Clayton
2024-11-21[CodeGen][WinEH] Update saved esp for inlined inallocas (#116585)Mirko
2024-11-21[RISCV] Fix double counting CSRs with Zcmp in RISCVFrameLowering::getFrameInd...Craig Topper
2024-11-21[libc] fix clock_gettime symbols being undefined (#117224)Schrodinger ZHU Yifan
2024-11-21[webkit.UncountedLambdaCapturesChecker] Fix debug assertion failure. (#117090)Ryosuke Niwa
2024-11-21[lldb] Fix incorrect nullptr check in DumpAddressAndContent (#117219)Jonas Devlieghere
2024-11-21[win/asan] GetInstructionSize: Fix `8A 05 ...` to return 6 again. (#116889)bernhardu
2024-11-21[VPlan] Generalize collectUsersInExitBlocks for multiple exit bbs. (#115066)Florian Hahn
2024-11-21[VPlan] Return cost of PHI for scalar VFs in computeCost for FORs.Florian Hahn
2024-11-21[SLP]Fix shuffling of entries of the different sizesAlexey Bataev
2024-11-21Re-apply [lldb] Do not use LC_FUNCTION_STARTS data to determine symbol size a...Alex Langford
2024-11-22[clang-tidy] ignore consteval function in `ExceptionAnalyzer` (#116643)Congcong Cai
2024-11-21Revert "[SLP]Model reduction_add(ext(<n x i1>)) as ext(ctpop(bitcast <n x i1>...Alexey Bataev
2024-11-21[sanitizer_common] Intercept timespec_get except for hwasan (#117080)Thurston Dang
2024-11-21[win/asan] Avoid warnings in compiling interception_win_test.cpp. (#116887)bernhardu
2024-11-21[TBAA] Only emit pointer tbaa metedata for record types. (#116991)Florian Hahn
2024-11-21Revert "[libc] Use best-fit binary trie to make malloc logarithmic (#117065)"Daniel Thornburgh
2024-11-21[TableGen] Use `std::move` to avoid copy (#113061)abhishek-kaushik22
2024-11-21[CMake] Enable CMP0179 alongside CMP0156 for deduplication on LLD (#116497)Raul Tambre
2024-11-21Reapply "[libc] Use best-fit binary trie to make malloc logarithmic" (#117065)Daniel Thornburgh
2024-11-21[memprof] Skip MemProfUsePass on the empty module (#117210)Kazu Hirata
2024-11-21[GlobalISel] Correct comment about type vs register class (#116083)Daniel Sanders
2024-11-21[flang][OpenMP] Apply modifier representation to semantic checks (#116658)Krzysztof Parzyszek
2024-11-21[RISCV] Add DAG combine to convert (iX ctpop (bitcast (vXi1 A))) into vcpop.m...Craig Topper
2024-11-21[lldb] Fix a regression in Status::GetErrorType() (#117095)Adrian Prantl
2024-11-21[NFC][VectorUtils][TargetTransformInfo] Add `isVectorIntrinsicWithOverloadTyp...Finn Plummer
2024-11-21[Fuchsia][CMake] Enable new libc header gen (#116938)Petr Hosek
2024-11-21[RISCV] Fix the worst case for VSHA2MS in SiFive P400/P600 scheduling models ...Min-Yih Hsu
2024-11-21[llvm] Update pgo collection script to reflect Mainainers file (#117197)Paul Kirth
2024-11-21[rtsan] NFC: Update docs with suppress_equal_stacks (#117187)Chris Apple
2024-11-21[flang] Don't tokenize an exponent that isn't one (#117061)Peter Klausler