summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream/main' into ptrauth-auth-resign-iselupstream/users/ahmedbougacha/ptrauth-auth-resign-iselAhmed Bougacha2024-05-1014170-454899/+1009024
|\
| * [Clang][Sema] Improve support for explicit specializations of constrained mem...Krystian Stasiowski2024-05-0710-68/+248
| * [mlir][sparse] Add verification for explicit/implicit value (#90111)Yinying Li2024-05-075-47/+169
| * [Clang][Sema] Don't set instantiated from function when rewriting operator<=>...Krystian Stasiowski2024-05-075-21/+41
| * [Clang][Sema] Explicit template arguments are not substituted into the except...Krystian Stasiowski2024-05-078-51/+75
| * [ELF] Fix --compress-debug-sections=zstd when zlib is disabledFangrui Song2024-05-072-2/+2
| * [clang][CodeGen] Fix MSVC ABI for classes with a deleted copy assignment oper...Max Winkler2024-05-073-1/+116
| * [llvm][NVPTX] Remove outdated comments (NFC) (#91409)Youngsuk Kim2024-05-071-4/+0
| * [mlir][memref.expand_shape] Add verifier check to ensure correct output_shape...Prathamesh Tagore2024-05-072-0/+21
| * [BOLT] Add a test for BOLT-reserved space in a binary (#91399)Maksim Panchenko2024-05-071-0/+40
| * Fix a typo in webkit.NoUncountedMemberChecker. (#91402)Ryosuke Niwa2024-05-071-1/+1
| * [compiler-rt][ctx_profile] Add the instrumented contextual profiling APIs (#8...Mircea Trofin2024-05-073-2/+681
| * [libc] fix typo due to futex renaming (#91379)Schrodinger ZHU Yifan2024-05-071-1/+1
| * [AMDGPU] Prevent FMINIMUM and FMAXIMUM beeing fully scalarized (#91378)Stanislav Mekhanoshin2024-05-075-39/+63
| * [MSP430][Clang] Update list of MCUs (#91258)Marian Buschsieweke2024-05-072-83/+626
| * [modules] Accept equivalent module caches from different symlink (#90925)Ellis Hoag2024-05-074-26/+55
| * [AMDGPU] Fix condition in VOP3_Real_Base. NFCI. (#91373)Stanislav Mekhanoshin2024-05-071-1/+1
| * Add a missing check for nullptrAdrian Prantl2024-05-071-0/+2
| * Remove else-after-break (NFC)Adrian Prantl2024-05-071-10/+9
| * [AMDGPU] Don't optimize agpr phis if the operand doesn't have subreg use (#91...Shilei Tian2024-05-072-1/+84
| * [LV] Properly extend versioned constant strides.Florian Hahn2024-05-072-4/+5
| * [PowerPC] Spill non-volatile registers required for traceback table (#71115)Maryam Moghadas2024-05-079-493/+2237
| * [DirectX] remove string function attribute DXIL not allowed (#90778)Xiang Li2024-05-077-7/+86
| * [lldb] Reinstate lldb-sbapi-dwarf-enums target (NFC) (#91390)Jonas Devlieghere2024-05-071-2/+6
| * Revert "[Clang] Unify interface for accessing template arguments as written f...Adrian Prantl2024-05-0726-846/+729
| * Revert "[Sema] Fix warnings"Adrian Prantl2024-05-072-0/+8
| * [WebAssembly] Make EH depend on multivalue and reference-types (#91299)Heejin Ahn2024-05-072-6/+67
| * [RISCV] Add unittests for MinVLen/MaxELen/MaxElenFp for ParseArchString. NFCCraig Topper2024-05-071-0/+48
| * [SCCP] Add `nneg` flag to `uitofp` if its operand is non-negativeNoah Goldstein2024-05-073-12/+14
| * [CVP] Convert `sitofp` -> `uitofp nneg` and add `nneg` flag to `uitofp`Noah Goldstein2024-05-073-11/+47
| * [CVP] Add tests for adding `nneg` flag to `uitofp` and converting `sitofp` ->...Noah Goldstein2024-05-072-0/+197
| * AMDGPU: Don't bitcast float typed atomic store in IR (#90116)Matt Arsenault2024-05-076-41/+91
| * [LV] Add test case for #91369.Florian Hahn2024-05-071-0/+137
| * [Sema] Fix warningsKazu Hirata2024-05-072-8/+0
| * [lldb] Request crash report when prompting for a bug report on Darwin (#91371)Jonas Devlieghere2024-05-072-0/+12
| * Mark test cases as unsupported on z/OS (#90990)Sean Perry2024-05-0722-15/+41
| * Document FP relative offsets (#91031)Florian Mayer2024-05-071-0/+3
| * [InstCombine] Fold ((X << nuw Z) binop nuw Y) >>u Z --> X binop nuw (Y >>u Z)...AtariDreams2024-05-072-2/+288
| * [RISCV] Add partial validation of S and X extension names to RISCVISAInfo::pa...Craig Topper2024-05-073-5/+23
| * [mlir][tensor] Remove assertion in ExpandShapeOp::build (#91361)Benoit Jacob2024-05-071-4/+6
| * [clang-tidy] Refactor how NamedDecl are renamed (#88735)Edwin Vane2024-05-074-98/+121
| * [Clang] Unify interface for accessing template arguments as written for class...Krystian Stasiowski2024-05-0726-729/+846
| * [WebAssembly] Implement prototype f32.load_f16 instruction. (#90906)Brendan Dahl2024-05-0710-4/+84
| * [bazel] Move HostMacOSXPrivateHeaders to macOS only dep (#91354)Keith Smiley2024-05-071-1/+1
| * [libc] Add __FE_DENORM to the fenv macros (#91353)Joseph Huber2024-05-072-5/+11
| * [Analysis, CodeGen, DebugInfo] Use StringRef::operator== instead of StringRef...Kazu Hirata2024-05-0713-28/+24
| * [mlir][math] Add Polynomial Approximation for acos, asin op (#90962)Prashant Kumar2024-05-072-6/+234
| * [flang] Remove driver-help-hidden.f90 (#91307)Andrzej WarzyƄski2024-05-071-172/+0
| * [RISCV][NFC] Remove redundant test cases. (#91324)Yeting Kuo2024-05-082-14/+0
| * [ASan][libc++] Turn on ASan annotations for short strings (#79536)Tacet2024-05-076-41/+471