aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-20[NFC] fix incorrect #endif comment (#95991)Florian Mayer1-1/+1
2024-06-20[ubsan] Display correct runtime messages for negative _BitInt (#93612)earnol5-13/+305
2024-06-20[libc] Move freelist + block to __support (#96231)PiJoules12-96/+98
2024-06-20[WebAssembly] Re-enable reference types by default (#93261)Heejin Ahn3-6/+6
2024-06-20[AMDGPU] Introduce a pseudo mnemonic for S_DELAY_ALU in MIR. (#96004)Michael Bedy5-2/+585
2024-06-20[DWIMPrint] Move the setting of the result status into dump_val_object (#96232)Adrian Prantl1-27/+31
2024-06-20[VPlan] Include IV phi and backedge cost in VPlan cost computation.Florian Hahn4-22/+99
2024-06-20[vscode-mlir] Bump the version of braces to 3.0.3 (#96137)Stella Stamenova1-14/+14
2024-06-20[libc++] Remove <ostream> include from <chrono> (#96035)Nikolas Klauser4-3/+2
2024-06-20[clang] Define ptrauth_sign_constant builtin. (#93904)Ahmed Bougacha14-15/+395
2024-06-20[clang] Define ptrauth_string_discriminator builtin. (#93903)Ahmed Bougacha9-6/+109
2024-06-20[clang][Interp] Try to fix #embed on big-endian machinesTimm Bäder1-5/+14
2024-06-20Revert "[DebugInfo][BPF] Add 'annotations' field for DIBasicType & DI… (#96...eddyz8711-295/+90
2024-06-20[OpenMP][libomp] Remove Perl in favor of Python (#95307)Jonathan Peyton20-5618/+987
2024-06-20[libc++abi] Use target_compile_options to pass LIBCXXABI_ADDITIONAL_COMPILE_F...Louis Dionne2-1/+2
2024-06-20Reland "[ThinLTO] Populate declaration import status except for distributed T...Mingming Liu9-85/+449
2024-06-20[BranchFolder] Fix missing debug info with tail merging (#94715)Alan Zhao4-16/+128
2024-06-20[lldb] Make LanguageRuntime::GetTypeBitSize return an optional (NFC) (#96013)Jonas Devlieghere4-21/+22
2024-06-20[Clang] [Sema] Diagnose unknown std::initializer_list layout in SemaInit (#95...Mital Ashok33-108/+195
2024-06-20[IR] Remove RepeatedPass (#96211)Nikita Popov7-202/+3
2024-06-20[libc][math][c23] Add {getpayload,setpayload,setpayloadsig}f16 C23 math funct...OverMighty21-2/+519
2024-06-20Reformat test (NFC)Adrian Prantl1-16/+6
2024-06-20Factor out expression result error strings.Adrian Prantl5-46/+68
2024-06-20Refactor GetObjectDescription() to return llvm::Expected (NFC)Adrian Prantl12-103/+143
2024-06-20Convert ValueObject::Dump() to return llvm::Error() (NFCish)Adrian Prantl20-44/+108
2024-06-20[C99] Claim partial conformance to n448Aaron Ballman2-1/+54
2024-06-20Revert "[lldb][ObjC] Don't query objective-c runtime for decls in C++ context...Michael Buch3-29/+1
2024-06-20[lld][WebAssembly] Handle stub symbol dependencies when an explicit import na...Sam Clegg4-42/+60
2024-06-20[lldb] Give more time to test/API/multiple-debuggersAdrian Prantl1-25/+30
2024-06-20[mlir][vector] Update tests for collapse 3/n (nfc) (#94906)Andrzej Warzyński2-44/+78
2024-06-20Recommit "[VPlan] First step towards VPlan cost modeling. (#92555)"Florian Hahn8-28/+421
2024-06-20[LV] Add tail folding test with scalarized store and wide header mask.Florian Hahn1-0/+225
2024-06-20[clang] Fix missing installed header (#95979)Daniel Otero1-1/+3
2024-06-20[Clang][Comments] Support for parsing headers in Doxygen \par commands (#91100)hdoc8-11/+239
2024-06-20[AArch64] Consider runtime mode when deciding to use SVE for fixed-length vec...Sander de Smalen56-379/+441
2024-06-20[PassManager] Remove some unnecessary includes (NFC) (#96175)Nikita Popov13-5/+16
2024-06-20[llvm][AArch64] SVE2 is an optional feature in ARMv9.0a (#96007)Jon Roelofs4-14/+33
2024-06-20[PPC] Add DwarfRegAlias for VSRPair (#95837)Zaara Syeda2-1/+2
2024-06-20[GenericDomTreeConstruction] Use SmallVector (NFC) (#96138)Kazu Hirata1-1/+1
2024-06-20[libc][arm] implement a basic setjmp/longjmp (#93220)Nick Desaulniers (paternity leave)9-7/+178
2024-06-20[mlir] Expose skipRegions option for Op printing in the C and Python bindings...Jonas Rickert7-13/+51
2024-06-20[RISCV][NFC] Cleanup SCR1 sched model (#96088)Anton Sidorenko1-2/+0
2024-06-20[Clang][AMDGPU] Add a builtin for `llvm.amdgcn.make.buffer.rsrc` intrinsic (#...Shilei Tian6-0/+218
2024-06-20[Support] Vendor rpmalloc in-tree and use it for the Windows 64-bit release (...Alexandre Ganea11-4/+5547
2024-06-20[clang] Move 'alpha.cplusplus.MisusedMovedObject' to 'cplusplus.Move' in docu...Balázs Kéri1-19/+19
2024-06-20[RISCV] Strength reduce mul by 2^N - 2^M (#88983)Philip Reames14-374/+422
2024-06-20[clang][Interp] Nested ThisExprs that don't refer to the frame this ptrTimm Bäder6-18/+93
2024-06-20[SPIRV] Add trig function lowering (#95973)Farzon Lotfi13-3/+386
2024-06-20[AArch64][TargetParser] Split FMV and extensions (#92882)Tomas Matheson14-256/+283
2024-06-20[C11] Claim conformance to WG14 N3159Aaron Ballman1-1/+2