summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [clang] fix merging of UsingShadowDeclupstream/users/mizvekov/bug/clang-merge-usingshadowdeclMatheus Izvekov2024-02-024-8/+7
* [NFC] [clang] add tests for merging of UsingShadowDeclMatheus Izvekov2024-02-022-0/+89
* [RISCV] Support constraint "s" (#80201)Fangrui Song2024-02-018-67/+110
* [libc] implement stdc_leading_ones (C23) (#80082)Nick Desaulniers2024-02-0122-8/+468
* [libc++][NFC] Remove <experimental/__memory> (#80194)Nikolas Klauser2024-02-013-100/+0
* [OpenMP] Move unsupported structured bindings diagnostic (#80216)Mike Rice2024-02-012-15/+32
* Fix Passing TargetOptions by Value in TargetMachines for AMDGPU (#79866)Matin Raayai2024-02-014-6/+6
* [libc] Fix wrong errno number in tls_test. (#80312)lntue2024-02-011-1/+1
* [AMDGPU] Mark PC_ADD_REL_OFFSET rematerializable (#79674)Yaxun (Sam) Liu2024-02-014-143/+168
* [libc] Update libc_errno to work correctly in both overlay and full build mod...lntue2024-02-0114-86/+101
* Fix debug info size statistics for split dwarf (#80218)jeffreytan812024-02-018-0/+1520
* [clang-format] Handles Elaborated type specifier for enum in trailing return ...XDeme2024-02-012-2/+8
* [SLP][NFC]Add tests with strided loads, NFC.Alexey Bataev2024-02-015-0/+1116
* [NFC] Reorder test lines in arith-fp-frem.ll (#79991)Paschalis Mpeis2024-02-011-48/+48
* [libc][NFC] Refactor FLAGS expansion using cmake_language(CALL ...). (#80156)lntue2024-02-014-402/+184
* [Clang][NFC] Remove TemplateArgumentList::OnStack (#79760)Krystian Stasiowski2024-02-0110-112/+81
* Aggregate errors from llvm-dwarfdump --verify (#79648)Kevin Frei2024-02-0113-283/+560
* [flang] Fix passing NULL to OPTIONAL procedure pointers (#80267)jeanPerier2024-02-012-27/+61
* [llvm-objdump][AMDGPU] Pass ELF ABIVersion through disassembler (#78907)Emma Pilkington2024-02-0116-25/+121
* [BOLT][NFC] Factor out RI::disassemblePLTInstruction (#80302)Amir Ayupov2024-02-012-32/+25
* [AArch64] Make +pauth enabled in Armv8.3-a by default (#78027)Anatoly Trosinenko2024-02-015-42/+60
* [Clang][Parse] Diagnose member template declarations with multiple declarator...Krystian Stasiowski2024-02-018-205/+185
* [Sema] Fix crash in __datasizeof with unknown types (#80300)Ilya Biryukov2024-02-012-1/+10
* [X86] X86FixupVectorConstants.cpp - refactor constant search loop to take arr...Simon Pilgrim2024-02-011-83/+125
* [LSR] Add tests for restricting term-fold budget based on exact trip countPhilip Reames2024-02-011-8/+121
* [mlir][scf] Add reductions support to `scf.parallel` fusion (#75955)Ivan Butygin2024-02-012-10/+304
* [HIP] fix HIP detection for /usr (#80190)Yaxun (Sam) Liu2024-02-012-5/+26
* [BOLT] Add extra staleness logging (#80225)Amir Ayupov2024-02-014-10/+34
* [LoopUnroll] Fix missing sign extensionNikita Popov2024-02-012-2/+2
* [LoopUnroll] Add test for #80289 (NFC)Nikita Popov2024-02-011-0/+72
* [PowerPC] Fix -Wunused-variable in PPCAsmPrinter.cpp and PPCISelDAGToDAG.cpp ...Jie Fu2024-02-012-3/+3
* [AIX][TLS] Optimize the small local-exec access sequence for non-zero offsets...Amy Kwan2024-02-019-155/+515
* [SLP][NFC]Introduce and use computeCommonAlignment function, NFC.Alexey Bataev2024-02-011-16/+15
* [MIRPrinter] Don't print line break when there is no instructions (NFC) (#80147)Quentin Dian2024-02-0150-239/+20
* [mlir][scf] Considering defining operators of indices when fusing scf::Parall...Hsiangkai Wang2024-02-012-2/+120
* [AArch64] Alter latency of FCSEL under Cortex-A510 (#80178)David Green2024-02-016-154/+156
* [AArch64] Replace LLVM IR function attributes for PSTATE.ZA. (#79166)Sander de Smalen2024-02-0128-211/+350
* [AMDGPU] Prefer `s_memtime` for `readcyclecounter` on GFX10 (#80211)Joseph Huber2024-02-012-4/+2
* [openmp] On Windows, fix standalone cmake build (#80174)Alexandre Ganea2024-02-011-0/+8
* [RISCV][NFC] Simplify calls.ll and autogenerate checks for tail-calls.llWang Pengcheng2024-02-012-291/+294
* [IndVars] Add tests for #79861 (NFC)Nikita Popov2024-02-011-0/+104
* [ARM] Add ctpop codegen testsSimon Pilgrim2024-02-011-0/+118
* [libc++][memory] P2652R2: Disallow Specialization of `allocator_traits` (#79978)Hristo Hristov2024-02-0113-48/+56
* [SCEVExp] Keep NUW/NSW if both original inc and isomporphic inc agree. (#79512)Florian Hahn2024-02-012-8/+33
* [AMDGPU] Check wavefrontsize for GFX11 WMMA builtins (#79980)Jay Foad2024-02-014-35/+35
* [GitHub][workflows] Reflow some text in buildbot info PR commentDavid Spickett2024-02-011-2/+1
* [HWASAN] Remove DW_OP_LLVM_tag_offset from DIExpression::isImplicit (#79816)Orlando Cazalet-Hyams2024-02-011-1/+0
* [Clang][AArch64] Add ACLE macros for FEAT_PAuth_LR (#80163)Lucas Duarte Prates2024-02-013-0/+43
* [flang][HLFIR] Relax verifiers of intrinsic operations (#80132)Tom Eccles2024-02-013-29/+90
* [bazel] Fix a typo from e7d40a87ff230528131541f6ac17a2e1a7dc78e1Benjamin Kramer2024-02-011-1/+1