aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-10[𝘀𝗽𝗿] changes introduced through rebaseusers/aaupov/spr/main.mcprofgennfc-expand-auto-for-mcdecodedpseudoprobeAmir Ayupov4352-115920/+239705
2024-08-10[profgen][NFC] Pass parameter as const_refAmir Ayupov3-4/+7
2024-08-10[InstCombine] Use llvm::set_is_subset (NFC) (#102778)Kazu Hirata1-4/+2
2024-08-10[RISCV] Add IR tests for bf16 vmerge and vmv.v.v. NFC (#102775)Craig Topper2-4/+268
2024-08-10[𝘀𝗽𝗿] changes to main this commit is based onAmir Ayupov5-41/+119
2024-08-10Revert "[clang][Interp] Improve "in call to" call argument printing" (#102785)Vitaly Buka2-18/+2
2024-08-10Revert "[Support] Assert that DomTree nodes share parent" (#102780)Vitaly Buka5-44/+2
2024-08-10[LegalizeTypes] Use APInt::getLowBitsSet instead of getAllOnes+zext. NFCCraig Topper1-1/+1
2024-08-10[Analysis] Use llvm::set_is_subset (NFC) (#102766)Kazu Hirata1-3/+1
2024-08-10[llvm-exegesis][unittests] Also disable SubprocessMemoryTest on SPARC (#102755)Rainer Orth1-15/+4
2024-08-10[clang-format] Fix a serious bug in `git clang-format -f` (#102629)Owen Pan3-3/+84
2024-08-10[clang-format] Add BreakBinaryOperations configuration (#95013)Ameer J8-1/+379
2024-08-10[Clang][CodeGen] Fix bad codegen when building Clang with latest MSVC (#102681)Alexandre Ganea1-4/+9
2024-08-10[dfsan] Use namespace qualifier. NFCFangrui Song2-27/+23
2024-08-10[DFAJumpThreading] Rewrite the way paths are enumerated (#96127)Usman Nadeem5-400/+461
2024-08-10[Utils] Add new merge-release-pr.py script. (#101630)Tobias Hieta1-0/+254
2024-08-10[dfsan] Use namespace qualifier and internalize accidentally exported functio...Fangrui Song6-84/+78
2024-08-10[sanitizer,test] Restore -fno-sized-deallocation coverageFangrui Song5-7/+7
2024-08-10[clang][Interp] Handle union copy/move ctors (#102762)Timm Baeder3-5/+48
2024-08-10[Serialization] Use traditional for loops (NFC) (#102761)Kazu Hirata1-6/+2
2024-08-10[Serialization] Fix a warningKazu Hirata1-1/+3
2024-08-10[Support] Assert that DomTree nodes share parent (#101198)Alexis Engelke5-2/+44
2024-08-10[GISel] Handle more opcodes in constant_fold_binop (#102640)Jay Foad2-21/+10
2024-08-10[NFC] Fix TableGen include guards to match paths (#102746)Rahul Joshi25-75/+79
2024-08-10[clang][Interp] Fix activating via indirect field initializers (#102753)Timm Baeder4-38/+47
2024-08-10[clang][Interp] Ignore unnamed bitfields when zeroing records (#102749)Timm Baeder2-0/+11
2024-08-10[Clang][Sema][OpenMP] Allow `thread_limit` to accept multiple expressions (#1...Shilei Tian19-82/+181
2024-08-10[clang][Interp] Only zero-init first union member (#102744)Timm Baeder3-18/+56
2024-08-10[mlir][vector] Use `DenseI64ArrayAttr` in vector.multi_reduction (#102637)Benjamin Maxwell3-15/+13
2024-08-10[LLD][NFC] Make InputFile::getMachineType const. (#102737)Jacek Caban2-7/+9
2024-08-10[LLD][NFC] Don't use x64 import library for x86 target in safeseh-md tests. (...Jacek Caban2-2/+10
2024-08-10[libc] Fix `scablnf16` using `float16` instead of `_Float16`Joseph Huber1-2/+2
2024-08-10[Polly] Use separate DT/LI/SE for outlined subfn. NFC. (#102460)Michael Kruse13-221/+351
2024-08-10[clang][Interp] Handle nested unions (#102743)Timm Baeder3-13/+70
2024-08-10[clang][Interp] Do not call dtors of union members (#102739)Timm Baeder2-13/+58
2024-08-10[clang][Interp] Improve "in call to" call argument printing (#102735)Timm Baeder2-2/+18
2024-08-10[libc++] re-enable clang-tidy in the CI and fix any issues (#102658)Nikolas Klauser11-30/+41
2024-08-10[clang][Interp] Start implementing unions and changing the active member (#10...Timm Baeder10-34/+197
2024-08-09[llvm-objdump,test] Fix source-interleave.ll when /proc/self/cwd is unavailableFangrui Song1-4/+4
2024-08-09[clang] Use llvm::is_contained (NFC) (#102720)Kazu Hirata2-3/+2
2024-08-09[TargetLowering] Use APInt::isSubsetOf to simplify an expression. NFCCraig Topper1-1/+1
2024-08-09AMDGPU/NewPM: Initialize class memberVitaly Buka1-1/+1
2024-08-09[mlir] Use llvm::is_contained (NFC) (#102714)Kazu Hirata5-12/+6
2024-08-09[AArch64] Construct SmallVector<SDValue> with ArrayRef (NFC) (#102713)Kazu Hirata1-6/+4
2024-08-09[llvm] Construct SmallVector with ArrayRef (NFC) (#102712)Kazu Hirata5-12/+8
2024-08-09[msan] Use namespace qualifier. NFCFangrui Song2-26/+26
2024-08-09[nsan] GetShadowAddrFor: Use (const) void * to decrease the number of castsFangrui Song2-27/+23
2024-08-10AMDGPU/NewPM: Port SILowerI1Copies to new pass manager (#102663)Matt Arsenault6-66/+100
2024-08-10AMDGPU/NewPM: Port AMDGPUAnnotateUniformValues to new pass manager (#102654)Matt Arsenault5-45/+81
2024-08-10AMDGPU/NewPM: Port SIAnnotateControlFlow to new pass manager (#102653)Matt Arsenault6-42/+95