aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-24[𝘀𝗽𝗿] changes introduced through rebaseusers/ilovepi/spr/main.llvmprofdatautils-provide-getnumbranchweights-apiPhilip Reames1-10/+9
2024-06-24[𝘀𝗽𝗿] changes introduced through rebasePaul Kirth5897-130132/+421264
2024-06-24Revert "[RISCV] Remove experimental from Ztso. (#96465)"Philip Reames17-77/+72
2024-06-24[SPIR-V]: Improve pattern matching to recognize a composite constant to be a ...Vyacheslav Levytskyy7-12/+224
2024-06-24[C23] Remove WG14 N2660 from the list of papers we trackAaron Ballman1-5/+0
2024-06-24Reland "[mlir][spirv] Add a generic convert-to-spirv pass" (#96359)Angel Zhang14-0/+1005
2024-06-24[lldb][API] Add Find(Ranges)InMemory() to Process SB API (#95007)Miro Bucko11-6/+661
2024-06-24[IR] Generate poison for all-poison scalable shufflevector maskNikita Popov1-1/+1
2024-06-24[C23] Claim conformance to WG14 N3033Aaron Ballman3-1/+55
2024-06-24[IR] Use poison instead of undef for self-referential phiNikita Popov1-1/+1
2024-06-24[clang][ThreadSafety] Fix code block syntax in ThreadSafetyAnalysis.rst (#96494)Dan McArdle1-0/+1
2024-06-24[BitcodeReader] Use poison instead of undef for invalid instructionsNikita Popov1-5/+5
2024-06-24[LLParser] Use poison instead of undef when cleaning up forward refsNikita Popov1-2/+2
2024-06-24[PPC][InlineASM] Don't write to source directory in testBenjamin Kramer1-2/+2
2024-06-24[analyzer] Add an ownership change visitor to StreamChecker (#94957)Kristóf Umann3-2/+273
2024-06-24[C11] Remove WG14 N1382 from the list of papers to trackAaron Ballman1-5/+0
2024-06-24[Lint] Use poison instead of undef for self-referential valuesNikita Popov1-1/+1
2024-06-24[C11] Remove WG14 N1353 from the list of papers to trackAaron Ballman1-5/+0
2024-06-24[InstSimplify] Use poison instead of undef for unreachable instNikita Popov1-1/+1
2024-06-24[VectorUtils] Use poison instead of undef in findScalarElement()Nikita Popov1-3/+3
2024-06-24[clang][Interp] Cast dummy pointers to other pointer type if necessaryTimm Bäder2-3/+9
2024-06-24[C11] Claim we do not conform to WG14 N1285 yetAaron Ballman2-3/+27
2024-06-24[clang][ThreadSafety] Check trylock function success and return types (#95290)Dan McArdle10-82/+369
2024-06-24Reapply [IR] Lazily initialize the class to pass name mapping (NFC) (#96321) ...Nikita Popov19-48/+40
2024-06-24[clang] Skip auto-init on scalar vars that have a non-constant Init and no se...Jan Voung5-20/+165
2024-06-24[IndVars] Make pushIVUsers() a member function (NFC)Nikita Popov1-10/+13
2024-06-24[PPC][InlineASM] Mark the 'a' constraint as unsupported (#96109)Kamau Bridgeman2-1/+12
2024-06-24[lldb] Fix TestDAP_runInTerminal for #96256Pavel Labath1-1/+1
2024-06-24[RISCV] Remove experimental from Ztso. (#96465)Yingwei Zheng17-72/+77
2024-06-24[Sema] Fix -Wunused-variable in SemaType.cpp (NFC)Jie Fu1-1/+1
2024-06-24[X86] stack-protector-msvc.ll - regenerate test checks to simplify diff for #...Simon Pilgrim1-111/+316
2024-06-24[X86] tailcc-ssp.ll - regenerate test checks to simplify diff for #95904Simon Pilgrim1-19/+68
2024-06-24[lldb/DWARF] Optimize DIEToType handling (#96308)Pavel Labath1-104/+74
2024-06-24[AMDGPU] Set total VGPRs to 1536 for gfx12 (#96272)Mariusz Sikora7-1033/+1015
2024-06-24[Driver] Add winsysroot alias to the GNU driver (#95320)Andarwinux1-0/+2
2024-06-24[C++20] [Modules] Diagnose redeclarations from different modulesChuanqi Xu4-0/+68
2024-06-24[clang][Interp] Implement ptrauth builtinsTimm Bäder3-0/+22
2024-06-24[clang] [MinGW] Set a predefined __GXX_TYPEINFO_EQUALITY_INLINE=0 for MinGW t...Martin Storsjö2-0/+11
2024-06-24[clang][AArch64][FMV] Stop emitting alias to ifunc. (#96221)Alexandros Lamprineas8-47/+7
2024-06-24[RISCV] Pretty print AVL register in VSETVLIInfo::dump. NFCLuke Lau1-1/+1
2024-06-24[Clang] Introduce `nonblocking`/`nonallocating` attributes (#84983)Doug Wyatt24-11/+1850
2024-06-24[X86] Add count leading ones test coverage based on #96455Simon Pilgrim1-0/+425
2024-06-24Remove reference to removed method. (#96315)Thomas Preud'homme1-2/+0
2024-06-24[X86] Split scalar ctlz/cttz tests into their own filesSimon Pilgrim2-712/+720
2024-06-24[X86] Rename clz.ll -> ctlz.ll to match the intrinsic namingSimon Pilgrim1-0/+0
2024-06-24[mlir][ArmSME] Disallow streaming mode for gathers/scatters (#96209)Benjamin Maxwell4-22/+55
2024-06-24[AArch64] Consider streaming mode in TTI interfaces for vectorization. (#96305)Sander de Smalen3-15/+18
2024-06-24[SourceManager] Expose max usage of source location space as a Statistic (#96...Ilya Biryukov2-0/+18
2024-06-24[mlir][gpu] Add py binding for AsyncTokenType (#96466)Guray Ozen9-7/+41
2024-06-24[OpenMP][LLVM] Fix access to reduction args of `omp.parallel`. (#96426)Kareem Ergawy3-13/+70