aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-17[𝘀𝗽𝗿] changes introduced through rebaseusers/vitalybuka/spr/main.sanitizer-skip-includec-from-summaryVitaly Buka27-1041/+1440
2024-01-18[X86][test] Add --show-mc-encoding for lowering tests of NDD arithmetic instr...XinWang107-893/+1018
2024-01-17[AMDGPU] Reapply 'Sign extend simm16 in setreg intrinsic' (#78492)Stanislav Mekhanoshin4-8/+71
2024-01-18[X86] Support "f16c" and "avx512fp16" for __builtin_cpu_supports (#78384)Freddy Ye5-10/+16
2024-01-17workflows: Refactor release-tasks.yml (#69523)Tom Stellard7-120/+331
2024-01-17[dfsan] Make sprintf interceptor compatible with glibc 2.37+ and musl (#78363)Fangrui Song3-9/+3
2024-01-17[NVPTX] extend type support for nvvm.{min,max,mulhi,sad} (#78385)Alex MacLean6-42/+312
2024-01-17[RISCV] Add LUI/AUIPC+ADDI fusions to sifive-p450. (#78501)Craig Topper1-1/+3
2024-01-18[AArch64] Fix -Wreturn-type in AArch64TargetParser.cpp (NFC)Jie Fu1-1/+1
2024-01-17[lld/ELF] Hint if R_X86_64_PC32 overflows and references a SHF_X86_64_LARGE s...Arthur Eubanks2-0/+32
2024-01-17[X86] Don't respect large data threshold for globals with an explicit section...Arthur Eubanks2-22/+20
2024-01-18[Hurd] Fix -Wswitch in Hurd::getDynamicLinker (NFC)Jie Fu1-0/+2
2024-01-17[Clang] Support MSPropertyRefExpr as placement arg to new-expression (#75883)Sirraide14-42/+375
2024-01-17[clang] Fix CTAD for aggregates for nested template classes (#78387)antangelo4-6/+46
2024-01-17Add Variadic 'dropAttrs' (#78476)Erich Keane4-11/+8
2024-01-17[clang] Disable gch-probe.c on AIX as `-gmodules` is not supported there yet....Michael Spencer1-0/+4
2024-01-17[Driver] Add -fandroid-pad-segment/-fno-android-pad-segment (#77244)Fangrui Song4-1/+28
2024-01-17Hurd: Add x86_64 support (#78065)Samuel Thibault18-19/+135
2024-01-17[LLD][RISCV] Report error for unsatisfiable RISCV_ALIGN (#74121)Philip Reames1-2/+8
2024-01-17[WPD][LLD] Allow glob matching of --lto-known-safe-vtables (#78505)modiking2-4/+8
2024-01-17[libc][obvious] disable fabsf128 on aarch64 (#78511)michaelrj-google1-1/+2
2024-01-17[OpenACC] Implement 'bind' clause parsing.erichkeane7-1/+130
2024-01-17[flang] Avoid new spurious error under -fopenacc (#78504)Peter Klausler1-1/+1
2024-01-17[Clang] Update Unicode version to 15.1 (#77147)cor3ntin9-20015/+20038
2024-01-17[llvm-readobj][Object][COFF] Include COFF import file machine type in format ...Jacek Caban7-12/+34
2024-01-17[AArch64] Improve cost computations for odd vector mem ops. (#78181)Florian Hahn2-40/+73
2024-01-17[GISel][RISCV] Implement selectShiftMask. (#77572)Mikhail Gudim4-9/+501
2024-01-17[GlobalIsel][AArch64] more legal icmps (#78239)Thorsten Schütt6-96/+405
2024-01-17[RISCV] Prefer vsetivli for VLMAX when VLEN is exactly known (#75509)Philip Reames4-33/+72
2024-01-17[CodeGen][MISched][NFC] Rename some instances of Cycle -> ReleaseAtCycleMichael Maitland1-3/+3
2024-01-17[WebAssembly] Use ValType instead of integer types to model wasm tables (#78012)Derek Schuff10-221/+223
2024-01-17Revert "[RISCV] Implement RISCVInsrInfo::getConstValDefinedInReg"Alex Bradbury3-82/+0
2024-01-17[lldb] Support changes to TLS on macOS (#77988)Alex Langford1-64/+94
2024-01-17BalancedPartitioning: minor updates (#77568)Fangrui Song3-19/+22
2024-01-17[mlir][openacc][NFC] Use interleaveComma in printers (#78347)Valentin Clement (バレンタイン クレメン)1-93/+52
2024-01-17[NVPTX] Add tex.grad.cube{array} intrinsics (#77693)Alex MacLean7-11/+200
2024-01-17 [llvm] Teach MachO about XROS (#78373)Cyndy Ishida10-1/+74
2024-01-17[AMDGPU][GFX12] Add Atomic cond_sub_u32 (#76224)Mariusz Sikora25-12/+860
2024-01-17Remove maximum OSX version for sanitizers (#77543)Chris Apple1-5/+0
2024-01-17Revert "[SimplifyCFG] `switch`: Do Not Transform the Default Case if the Cond...alexfh3-180/+10
2024-01-17[gn build] Port 3b6a8f823bf8LLVM GN Syncbot1-0/+1
2024-01-17[lldb] Upstream xros support in lldb (#78389)Jonas Devlieghere21-9/+340
2024-01-17[Headers][X86] Add more descriptions to ia32intrin.h and immintrin.h (#77686)Paul T Robinson2-2/+227
2024-01-17[lldb-dap] Adjusting how repl-mode auto determines commands vs variable expre...John Harrison5-57/+75
2024-01-17Apply clang-tidy fixes for llvm-else-after-return in IRDLVerifiers.cpp (NFC)Mehdi Amini1-5/+4
2024-01-17Apply clang-tidy fixes for readability-identifier-naming in IRDLLoading.cpp (...Mehdi Amini1-3/+3
2024-01-17Apply clang-tidy fixes for llvm-qualified-auto in DecomposeMemrefs.cpp (NFC)Mehdi Amini1-1/+1
2024-01-17Apply clang-tidy fixes for readability-identifier-naming in Utils.cpp (NFC)Mehdi Amini1-3/+3
2024-01-17Apply clang-tidy fixes for performance-unnecessary-value-param in Utils.cpp (...Mehdi Amini2-2/+2
2024-01-17[gn] fix mistake from 92289db82fb2Nico Weber1-1/+1