aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
17 hoursUpdate usage comment in yaml.makefileusers/chapuni/yaml/blobNAKAMURA Takumi1-1/+1
17 hoursUse yaml2obj for llvm-cov tests to see covmapNAKAMURA Takumi43-172/+1235
2024-10-20[Coverage] Introduce "partial fold" on BranchRegion (#112694)NAKAMURA Takumi16-164/+169
2024-10-20[ConstantFold] Fold `ilogb` and `ilogbf` when the input parameter is a consta...c8ef2-1/+212
2024-10-19[VPlan] Mark unreachable code path when retrieving the scalar PH. (NFCI)Florian Hahn1-5/+2
2024-10-20[ELF] Pass Ctx & to Defined & CommonSymbolFangrui Song9-41/+43
2024-10-19[LV] Fixup IV users only once during epilogue vectorization. (NFC)Florian Hahn1-4/+9
2024-10-19[lldb] Introduce Language::AreEquivalentFunctions (#112720)Felipe de Azevedo Piovezan2-0/+14
2024-10-19[libunwind][AIX] Call dlclose only when dlsym() fails (#112768)Xing Xue1-1/+1
2024-10-19[clangd] Add inlay hints for default function arguments (#95712)Tor Shepherd9-10/+170
2024-10-20Revert "[DAG] isConstantIntBuildVectorOrConstantInt - peek through bitcasts (...Martin Storsjö18-570/+650
2024-10-19[llvm-diff] Avoid repeated hash lookups (NFC) (#113025)Kazu Hirata1-3/+3
2024-10-19[lldb] Avoid repeated hash lookups (NFC) (#113024)Kazu Hirata1-8/+6
2024-10-19[InstCombine] Simplify code with SmallMapVector::operator[] (NFC) (#113022)Kazu Hirata1-2/+1
2024-10-19[GlobalISel][AArch64] Legalize G_EXTRACT_SUBVECTOR (#112946)Thorsten Schütt4-47/+124
2024-10-19Add "clang-format-on-save-mode" minor mode to clang-format.el (#104533)Campbell Barton1-0/+57
2024-10-19[DAG] Move SIGN_EXTEND_INREG constant folding inside FoldConstantArithmeticSimon Pilgrim2-37/+41
2024-10-19[X86] X86.td - whitespace cleanup. NFC.Simon Pilgrim1-4/+1
2024-10-19AMDGPU: Handle folding frame indexes into add with immediate (#110738)Matt Arsenault8-159/+99
2024-10-19[Github] Bump CI compiler version to 19.1.2 (#113016)Aiden Grossman1-1/+1
2024-10-19More aggressively deduplicate global warnings based on contents. (#112801)Adrian Prantl4-24/+61
2024-10-19[mlir][linalg] Add quantized conv2d operator with FCHW,NCHW order (#107740)Felix Schneider3-0/+196
2024-10-19[llvm][NVPTX] Strip unneeded '+0' in PTX load/store (#113017)Youngsuk Kim66-1209/+1225
2024-10-19[hwasan], [gn]: Fix formatting of hwasan cmake; re-sync gn file for b515d9ea1e43Nico Weber2-5/+14
2024-10-19[llvm] Ensure that soft float targets don't emit `fma()` libcalls. (#106615)Alex Rønne Petersen9-0/+3742
2024-10-19[mlir][docs] Fix name of `mlir-linalg-ods-yaml-gen`(NFC) (#113029)Longsheng Mou1-1/+1
2024-10-19[mlir][spirv] Add spirv-to-llvm conversion for OpControlBarrier (#111864)Finlay4-3/+94
2024-10-19[libc++] Fix `reverse_iterator` when underlying is c++20 `bidirectional_itera...Hui26-56/+229
2024-10-19[lldb][ClangASTImporter][NFC] Emit a log message when we break MapImported in...Michael Buch1-9/+25
2024-10-19[lldb][test][NFC] Document DYLIB_NAME Makefile variable (#112735)Michael Buch1-0/+7
2024-10-19[analyzer][doc] Fix typo in "translation unit" in analyzer doc CommandLineUsa...BrnBlrg1-1/+1
2024-10-19[GlobalISel] Combine G_UNMERGE_VALUES with anyext and build vector (#112370)Thorsten Schütt27-884/+948
2024-10-18[lldb] Add GetMangledTypeName to TypeSystem/CompilerType (#113006)Augusto Noronha4-0/+18
2024-10-18[flang][cuda] Translate cuf.register_kernel and cuf.register_module (#112972)Valentin Clement (バレンタイン クレメン)8-0/+197
2024-10-18[flang][cuda] Add cuf.register_module operation (#112971)Valentin Clement (バレンタイン クレメン)5-10/+36
2024-10-18[clang-format] Fix a bug that always returns error for JSON (#112839)Owen Pan2-7/+30
2024-10-18[libc] temporaliy disable __USE_EXTERN_INLINES and set __USE_FORITFY_LEVEL to...Job Henandez Lara2-0/+44
2024-10-19[mlir][doc] Emit `\n` if description not end with `\n`. (#112898)Longsheng Mou1-1/+4
2024-10-18[LV] Use type from InsertPos for cost computation of interleave groups.Florian Hahn3-12/+205
2024-10-18[lsan] Fix compilation on Android (#113003)Vitaly Buka1-4/+5
2024-10-19[gn build] Port b515d9ea1e43LLVM GN Syncbot1-8/+2
2024-10-18gn build: Sync hwasan assembly file source list.Peter Collingbourne1-2/+15
2024-10-18[RISCV] Support inline assembly 'f' constraint for Zfinx. (#112986)Craig Topper4-12/+211
2024-10-18[flang][cuda] Call CUFGetDeviceAddress to get global device address from host...Renaud Kauffmann3-15/+126
2024-10-18[Clang] Fix missing `-` in argument to nvlinkerJoseph Huber2-2/+2
2024-10-18[lldb] Add missing whitespace in help textAdrian Prantl1-1/+1
2024-10-19[libc][math][c23] Add sqrtf16 C23 math function (#112406)OverMighty14-2/+125
2024-10-19[libc][math][c23] Add log10f16 C23 math function (#106091)OverMighty13-1/+340
2024-10-18[nfc][lsan] Rename `ScanExtraStack` and pass `region_type` (#113004)Vitaly Buka1-5/+5
2024-10-18[gn build] Port 1d09925b4a6fLLVM GN Syncbot2-0/+2