summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* D41416: [modules] [pch] Do not deserialize all lazy template specializations ...upstream/users/vgvassilev/D41416_D153003Vassil Vassilev2024-02-187-61/+242
* [C++20] [Modules] Don't import non-inline function bodies even if it is marke...Chuanqi Xu2024-02-182-5/+4
* [mlir][spirv] Replace hardcoded strings with op methods (#81443)SahilPatidar2024-02-174-13/+23
* Revert "Report only loaded debug info in statistics dump (#81706)" (#82150)Jonas Devlieghere2024-02-1724-346/+21
* [lldb] Don't rely on ScriptInterpreterPythonImpl::Initialize in the unit test...Jonas Devlieghere2024-02-171-21/+5
* [gn] port d332d88b919f (tzdb.cpp)Nico Weber2024-02-172-1/+9
* [NFC][llvm-exegesis] Clean up BenchmarkRunner commentsAiden Grossman2024-02-171-9/+10
* [lldb] Call Import_AppendInittab before Py_Initialize (#82095)Jonas Devlieghere2024-02-171-14/+18
* Apply clang-tidy fixes for llvm-namespace-comment in TestDialectInterfaces.cp...Mehdi Amini2024-02-171-1/+1
* Apply clang-tidy fixes for modernize-use-equals-default in TestLinalgDropUnit...Mehdi Amini2024-02-171-2/+1
* Apply clang-tidy fixes for performance-unnecessary-value-param in TestReifyVa...Mehdi Amini2024-02-171-1/+1
* Apply clang-tidy fixes for modernize-use-equals-default in TestDecomposeAffin...Mehdi Amini2024-02-171-2/+1
* Apply clang-tidy fixes for llvm-qualified-auto in RegionUtils.cpp (NFC)Mehdi Amini2024-02-171-1/+1
* [mlir][docs] Fix broken links to traits documentation (#82131)mlevesquedion2024-02-176-11/+11
* [mlir] Handle cycles and back edges in --view-op-graph (#82002)Artem Tyurin2024-02-173-3/+86
* [TargetParser] Expose Triple::getArchPointerBitWidth. (#82086)Lang Hames2024-02-173-2/+26
* [BOLT][DWARF] Remove redundant code (#82118)Alexander Yermolovich2024-02-171-6/+1
* [mlir][sparse] deallocate tmp coo buffer generated during stage-spars… (#82...Peiming Liu2024-02-175-14/+35
* Revert "[Support] Introduce formatv variant of createStringError" (#82126)Alex Langford2024-02-172-27/+0
* Report only loaded debug info in statistics dump (#81706)Wanyi2024-02-1724-21/+346
* [lldb] Use PyBytes and PyByteArray in Python Data Objects unittest (#82098)Jonas Devlieghere2024-02-171-12/+18
* [DAGCombiner] Allow tryToFoldExtOfLoad to use a sextload for zext nneg. (#81714)Craig Topper2024-02-172-10/+57
* [llvm][misexpect][NFC] Fix typos in comments (#82124)Paul Kirth2024-02-171-4/+4
* [NFC] Trim trailing whitespaceDanny Mösch2024-02-171-1/+1
* [VPlan] Simplify addCanonicalIVRecipes by using VPBuilder (NFC).Florian Hahn2024-02-171-12/+7
* [libc++] simplify the midpoint function (#81717)rilysh2024-02-171-8/+10
* [Support/ELF] Add OpenBSD PT_OPENBSD_SYSCALLS constant.Frederic Cambus2024-02-171-0/+1
* [ValueTracking] Fix computeKnownFPClass for fpext (#81972)Yingwei Zheng2024-02-173-3/+70
* [NFC][libc++] Requests PR at GitHub instead of Phabricator.Mark de Wever2024-02-172-6/+7
* [VPlan] Turn private members of VPlanTransforms to static funcs (NFC)Florian Hahn2024-02-172-47/+34
* [libc++][chrono] Loads tzdata.zi in tzdb. (#74928)Mark de Wever2024-02-1747-242/+2619
* [AMDGPU] Set predicates more consistently for BUF instructions (#81865)Jay Foad2024-02-172-232/+217
* [docs] README: Switch link to clang.llvm.org to use HTTPS.Frederic Cambus2024-02-171-1/+1
* [AArch64][GlobalISel] Improve and expand fcopysign lowering (#71283)David Green2024-02-177-419/+454
* [mlir][sparse] Fix memory leaks (part 2) (#81979)Matthias Springer2024-02-179-1/+39
* [AArch64][GlobalISel] Fail legalization for unknown libcalls. (#81873)David Green2024-02-172-0/+138
* [AMDGPU] Use HasClamp instead of HasIntClamp in VOP3_Pseudo. NFC. (#82020)Stanislav Mekhanoshin2024-02-171-1/+1
* [mlir] Introduce `trailingNDimsContiguous` for MemRefs (#78247)Andrzej Warzyński2024-02-173-29/+46
* Update Bazel build after b334664 (#82091)Tomás Longeri2024-02-171-0/+122
* [clang-tidy] Fix handling of parentheses in bugprone-non-zero-enum-to-bool-co...Piotr Zegar2024-02-173-1/+8
* [NFC] fix typoFlorian Mayer2024-02-161-1/+1
* [NFC] fix type mismatch in test.Florian Mayer2024-02-161-4/+4
* [clang-format] Don't sort qualifiers across preprocessor directives (#81958)Owen Pan2024-02-162-0/+15
* Reland^2 "[scudo] resize stack depot for allocation ring buffer"Florian Mayer2024-02-166-69/+215
* [flang][cuda] Lower kernel launch to fir.cuda_kernel_launch (#81891)Valentin Clement (バレンタイン クレメン)2024-02-163-1/+185
* [lldb] Replace assertRegexpMatches with assertRegex (NFC) (#82074)Jonas Devlieghere2024-02-168-30/+28
* [llvm-cov][CoverageView] minor fix/improvement to HTML and text coverage outp...Wentao Zhang2024-02-165-8/+10
* [lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere2024-02-16111-426/+426
* [sanitizer] Lift AsanDoesNotSupportStaticLinkage to sanitizer_common.h. NFC (...Fangrui Song2024-02-1610-30/+15
* [RISCV] Narrow vector absolute value (#82041)Philip Reames2024-02-162-16/+32