summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into users/crobeck/remove-renamedInGFX9-bitupstream/users/crobeck/remove-renamedInGFX9-bitCorbin Robeck2024-05-1213318-443612/+912460
|\
| * [VectorCombine] Add intrinsics handling to shuffleToIdentity (#91000)David Green2024-05-122-53/+42
| * [Clang][CWG1815] Support lifetime extension of temporary created by aggregate...yronglin2024-05-1312-54/+86
| * [mlir] `int-range-optmizations`: Fix referencing of deleted ops (#91807)Felix Schneider2024-05-122-1/+35
| * [CostModel][X86] getGSVectorCost - remove FIXMESimon Pilgrim2024-05-121-1/+0
| * [CostModel][X86] Remove getGSScalarCost and use getCommonMaskedMemoryOpCost d...Simon Pilgrim2024-05-122-63/+1
| * [clang][NFC] Remove class layout scissor (#89055)Nathan Sidwell2024-05-121-11/+10
| * [BOLT] Fix race condition in a test (#91866)Maksim Panchenko2024-05-111-2/+2
| * Reapply "Reapply "[clang][Interp] Create full type info for dummy pointers""Timm Bäder2024-05-126-56/+33
| * [X86][CodeGen] Add NDD entries for transform TEST+AND -> TESTShengchen Kan2024-05-122-38/+33
| * [DirectX] Replace bitfield version in ProgramHeader. (#91797)Xiang Li2024-05-115-9/+58
| * [clang-format] Fix buildbot failuresOwen Pan2024-05-113-62/+52
| * [Modules] Enable MS Windows test for implicit-module-no-timestamp.cpp (#91738)Ivan Murashko2024-05-111-1/+0
| * [libc++] Vectorize std::mismatch with trivially equality comparable types (#8...Nikolas Klauser2024-05-118-25/+285
| * Reland: [clang] Use getDefaultArgRange instead of getDefaultArg to retrieveHaojian Wu2024-05-112-1/+16
| * [lldb] Add required skipIfLLVMTargetMissing for X86 (NFC)Dave Lee2024-05-112-0/+3
| * [clang] Use StringRef::operator== instead of StringRef::equals (NFC) (#91844)Kazu Hirata2024-05-1139-73/+68
| * [clang][Interp] Use pointee metadata size in isRoot()Timm Bäder2024-05-112-19/+15
| * [MLIR] Add IRDL dialect loading to C API (#91852)Théo Degioanni2024-05-117-0/+123
| * [DebugInfo][LICM] Fix missing debug location updates (#91729)Shan Huang2024-05-112-0/+68
| * [DebugInfo][JumpThreading] Fix missing debug location updates (#91581)Shan Huang2024-05-114-5/+153
| * [TTI][X86] getGSScalarCost - don't bother with adding cost of ICMP for each i...Simon Pilgrim2024-05-116-660/+657
| * [TTI] getCommonMaskedMemoryOpCost - use the target getMemoryOpCost/getCFInstr...Simon Pilgrim2024-05-117-51/+51
| * [mlir][tosa] Work around GCC bug in tosa-to-tensor (#91521)Spenser Bauman2024-05-112-6/+20
| * [analyzer] Treat bitwise_cast, std::addressof, and new as trivial in WebKit c...Ryosuke Niwa2024-05-112-2/+45
| * [X86] Add sub-feature nf (no flags update) for APXShengchen Kan2024-05-119-3/+19
| * [AMDGPU] Fix unittest linking error with `LLVM_LINK_LLVM_DYLIB` (#91727)Jonas Hahnfeld2024-05-113-10/+9
| * [clang] Add test for CWG1820 "Qualified typedef names" (#91765)Vlad Serebrennikov2024-05-112-1/+48
| * [clang-format] Move QualifierFixerTest::LangOpts to IsQualifierType testOwen Pan2024-05-101-4/+2
| * [BOLT] Set entry counts in BAT YAML profile (#91775)Amir Ayupov2024-05-102-0/+15
| * [BOLT] Use disambiguated local names in BAT YAMLAmir Ayupov2024-05-102-1/+6
| * [clang-tidy] `readability-simplify-boolean-expr` avoid to warn expression exp...Congcong Cai2024-05-114-29/+53
| * [Driver] Remove elf::script indirection. NFCFangrui Song2024-05-103-3/+8
| * [clang-format] Fix FormatToken::isSimpleTypeSpecifier() (#91712)Owen Pan2024-05-1013-134/+121
| * [Driver] Remove unused getInstalledDirFangrui Song2024-05-101-5/+0
| * [IR][PatternMatch] Make `m_Checked{Int,Fp}` accept `Constant *` output instea...Noah Goldstein2024-05-102-64/+72
| * Revert "[flang][cuda] Implicitly load cudadevice module in device/global subp...Valentin Clement (バレンタイン クレメン)2024-05-109-181/+1
| * [InstallAPI] Pass explicit module cache to avoid permissions issues.Cyndy Ishida2024-05-102-2/+8
| * [VP][RISCV] Add vp.reduce.fmaximum/fminimum and its RISC-V codegen (#91782)Min-Yih Hsu2024-05-1013-29/+453
| * [Clang] Fix tests broken by #91811 (#91822)cor3ntin2024-05-112-4/+4
| * [libfuzzer] Prevent MSan false positive when printing log with -jobs (#91679)Thurston Dang2024-05-101-0/+1
| * [RISCV] Remove the pre-split from RISCVISAInfo::parseArchString. NFCICraig Topper2024-05-101-14/+10
| * [AMDGPU] Initialize MachineFunctionInfo for unittest (#91820)Janek van Oirschot2024-05-101-2/+8
| * [AMDGPU] Combine build_vector patterns for i16 and f16. NFCI. (#91806)Stanislav Mekhanoshin2024-05-101-34/+17
| * Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFC.Simon Pilgrim2024-05-101-6/+6
| * [X86] scalarizeExtractedBinop - reuse existing SDLoc. NFC.Simon Pilgrim2024-05-101-3/+2
| * [libc] Add memory fence utility to the GPU utilities (#91756)Joseph Huber2024-05-102-0/+9
| * [AMDGPU] Make fneg/fabs/copysign legal for bf16 (#91676)Stanislav Mekhanoshin2024-05-104-236/+169
| * [clang] Revert default behavior change of P0522R0 implementation (#91811)Matheus Izvekov2024-05-102-9/+11
| * Revert "[Pipelines] Do not run CoroSplit and CoroCleanup in LTO pre-link pipe...Reid Kleckner2024-05-105-85/+10