aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-18D41416: [modules] [pch] Do not deserialize all lazy template specializations ...users/vgvassilev/D41416_D153003Vassil Vassilev7-61/+242
2024-02-18[C++20] [Modules] Don't import non-inline function bodies even if it is marke...Chuanqi Xu2-5/+4
2024-02-17[mlir][spirv] Replace hardcoded strings with op methods (#81443)SahilPatidar4-13/+23
2024-02-17Revert "Report only loaded debug info in statistics dump (#81706)" (#82150)Jonas Devlieghere24-346/+21
2024-02-17[lldb] Don't rely on ScriptInterpreterPythonImpl::Initialize in the unit test...Jonas Devlieghere1-21/+5
2024-02-17[gn] port d332d88b919f (tzdb.cpp)Nico Weber2-1/+9
2024-02-17[NFC][llvm-exegesis] Clean up BenchmarkRunner commentsAiden Grossman1-9/+10
2024-02-17[lldb] Call Import_AppendInittab before Py_Initialize (#82095)Jonas Devlieghere1-14/+18
2024-02-17Apply clang-tidy fixes for llvm-namespace-comment in TestDialectInterfaces.cp...Mehdi Amini1-1/+1
2024-02-17Apply clang-tidy fixes for modernize-use-equals-default in TestLinalgDropUnit...Mehdi Amini1-2/+1
2024-02-17Apply clang-tidy fixes for performance-unnecessary-value-param in TestReifyVa...Mehdi Amini1-1/+1
2024-02-17Apply clang-tidy fixes for modernize-use-equals-default in TestDecomposeAffin...Mehdi Amini1-2/+1
2024-02-17Apply clang-tidy fixes for llvm-qualified-auto in RegionUtils.cpp (NFC)Mehdi Amini1-1/+1
2024-02-17[mlir][docs] Fix broken links to traits documentation (#82131)mlevesquedion6-11/+11
2024-02-17[mlir] Handle cycles and back edges in --view-op-graph (#82002)Artem Tyurin3-3/+86
2024-02-17[TargetParser] Expose Triple::getArchPointerBitWidth. (#82086)Lang Hames3-2/+26
2024-02-17[BOLT][DWARF] Remove redundant code (#82118)Alexander Yermolovich1-6/+1
2024-02-17[mlir][sparse] deallocate tmp coo buffer generated during stage-spars… (#82...Peiming Liu5-14/+35
2024-02-17Revert "[Support] Introduce formatv variant of createStringError" (#82126)Alex Langford2-27/+0
2024-02-17Report only loaded debug info in statistics dump (#81706)Wanyi24-21/+346
2024-02-17[lldb] Use PyBytes and PyByteArray in Python Data Objects unittest (#82098)Jonas Devlieghere1-12/+18
2024-02-17[DAGCombiner] Allow tryToFoldExtOfLoad to use a sextload for zext nneg. (#81714)Craig Topper2-10/+57
2024-02-17[llvm][misexpect][NFC] Fix typos in comments (#82124)Paul Kirth1-4/+4
2024-02-17[NFC] Trim trailing whitespaceDanny Mösch1-1/+1
2024-02-17[VPlan] Simplify addCanonicalIVRecipes by using VPBuilder (NFC).Florian Hahn1-12/+7
2024-02-17[libc++] simplify the midpoint function (#81717)rilysh1-8/+10
2024-02-17[Support/ELF] Add OpenBSD PT_OPENBSD_SYSCALLS constant.Frederic Cambus1-0/+1
2024-02-17[ValueTracking] Fix computeKnownFPClass for fpext (#81972)Yingwei Zheng3-3/+70
2024-02-17[NFC][libc++] Requests PR at GitHub instead of Phabricator.Mark de Wever2-6/+7
2024-02-17[VPlan] Turn private members of VPlanTransforms to static funcs (NFC)Florian Hahn2-47/+34
2024-02-17[libc++][chrono] Loads tzdata.zi in tzdb. (#74928)Mark de Wever47-242/+2619
2024-02-17[AMDGPU] Set predicates more consistently for BUF instructions (#81865)Jay Foad2-232/+217
2024-02-17[docs] README: Switch link to clang.llvm.org to use HTTPS.Frederic Cambus1-1/+1
2024-02-17[AArch64][GlobalISel] Improve and expand fcopysign lowering (#71283)David Green7-419/+454
2024-02-17[mlir][sparse] Fix memory leaks (part 2) (#81979)Matthias Springer9-1/+39
2024-02-17[AArch64][GlobalISel] Fail legalization for unknown libcalls. (#81873)David Green2-0/+138
2024-02-17[AMDGPU] Use HasClamp instead of HasIntClamp in VOP3_Pseudo. NFC. (#82020)Stanislav Mekhanoshin1-1/+1
2024-02-17[mlir] Introduce `trailingNDimsContiguous` for MemRefs (#78247)Andrzej Warzyński3-29/+46
2024-02-17Update Bazel build after b334664 (#82091)Tomás Longeri1-0/+122
2024-02-17[clang-tidy] Fix handling of parentheses in bugprone-non-zero-enum-to-bool-co...Piotr Zegar3-1/+8
2024-02-16[NFC] fix typoFlorian Mayer1-1/+1
2024-02-16[NFC] fix type mismatch in test.Florian Mayer1-4/+4
2024-02-16[clang-format] Don't sort qualifiers across preprocessor directives (#81958)Owen Pan2-0/+15
2024-02-16Reland^2 "[scudo] resize stack depot for allocation ring buffer"Florian Mayer6-69/+215
2024-02-16[flang][cuda] Lower kernel launch to fir.cuda_kernel_launch (#81891)Valentin Clement (バレンタイン クレメン)3-1/+185
2024-02-16[lldb] Replace assertRegexpMatches with assertRegex (NFC) (#82074)Jonas Devlieghere8-30/+28
2024-02-16[llvm-cov][CoverageView] minor fix/improvement to HTML and text coverage outp...Wentao Zhang5-8/+10
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere111-426/+426
2024-02-16[sanitizer] Lift AsanDoesNotSupportStaticLinkage to sanitizer_common.h. NFC (...Fangrui Song10-30/+15
2024-02-16[RISCV] Narrow vector absolute value (#82041)Philip Reames2-16/+32