aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-26[𝘀𝗽𝗿] changes introduced through rebaseusers/shawbyoung/spr/main.bolt-match-blocks-with-pseudo-probesAmir Ayupov298-1801/+4928
2024-09-13[Flang][OpenMP] Lowering nontemporal clause to MLIR for SIMD directive (#108339)harishch44-2/+33
2024-09-12[RISCV] Rename XCValu cv.slet(u) to cv.sle(u). (#108481)Craig Topper3-12/+36
2024-09-13[clang-tidy] Improve documentation of bugprone-pointer-arithmetic-on-polymorp...Mainak Sil1-14/+14
2024-09-12[BOLT][NFC] Rename ProfilePseudoProbeDescAmir Ayupov3-10/+11
2024-09-12[test][compiler-rt] Mark dlsym_alloc.c as unsupported on macos (#108439)Arthur Eubanks1-0/+2
2024-09-12[BOLT] Add pseudo probe inline tree to YAML profileAmir Ayupov7-52/+366
2024-09-13[RISCV] Emit predefined macro __riscv_cmodel_large for large code model (#108...Jim Lin2-0/+11
2024-09-12[RISCV] Increase EmitPriority on some InstAliases. NFCCraig Topper3-33/+19
2024-09-13[NFC][mlir] Simplify code (#108346)Jianjian Guan1-6/+4
2024-09-12[RISCV] Enable floating point CSR alias mnemonics for Zfinx. (#108464)Craig Topper8-141/+213
2024-09-12[clang][TableGen] Change ASTProperties Emitter to use const RecordKeeper (#10...Rahul Joshi2-12/+18
2024-09-12[CMake] Add missing dependency (#108461)Erick Ochoa1-0/+4
2024-09-12[CMake] Remove requirement of NumPy header files (#108465)Erick Ochoa1-1/+1
2024-09-12[DirectX] fix fail test (#108468)Xiang Li1-5/+5
2024-09-13[ValueTracking] Infer is-power-of-2 from dominating conditions (#107994)Yingwei Zheng4-10/+136
2024-09-13[loongarch][DAG][FREEZE] Fix crash when FREEZE a half(f16) type on loongarch ...YANG Xudong2-72/+128
2024-09-12[DirectX] generate resource table for PSV part (#106607)Xiang Li8-2/+164
2024-09-12[SandboxIR] Implement GlobalValue (#108317)vporpo5-2/+199
2024-09-12[mlir][AMDGPU] Remove an old bf16 workaround (#108409)Krzysztof Drewniak3-21/+28
2024-09-12[llvm-dwarfdump] Rename manaully-generate-unit-index. (#108399)rjmansfield6-7/+7
2024-09-13[ADT][NFC] Refactor/optimize DenseMap::copyFrom (#108377)Marc Auberer1-13/+17
2024-09-12[clang][test] Fix some windows driver tests with legacy runtime dir layout (#...Arthur Eubanks2-7/+7
2024-09-12[RISCV] Consistently use CHECK-EXT-F instead of CHECK-EXT-F-ON in csr-aliases...Craig Topper1-10/+10
2024-09-12[RISCV] Put ADDI InstAliases together and give them explicit priorities.Craig Topper1-4/+4
2024-09-12[NVPTX] Check Before inserting AddrSpaceCastInst in NVPTXLoweringAlloca (#106...weiwei chen2-14/+58
2024-09-12[VPlan] Simplify VPBuilder insert point when adding users in exit block.Florian Hahn3-9/+5
2024-09-12[NFC][Attributor] Use unsigned integer for address space tracking (#108447)Shilei Tian2-12/+9
2024-09-12[LV] Remove stale completeLoopSkeleton (NFCI).Florian Hahn1-5/+0
2024-09-12[SLP]Fix PR108421: Correctly deduce VF from the masksAlexey Bataev2-2/+3
2024-09-12[sanitizer] Test for __sanitizer_get_dtls_size (#108349)Vitaly Buka1-0/+52
2024-09-12[SLP][NFC]Add a test for incorrectly combined extracts with the buildvectorAlexey Bataev1-0/+38
2024-09-12[sanitizer] Allow to override GetDTLSRange (#108348)Vitaly Buka4-6/+17
2024-09-12[LLD][COFF] Add support for ARM64EC auxiliary IAT (#108304)Jacek Caban11-23/+135
2024-09-12MemCpyOpt: clarify logic in processStoreOfLoad (NFC) (#108400)Ramkumar Ramachandra1-10/+3
2024-09-12[clang-scan-deps] Fix builds with BUILD_SHARED_LIBS=ONMartin Storsjö1-0/+1
2024-09-12[InstCombine] Test for fmod -> frem folding. NFCDavid Green2-0/+152
2024-09-12[LegacyPM][DirectX] Add legacy scalarizer back for use in the DirectX backend...Farzon Lotfi29-89/+510
2024-09-12[gn build] Port 2670565afc4eLLVM GN Syncbot1-0/+1
2024-09-12[gn build] Port 04d3a6be62d3LLVM GN Syncbot1-0/+2
2024-09-12MemCpyOpt: avoid unnecessary getMemorySSA (NFC) (#108405)Ramkumar Ramachandra1-14/+11
2024-09-12[lldb] Fix building with lldb::once_flag != std::once_flagMartin Storsjö1-2/+2
2024-09-13[SLP][AArch64] Fix test failure for PR #106507 (#108442)Sushant Gokhale1-9/+36
2024-09-12[clang-scan-deps] Infer the target from the executable name (#108189)Martin Storsjö2-0/+36
2024-09-12Revert "[clang] Extend diagnose_if to accept more detailed warning informatio...Kazu Hirata28-544/+223
2024-09-12[libc++][NFC] Use [[__nodiscard__]] unconditionally (#80454)Nikolas Klauser83-326/+316
2024-09-12[libc++][math] Provide overloads for cv-unqualified floating point types for ...Robin Caloudis2-3/+28
2024-09-12[libc++][modules] Refactor poisoned_hash_helper (#108296)Louis Dionne16-223/+92
2024-09-12[clang] Extend diagnose_if to accept more detailed warning information (#70976)Nikolas Klauser28-223/+544
2024-09-12[𝘀𝗽𝗿] changes introduced through rebaseAmir Ayupov3324-54287/+146355