aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-22[𝘀𝗽𝗿] initial versionusers/Prabhuk/sprbitcodeasm-read-metadata-value-from-operand-bundles-in-and-outprabhukr3-0/+53
2024-04-23[MIPS]: Rework atomic max/min expand for subword (#89575)YunQiang Su2-766/+823
2024-04-22[clang-tidy] Improved --verify-config when using literal style in config file...FĂŠlix-Antoine Constantin5-45/+45
2024-04-22[flang][OpenMP] Concatenate begin and end clauses into single list (#89090)Krzysztof Parzyszek1-143/+110
2024-04-22[SPIR-V] Emit SPIR-V generator magic number and version (#87951)Michal Paszkowski16-88/+123
2024-04-22[lldb][MinidumpFileBuilder] Fix addition of MemoryList steam (#88564)Miro Bucko2-4/+14
2024-04-22[clang][CoverageMapping] do not emit a gap region when either end doesn't hav...Wentao Zhang2-3/+44
2024-04-22[RISCV] Add extension information to RISCVFeatures.td. NFC (#89326)Craig Topper1-385/+425
2024-04-22[Clang] Fix __is_trivially_equaltiy_comparable documentation (#88528)Nikolas Klauser1-1/+2
2024-04-22[clangd] Fix unittests in TargetDeclTest bucket (#89630)zibi21-7/+7
2024-04-22[SystemZ][NFC] Use new getPointerSize function (#89623)Kai Nacke1-7/+10
2024-04-22Carving out -Wformat warning about scoped enums into a subwarning (#88595)ZijunZhaoCCK5-9/+18
2024-04-22[flang][cuda] fix parsing of cuda_kernel (#89613)Iman Hosseini2-1/+8
2024-04-22[RemoveDIs] Preserve debug info format in llvm-reduce (#89220)Stephen Tozer2-23/+16
2024-04-22[Offload] Move `/openmp/libomptarget` to `/offload` (#75125)Johannes Doerfert353-73/+442
2024-04-22[Clang] Fix crash on invalid size in user-defined `static_assert` message (#8...Sirraide4-5/+81
2024-04-22[SPIRV][HLSL] map lerp to Fmix (#88976)Farzon Lotfi10-151/+260
2024-04-22Revert "[compiler-rt][ctx_instr] Add `ctx_profile` component" (#89625)Mircea Trofin10-247/+0
2024-04-22[X86] gfni-funnel-shifts.ll - add vXi8 variable/splat/constant test coverageSimon Pilgrim1-2/+2684
2024-04-22[SLP]Introduce transformNodes() and transform loads + reverse to strided loads.Alexey Bataev2-3/+45
2024-04-22[compiler-rt][ctx_instr] Add `ctx_profile` component (#89304)Mircea Trofin10-0/+247
2024-04-22[Clang][Sema] Remove unused function after #88731 (#89618)Krystian Stasiowski1-6/+0
2024-04-22[RISCV] Precommit stack protector checks for Linux and Android (#87679)Paul Kirth1-0/+44
2024-04-22[NVPTX][NFCI] Use DataLayout to determine short shared/local/const pointers (...Alex MacLean8-55/+54
2024-04-22[C23] Select the correct promoted type for a bit-field (#89254)Aaron Ballman4-1/+69
2024-04-22[OpenACC] Implement 'num_gangs' sema for compute constructs (#89460)Erich Keane18-44/+572
2024-04-22Reapply "[Clang][Sema] Fix crash when 'this' is used in a dependent class sco...Krystian Stasiowski20-153/+646
2024-04-22[SLP]Fix PR89614: phis can be reordered, if reuses are not empty.Alexey Bataev2-1/+58
2024-04-22[SLP]Fix a check for multi-users for icmp user.Alexey Bataev2-8/+8
2024-04-22[SLP][NFC]Add a test with incorrect size of the external user detection.Alexey Bataev1-0/+56
2024-04-22[SystemZ][z/OS] Implement llvm.returnaddress for XPLINK (#89440)Kai Nacke4-16/+82
2024-04-22[VectorCombine] foldShuffleOfShuffles - fold "shuffle (shuffle x, undef), (sh...Simon Pilgrim7-121/+167
2024-04-22[LAA] Add etra tests with strides with different signs.Florian Hahn1-0/+231
2024-04-22[AST] Dump argument types for TypeTraitExpr. (#89370)Haojian Wu3-2/+53
2024-04-22[lldb][DWARF] Remove m_forward_decl_die_to_compiler_type as it never actually...Zequan Wu4-99/+65
2024-04-22[libc++][NFC] Fix unparenthesized comma expression in mem-initializer (#89605)Krystian Stasiowski1-1/+1
2024-04-22[gn] port e86ebe4ff870 (llvm-split target dep)Nico Weber1-0/+7
2024-04-22[SLP]Fix PR89438: check for all tree entries for the resized value.Alexey Bataev2-22/+138
2024-04-22[clang][Interp] Implement C++23 [[assume]] supportTimm Bäder4-1/+40
2024-04-22[clang][Interp] Remove faulty assertionTimm Bäder2-1/+12
2024-04-22[clang][Interp][NFC] Refactor Program::getGlobal()Timm Bäder1-9/+5
2024-04-22[mlir] fix polynomial dialect docsAlex Zinenko2-4/+4
2024-04-22[flang][OpenMP] Allow common blocks in nested directives (#88430)Leandro Lupori2-9/+29
2024-04-22[LAA] Document reasoning in multiple places in isDependent (NFC). (#89381)Florian Hahn1-4/+13
2024-04-22[Clang] Fix a crash introduced in PR#88666 (#89567)Shilei Tian2-1/+11
2024-04-22[AArch64] Add some tests for reassociated addressing modes. NFCDavid Green1-0/+184
2024-04-22[X86] Allow input vector extracted from larger vector when combining to VPMAD...Phoebe Wang2-0/+49
2024-04-22[mlir][Hoisting] Hoisting vector.extract/vector.broadcast pairs (#86108)Steven Varoumas5-0/+297
2024-04-22[mlir] fix latex formulas in the tutorialOleksandr "Alex" Zinenko1-4/+5
2024-04-22[libc++] Remove stray CMake install step for modulemap file (#89394)Louis Dionne1-6/+0