Changes
clang-d476466-gb225f2d5d737d2-t35825-b35825.tar.gz (Sep 30, 2023 8:20:49 PM)
- Removed unused files. — gkistanova / githubweb
- Production build bots to report build statuses to github. — gkistanova / githubweb
clang-d476466-gb225f2d5d737d2-t35825-b35825.tar.gz (Sep 30, 2023 8:20:49 PM)
- Fix -Wcovered-switch-default in MachOUniversalWriter.cpp (NFC) — jiefu / githubweb
- [lldb][windows] Cover more symbols in LLDB_EXPORT_ALL_SYMBOLS — riddleriver / githubweb
- Fix build failure on windows (NFC) — jiefu / githubweb
clang-d476463-gefb46515ce9bfc-t35824-b35824.tar.gz (Sep 30, 2023 5:56:33 PM)
- [RISCV][MC] Recognise that fcvt.d.s with frm != 0b000 is valid (#67555) — github / githubweb
- [lipo] Support creating Universal 64 bit Mach-O files. (#67737) — github / githubweb
clang-d476461-ga5686c2b5541c5-t35823-b35823.tar.gz (Sep 30, 2023 3:33:04 PM)
- [clang][Interp] Add IntegralAP for arbitrary-precision integers (#65844) — github / githubweb
- Revert "[clang][Interp] Add IntegralAP for arbitrary-precision integers (#65844)" — tbaeder / githubweb
- [RISCV][GISel] Legalize G_SADDO/G_SSUBO/G_UADDO/G_USUBO. (#67615) — github / githubweb
- [ADT] Guard PagedVector death tests — jakub / githubweb
- [InstSimplify] Avoid use of ConstantExpr::getICmp. NFC (#67873) — github / githubweb
clang-d476456-g6403287eff71a3-t35822-b35822.tar.gz (Sep 30, 2023 1:10:31 PM)
- [Flang] [FlangRT] Introduce FlangRT project as solution to Flang's runtime LLVM integration — mark.danial / githubweb
clang-d476455-gd222c5ec47a09a-t35821-b35821.tar.gz (Sep 30, 2023 10:46:06 AM)
- [RISCV][MC][test] Test for current behaviour around default FP rounding modes — asb / githubweb
- [C API] Fix LLVMGetOrdering/LLVMIsAtomicSingleThread for fence/memory instrs (#65228) — github / githubweb
clang-d476453-g62205c2e60e375-t35820-b35820.tar.gz (Sep 30, 2023 8:25:04 AM)
- [AArch64] Add a target feature for AArch64StorePairSuppress — david.green / githubweb
- [llvm] Remove uses of Type::getPointerTo() (NFC) — joseph942010 / githubweb
- [clang] Remove uses of llvm::Type::getPointerTo() (NFC) — joseph942010 / githubweb
clang-d476450-gf99bd296108756-t35819-b35819.tar.gz (Sep 30, 2023 6:02:25 AM)
- [clang-format][NFC] Simplify the UnwrappedLine constructor — owenpiano / githubweb
- [clang-format][NFC] Don't call startsSequence() in the parser — owenpiano / githubweb
- [BOLT][NFC] Hide pass print options (#67718) — github / githubweb
- [BOLT][NFC] Run ADRRelaxationPass in parallel (#67831) — github / githubweb
clang-d476446-gfef1bec39642d7-t35818-b35818.tar.gz (Sep 30, 2023 3:36:11 AM)
- [clang][Interp] Zero-init remaining string literal elements (#66862) — github / githubweb
- [Passes] Use llvm::any_cast instead of any_cast (NFC) — kazu / githubweb
- [X86]Remove X86-specific dead code in ScheduleDAGRRList.cpp (#67629) — github / githubweb
clang-d476443-g11fbbcb3106a59-t35817-b35817.tar.gz (Sep 30, 2023 1:11:39 AM)
- [mlir][spirv] Implement missing validation rules for ptr variables (#67871) — github / githubweb
- [InstSimplify] Use cast instead of dyn_cast+assert. NFC — craig.topper / githubweb
- Introduce paged vector (#66430) — github / githubweb
- [gn build] Port 4ae51570806b — llvmgnsyncbot / githubweb
clang-d476439-g4b13c86d980af8-t35816-b35816.tar.gz (Sep 29, 2023 10:49:56 PM)
- [mlgo] fix test post #67826 — mtrofin / githubweb
- [NFC] Replace uses of Type::getPointerTo — joseph942010 / githubweb
- [mlir] Fix bytecode reading of resource sections — jeff / githubweb
- Revert "[mlir][memref] Fix offset update in emulating narrow type for strided memref (#67714)" — stellaraccident / githubweb
- [lldb] Fix failures when evaluating C++ expression and loading modules — ismail / githubweb
- [ORC] Fix heap-use-after-free error in MachODebugObjectSynthesizer.cpp — jeff / githubweb
clang-d476433-gf179486204135b-t35815-b35815.tar.gz (Sep 29, 2023 8:27:38 PM)
- [mlir][NFC] Fix comment explaining ConverVectorLoad (#67864) — github / githubweb
- [HWASAN]Implement memcmp interceptor in HWASAN (#67204) — github / githubweb
- [libc] Correct 'memrchr' definition and re-enable on GPU (#67850) — github / githubweb
- [mlir][llvm] Add a indirect call builder for CallOp (NFC) — jeff / githubweb
- [MLIR] Add stage to side effect — joker.eph / githubweb
- [AsmPrint] Correctly factor function entry count when dumping MBB frequencies (#67826) — github / githubweb
clang-d476427-ge0b702ffc24b15-t35814-b35814.tar.gz (Sep 29, 2023 6:06:43 PM)
- Revert "[NFC][Clang][OpenMP] Fix the test issue of incompatible pointer size" — JanPatrick.Lehr / githubweb
- Revert "[OpenMP] Introduce the initial support for OpenMP kernel language (#66844)" — JanPatrick.Lehr / githubweb
- [clang] Support fixed point types in C++ (#67750) — github / githubweb
- Revert #67745 "[asan] Ensure __asan_register_elf_globals is called in COMDAT asan.module_ctor (#67745)" — i / githubweb
- [lldb][NFCI] Remove unneeded use of ConstString from StructuredDataDarwinLog — Alex Langford / githubweb
- [llvm-readtapi] Add symlink to call `readtapi` (#67748) — github / githubweb
- [Sema] add cast from IncompleteArrayType to ConstantArrayType in TryReferenceListInitialization (#65918) — github / githubweb
- [asan] Ensure __asan_register_elf_globals is called in COMDAT asan.module_ctor (#67745) — i / githubweb
- Revert "[IR]Add NumSrcElts param to is..Mask static function in ShuffleVectorInst." — a.bataev / githubweb
- [libunwind] Fix a -Wextra-semi warning — alexrichardson / githubweb
- [mlir][ROCDL] Fix file leak in SeralizeToHsaco and its newer form (#67711) — github / githubweb
- [Clang][test][VE] Correct bad test in 1e00423 — marukawa / githubweb
- Modify BoundsSan to improve debuggability (#65972) — github / githubweb
- [libc] Fix `nanosleep` definition in the posix spec (#67855) — github / githubweb
clang-d476413-g9f5960e004ff54-t35813-b35813.tar.gz (Sep 29, 2023 3:48:00 PM)
- [libc][NFC] Adjust the `libc` init / fini array test — jhuber6 / githubweb
- [clang] set DebugCompilationDir in PCHContainer (#67744) — github / githubweb
- [NFC][Clang][OpenMP] Fix the test issue of incompatible pointer size — i / githubweb
- [clang-format] Handle __attribute/__declspec/AttributeMacro consistently (#67518) — github / githubweb
- [lldb][NFCI] Remove unused constructors from BreakpointName — Alex Langford / githubweb
- [SystemZ/zOS/GOFF] Implement GOFF writer for empty files. — kai.peter.nacke / githubweb
- [gn build] Port 3adc2a0b84d0 — llvmgnsyncbot / githubweb
- [SystemZ/zOS/GOFF] Restrict GOFF test to SystemZ target — kai.peter.nacke / githubweb
- [StaticAnalyzer] Remove isShiftOverflow and isLeftShiftResultUnrepresentable — kazu / githubweb
- [CodeGen] Don't treat thread local globals as large data (#67764) — github / githubweb
- [-Wunsafe-buffer-usage] Extract the included part in tests to separate header files — ziqing / githubweb
- [IR]Add NumSrcElts param to is..Mask static function in ShuffleVectorInst. — a.bataev / githubweb
clang-d476401-g23b88e812366cd-t35812-b35812.tar.gz (Sep 29, 2023 1:27:30 PM)
- [clang] NFCI: Use `FileEntryRef` in `ASTReader::GetHeaderFileInfo()` — Jan Svoboda / githubweb
- Remove unused #include — tedwood / githubweb
- [AArch64] Fix FMV ifunc resolver usage on old Android APIs. Rename internal compiler-rt FMV functions. — Pavel.Iliin / githubweb
- [ISel] Fix another crash in new FMA DAG combine (#67818) — github / githubweb
- [AArch64] Fixes for BigEndian 128bit volatile, atomic and non-temporal loads/stores — david.green / githubweb
- [clang] NFCI: Use `FileEntryRef` in `SourceManager::overrideFileContents()` — Jan Svoboda / githubweb
- [libc] Fix unused variable in fputc test (#67830) — github / githubweb
- [mlir][SME][nfc] Clarify the usage of insertion guard (#67668) — github / githubweb
- [OpenMP] Fix a potential memory buffer overflow (#67252) — github / githubweb
- [RISC-V] Remove unnecessary VLA — benny.kra / githubweb
- [mlir][SME] Re-order patterns alphabetically (nfc) — andrzej.warzynski / githubweb
- [lldb] Fix build after 2da8f30c — Jan Svoboda / githubweb
- [OpenMP] Introduce the initial support for OpenMP kernel language (#66844) — github / githubweb
- [clang] Fix a crash from nested ArrayInitLoopExpr (#67722) — github / githubweb
- [test] Change llc -march=aarch64|arm64 to -mtriple=aarch64|arm64 — i / githubweb
- [StandardInstrumentations] Ignore VerifierPass/PrintModulePass when printing IR (#67730) — github / githubweb
- [clang] NFCI: Use `FileEntryRef` in `SourceManager::getMemoryBufferForFileOr{None,Fake}()` — Jan Svoboda / githubweb
- [lldb] Add windows support for LLDB_EXPORT_ALL_SYMBOLS (#67628) — github / githubweb
- [test] -march -> -mtriple (#67741) — github / githubweb
- [asan] Ensure __asan_register_elf_globals is called in COMDAT asan.module_ctor (#67745) — i / githubweb
- [mlir][Linalg] Fix SoftmaxOp's reify result shape calculation (#67790) — github / githubweb
- [libc][Obvious] Do not pass 'nolibc' and other flags to the GPU build — jhuber6 / githubweb
- [analyzer] Remove inaccurate legacy handling of bad bitwise shifts (#66647) — github / githubweb
clang-d476378-gc718336c4cb14e-t35811-b35811.tar.gz (Sep 29, 2023 11:06:53 AM)
- [InstCombine] Don't simplify `icmp eq/ne OneUse(A ^ Cst1), Cst2` in foldICmpEquality — dtcxzyw2333 / githubweb
- [NFC] [C++20] [Modules] Rename NamedModuleHasInit to NamedModuleHasInit — yedeng.yd / githubweb
- [AMDGPU] Add GFX11.5 s_singleuse_vdst instruction (#67536) — github / githubweb
- [mlir][transform] Improve error message when file not found. — ingomueller / githubweb
- [LowerTypeTests] Regenerate test checks (NFC) — npopov / githubweb
- [C++20] [Modules] Generate init calls for the modules imported in GMF or PMF — yedeng.yd / githubweb
- [LV][NFC] Move and add truncated-related FindLastIV reduction test cases. (#67674) — github / githubweb
- [AIX][PowerPC] Teach the Threading Library About the Number of Physical Cores on AIX (#67683) — github / githubweb
- [ci] Diff against main when determining what files have changed for pre-commit CI (#67743) — github / githubweb
- Reapply "[libc++][ranges] Add benchmarks for the `from_range` constructors of `vector` and `deque`." (#67753) — github / githubweb
- [libcxx] <experimental/simd> Add _LIBCPP_HIDE_FROM_ABI to internal br… (#66977) — github / githubweb
- [NFC] Fix typo in CodeGenerator.rst — kai.peter.nacke / githubweb
- [mlir][vector] Prevent incorrect vector.transfer_{read|write} hoisting (#66930) — github / githubweb
- Fix issue labeler applying incorrect label for libc++abi issues (#67811) — github / githubweb
- [clang][Interp][NFC] Remove unneeded Source.h includes — tbaeder / githubweb
- [SLP]Improve costs in computeExtractCost() to avoid crash after D158449. — a.bataev / githubweb
- [RISCV] Add test coverage for sum reduction recognition in DAG — listmail / githubweb
- [clang] NFCI: Use `FileEntryRef` in `SourceManager::FileInfos` (#67742) — github / githubweb
- [AArch64][SME2][SVE2p1] Add PNR_3b regclass (#67785) — github / githubweb
- Remove 'vectorizers' label from PR labeler (#67810) — github / githubweb
- [RISC-V] Add RISC-V ABI plugin — tedwood / githubweb
- Add option to dump IR to files instead of stderr (#66412) — github / githubweb
clang-d476356-g4fa812bb52a5b1-t35810-b35810.tar.gz (Sep 29, 2023 8:44:06 AM)
- [clang analysis][thread-safety] Handle return-by-reference... (#67776) — github / githubweb
- Remove unsed parameter; NFC — aaron / githubweb
- Revert "[clang analysis][thread-safety] Handle return-by-reference...… (#67795) — github / githubweb
- Revert "[DebugMetadata][DwarfDebug] Support function-local types in lexical block scopes (4/7)" — hans / githubweb
- [InstCombine] Fix infinite loop in #67273 — dtcxzyw2333 / githubweb
- [gn] port 7ddf7d87831a and b2518971d82331 (LLVMOrcDebugging) — thakis / githubweb
- [libc++] Implement `std::condition_variable_any::wait[_for/until]` overloads that take `stop_token` — hui.xie0621 / githubweb
clang-d476349-g336b7a256bf886-t35809-b35809.tar.gz (Sep 29, 2023 6:21:35 AM)
- [SCEVExpander] Remove unused variable [NFC] — mikael.holmen / githubweb
- [SCEV] Remove unnecessary cast code (NFC) — npopov / githubweb
- Revert "[SLP]Improve costs in computeExtractCost() to avoid crash after D158449." — hans / githubweb
- [Clang][VE] Correct rpath handling on VE (#67671) — github / githubweb
- [mlir][Affine][NFC] Define AffineForOp operands in ODS (#67694) — github / githubweb
- [AttributorAttributes] Remove unused variable [NFC] — mikael.holmen / githubweb
- [clang-format] Don't align ctors and dtors with other functions (#67618) — github / githubweb
- [JumpThreading] Avoid use of ConstantExpr::getCast() — npopov / githubweb
- [SanitizerCoverage] Avoid use of ConstantExpr::getCast() (NFC) — npopov / githubweb
- [llvm] Use more explicit cast methods (NFC) — npopov / githubweb
- [Analysis] Fix gcc warnings about unused variables [NFC] — mikael.holmen / githubweb
- [X86] combine-addo.ll - add common CHECK prefix — llvm-dev / githubweb
- [X86] combine-subo.ll - add common CHECK prefix — llvm-dev / githubweb
- [InstCombine] Avoid uses of ConstantExpr::getCast() — npopov / githubweb
- [mlir][ArmSME] Add arm_sme.move_tile_slice_to_vector op (#67652) — github / githubweb
- [AArch64][SME] Use PNR Reg classes for predicate constraint (#67606) — github / githubweb
- [ConstantFolding] Avoid some uses of ConstantExpr::getCast() — npopov / githubweb
- [ValueTracking] Avoid use of ConstantExpr::getCast() — npopov / githubweb
- [AMDGPU] Src1 of VOP3 DPP instructions can be SGPR on supported subtargets (#67461) — github / githubweb
- [Coroutines] Remove unused variable [NFC] — mikael.holmen / githubweb
- [AMDGPU] Fix -Wunused-function in GCNDPPCombine.cpp (NFC) — jiefu / githubweb
- [clang][Interp][NFC] Enable SemaCXX/constexpr-many-arguments test — tbaeder / githubweb
- [IRBuilder] Migrate most casts to folding API — npopov / githubweb
- [ObjCopy] Fix warning in conditional expression [NFC] — mikael.holmen / githubweb
clang-d476325-ga0ea5a4af96e23-t35808-b35808.tar.gz (Sep 29, 2023 3:55:15 AM)
- Reland [NVPTX] Add support for maxclusterrank in launch_bounds (#66496) (#67667) — github / githubweb
- [flang] zero initialized all saved values without initial values (#67693) — github / githubweb
- [bazel] Add build rules for new target added in 7ddf7d87831a90164fd125589850fcf48d24f33f — hokein.wu / githubweb
- [DwarfDebug] Add forward declarations of "<" operators [NFC] — mikael.holmen / githubweb
- [Clang][NFC] Fix sphinx documentation — github / githubweb
- [bazel] Add missing deps. — hokein.wu / githubweb
- [AArch64] Don't expand RSHRN intrinsics to add+srl+trunc. — david.green / githubweb
- [clang][Interp] Three-way comparisons (#65901) — github / githubweb
- [InstCombine] Avoid use of ConstantExpr::getZExtOrBitcast() (NFC) — npopov / githubweb
- [InstSimplify] Avoid use of ConstantExpr::getCast() — npopov / githubweb
- [AArch64] Fix a compiler crash in MachineSink (#67705) — github / githubweb
- Reland "[clang analysis][NFCI] Preparatory work for D153131. (#67420)… (#67775) — github / githubweb
clang-d476313-g7ac532efc8ae02-t35807-b35807.tar.gz (Sep 29, 2023 1:31:08 AM)
- Re-apply "[ORC] Add N_SO and N_OSO stabs entries to MachO debug..." with fixes. — Lang Hames / githubweb
- [ORC] Add JITLink to dependencies of OrcDebugging. — Lang Hames / githubweb
- [clang][Interp][NFC] Add a failing test case for ArrayInitLoopExprs — tbaeder / githubweb
- [MLIR][LLVM] Drop unsupported DISubranges while importing (#67712) — github / githubweb
- [AMDGPU] Introduce AMDGPU::SGPR_SPILL asm comment flag (#67091) — github / githubweb
clang-d476308-gab472cd4ea12b9-t35806-b35806.tar.gz (Sep 28, 2023 11:10:42 PM)
- Revert "[GlobalISel] LegalizationArtifactCombiner: Elide redundant G_AND" — mail / githubweb
- [flang] Split flang/test/Lower/math-lowering.f90. (#67600) — github / githubweb
clang-d476306-gb191ff01dc337e-t35805-b35805.tar.gz (Sep 28, 2023 8:46:31 PM)
- [ORC] Add DWARFContext generation from LinkGraphs, use in perf support. — Lang Hames / githubweb
- [MLIR][Vector] Allow non-default memory spaces in gather/scatter lowerings (#67500) — github / githubweb
- [GlobalISel] LegalizationArtifactCombiner: Elide redundant G_AND — mail / githubweb
- [clang] implement common sugared type of inst-dependent DecltypeType (#67739) — github / githubweb
- [clang] Fix -Wunused-variable in ASTContext.cpp (NFC) — jiefu / githubweb
clang-d476301-g2f3b7d33f421b7-t35804-b35804.tar.gz (Sep 28, 2023 6:23:07 PM)
- [libc][math] Implement double precision expm1 function correctly rounded for all rounding modes. (#67048) — github / githubweb
- [flang][runtime] Establish derived type desc properly. (#67623) — github / githubweb
- [flang] Fix an unused variable warning — kazu / githubweb
- [flang] Fix a typo — kazu / githubweb
- Recommit "Implement [[msvc::no_unique_address]] (#65675)" (#67199) — github / githubweb
- [clang] NFCI: Use `FileEntryRef` in additional module maps — Jan Svoboda / githubweb
- [clang] NFCI: Use `FileEntryRef` in `SourceManager::setFileIsTransient()` — Jan Svoboda / githubweb
- [Inliner] Add some additional tests for progagating attributes before inlining; NFC — goldstein.w.n / githubweb
- [Inliner] Fix bug when propagating poison generating return attributes — goldstein.w.n / githubweb
clang-d476292-gd28a782542aff5-t35803-b35803.tar.gz (Sep 28, 2023 4:02:50 PM)
- [libc++][NFC] Remove spurious check for is-constant-evaluated — Louis Dionne / githubweb
- [Modules] Add a flag to control builtin headers being in system modules — Ian Anderson / githubweb
- [Basic] Support 64-bit x86 target for UEFI — prabhukr / githubweb
- [X86][AArch64][RISCV] Add tests for combining `(select c, (and X, 1), 0)` -> `(and (zext c), X)`; NFC — goldstein.w.n / githubweb
- [DAGCombiner] Combine `(select c, (and X, 1), 0)` -> `(and (zext c), X)` — goldstein.w.n / githubweb
- [mlir][sparse][gpu] add CSC to libgen GPU sparsification using cuSparse (#67713) — github / githubweb
- [InstCombine] Canonicalize `and(zext(A), B)` into `select A, B & 1, 0` (#66740) — github / githubweb
- Revert "[IR]Add NumSrcElts param to is..Mask static function in ShuffleVectorInst." — a.bataev / githubweb
- [compiler-rt][asan][Fuchsia] Tune the 64-bit asan allocator for riscv+fuchsia — leonardchan / githubweb
- [clang-format] Disable OuterScope lambda indentation behaviour for constructor initializers (#66755) — github / githubweb
- [gtest] Disable new posix::FOpen Windows implementation for now — hans / githubweb
- [lldb][NFCI] Move functionality for getting unsupported DW_FORM values (#67579) — github / githubweb
- [Clang] Fix crash when visting a fold expression in a default argument (#67514) — github / githubweb
- [MemCpyOptimizer] Support scalable vectors in performStackMoveO… (#67632) — github / githubweb
- [hwasan] Replace &LI with *LI, to fix build breakage — thurston / githubweb
- [mlir][memref] Fix offset update in emulating narrow type for strided memref (#67714) — github / githubweb
- [flang][openacc] Support assumed shape arrays in private recipe (#67701) — github / githubweb
- [OpenMP] Enable the 'libc/malloc.c' test on NVPTX — jhuber6 / githubweb
- [clang][hexagon] Add support for -nolibc (#67515) — github / githubweb
- [AMDGPU] Fix typo in scheduler option name (#67661) — github / githubweb
- [mlir][sparse][gpu] protect BSR method with cuda 12.1 (#67728) — github / githubweb
- [clang][modules] Use `FileEntryRef` in `ModuleMap` (1/2) — Jan Svoboda / githubweb
- [clang][modules] Use `FileEntryRef` in `ModuleMap` (2/2) — Jan Svoboda / githubweb
- [scudo] Update header without read-modify-write operation (#66955) — github / githubweb
- [flang][openacc] Use bounds information in reduction recipe combiner (#67719) — github / githubweb
clang-d476267-gc88c281cf1ac1a-t35802-b35802.tar.gz (Sep 28, 2023 1:40:37 PM)
- Add a new build factory to create the staged builders (StagedBuilder). — 56896368+vvereschaka / githubweb
- Add a new flang runtime builder "flang-runtime-cuda-clang" — 56896368+vvereschaka / githubweb
clang-d476267-gc88c281cf1ac1a-t35802-b35802.tar.gz (Sep 28, 2023 1:40:37 PM)
- [Clang][NFC] Add tests for #56071 — corentinjabot / githubweb
- [flang] Fix symbol on module subroutine name with same name as generic (#67678) — github / githubweb
- [NFC][CLANG] Fix static analyzer bugs about unnecessary object copies with auto — soumi.manna / githubweb
- Revert "[Basic] Support 64-bit x86 target for UEFI" — prabhukr / githubweb
- [hwasan] Update (Post-)DominatorTreeAnalysis and LoopAnalysis incrementally (#66935) — github / githubweb
- [UnitTest] Attempt to fix link to DataLayoutTest_UEFI_Test — david.green / githubweb
- [LinkerWrapper] Correctly handle multiple image wrappers (#67679) — github / githubweb
- [clang][modules] Adopt `FileEntryRef` in the `HeaderFileInfo` block in PCM files (#67383) — github / githubweb
- [SLP]Improve costs in computeExtractCost() to avoid crash after D158449. — a.bataev / githubweb
- [AArch64][Win] Emit SEH instructions for the swift async context-related instructions in the prologue and the epilogue. (#66967) — github / githubweb
- [BOLT] Report JITLink errors appropriately (#67633) — github / githubweb
- [Flang] [OpenMP] [Semantics] Add semantic support for IS_DEVICE_PTR nd HAS_DEVICE_ADDR clauses on OMP TARGET directive and add more semantic checks for OMP TARGET. (#67290) — github / githubweb
- [bazel] fix bazel for (D152457) (#67706) — github / githubweb
- [mlir][SCF] Bufferize scf.index_switch (#67666) — github / githubweb
- [ORC] Rename MemLifetimePolicy to MemLifetime. — Lang Hames / githubweb
- [clang][Parse][NFC] Make ParseOpenMPAttributeArgs() AttrName const — tbaeder / githubweb
- [clang][Parse][NFC] Remove dead if statement — tbaeder / githubweb
- [BOLT] Update for rename of MemLifetimePolicy in e994f84c8a6. — Lang Hames / githubweb
- [ValueTracking] Simplify uaddo pattern (#65910) — github / githubweb
- [mlir][sparse] rename sparse_tensor.(un)pack to sparse_tensor.(dis)as… (#67717) — github / githubweb
- [IR]Add NumSrcElts param to is..Mask static function in ShuffleVectorInst. — a.bataev / githubweb
clang-d476246-gf3c3e2f46e9299-t35801-b35801.tar.gz (Sep 28, 2023 11:18:06 AM)
- [clangd][CodeComplete] Improve FunctionCanBeCall — zyn7109 / githubweb
- [PPCBoolRetToInt] Avoid use of ConstantExpr::getZExt() (NFC) — npopov / githubweb
- [X86FastISel] Avoid ConstantExpr::getZExt() (NFC) — npopov / githubweb
- [TypePromotion] Avoid use of ConstantExpr::getZExt() (NFC) — npopov / githubweb
- [scudo] Use MemMap in BufferPool and RegionPageMap (#66788) — github / githubweb
- [mlir][transform] Update transform.loop.peel (reland #67482) — andrzej.warzynski / githubweb
- [MLIR][OpenMP] Fix mistyped syntax in test omptarget-region-parallel-llvm.mlir test — Andrew.Gozillon / githubweb
- Fix release/export.sh to export runtimes tarball, too (#67404) — github / githubweb
- [mlir][AMDGPU] Add packed 8-bit float conversion ops and lowering — Krzysztof.Drewniak / githubweb
- [CodeGen] Avoid use of ConstantExpr::getZExt() (NFC) — npopov / githubweb
- [libc] Fix wrapper headers for some ctype macros and C++ decls — jhuber6 / githubweb
- [InstCombine] Avoid some uses of ConstantExpr::getZExt() (NFC) — npopov / githubweb
- [flang][lowering] Move PDT TODO before length param type lowering (#67650) — github / githubweb
- [ConstantFolding] Avoid use of ConstantExpr::getZExt() (NFC) — npopov / githubweb
- [InstCombine] Avoid use of ConstantExpr::getZExt() (NFC) — npopov / githubweb
- [InlineAsm] add comments for NumOperands and ConstraintType (#67474) — github / githubweb
- [C++20] [Modules] Don't generate call to an imported module that dont init anything (#67638) — github / githubweb
- [flang][openacc] Support assumed shape arrays in reduction (#67610) — github / githubweb
- [OpenMP] Add OutlineableOpenMPOpInterface trait to TargetOp — Akash.Banerjee / githubweb
- Matrix: remove self-include [NFC] — arjunpitchanathan / githubweb
clang-d476246-gf3c3e2f46e9299-t35801-b35801.tar.gz (Sep 28, 2023 11:18:06 AM)
clang-d476226-g1b8fb1a6648aa8-t35800-b35800.tar.gz (Sep 28, 2023 8:55:08 AM)
- [LLDB] Skip TestTlsGlobals.py for Linux Arm/AArch64 — omair.javaid / githubweb
- [mlir][vector] don't emit non-rank 1 masked load and store (#67656) — github / githubweb
- [AMDGPU] Make a check slightly more robust — jay.foad / githubweb
- [SPARC] Add a missing SPARC64-LABEL check — jay.foad / githubweb
- [VectorCombine] Add tests for #67060 (NFC) — npopov / githubweb
- [VectorCombine] Check for non-byte-sized element type — npopov / githubweb
- [ADT] Fix llvm::join on containers of char*s (#67113) — github / githubweb
- [mlir][SME] Add vector.splat -> SME conversion (#67659) — github / githubweb
- [clang][dataflow] Show triangle in `<details>` element (#67655) — github / githubweb
- [AArch64] Fixup test for G_VECREDUCE_ADD — chuong.goh / githubweb
- Revert oricmp tests — biplob.mishra / githubweb
- [libc++] Add regression test for #67449 (#67590) — github / githubweb
- [Bitcode] Support expanding constant expressions in function metadata — npopov / githubweb
- [libc++] Refactor the tests for [iterator.range] (#67496) — github / githubweb
- [libc++][NFC] Simplify checks for static assertions in .verify.cpp tests (#67559) — github / githubweb
- [LV][NFC] Remove unnecessary parameter attributes from the test cases. (#67630) — github / githubweb
- [SCEV] Work on APInt instead of ConstantExpr (NFC) — npopov / githubweb
- [SCEV] Remove zext/sext from BuildConstantForSCEV — npopov / githubweb
- [mlir][SME] Fix unused variable warning — gflegar / githubweb
- [ARM] Make some test checks more robust — jay.foad / githubweb
- [dsymutil] Don't redundantly copy input file again in test — sam.mccall / githubweb
- [LowerTypeTests] Use IRBuilder instead of ConstantExpr (NFC) — npopov / githubweb
- [InstCombine] Avoid some uses of ConstantExpr::getZExt() (NFC) — npopov / githubweb
clang-d476203-g140a094f5fe609-t35799-b35799.tar.gz (Sep 28, 2023 6:32:19 AM)
- [mlir][bufferization] Don't clone on unknown ownership and verify function boundary ABI (#66626) — github / githubweb
- [flang][lowering] Fix clash between string literals of different kinds (#67576) — github / githubweb
- [clang][dataflow] Show triangle in `<details>` element. (#67431) — github / githubweb
- [BOLT][AArch64] Fix CI alignment — och95 / githubweb
- [BOLT] Fix .relr section addend patching — och95 / githubweb
- [libunwind][nfc] Avoid type warning of debug printf (#67390) — github / githubweb
- Revert "[clang][dataflow] Show triangle in `<details>` element. (#67431)" — mboehme / githubweb
- Revert "[mlir][bufferization] Don't clone on unknown ownership and verify function boundary ABI (#66626)" — merhart / githubweb
- [RISCV] Fix crash when lowering fixed length insert_subvector into undef at 0 (#67535) — github / githubweb
- [NewGVN] Patch replacement instruction even for removed instructions — npopov / githubweb
- [mlir][ArmSME] Add support for vector.transfer_read with transpose (#67527) — github / githubweb
- [VPlan] Silence gcc Wparentheses warning [NFC] — mikael.holmen / githubweb
- [LoopUnroll] Add tests for excessive znver3 unrolls (NFC) — npopov / githubweb
- [mlir][vector] add result type to vector.extract assembly format (#66499) — github / githubweb
- [clang][Parser][NFC] Reformat if statement — tbaeder / githubweb
- [clang][Parser][NFC] Fix a doc comment mishap — tbaeder / githubweb
- [AArch64][GlobalISel] More type support for G_VECREDUCE_ADD (#67433) — github / githubweb
clang-d476186-g696ea67f197ff0-t35798-b35798.tar.gz (Sep 28, 2023 4:03:32 AM)
- [Clang] Handle sema of noexcept condition in their evaluation context. (#67538) — github / githubweb
- [MLIR][LLVM] Add vararg support in LLVM::CallOp and InvokeOp (#67274) — github / githubweb
- [Workflow] Update clang-format to 17.0.1 (#67402) — github / githubweb
- [flang] Fix issues with STORAGE_SIZE and characters (#67561) — github / githubweb
- [Driver] Support -fsanitize=cfi-icall on loongarch64 (#67310) — github / githubweb
- [bazel] Fix the build breakage after e705b37a77c635a2cb7c9f5933805a82c6892e8c — hokein.wu / githubweb
- [LowerTypeTests] Add loongarch64 to CFI jumptables (#67312) — github / githubweb
- [bazel] Fix build breakage after 315a407086b0ab302d0293b720d7f9b3e8f6ffa9 — hokein.wu / githubweb
- [CFI] Allow LoongArch (#67314) — github / githubweb
- [MemCpyOpt] Add test for #67539 (NFC) — npopov / githubweb
- Pre-commit some PowerPC test cases — qiucofan / githubweb
- [MemCpyOpt] Merge alias metadatas when replacing arguments (#67539) — github / githubweb
- [clang][dataflow] Tweak styling of iteration tabs. (#67637) — github / githubweb
- Disable call to fma for soft-float — kparmar2101 / githubweb
clang-d476172-g9744909a126ead-t35797-b35797.tar.gz (Sep 28, 2023 1:36:50 AM)
- CGBuiltin: emit llvm.abs.* instead of neg+icmp+select for abs — i / githubweb
- [clang-repl] Disable LSan in clang-repl. — Lang Hames / githubweb
- [RISCV] Improve constant materialization by using a sequence that end… (#66943) — github / githubweb
- [MachineLICM] Clear subregister kill flags (#67240) — github / githubweb
- [XCOFF] Do not generate the special .ref for zero-length sections (#66805) — github / githubweb
- [lldb][test] Fix TestCallBuiltinFunction.py — i / githubweb
- [NFC] [C++20] [Modules] Refactor Module::getGlobalModuleFragment and Module::getPrivateModuleFragment — yedeng.yd / githubweb
clang-d476165-g11819a1031fc67-t35796-b35796.tar.gz (Sep 27, 2023 11:14:17 PM)
- [C++20] [Modules] Handle import decl before module declaration without being in GMF — yedeng.yd / githubweb
- [RISCV][NFC] Use NFList in NFSet (#67517) — github / githubweb
- [Basic] Support 64-bit x86 target for UEFI — prabhukr / githubweb
- [RISCV][NFC] Move some common class/multiclass from riscv_vector.td to riscv_vector_common.td (#67587) — github / githubweb
clang-d476161-geb38edc82850c3-t35795-b35795.tar.gz (Sep 27, 2023 8:52:51 PM)
- [mlir][sparse] Change tests to use new syntax for ELL and slice (#67569) — github / githubweb
- [lld] Fix REQUIRES line in new test — thakis / githubweb
- [Driver][test] Fix hexagon-toolchain-elf.c — i / githubweb
- Add missed Darwin/i386 for `withHostArch` (#67617) — github / githubweb
- Fix a bug in handling ^C at the "y/n/a" completion prompt. — jingham / githubweb
- [RISCV] Use vwsll.vi/vx + vwaddu.wv to lower vector.interleave when Zvbb enabled. (#67521) — github / githubweb
- [RISCV,GISel] Add legalizer for G_ABS (#67577) — github / githubweb
clang-d476154-ga5b4ada6fe2a28-t35794-b35794.tar.gz (Sep 27, 2023 6:33:56 PM)
- [gn build] Port 61b0f12d6b9c — llvmgnsyncbot / githubweb
- [llvm] Implement S_INLINEES debug symbol (#67490) — github / githubweb
- [OpenMP] Implicitly include the 'cgpu' and 'mgpu' libraries for OpenMP (#67557) — github / githubweb
- Revert "[mlir][transform] Update transform.loop.peel (#67482)" — andrzej.warzynski / githubweb
- Revert "Add a structured if operation (#67234)" — gil.rapaport / githubweb
- [llvm] Fix 32bit build after change to implement S_INLINEES debug symbol (#67607) — github / githubweb
- [lld/ELF][test] Add test for .got too far away for unrelaxed R_X86_64_(REX_)GOTPCRELX (#67609) — github / githubweb
- [RISCV][GISel] Remove source constraint from selectCopy and use it fo… (#67207) — github / githubweb
- [NFC][LLD] Refactor some copy-paste into the Common library (#67598) — github / githubweb
- [Driver][test] Clean up hexagon-* — i / githubweb
- [clang-format] Fix requires misannotation with comma (#65908) — github / githubweb
- Recommit "Add a structured if operation (#67234)" — gil.rapaport / githubweb
clang-d476142-ge6b2525dafbab5-t35793-b35793.tar.gz (Sep 27, 2023 4:13:48 PM)
- Revert "[clang-cl] Fix value of __FUNCTION__ and __FUNC__ in MSVC mode for c++. (#66120)" — aaron / githubweb
- [clang-repl] Disable LSan in InterpreterExceptionTest. — Lang Hames / githubweb
- Revert "[test][clang-repl][Orc] Lsan report workaround" — Lang Hames / githubweb
- [RISCV] Handle .vx pseudos in hasAllNBitUsers (#67419) — luke / githubweb
- [RISCV] Fix a crash from trying to truncate an FP type in lowerBuildV… (#67488) — github / githubweb
- [RISCV] Reduce LMUL when index is known when lowering insert_vector_elt (#66087) — github / githubweb
- Add a structured if operation (#67234) — github / githubweb
- [TableGen] Optimize SizeToOperandName iteration. NFC — i / githubweb
- [mlir][transform] Update transform.loop.peel (#67482) — github / githubweb
- MCPseudoProbe: don't copy std::list. NFC — i / githubweb
- [mlir][nfc] Add missing comment in a test — andrzej.warzynski / githubweb
- [clang-repl] Update FIXME based on feedback from @zero9178. — Lang Hames / githubweb
- [TableGen][GISel] Add PtrValueTypeByHwMode to be able to vary … (#67501) — github / githubweb
- [clang-format] Correctly annotate keyword operator function name (#66904) — github / githubweb
- [bazel] fix bazel (#67601) — github / githubweb
- Re-apply "[ORC][LLJIT] Move enable-debugger-support utility out of..." — Lang Hames / githubweb
- llvm/tools: Fix some performance-for-range-copy issues. NFC — i / githubweb
- [FileCheck] Fix performance-for-range-copy issues. NFC — i / githubweb
- [NFC] Use const references to avoid copying objects in for-loops — i / githubweb
- [RISCV] Fix -Wsign-compare warning. NFC — craig.topper / githubweb
clang-d476122-g487dd5f1e34f32-t35792-b35792.tar.gz (Sep 27, 2023 1:50:28 PM)
- [lldb] Implement thread local storage for linux (#67470) — github / githubweb
- [NFC][scudo] Fix "comparison of integers of different signs" — Vitaly Buka / githubweb
- [CostModel][X86] fround.ll - add <2 x float> test coverage — llvm-dev / githubweb
- [NFC][SPIRV] fix missing uppercase for var name (#67438) — github / githubweb
- [mlir][sparse][gpu] add CSC and BSR format to cuSparse GPU ops (#67509) — github / githubweb
- [OpenMPOpt] Fix incorrect end-of-kernel barrier removal (#65670) — github / githubweb
- [NFC] Extend InjectTLIMappings pass testing (#66898) — github / githubweb
- Revert "[clang][SemaCXX] Diagnose tautological uses of consteval if and is_constant_evaluated" — sam.mccall / githubweb
- [NFC] refactor demangle of llvm-nm (#67481) — github / githubweb
- [RISCV] Handle .vx pseudos in hasAllNBitUsers (#67419) — github / githubweb
- [Driver] Fix VFSGnuLibcxxPathNoSysroot test with DEFAULT_SYSROOT — sam.mccall / githubweb
- [flang] Do not propagate BIND(C) from main entry to ENTRY (#67554) — github / githubweb
- [CodeLayout] Add unittest for cache-directed sort — i / githubweb
- [gn build] Port e705b37a77c6 — llvmgnsyncbot / githubweb
- [test] Remove test added in #67479 (#67578) — github / githubweb
- [test][LSAN] Check if HWASAN is availibe before testing — Vitaly Buka / githubweb
- Revert "[RISCV] Handle .vx pseudos in hasAllNBitUsers (#67419)" — listmail / githubweb
clang-d476105-g339fc5e6b013df-t35791-b35791.tar.gz (Sep 27, 2023 11:25:42 AM)
- [scudo] Always express sizes in terms of element count in BufferPool (#66896) — github / githubweb
- [X86]Add NO_REVERSE attribute to X86 RMW instrs in memfold table (#67288) — github / githubweb
- [BOLT][RISCV] Implement R_RISCV_64 (#67558) — github / githubweb
- [SLP]Cleanup MultiNodeScalars when tree deleted. — a.bataev / githubweb
- [GlobalISel] Remove TargetLowering::isConstantUnsignedBitfieldExtractLegal — jay.foad / githubweb
- [flang][runtime] Enable more code for offload device builds. (#67489) — github / githubweb
- [AArch64] update "rm" inline asm test (#67472) — github / githubweb
- [test] Mark test added in #67479 as XFAIL — aeubanks / githubweb
clang-d476097-g6e46545b981437-t35790-b35790.tar.gz (Sep 27, 2023 9:05:48 AM)
- [Flang][OpenMP] NFC: Versions of critical, master tests with HLFIR flow — kiran.chandramohan / githubweb
- [NVPTX] Add support for maxclusterrank in launch_bounds (#66496) — github / githubweb
- [RISCV] Support select/merge like ops for fp16 vectors when only have Zvfhmin — jacquesguan / githubweb
- [RISCV] Remove duplicate pattern in RISCVInstrInfoVPseudos.td (#67436) — github / githubweb
- [mlir] Apply ClangTidy fix (NFC) — akuegel / githubweb
- [mlir][bufferization] OwnershipBasedBufferDeallocation fixes (#67418) — github / githubweb
- [TableGen] Format !range doc — wangpengcheng.pp / githubweb
- Revert "[clang analysis][NFCI] Preparatory work for D153131. (#67420)" (#67523) — github / githubweb
- [InstCombine] Canonicalize phi order for newly inserted nodes — npopov / githubweb
- [clang][dataflow] Remove buggy assertion. (#67311) — github / githubweb
- [mlir][linalg] Add `SubsetInsertionOpInterface` to `linalg.copy` (#67524) — github / githubweb
- [DSE] Only query object size for identified objects — npopov / githubweb
- Fix MLIR parser to actually error out when hitting a parse error on TensorType encoding field — joker.eph / githubweb
- [ScheduleDAG] Fix false assert target — laichunfeng / githubweb
- Revert "[NVPTX] Add support for maxclusterrank in launch_bounds (#66496)" — sam.mccall / githubweb
- [AArch64] Enable "sink-and-fold" in MachineSink by default (#67432) — github / githubweb
- [LoopIterator] Add const qualifier to LoopInfo (NFC) — npopov / githubweb
- [AMDGPU][True16] Pre-commit addition tests. — ivan.kosarev / githubweb
- [ConstraintElim] Add A < B if A is an increasing phi for A != B. — flo / githubweb
- [LoopUnroll] Store more information in UnrollCostEstimator (NFCI) — npopov / githubweb
- [AMDGPU] Test codegen'ing True16 additions. — ivan.kosarev / githubweb
- [RISCV][CostModel] Estimate cost of Extract/InsertElement with non-constant index when vector instructions are not available (#67334) — github / githubweb
- [OPMIRBuilder] Fix typo in condition — npopov / githubweb
- [mlir][transform] Fix crash when consuming an op in a named sequence (#67437) — github / githubweb
- [libcxx] [test] Use -fms-runtime-lib= for picking the CRT to use — martin / githubweb
- [AMDGPU][True16] Support disassembling .h registers. — ivan.kosarev / githubweb
- [ConstraintElim] Handle trivial (ICMP_ULE, 0, B) in doesHold. — flo / githubweb
- CostModel/RISCV: tweak test for ctpop, with/without ZVBB (#67013) — github / githubweb
- [LoopUnroll] Fold variable only used in assert into the assert — benny.kra / githubweb
- [mlir][docgen] Display full attribute descriptions in expandable regions (#67009) — github / githubweb
- [X86] IsNOT - fold PCMPGT(C, X) -> PCMPGT(X,C-1) — llvm-dev / githubweb
- [DWARFLinkerParallel] Add support of accelerator tables to DWARFLinkerParallel. — a.v.lapshin / githubweb
- CostModel/RISCV: tweak cost of vector ctpop under ZVBB (#67020) — github / githubweb
- [Flang][OpenMP] NFC: Version of a few tests with HLFIR — kiran.chandramohan / githubweb
- [mlir][cfg-to-scf] Fix invalid transformation when value is used in a subregion (#67544) — github / githubweb
- [clang][Diagnostics] Make 'note' color CYAN (#66997) — github / githubweb
- [Passes] Add option for LoopVersioningLICM pass. (#67107) — github / githubweb
- [ObjectSizeOffsetVisitor] Bail after visiting 100 instructions (#67479) — github / githubweb
- [IR] Allow llvm.ptrmask of vectors (#67434) — github / githubweb
- [libc++] Refactor string unit tests to ease addition of new allocators — Louis Dionne / githubweb
- [mlir][bufferization] Make buffer deallocation pipeline op type independent (#67546) — github / githubweb
- [libc++] Don't add reference to system_category when exceptions disabled (#67504) — github / githubweb
- [X86] Change target of __builtin_ia32_cmp[p|s][s|d] from avx into sse/sse2 (#67410) — github / githubweb
- Revert "[AArch64] Enable "sink-and-fold" in MachineSink by default (#67432)" — momchil.velikov / githubweb
- Fix warning on align directives with non-zero fill value (#67237) — github / githubweb
clang-d476052-gd2b7a8e83e3ed5-t35785-b35785.tar.gz (Sep 27, 2023 2:09:57 AM)
- [flang][openacc][hlfir] Add declare op in reduction recipe (#67484) — github / githubweb
- [mlir][TilingInterface] NFC code changes separated out from introduction of `scf::tileUsingSCFForallop`. (#67081) — github / githubweb
- [DebugInfo] Change return type of DWARFDebugAbbrev::parse (#67191) — github / githubweb
- [mlir][sparse] Generalize sparse encoding in check tests (#67476) — github / githubweb
- [Libomptarget] Fix Nvidia offloading hanging on dataRetrieve using RPC (#66817) — github / githubweb
- [libc] Scan the ports more fairly in the RPC server (#66680) — github / githubweb
- [clang-format] Correctly annotate return type of function pointer (#66893) — github / githubweb
- [mlir][spirv][gpu] Default to KHR coop matrix. Clean up type conversion. (#67485) — github / githubweb
- [clang-format] Fix a bug in NamespaceEndCommentsFixer (#67422) — github / githubweb
- Don't use LLVM_TABLEGEN_FLAGS with mlir-pdll: it's not a TableGen tool (#67486) — github / githubweb
- [LLParser] Merge xor constantexpr parsing with add/mul/shl/lshr/ashr. (#67371) — github / githubweb
- [lld-macho][NFC] Remove redundant checks (#67450) — github / githubweb
- [x86] precommit test conversion via update_llc_test_checks.py (#67463) — github / githubweb
- [MLIR] Pass hostShared flag in gpu.alloc op to runtime wrappers (#66401) — github / githubweb
- [sanitizer] Implement __sanitizer_symbolize_frame (#67491) — github / githubweb
- [TargetLowering] fix index OOB (#67494) — github / githubweb
- workflows/pr-receive: Ignore draft pull requests (#66578) — github / githubweb
- [UpdateTestChecks][llvm-mca] Use common.itertests in update_mca_test_checks (#67477) — github / githubweb
- [DFSan] Fix sscanf wrapper handling %*d (the star skips capturing). (#67392) — github / githubweb
- [gn] Add "-Wl,-U,___sanitizer_symbolize_demangle" — Vitaly Buka / githubweb
- [clang][SemaCXX] Diagnose tautological uses of consteval if and is_constant_evaluated — shimizu2486 / githubweb
- [sanitizer] Move signal blocking code into posix — Vitaly Buka / githubweb
- Revert "[Coverage] Allow Clang coverage to be used with debug info correlation." — zequanwu / githubweb
- Don't dead-end asan_foo() entrypoints in the shim — rsundahl / githubweb
- [RISCV] Remove unused isSEWAware, NFC (#67411) — github / githubweb
- [test][HWASAN] Fix test to run on aarch64 — Vitaly Buka / githubweb
- [RISCV] Promote SETCC and VP_SETCC of f16 vectors when only have zvfhmin (#66866) — github / githubweb
- Move AsmParser::parseTypeList() out-of-line (NFC) — joker.eph / githubweb
- [clang-format] Split TT_AttributeParen (#67396) — github / githubweb
- [compiler-rt] Fix instrprof-darwin-exports test (#67487) — github / githubweb
- [TableGen] Enhance !range bang operator (#66489) — github / githubweb
- Revert "[sanitizer] Move signal blocking code into posix" — Vitaly Buka / githubweb
- [clang][NFC] Preprocessor only needs const LangOptions (#66874) — github / githubweb
- [HWASAN] Untag addresses in internal symbolizer — Vitaly Buka / githubweb
- [test][HWASAN] Don't disable globals in test — Vitaly Buka / githubweb
- [RISCV] Support fmaximum/fminimum for fp16 vector when only Zvfhmin enabled (#67393) — github / githubweb
- [NFCI][sanitizer] Return false on failure from Symbolizer — Vitaly Buka / githubweb
- [mlir][Interfaces] `LoopLikeOpInterface`: Add `replaceWithAdditionalYields` (#67121) — github / githubweb
- [sanitizer] Add another weak symbol #67491 — Vitaly Buka / githubweb
- [mlir] Partial revert of 93c42299bdb1ef094857ef2d065670af0695c26b — akuegel / githubweb
clang-d476012-g329c64cbe3d571-t35777-b35777.tar.gz (Sep 26, 2023 3:59:19 PM)
- [MLIR] Pass count of parameters & gpu binary size to runtime wrappers (#66154) — github / githubweb
- [flang][lowering] propagate location info of macro expansions (#67446) — github / githubweb
- [RISCV] Autogenerate tests to add missing CHECK lines. NFC — craig.topper / githubweb
- UpdateTestChecks: squelch warning on SCEV output (#67443) — github / githubweb
- Simplify diagnostic error management for MLIR properties API (NFC) (#67409) — github / githubweb
- [libc][NFC] Fix delete operator linkage names after switch to LIBC_NAMESPACE. (#67475) — github / githubweb
- [RISCV] Correct Zhinx load/store patterns to use AddrRegImm. — craig.topper / githubweb
- [mlir][tosa] Add scaffolding for bytecode version. (#67374) — github / githubweb
- [SLP]Do not gather node, if the instruction, that does not require — a.bataev / githubweb
- [DebugMetadata][DwarfDebug] Support function-local types in lexical block scopes (4/7) — vdzhidzhoev / githubweb
- [libc] Fix RPC server global after mass replace of __llvm_libc — jhuber6 / githubweb
- [lld/mac] Resolve defined symbols before undefined symbols in bitcode (#67445) — github / githubweb
- [sanitizer] Don't ignore Symbolizer errors (#67466) — github / githubweb
- [libc] Change RPC opcode enum definition (#67439) — github / githubweb
- [clang-tidy][NFC] Removing lefover AST dump() — me / githubweb
- [mlir][sparse] update BSR specification (#67480) — github / githubweb
clang-d475996-g50abfc4298980f-t35776-b35776.tar.gz (Sep 26, 2023 1:35:03 PM)
- [RISCV] Update comment on -w stripping pass. NFC (#67415) — github / githubweb
- [BOLT][RISCV] Implement LO/HI relocations (#67444) — github / githubweb
- [mlir][ArmSME] Add custom vector.print lowering for SME tiles (#66691) — github / githubweb
- [AArch64] A few extra rshrn intrinsic tests. NFC — david.green / githubweb
- [libc][NFC] Add compile options only to the header libraries which use them. (#67447) — github / githubweb
- [NFC][sanitizer] Update comment in InternalSymbolizer::get — Vitaly Buka / githubweb
- [AMDGPU] Add gfx1150 test coverage in trans-forwarding-hazards.mir — jay.foad / githubweb
- [Clang][HIP] Remove 'clangPostLink' from SDL handling (#67366) — github / githubweb
- [clang] Add -mlarge-data-threshold for x86_64 medium code model (#66839) — github / githubweb
- Move test split-deadloop.mir that was added in e3d714f to AArch64 directory instead of ARM. — douglas.yung / githubweb
- Diagnose problematic uses of constructor/destructor attribute (#67360) — github / githubweb
- [RISCV] Disable constant hoisting for mul by one more/less than a pow… (#67385) — github / githubweb
- [bazel] fix bazel (#67462) — github / githubweb
- [flang][openacc][hlfir] Add declare op in private recipe (#67368) — github / githubweb
- [test][sanitizer] FileCheck internal_symbolizer.cpp test output (#67460) — github / githubweb
- [ASan] return 0 for current allocated bytes if malloc/free are never happend (#67394) — github / githubweb
- [NFC][sanitizer] Clang-format a file — Vitaly Buka / githubweb
- [libc][Obvious] Remove the previous ErrnoSetterMatcher target. (#67469) — github / githubweb
- [X86] Move IsNOT helper after getTargetConstantBitsFromNode helper. NFC. — llvm-dev / githubweb
- Revert "Diagnose problematic uses of constructor/destructor attribute (#67360)" — aaron / githubweb
clang-d475976-gbaf39032186ecd-t35775-b35775.tar.gz (Sep 26, 2023 11:12:02 AM)
- [AArch64] Limit immediate offsets when folding instructions into addressing modes (#67345) — github / githubweb
- [libc++] Use _Lazy in tuple constructors — Louis Dionne / githubweb
- [ELF] A new code layout algorithm for function reordering [3a/3] — spupyrev / githubweb
- [MachineLICM] Handle Subloops — jingu.kang / githubweb
- [PowerPC] A fix for D159073. Do not optimize when register classes are different in src and dst. — esme.yi / githubweb
- [Flang][OpenMP][Driver][Test] Fix the omp-driver-offload-test commands (#66926) — github / githubweb
- [AMDGPU] Remove the support for non-True16 copies between different register sizes. — ivan.kosarev / githubweb
- [mlir] adapt sm_90 integration test `mbarrier.group` (#67423) — github / githubweb
- [mlir][python] Expose transform param types (#67421) — github / githubweb
- [AMDGPU] Fix passing CodeGen/AMDGPU/frem.ll on gfx1150. (#67425) — github / githubweb
- Revert "[libunwind] Relax a REQUIRES on a test that passes on FreeBSD" — alexrichardson / githubweb
- [libc++][lit] Allow overriding the executor for tests (#66545) — github / githubweb
- [SPIRV] Add OpAccessChain instruction support (#66253) — github / githubweb
- [AArch64] Handle scalable vectors in combineFMulOrFDivWithIntPow2. — david.green / githubweb
- [flang]: This is to fix the HLFIR path for PPC Vector type intrinsics. (#66547) — github / githubweb
- [libc] Implement `fseek`, `fflush`, and `ftell` on the GPU (#67160) — github / githubweb
- [Bitcode] Add some missing GetTypeByID failure checks — npopov / githubweb
- [RISCV] Transform build_vector((binop X_i, C_i)..) to binop (build_vector, build_vector) (#67358) — github / githubweb
- [clang] Fix pretty-printing assume_aligned attributes (#67331) — github / githubweb
- [Flang][OpenMP] NFC: Copy flush test to HLFIR lowering — kiran.chandramohan / githubweb
- [Flang][OpenMP] NFC: Move flush llvm lowering test to a separate file — kiran.chandramohan / githubweb
- [libc][Obvious] Fix incorrect filepath for ftell.h header — jhuber6 / githubweb
- [libc][NFC] Remove an inappropriate -ffreestanding arg to memory_utils test. (#67435) — github / githubweb
- [llvm-cxxfilt] Do not consider the prefix dot as part of the demangled symbol name. — zhijian / githubweb
- [libc] Propagate printf config options from a single config header library. (#66979) — github / githubweb
- [Flang][OpenMP] NFC: Create versions of declare-target tests with HLFIR — kiran.chandramohan / githubweb
- [Clang][ObjC] Add optionality to property attribute strings. (#66507) — github / githubweb
- [libc] Start to refactor riscv platform abstraction to support both 32 and 64 bits versions — mikhail / githubweb
- [RISCV] Explicitly create IMPLICIT_DEF instead of UNDEF for vectors i… (#67369) — github / githubweb
- [RA] Don't split a register generated from another split (#67351) — github / githubweb
- [AArch64] Bail out of HomogeneousPrologEpilog for functions with swif… (#67417) — github / githubweb
clang-d475945-g679c3a1791b51f-t35774-b35774.tar.gz (Sep 26, 2023 8:46:53 AM)
- [AMDGPU][True16] Support emitting copies between different register sizes. — ivan.kosarev / githubweb
- [X86][FP16] Add missing handling for FP16 constrained cmp intrinsics (#67400) — github / githubweb
- [InstCombine] Canonicalize `icmp eq/ne (A ^ C), B` to `icmp eq/ne (A ^ B), C` (#67273) — github / githubweb
- [NewGVN] Add test for #53218 (NFC) — npopov / githubweb
- [NewGVN] Regenerate test checks (NFC) — npopov / githubweb
- [InstSimplify] Respect UseInstrInfo in more folds — npopov / githubweb
- [Flang][Driver][OpenMP][Test] Modify one omp-driver-offload.f90 command to not incorrectly expect a single output (#67335) — github / githubweb
- [Driver] Give warn_drv_include_probe_gch a dedicated flag — hans / githubweb
- [MLIR] Cleanup Pass Pipeline in sm_90 Integration Tests (#67416) — github / githubweb
- [AMDGPU] Rename disassembler test (NFC) — Mirko.Brkusanin / githubweb
- Reapply "[mlir][transform] Improve error message of tracking listener. (#66987)" — ingomueller / githubweb
- [clang analysis][NFCI] Preparatory work for D153131. (#67420) — github / githubweb
- [NewGVN] Add another test for #53218 (NFC) — npopov / githubweb
- [TargetLowering] use stable_sort to avoid nondeterminism — sam.mccall / githubweb
clang-d475931-g431969ede13b09-t35773-b35773.tar.gz (Sep 26, 2023 6:19:52 AM)
- [AMDGPU] New image intrinsic optimizer pass (#67151) — github / githubweb
- [scudo] Use MemMap for AllocationRingBuffer — fdurso / githubweb
- [AMDGPU] Remove int types from isSISrcFPOperand (#67401) — github / githubweb
- [gn build] Port d85d143ad990 — llvmgnsyncbot / githubweb
- Fix duplicate entry new-prs-labeler.yml — github / githubweb
- [MLIR] Introduce new C bindings to differentiate between discardable and inherent attributes (#66332) — github / githubweb
- [libc] Mass replace enclosing namespace (#67032) — github / githubweb
- [AArch64] Additional testing for i128 and non-temporal loads/stores undef BE. NFC — david.green / githubweb
- Reland https://reviews.llvm.org/D159073. — esme.yi / githubweb
- [X86] Add detection for more Tremont models (#67150) — github / githubweb
- [mlir][bufferization] LowerDeallocation: declare helper function private (#67408) — github / githubweb
- Revert "[SimplifyCFG] Transform for redirecting phis between unmergeable BB and SuccBB (#67275)" — omair.javaid / githubweb
clang-d475919-gb797a6aede3dbd-t35772-b35772.tar.gz (Sep 26, 2023 3:47:17 AM)
- [clang][dataflow] Remove declarations from `DeclToLoc` when their lifetime ends. (#67300) — github / githubweb
- [clang][dataflow] Avoid putting an assertion in an `LLVM_DEBUG` block. (#67313) — github / githubweb
- [mlir] cleanup of structured.tile* transform ops (#67320) — github / githubweb
- [MLIR] Correct Initial TMA Descriptor Values (#67397) — github / githubweb
- [MemCpyOpt] move SrcAlloca to the entry if transformation is performed (#67226) — github / githubweb
- [flang] Lower special bind(c) cases without binding labels (#65758) — github / githubweb
clang-d475913-gb0e28eb8327109-t35771-b35771.tar.gz (Sep 26, 2023 1:20:29 AM)
- [LoongArch] Add test cases for atomicrmw xchg {0,-1} {i8,i16} — luweining / githubweb
- [LoongArch] Improve codegen for i8/i16 'atomicrmw xchg a, {0,-1}' — luweining / githubweb
- [RISCV] Add searchable table for tune information (#66193) — github / githubweb
- [PowerPC] Add test to show wrong target flags printed at MO_TLSGDM_FLAG operand. NFC. — lkail / githubweb
- [clang-format][NFC] Minor cleanup of the parser and annotator — owenpiano / githubweb
- Update new-prs-labeler.yml to fix MLIR affine and presburger subscription — github / githubweb
- [llvm][tblgen] Add `Source Filename` for `emitSourceFileHeader` (#65744) — github / githubweb
clang-d475906-g77147a95b81844-t35770-b35770.tar.gz (Sep 25, 2023 10:55:07 PM)
- [InstrProf] Correct buffer size for encodeULEB128 (#67011) — github / githubweb
- [VectorCombine] Enable transform 'scalarizeLoadExtract' for non constant indexes (#65445) — github / githubweb
- [PowerPC][Peephole] Combine rldicl/rldicr and andi/andis after isel. — esme.yi / githubweb
- Reformat — geek4civic / githubweb
- Revert "[PowerPC][Peephole] Combine rldicl/rldicr and andi/andis after isel." — esme.yi / githubweb
clang-d475901-g5e1f5f4720fc1c-t35769-b35769.tar.gz (Sep 25, 2023 8:32:10 PM)
- Enter the function parameter mangling scope for a function encoding — richard / githubweb
- Add -fclang-abi-compat=latest to a bunch of tests for manglings that changed since v17. — richard / githubweb
- Don't specify the same flag twice. — richard / githubweb
- [clang-analysis]Fix false positive in mutation check when using pointer to member function (#66846) — github / githubweb
- [lldb] [debugserver] Preserve signing bits on lr in debugserver (#67384) — github / githubweb
- [Driver] Move assertion check before checking Output.isFilename (#67210) — github / githubweb
- Revert "[SLP]Do not gather node, if the instruction, that does not require" (#67386) — github / githubweb
- [RISCV][GISel] Add RegBank selection for G_SMULH (#67381) — github / githubweb
- [RISCV] Fix the float value to test constantpool lowering under differe… (#67297) — github / githubweb
clang-d475892-g0d7c340c2cc89b-t35768-b35768.tar.gz (Sep 25, 2023 6:09:04 PM)
clang-d475892-g0d7c340c2cc89b-t35768-b35768.tar.gz (Sep 25, 2023 6:09:04 PM)
- [LLParser] Remove unnecessary switch from the handling of the remaini… (#67362) — github / githubweb
- [RISCV] Don't set KILL flag on X0 in RISCVInstrInfo::movImm. — craig.topper / githubweb
- [aarch64][NFC] Remove unneeded work from machine memset (#65672) — github / githubweb
- [libc++] Remove the libc++ specific clang-format job (#67344) — github / githubweb
- [NVPTX] Improve lowering of v2i16 logical ops. (#67365) — github / githubweb
- [GlobalISel] Propagate mem operands for indexed load/stores. — Amara Emerson / githubweb
- [libc++] Remove the CI job testing Clang 15 (#66406) — github / githubweb
- [libc] Acquire the lock for scanf files (#67357) — github / githubweb
- [libunwind] Clarify comment added in #67205 — alexrichardson / githubweb
- [RISCV][GISel] Add instruction selection for G_SEXT, G_ZEXT, and G_SEXT_INREG (#67359) — github / githubweb
clang-d475882-gd3505c28a770fa-t35767-b35767.tar.gz (Sep 25, 2023 3:48:51 PM)
- [RISCV] Add test coverage for buildvec-of-binops — listmail / githubweb
- [AMDGPU] Add [[maybe_unused]] to several unused functions (NFC) — kazu / githubweb
- [TableGen][NFCI] Speed up generating *GenRegisterInfo.inc files on builds with expensive checks. (#67340) — github / githubweb
- Revert "[AMDGPU] Add [[maybe_unused]] to several unused functions (NFC)" — kazu / githubweb
- [lldb] Protect RNBRemote from a data race — Augusto Noronha / githubweb
- [hwasan] Fixing relocation R_AARCH64_CONDBR19 out of range (#67354) — github / githubweb
- {RISCV] Adjust check lines to reduce duplication — listmail / githubweb
- [flang][hlfir] Make alias analysis trace through box designators. (#67353) — github / githubweb
- [AMDGPU] Test disassembling of some basic True16 VOP2 instructions. — ivan.kosarev / githubweb
- [mlir][py] Enable AsmState overload for operation. — jpienaar / githubweb
- [Clang] Fix CXXRewrittenBinaryOperator::getDecomposedForm to handle case when spaceship operator returns comparison category by reference (#66270) — github / githubweb
- [lldb] Modify the DWARFDebugAbbrev interface to be closer to LLVM's (#67190) — github / githubweb
clang-d475870-g740ee00a4c1d84-t35766-b35766.tar.gz (Sep 25, 2023 1:26:14 PM)
- [libunwind] Pass -Wl,--export-dynamic on all supported platforms (#67205) — github / githubweb
- [AMDGPU][NFC] Add True16 operand definitions. — ivan.kosarev / githubweb
- [TargetLowering] Deduplicate choosing InlineAsm constraint between ISels (#67057) — github / githubweb
- [AMDGPU] Add IR lowering changes for preloaded kernargs — Austin.Kerbow / githubweb
- Revert "[mlir][transform] Improve error message of tracking listener. (#66987)" — Vitaly Buka / githubweb
- [llvm-profdata] Move error handling logic out of normal input's code path (#67177) — github / githubweb
- [libc++] Add missing files to ignore_format.txt — Louis Dionne / githubweb
- [libc] Enable hermetic tests for the stdio test suite (#67339) — github / githubweb
- [flang][runtime] Support non contiguous array in Finalize/Initialize (#67295) — github / githubweb
- [libc] Change the `puts` implementation on the GPU (#67189) — github / githubweb
- Fix MSVC "32-bit shift implicitly converted to 64 bits" warning. NFC. — llvm-dev / githubweb
- Add documentation for the constructor and destructor attributes — aaron / githubweb
- [ADT] Fix MappedIteratorTest. (#67337) — github / githubweb
- [AMDGPU] Add DAG ISel support for preloaded kernel arguments — Austin.Kerbow / githubweb
- [flang] Set SAVE attribute for EQUIVALENCEd symbols consistently. (#67078) — github / githubweb
- [flang] Do not write implicit SAVE attribute into the mod file. (#67215) — github / githubweb
- [ELF] Change --call-graph-profile-sort to accept an argument — i / githubweb
- [flang] Finalize polymorphic alloctable component if needed (#67326) — github / githubweb
- [mlir][Vector] Fix doc generation (#67341) — github / githubweb
- [Driver] -include: deprecate probing .gch (#67084) — i / githubweb
- workflows/release-tasks: Setup FileCheck and not for release-lit (#66799) — github / githubweb
- [Driver] Use addOptInFlag for some HIP options. NFC — i / githubweb
- [AMDGPU] Switch to using real True16 operands. — ivan.kosarev / githubweb
- [libc++][NFC] Qualify mention of va_list with std:: in documentation — Louis Dionne / githubweb
- PPCBranchCoalescing: Fix invalid branch weights (#67211) — github / githubweb
clang-d475845-g2f23666ae7e434-t35765-b35765.tar.gz (Sep 25, 2023 11:01:17 AM)
- Add support for MLIR to llvm vscale attribute (#67012) — github / githubweb
- [cmake] Add LLVM_FORCE_VC_REVISION option (#67125) — github / githubweb
- [mlir] emit better errors in transform.structured.interchange (#67315) — github / githubweb
- [mlir][transform] Check for invalidated iterators on payload values (#66472) — github / githubweb
- [Driver] Remove FreeBSD/riscv32 support (#67277) — github / githubweb
- [runtimes] Bump the supported AppleClang version to AppleClang 15 (#67065) — github / githubweb
- [libc++] Make sure we forward stdin through executors (#67064) — github / githubweb
- [BOLT] Implement '--assume-abi' option for AArch64 — zjpzhoujiapeng / githubweb
- [mlir] Fix -Wunused-variable in TransformInterfaces.h (NFC) — jiefu / githubweb
- Revert "[libc++][ranges] Add benchmarks for the `from_range` constructors of `vector` and `deque`." — aaron / githubweb
- [mlir][sparse] Treat high and 2OutOf4 as level formats (#67203) — github / githubweb
- [RISCV] Be more aggressive about shrinking constant build_vector etype (#67175) — github / githubweb
- [libc++] Refactor tests for std::pointer_traits (#66645) — github / githubweb
- [clang][Interp] Fix compiling undefined templated functions (#67232) — github / githubweb
- [Sparc] Remove Subtarget member of SparcTargetMachine (#66876) — github / githubweb
clang-d475830-gad415e3095a73b-t35764-b35764.tar.gz (Sep 25, 2023 8:36:23 AM)
- [mlir][ArmSME] Add support for vector.transpose (#66760) — github / githubweb
- [VPBuilder] Add setInsertPoint version taking a recipe directly (NFC). — flo / githubweb
- AMDGPU: Duplicate instead of COPY constants from VGPR to SGPR (#66882) — github / githubweb
- [TableGen] Add tests to show wrong bits output in GenericTable — wangpengcheng.pp / githubweb
- [TableGen] Fix wrong bits output in GenericTable (#66867) — github / githubweb
- [mlir][vector] proper masking support for contract lowering (#67145) — github / githubweb
- Revert "AMDGPU: Duplicate instead of COPY constants from VGPR to SGPR (#66882)" — Diana-Magda.Picus / githubweb
- [bazel] Port for eaf15900ff5b4c103b52acf7327e6e6f7e8b2ebe — hokein.wu / githubweb
- [mlir][transform] Improve error message of tracking listener. (#66987) — github / githubweb
- [InstCombine] Add pre-commit tests for PR59555. NFC. — dtcxzyw2333 / githubweb
- [Documentation] Replace recommonmark by myst-parser (#65664) — github / githubweb
- LoopVectorize/iv-select-cmp: add test for decreasing IV out-of-bound — Ramkumar.Ramachandra / githubweb
- [VPlan] Add active-lane-mask as VPlan-to-VPlan transformation. — flo / githubweb
- [AArch64][GlobalISel] Vector Constant Materialization — david.green / githubweb
- [mlir][nvgpu] Better doc for `warpgroup.mma` (nfc) (#67321) — github / githubweb
- [AArch64] Remove unused method EncodePPR_p8to15 — matthew.devereau / githubweb
- LoopVectorize/iv-select-cmp: comment out-of-bound tests (NFC) — Ramkumar.Ramachandra / githubweb
clang-d475830-gad415e3095a73b-t35764-b35764.tar.gz (Sep 25, 2023 8:36:23 AM)
- [test-suite][Fortran] Fix failing tests from gfortran test suite — tarunprabhu / githubweb
clang-d475813-gf5cb9cb59d7c9c-t35763-b35763.tar.gz (Sep 25, 2023 6:15:49 AM)
- [flang] caller side BIND(C) INTENT(OUT) deallocation in HLFIR (#67119) — github / githubweb
- [bazel] Mor port for 24e33b594503f0283d31b89e2694e3d798def5ac — hokein.wu / githubweb
- [mlir][ArmSME] Support vertical layout in load and store ops (#66758) — github / githubweb
- [AArch64][GlobalISel] Select UMULL instruction (#65469) — github / githubweb
- [LLVM][TableGen] Read from uninitialised variable (#66889) — github / githubweb
- [bazel] Port for 75a71c27c12a943333405a3299c100b04f65a37e — hokein.wu / githubweb
- [ARM][LSR] Exclude uses outside the loop when favoring postinc. (#67090) — github / githubweb
- [mlir][llvm] Replace NullOp by ZeroOp (#67183) — github / githubweb
- [clang][CodeGen] Simplify code based on opaque pointers (#65624) — github / githubweb
- [RISCV][CostModel] Add getCFInstrCost RISC-V implementation (#65599) — github / githubweb
- [Docs][Github] Say '--delete-branch' instead of '--delete' and '--delete branch' — bjorn.a.pettersson / githubweb
- [MachineSink][AArch64] Sink instruction copies when they can replace copy into hard register or folded into addressing mode — momchil.velikov / githubweb
- [PowerPC] Emit IR module flag for current float abi — qiucofan / githubweb
- [ASTMatchers] Fix classIsDerivedFrom for recusrive cases (#67307) — github / githubweb
clang-d475799-g8545093715c4ef-t35762-b35762.tar.gz (Sep 25, 2023 3:47:44 AM)
- [CMake] Add VE cache file (#65921) — github / githubweb
- [mlir] Implement DestinationStyleOpInterface for scf::ForallOp (#66981) — github / githubweb
- [llvm-readobj] Add support for the PT_OPENBSD_NOBTCFI segment type. (#67239) — github / githubweb
- [MLIR][Presburger] Fix bug in PresburgerSpace::convertVarKind (#67267) — github / githubweb
- [GlobalISel] Add wrapper classes for G_INDEXED_LOAD/G_INDEXED_STORE — Amara Emerson / githubweb
- [GlobalISel][NFC] Clean up and modernize the indexed load/store combines. — Amara Emerson / githubweb
- [Reland][InstCombine] Fold `icmp eq/ne min|max(X, Y), Z` (#67087) — dtcxzyw2333 / githubweb
- [mlir] add transform tutorial chapter for Halide conv mapping (#66386) — github / githubweb
- [SPIRV] Implement support for SPV_KHR_expect_assume (#66217) — github / githubweb
- [MLIR][Transform] Fix PrintOp::build with StringRef (#67052) — github / githubweb
- [bazel] Port for 24e33b5 — hokein.wu / githubweb
- [obj2yaml] Emit ProgramHeader.Offset — jnoorman / githubweb
clang-d475787-gf7bf99fb529f99-t35761-b35761.tar.gz (Sep 25, 2023 1:22:10 AM)
- [RISCV] Fix wrong offset use caused by missing the size of Zcmp push. (#66613) — github / githubweb
- [RISCV] Support floating point VCIX (#67094) — github / githubweb
- [MLIR][OpenACC][NFC] Make OpenACC dialect include absolute (#67271) — github / githubweb
clang-d475784-g4c59f809c92656-t35760-b35760.tar.gz (Sep 24, 2023 10:59:39 PM)
- Revert "[InstCombine] Fold `icmp eq/ne min|max(X, Y), Z` (#67087)" — Vitaly Buka / githubweb
- [SimplifyCFG] Transform for redirecting phis between unmergeable BB and SuccBB (#67275) — github / githubweb
- [clang-format][NFC] Remove the unused separateDefinitionBlocks() — owenpiano / githubweb
- [libcxx] <experimental/simd> excluded long double for 32-bits x86 temporarily — zhangyin2018 / githubweb
- [tsan] Reduce MapRodata frame size — Vitaly Buka / githubweb
- [NFC][tsan] Use sizeof instead of ARRAY_SIZE — Vitaly Buka / githubweb
- [clang-format] Fix a bug in aligning trailing comments (#67221) — github / githubweb
- [sanitizer] Add aarch64 symbols — Vitaly Buka / githubweb
- Coroutines: Cleanup typed pointer code in CoroFrame.cpp. NFC — ruiling.song / githubweb
clang-d475775-g56c3b8e997d065-t35759-b35759.tar.gz (Sep 24, 2023 8:36:37 PM)
- Remove unused clang::TargetInfo::adjustTargetOptions — i / githubweb
- [clang-format] Fix an assertion failure in Whitespace Manager — owenpiano / githubweb
- [clang][Sema] Make format size estimator aware of %p's existence in format string (#65969) — github / githubweb
clang-d475772-gd1c643a0168268-t35758-b35758.tar.gz (Sep 24, 2023 6:11:51 PM)
- [Driver] Hook up NetBSD/riscv support (#67256) — github / githubweb
- [InstCombine] Add pre-commit tests for PR65968. NFC. — dtcxzyw2333 / githubweb
- [VPlan] Simplify HCFG construction of region blocks (NFC). — flo / githubweb
- [OMPIRBuilder] Added `createTeams` (#66807) — github / githubweb
- [clang-format][NFC] Clean up alignTrailingComments() (#67218) — github / githubweb
clang-d475767-gd2abe8dc662a94-t35757-b35757.tar.gz (Sep 24, 2023 3:50:15 PM)
- Fix assertion failure mangling an unresolved template argument that — richard / githubweb
- [llvm-cov] Properly fix -Wcovered-switch-default in CoverageMapping.cpp — i / githubweb
- [InstCombine] Fold `icmp eq/ne min|max(X, Y), Z` (#67087) — github / githubweb
clang-d475764-gb7e9ef729a7902-t35756-b35756.tar.gz (Sep 24, 2023 1:28:43 PM)
- [InstSimplify] Generalize fold for icmp ugt/ule (pow2 << X), signmask — dtcxzyw2333 / githubweb
- [InstCombine] Add more pre-commit tests for PR57328. NFC. — dtcxzyw2333 / githubweb
- [InstCombine] Add conjugate part of pre-commit tests for PR57328. NFC. — dtcxzyw2333 / githubweb
clang-d475761-gb05f1d93469fbd-t35755-b35755.tar.gz (Sep 24, 2023 11:07:02 AM)
- [GlobalISel][NFC] Remove unused method CombinerHelper::tryCombine() — Amara Emerson / githubweb
- [Clang][CodeGen] Add __builtin_bcopy (#67130) — github / githubweb
- [InstCombine] Add pre-commit tests for PR57328. NFC. — dtcxzyw2333 / githubweb
clang-d475758-ge471cd1d7382b9-t35754-b35754.tar.gz (Sep 24, 2023 8:47:35 AM)
- [InstCombine] Add test cases from PR63321. NFC. — dtcxzyw2333 / githubweb
- [InstCombine] Fold `(-1 + A) & B` into `A ? 0 : B` where A is effectively a bool — dtcxzyw2333 / githubweb
- [AMDGPU] Add ISD::FSHR Handling to AMDGPUISD::PERM matching — llvm-dev / githubweb
- [DAG] getNode() - fold (zext (trunc x)) -> x iff the upper bits are known zero - add SRL support — llvm-dev / githubweb
- [libcxx] Don't deallocate non-pointer data in string assignment. (#67200) — github / githubweb
- [EarlyCSE] Support CSE for commutative intrinsics with over 2 args (#67255) — github / githubweb
clang-d475752-g6fbbcb4ee724e2-t35753-b35753.tar.gz (Sep 24, 2023 6:25:02 AM)
clang-d475751-ga7fdbecfb3ce24-t35752-b35752.tar.gz (Sep 24, 2023 4:00:18 AM)
- [clangd] Remove unused using decls (NFC) — kazu / githubweb
- [llvm-exegesis] Remove unused using decls (NFC) — kazu / githubweb
- [clang][Interp][NFC] Use GetPtrThisField intead of two ops — tbaeder / githubweb
- [clang][Interp][NFC] Make a local variable const — tbaeder / githubweb
- [clang][Interp][NFC] Clean up EvalEmitter includes — tbaeder / githubweb
- [clang][Interp][NFC] Clean up Context includes — tbaeder / githubweb
clang-d475745-g2398cb0c19a898-t35751-b35751.tar.gz (Sep 24, 2023 1:39:33 AM)
clang-d475744-g186a4b3b657878-t35750-b35750.tar.gz (Sep 23, 2023 11:13:33 PM)
clang-d475743-g3f0bddb56ac333-t35749-b35749.tar.gz (Sep 23, 2023 8:51:12 PM)
clang-d475742-g0bc040e1b439c1-t35748-b35748.tar.gz (Sep 23, 2023 6:31:45 PM)
clang-d475742-g0bc040e1b439c1-t35748-b35748.tar.gz (Sep 23, 2023 6:31:45 PM)
- Reapply "[AMDGPU] Introduce real and keep fake True16 instructions." — ivan.kosarev / githubweb
- [Support] Use llvm::bit_cast in getSwappedBytes (NFC) — kazu / githubweb
clang-d475740-gf435f55d58542e-t35747-b35747.tar.gz (Sep 23, 2023 4:09:00 PM)
- [ProfileData] Use llvm::byteswap instead of sys::getSwappedBytes (NFC) — kazu / githubweb
- [Support] Use llvm::byteswap instead of sys::getSwappedBytes (NFC) — kazu / githubweb
- [Lex] Use llvm::byteswap instead of sys::getSwappedBytes (NFC) — kazu / githubweb
clang-d475737-ge01df8716a1b24-t35746-b35746.tar.gz (Sep 23, 2023 1:49:47 PM)
- [BPF] Check jump and memory offsets to avoid truncation — eddyz87 / githubweb
- [NVPTX] Test crash introduced by #67073 — i / githubweb
clang-d475735-ga6e81df289ec21-t35745-b35745.tar.gz (Sep 23, 2023 11:29:32 AM)
- [libc] Fix cyclical dependency on errno matcher for NVPTX architectures — jhuber6 / githubweb
- Propagate the volatile qualifier of exp to store /load operations . — kparmar2101 / githubweb
- [clang][Interp][NFC] Enable more existing SemaCXX tests — tbaeder / githubweb
- [DAGCombiner][AArch64] Fix incorrect cast VT in `takeInexpensiveLog2` — goldstein.w.n / githubweb
- [Workflow] Roll back some settings since they caused more issues — github / githubweb
clang-d475730-gcefc31c9213a82-t35744-b35744.tar.gz (Sep 23, 2023 9:08:33 AM)
- [clang][Interp][NFC] Enable constexpr-single-element-array test — tbaeder / githubweb
- [Workflow] Try to fix code-formatter failing to find changes in some cases. — github / githubweb
- [Workflow] Use a higher max depth — github / githubweb
clang-d475727-ge06fc2b2e0651b-t35743-b35743.tar.gz (Sep 23, 2023 6:46:36 AM)
- [clang][Interp][NFC] Refactor ByteCodeEmitter a bit — tbaeder / githubweb
- Fix: Distinguish CFI Metadata Checks in MergeFunctions Pass (#65963) — github / githubweb
clang-d475725-g241848b9b1a1c7-t35742-b35742.tar.gz (Sep 23, 2023 4:20:38 AM)
- [ConstraintElimination] Introduce tests for PR66173 — me / githubweb
- [ConstraintElimination] Extend unsigned-to-signed fact transfer — me / githubweb
clang-d475723-g782f1a0d895646-t35741-b35741.tar.gz (Sep 23, 2023 1:50:25 AM)
- Revert "[ORC][LLJIT] Move enable-debugger-support utility out of LLJITBuilder." — Lang Hames / githubweb
- [gn build] Port e5f169f91a86 — llvmgnsyncbot / githubweb
clang-d475721-gbcc5b48b0f24bf-t35740-b35740.tar.gz (Sep 22, 2023 11:33:09 PM)
- [sanitizer] Fix path to LLVM_CMAKE_DIR — Vitaly Buka / githubweb
clang-d475721-gbcc5b48b0f24bf-t35740-b35740.tar.gz (Sep 22, 2023 11:33:09 PM)
- Revert "[NVPTX] Improve lowering of v2i16 logical ops. (#67073)" — i / githubweb
- [Support] Add [[nodiscard]] (NFC) — kazu / githubweb
- Reapply "[AArch64] Merge LDRSWpre-LD[U]RSW pair into LDPSWpre" — chaosdefinition / githubweb
clang-d475718-gd230bf3fce6d7f-t35739-b35739.tar.gz (Sep 22, 2023 9:13:21 PM)
- [llvm] Remove uses of Type::getPointerTo() (NFC) — joseph942010 / githubweb
- [mlir][sparse] make high and 2:4 a level format, not a level property (#67206) — github / githubweb
- [RISCV][GISel] Add test showing missed opportunity to use X0 for the LHS of sub for negate. — craig.topper / githubweb
- [RISCV][GISel] Emit G_CONSTANT 0 as a copy from X0. (#67202) — craig.topper / githubweb
- [llvm] Use llvm::is_contained (NFC) — kazu / githubweb
- Use llvm::is_contained (NFC) — kazu / githubweb
- Use llvm::drop_begin and llvm::drop_end (NFC) — kazu / githubweb
- [release notes] Add forgotten case to list of changed manglings. — richard / githubweb
- [Vectorize] Use range-based for loops (NFC) — kazu / githubweb
- Re-enable StepOverWatchpoint test, make it more focused — Jason Molenda / githubweb
- Remove expected-fail for Linux on TestStepOverWatchpoint.py — Jason Molenda / githubweb
- [mlir][complex] Support Fastmath flag in the conversion of exp,expm1 (#67001) — github / githubweb
clang-d475706-g193c67cf4bdaf3-t35738-b35738.tar.gz (Sep 22, 2023 6:53:41 PM)
- [sanitizer] Fix sanitizer-aarch64-linux script selector — Vitaly Buka / githubweb
- [sanitizer] Remove check-fuzzer step — Vitaly Buka / githubweb
clang-d475706-g193c67cf4bdaf3-t35738-b35738.tar.gz (Sep 22, 2023 6:53:41 PM)
- [mlir] Fix some cmake dependencies in LLVMIR Dialect (#66956) — github / githubweb
- Revert "Implement [[msvc::no_unique_address]] (#65675)" (#67198) — github / githubweb
- [sanitizer] Add more internal symbolizer tests — Vitaly Buka / githubweb
- [Driver] Implement ToolChain on Haiku (#66038) — github / githubweb
- [mlir][sparse] add lvlToDim field to sparse tensor encoding (#67194) — github / githubweb
- [ORC][LLJIT] Add a Pre-PlatformSetup-Setup function. — Lang Hames / githubweb
- [ORC][LLJIT] Fix typo in assert message. — Lang Hames / githubweb
- [libunwind] Relax a REQUIRES on a test that passes on FreeBSD — alexrichardson / githubweb
- [ORC][LLJIT] Move enable-debugger-support utility out of LLJITBuilder. — Lang Hames / githubweb
- [gn build] Port e1a5bb59b91d — llvmgnsyncbot / githubweb
clang-d475696-g4139f0dedefebe-t35737-b35737.tar.gz (Sep 22, 2023 4:36:38 PM)
- [sanitizer] Add sanitizer-aarch64-linux — Vitaly Buka / githubweb
- [sanitizer] Add compiler-rt and aarch64 tags — Vitaly Buka / githubweb
- Remove sanitizer-x86_64-linux-autoconf — Vitaly Buka / githubweb
- [sanitizer] Fix CHECK_TSAN for aarch64 — Vitaly Buka / githubweb
- [sanitizer] Replace ls with du — Vitaly Buka / githubweb
- [sanitizer] Inverse delete_next_time check — Vitaly Buka / githubweb
- [sanitizer] Split build dirrectories — Vitaly Buka / githubweb
clang-d475696-g4139f0dedefebe-t35737-b35737.tar.gz (Sep 22, 2023 4:36:38 PM)
- [Fuchsia] Build with -fvisibility=default (#67067) — github / githubweb
- [gn build] Manually port 8e87dc10 — aeubanks / githubweb
- [PowerPC] Improve kill flag computation and add verification after MI peephole — lei / githubweb
- [BasicBlockSections] Introduce the basic block sections profile version 1. (#65506) — github / githubweb
- [llvm-objdump] Add support for the PT_OPENBSD_NOBTCFI segment type. (#67127) — github / githubweb
- [scudo] Convert assert to CHECK macro. (#67184) — github / githubweb
- [mlir][AMDGPU] Move to new buffer resource intrinsics — Krzysztof.Drewniak / githubweb
- [libc] Refactor scanf reader to match printf (#66023) — github / githubweb
- LoopRotationUtils: Special case zero-branch weight cases (#66681) — github / githubweb
- Add command line option --no-trap-after-noreturn (#67051) — github / githubweb
- [NVPTX] Improve lowering of v2i16 logical ops. (#67073) — github / githubweb
- [VPlan] Fix invalid IR in unit test input, run verifier. — flo / githubweb
- [NFC][ObjectSizeOffsetVisitor] Remove redundant equality check — aeubanks / githubweb
- [RISCV][GISel] Implement instruction selection for G_PHI and G_BRCOND. — craig.topper / githubweb
- [VPlan] Ensure start value of phis is the first op at construction (NFC) — flo / githubweb
- Implement [[msvc::no_unique_address]] (#65675) — github / githubweb
- [Driver] Fix detection of libc++ with empty sysroot. (#66947) — github / githubweb
- [hwasan] Fixing false invalid-free with disabled tagging (#67169) — github / githubweb
- [Corosplit][DebugInfo] Don't add EntryValue ops in variadic DIExpressions (#67179) — github / githubweb
- [RISCV] Handle EltType > XLEN case in VMV_V_X_VL to VMV_S_X_VL fold — listmail / githubweb
- [BasicBlockSections] Split cold parts of custom-section functions. (#66731) — github / githubweb
- [hwasan] Enabled internal_symbolizer with hwasan — Vitaly Buka / githubweb
- Fix attr docs from previous no-unique-adderss change (#67195) — github / githubweb
- Revert "Fix attr docs from previous no-unique-adderss change (#67195)" — i / githubweb
- [mlir][TOSA] Fix shape inference when operand was inferred (#66906) — github / githubweb
- coroutines doc: fix a RST critical — sylvestre / githubweb
clang-d475670-g3353f7dd3d91c9-t35736-b35736.tar.gz (Sep 22, 2023 2:17:09 PM)
- [libc] Do no run integration tests on the gcc builder. — sivachandra / githubweb
clang-d475670-g3353f7dd3d91c9-t35736-b35736.tar.gz (Sep 22, 2023 2:17:09 PM)
- [Coverage] Fix a warning — kazu / githubweb
- [lldb][NFCI] Change parameter type in UserExpression::GetObjectPointer (#67055) — github / githubweb
- [scudo] Avoid deprecated-volatile warning in HybridMutex::delayLoop (#67135) — github / githubweb
- [RISCV] Truncate constants to eltwidth before checking simm5 when con… (#67062) — github / githubweb
- [RISCV][GISel] Add a post legalizer combiner and enable a couple comb… (#67053) — github / githubweb
- [RISCV][NFC] Remove rdty arg of PseudoLoad and the default rdty value of PseudoFloatLoad (#67014) — github / githubweb
- [Atomic][doc] Fix outdated hook name and description (#66989) — github / githubweb
- [lldb][NFC] Move some ctors and tors to cpp files (#67165) — github / githubweb
- [RISCV] Ruse an existing variable to shorten a line [nfc] — listmail / githubweb
- [flang][hlfir] Fixed some finalization/deallocation issues. (#67047) — github / githubweb
- [hwasan] Disable test with internal_symbolizer — Vitaly Buka / githubweb
- [ORC] Add N_SO and N_OSO stabs entries to MachO debug objects. — Lang Hames / githubweb
- Revert "[ORC] Add N_SO and N_OSO stabs entries to MachO debug objects." — Lang Hames / githubweb
- [bazel] Port 8e87dc10b80f298a682bf01fab190a57e6d5af57 (RISCVPostLegalizerCombiner) — i / githubweb
- [dsymutil] Remove paper trail warnings (#67041) — github / githubweb
- [lldb] Fix a warning — kazu / githubweb
- Revert "[dataflow] use true/false literals in formulas, rather than variables" — douglas.yung / githubweb
clang-d475653-g2e7d83debb6980-t35735-b35735.tar.gz (Sep 22, 2023 11:58:58 AM)
- AMDGPU: Teach isArgPassedInSGPR() about cs_chain* calling convention (#67086) — github / githubweb
- Revert "[AMDGPU] Introduce real and keep fake True16 instructions." — ivan.kosarev / githubweb
- [lldb] Require paused process and frame for "register info" command (#67124) — github / githubweb
- [SLP]Do not try to reorder possible strided nodes. — a.bataev / githubweb
- [MLIR][NVGPU] Introduce `nvgpu.mbarrier.group` for multiple mbarrier use (#65951) — github / githubweb
- [dataflow] use true/false literals in formulas, rather than variables — sam.mccall / githubweb
- [workflow] Tweak code formatting workflow to be faster — github / githubweb
- [AMDGPU] Create matchPERM helper from performOrCombine PERM matching code. — llvm-dev / githubweb
- [RISCV] Check for COPY_TO_REGCLASS in usesAllOnesMask (#67037) — github / githubweb
- [libc][NFC] Extend ErrnoSetterMatcher to test expected inequalities. (#67153) — github / githubweb
- [mlir][sparse] Add more error messages and avoid crashing in new parser (#67034) — github / githubweb
- [NFC]Do not use recursion for CounterMappingContext::evaluate (#66961) — github / githubweb
- [libc] Update integration test's linking options (#67158) — github / githubweb
- [mlir][sparse] replace "sparse compiler" with "sparsifier" in doc (#67082) — github / githubweb
clang-d475639-g72e3713009a4a0-t35734-b35734.tar.gz (Sep 22, 2023 9:39:42 AM)
- A placeholder for removed worker which nobody could stop. — gkistanova / githubweb
clang-d475639-g72e3713009a4a0-t35734-b35734.tar.gz (Sep 22, 2023 9:39:42 AM)
- [Flang][OpenMP] Create versions of a few tests with HLFIR lowering — kiran.chandramohan / githubweb
- [InstrRef][NFC] Improve diagram illustrating locations (#66944) — github / githubweb
- [MLIR][UB] Add inliner interface for UB dialect (#67115) — github / githubweb
- [bazel] Port for 22e2b805ef3c4caa971fad3656976b6e0017aff3 — hokein.wu / githubweb
- [gn build] Port eb02ee44d325 — llvmgnsyncbot / githubweb
- Coroutines: Handle non-zero stack address space (#67092) — github / githubweb
- [AArch64] Expand log/exp tests. NFC — david.green / githubweb
- [include-cleaner] Respect the UsingShadowDecl when find headers for ambiguous std symbols. (#66485) — github / githubweb
- [SPIRV] Add support for SPV_KHR_bit_instructions (#66215) — github / githubweb
- [clang-cl] Fix value of __FUNCTION__ and __FUNC__ in MSVC mode for c++. (#66120) — github / githubweb
- [X86] SandyBridge DPPS folded instructions use an extra port5 resource — llvm-dev / githubweb
- [mlir][bufferization][NFC] Remove yielded tensor analysis (#67126) — github / githubweb
- [mlir][bufferization] Remove `deallocationFn` from `BufferizationOptions` (#67128) — github / githubweb
- [ConstraintElim] Move just before loop simplification pipeline. — flo / githubweb
- [libc] Add ${CMAKE_CROSSCOMPILING_EMULATOR} to custom test cmdlines (#66565) — github / githubweb
- [mlir][nvgpu] Fix shared build. NFC — michael.hliao / githubweb
- [libc] Fix pthread_create_test for 32 bit systems (#66564) — github / githubweb
- [X86] SandyBridge masked stores use 2uop from port01 — llvm-dev / githubweb
- [X86] SandyBridge ymm broadcast loads use port5 + port23 — llvm-dev / githubweb
- [IRTranslator] Set NUW flag for inbounds gep and load/store offsets — Mirko.Brkusanin / githubweb
clang-d475619-geb02ee44d32531-t35733-b35733.tar.gz (Sep 22, 2023 7:19:47 AM)
- Add builders for premerge-like configurations — goncharov.mikhail / githubweb
- add mail notifier — goncharov.mikhail / githubweb
- remove collapseRequests: true — goncharov.mikhail / githubweb
- remove todo in mail notifications — goncharov.mikhail / githubweb
clang-d475619-geb02ee44d32531-t35733-b35733.tar.gz (Sep 22, 2023 7:19:47 AM)
- [AArch64][SVE2] Do not emit RSHRNB for large shifts (#66672) — github / githubweb
- [AArch64] LowerMUL - use SDValue directly instead of SDNode. NFC. — llvm-dev / githubweb
- [AArch64] Don't rely on (zext (trunc x)) pattern to detect zext_inreg MULL patterns - use value tracking directly — llvm-dev / githubweb
- [MLIR][NVGPU] Adding `nvgpu.warpgroup.mma` Op for Hopper GPUs (#65440) — github / githubweb
- [AMDGPU] Have a subtarget feature to control use of real True16 instructions. — ivan.kosarev / githubweb
- [StackColoring] Handle SEH catch object stack slots conservatively — npopov / githubweb
- [AMDGPU] Introduce real and keep fake True16 instructions. — ivan.kosarev / githubweb
- docs: Fix misplaced apostrophe (#67103) — github / githubweb
- [DAG] getNode() - remove oneuse limit from (zext (trunc (assertzext x))) -> (assertzext x) fold (REAPPLIED) — llvm-dev / githubweb
- [ConstraintElim] Add additional switch case and use i8 instead of i32. — flo / githubweb
- [AMDGPU] Don't suppress printing the .l and .h register suffixes. — ivan.kosarev / githubweb
- [ConstraintElim] Support adding facts from switch terminators. (#67061) — github / githubweb
- [MLIR][linalg] Fix unpack rewriter for dynamic shapes (#67096) — github / githubweb
- [mlir][ArmSME] Add `enable_arm_streaming_ignore` attribute (#66911) — github / githubweb
- [StackColoring] Handle fixed object index — npopov / githubweb
- Reland "[SimplifyCFG] Hoist common instructions on switch" (#67077) — github / githubweb
- [LSR] Regenerate test checks (NFC) — npopov / githubweb
- [AMDGPU] Update RUN line in test (NFC) — Mirko.Brkusanin / githubweb
- [Flang][OpenMP] NFC: Move PFT tests to a separate subdirectory — kiran.chandramohan / githubweb
- [AArch64] Expand Sin/Cos GlobalISel testing. NFC — david.green / githubweb
- [bazel] Port for 2388222695d25639cf3a2e08b4a8e97da4d55313 — hokein.wu / githubweb
- [CodeGen] Remove extraneous spaces at start of line in TargetOpcodes.def. NFC — luke / githubweb
- [AArch64] Move PAuth codegen down the machine pipeline — atrosinenko / githubweb
clang-d475596-g3f78d6ab146874-t35732-b35732.tar.gz (Sep 22, 2023 4:54:40 AM)
- Revert "[DAG] getNode() - remove oneuse limit from (zext (trunc (assertzext x))) -> (assertzext x) fold" — i / githubweb
- [Analysis] Use std::clamp (NFC) — kazu / githubweb
- [SCEV] Fix -Wunused-variable in ScalarEvolutionExpander.cpp (NFC) — jiefu / githubweb
- [libc++abi][WebAssembly] Support Wasm EH — aheejin / githubweb
- [libunwind][WebAssembly] Support Wasm EH — aheejin / githubweb
- [SCEVExpander] Clarify absence of no-op casts (NFC) — npopov / githubweb
- [llvm] Use range-based for loops (NFC) — kazu / githubweb
- [clang] Enable descriptions for --print-supported-extensions (#66715) — github / githubweb
- [Analysis] Use drop_begin (NFC) — kazu / githubweb
- Revert "[SLP]Use source vector type as the original vector type instead of" — david.spickett / githubweb
- [LSR] Simplify type check for opaque pointers (NFC) — npopov / githubweb
- Reland: [Workflow] Add new code format helper. — github / githubweb
- [mlir] Fix incorrect check in ptx builder test (nfc) (#67097) — github / githubweb
- build-docs: Add option to disable doxygen/sphinx docs (#66928) — github / githubweb
- [clangd] Allow --query-driver to match a dot-normalized form of the path (#66757) — github / githubweb
- [mlir][ArmSME] Add tile slice to vector intrinsics (#66910) — github / githubweb
- [AMDGPU] Add True16 register classes. — ivan.kosarev / githubweb
- [flang][runtime] Finalize polymorphic components using dynamic type (#67040) — github / githubweb
- [Serialization] Do less redundant work computing affecting module maps (#66933) — github / githubweb
- [clang][Sema][NFC] _or_null -> _if_present — tbaeder / githubweb
- [dataflow] Parse formulas from text (#66424) — github / githubweb
clang-d475575-g2d8d622c738e63-t35731-b35731.tar.gz (Sep 22, 2023 2:28:30 AM)
- [analyzer] Fix taint sink rules for exec-like functions (#66358) — github / githubweb
- [libc] Pull more definitions from linux/stat.h (#67071) — github / githubweb
- [Clang][LLVM][Coroutines] Prevent __coro_gro from outliving __promise (#66706) — github / githubweb
- [ARM] Add some extra testing for MVE postinc loops. NFC — david.green / githubweb
- [flang] Deallocate local allocatable at end of their scopes (#67036) — github / githubweb
- [SCEV] Require that addrec operands dominate the loop — npopov / githubweb
clang-d475569-g1d0b7b6c8aed0b-t35730-b35730.tar.gz (Sep 22, 2023 12:07:04 AM)
- [NFC][hwasan] Remove redundant constant — Vitaly Buka / githubweb
- [clang] Use a range-based for loop (NFC) — kazu / githubweb
clang-d475567-g985362e2f38f0e-t35729-b35729.tar.gz (Sep 21, 2023 9:45:44 PM)
- [hwasan] Optimize shadow shapshot size (#67068) — github / githubweb
- [mlir][sparse] update doc for new surface syntax encoding (#67072) — github / githubweb
- [NFC][hwasan] Return to one loop in CopyShadow — Vitaly Buka / githubweb
- [AMDGPU][MC][GFX11] Always output wait_vdst and wait_exp (#66610) — github / githubweb
- [mlir][Vector] Add support for Value indices to vector.extract/insert — diegocaballero / githubweb
- [AArch64][GlobalISel] Split offsets of consecutive stores to aid STP … (#66980) — github / githubweb
- [AArch64][GlobalISel] Avoid running the shl(zext(a), C) -> zext(shl(a, C)) combine. (#67045) — github / githubweb
clang-d475560-g9b6b2a0cec53b4-t35728-b35728.tar.gz (Sep 21, 2023 7:23:32 PM)
- watch set expression's default type was wrong with new modify type — Jason Molenda / githubweb
- [NFC][hwasan] Add a few const — Vitaly Buka / githubweb
- [VE] Add Core to CMakeLists.txt for VE unittest — amy.kwan1 / githubweb
- [libc] Template the printf / scanf parser class (#66277) — github / githubweb
- [-Wunsafe-buffer-usage] Use `Strategy` to determine whether to fix a parameter — Ziqing Luo / githubweb
- [hwasan] Store some report data early (#66682) — github / githubweb
- [mlir] Move supplemental patterns before op replacement (#66959) — github / githubweb
- Lazy deference underlying object for shared/weak/unique_ptr synthetic… (#67069) — github / githubweb
- [NFC][CodeGen] Create method to clear registers (#66958) — github / githubweb
- [ELF][test] Improve GOTPCRELX tests — i / githubweb
- [hwasan] Fix consts after 6eaaf0916 — Vitaly Buka / githubweb
- [X86] Use RIP-relative for non-globals in medium code model in classifyLocalReference() (#67070) — github / githubweb
clang-d475548-g03c698a431b4dc-t35727-b35727.tar.gz (Sep 21, 2023 5:00:42 PM)
- [libc] Fix and simplify the implementation of 'fread' on the GPU (#66948) — github / githubweb
- [-Wunsafe-buffer-usage] Group parameter fix-its — Ziqing Luo / githubweb
- Add mangling for type trait expressions. — richard / githubweb
- [ConstraintElim] Add phase ordering tests for pipeline adjustment. — flo / githubweb
- [CodeLayout] Refactor std::vector uses, namespace, and EdgeCountT. NFC — i / githubweb
- Ensure we disambiguate NTTP names when doing TemplateTree comparisons — erichkeane / githubweb
- I can't make this test fail locally, but it is failing on the macOS — jingham / githubweb
- [ConstraintElim] Add extra switch test coverage. — flo / githubweb
- [libc++] Simplify ssh.py by not passing args everywhere — Louis Dionne / githubweb
- [libc++] When run in verbose mode, ssh.py should print to stderr, not stdout — Louis Dionne / githubweb
- [NVPTX] improve lowering for common byte-extraction operations. (#66945) — github / githubweb
- [Github] Add compiler-rt:scudo label to scudo prs (#66829) — github / githubweb
- [BOLT][AArch64] Fix instrumentation deadloop — och95 / githubweb
- [scudo] Fine tune busy-waiting in HybridMutex — chiahungduan / githubweb
- [runtimes][NFC] Remove old Lit annotations for gcc-12 and clang-14 — Louis Dionne / githubweb
- [TEST][hwasan] Check more details in overflow test (#67059) — github / githubweb
- [runtimes] Simplify testing configurations on GCC by using -nostdlib++ (#67021) — github / githubweb
- [NFC][HWASAN] Extract BaseReport::PrintTags — Vitaly Buka / githubweb
- [NFC][hwasan] Remove unused members — Vitaly Buka / githubweb
- [MSVC, ARM64] Add _Copy* and _Count* intrinsics (#66554) — github / githubweb
clang-d475528-gd15f96fe4b64e2-t35726-b35726.tar.gz (Sep 21, 2023 2:38:32 PM)
- [libc][NFC] Remove unused function from the RPC server — jhuber6 / githubweb
- Set -rpath-link only if the path is nonempty. — justin.lebar / githubweb
- ISel/RISCV: remove dead code corresponding to VP_FSH[L|R] (#67035) — github / githubweb
- [SLp]Fix a crash because of wrong deps between vectorized nodes. — a.bataev / githubweb
- Revert "[InlineCost] Check for conflicting target attributes early" — kazu / githubweb
- [AArch64] Refactor AArch64InstrInfo::isAsCheapAsAMove (NFC) — momchil.velikov / githubweb
- [libc++] Add a --verbose option to ssh.py to help debug failures — Louis Dionne / githubweb
- [libc++] Fix how we run codesign in the test suite when --codesign_identity is provided — Louis Dionne / githubweb
- [AArch64] Correctly determine if {ADD,SUB}{W,X}rs instructions are cheap — momchil.velikov / githubweb
- [AArch64] Pre-commit some tests for D152828 (NFC) — momchil.velikov / githubweb
- [BOLT] Fix data race in MCPlusBuilder::getOrCreateAnnotationIndex (#67004) — github / githubweb
- [clang-format] Don't split "DPI"/"DPI-C" in Verilog imports (#66951) — github / githubweb
- Reland: [sanitizer_symbolizer] Add StackTracePrinter virtual class (#66689) — github / githubweb
- [SLP]Use source vector type as the original vector type instead of — a.bataev / githubweb
- [libc] Fix Off By One Errors In Printf Long Double (#66957) — github / githubweb
- [AArch64] Separate PNR into its own Register Class (#65306) — github / githubweb
- [mlir][index] Implement folders for CastSOp and CastUOp (#66960) — github / githubweb
- [builtins][CMake] Replace custom target for lse_builtin symlinks (#66936) — github / githubweb
- [BPF][DebugInfo] Show CO-RE relocations in llvm-objdump — eddyz87 / githubweb
clang-d475509-g2cb31fe8ea7bbe-t35725-b35725.tar.gz (Sep 21, 2023 12:15:06 PM)
- [MLIR][IR] Rename `Block::hasTerminator` to `mightHaveTerminator` (#66870) — github / githubweb
- [libc] Update siginfo_t to match kernel definition (#66560) — github / githubweb
- [SLP][NFC]Unify add() member function in CostEstimator, NFC. — a.bataev / githubweb
- [clang-tidy] Update llvmlibc-implementation-in-namespace to new rules (#66504) — github / githubweb
- Add TMA Store operation to the NVVM dialect — joker.eph / githubweb
- [NFC][AsmPrinter] Refactor constructVariableDIE (#66435) — github / githubweb
- [SelectionDAG] Flags are dropped when creating a new FMUL (#66701) — github / githubweb
- [runtimes] Workaround a subtle linker issue on macOS in the CI — Louis Dionne / githubweb
- [mlir][Interfaces] Clean up `DestinationStyleOpInterface` (#67015) — github / githubweb
- CostModel/RISCV: fix typos in fround test, vector length (#67025) — github / githubweb
- [libc] Remove the 'rpc_reset' routine from the RPC implementation (#66700) — github / githubweb
- [mlir][memref][transform] Add new alloca_to_global op. (#66511) — github / githubweb
- [mlir][Interfaces][NFC] Better documentation for `RegionBranchOpInterface` (#66920) — github / githubweb
- [CodeGen] Improve compilation time with VLIWMachineScheduler (#66942) — github / githubweb
- [mlir][tosa] Constant optimizations for reduce operations — mayaam88 / githubweb
- [flang] Centralize automatic deallocation code in lowering (#67003) — github / githubweb
clang-d475493-g4de93db447cb9f-t35724-b35724.tar.gz (Sep 21, 2023 9:56:43 AM)
- [IndVars] Check expansion safety during LFTR — npopov / githubweb
- [lldb][AArch64] Linux corefile support for SME — david.spickett / githubweb
- [clang][Sema] Fix crash introduced in b2cd9db589335d5885c04df83003a623cf2f05ff (#66954) — github / githubweb
- Revert "[AArch64][GlobalISel] Adopt dup(load) -> LD1R patterns from SelectionDAG" — david.spickett / githubweb
- [flang] Avoid cycles during instantiation of derived types — roger.ferrer / githubweb
- Revert "[lldb][AArch64] Linux corefile support for SME" — david.spickett / githubweb
- [RISCV] Shrink vslideup's LMUL when lowering fixed insert_subvector (#65997) — github / githubweb
- [SCEVExpander] Remove unnecessary expandCodeForImpl() wrapper (NFC) — npopov / githubweb
- [mlir][Vector] NFC - Fix doc generation (#67007) — github / githubweb
- [InstCombine] Remove instcombine-infinite-loop-threshold option — npopov / githubweb
- [mlir][linalg][transform] Rename {masked_vectorize => vectorize => vectorize_children_and...}. (#66575) — github / githubweb
- [mlir][linalg][transform] Fix test breakage from 69bc1cbb. (NFC) — ingomueller / githubweb
- Reland "[lldb][AArch64] Linux corefile support for SME" — david.spickett / githubweb
- [flang] Generate valid IR on GOTO DO body (#66084) — github / githubweb
- [lldb][AArch64] Initialise m_sve_state in NativeRegisterContextLinux — david.spickett / githubweb
- [SCEVExpander] Remove some unnecessary effective type handling (NFC) — npopov / githubweb
- [MLIR] Better document for basic PTX Builder Interface (NFC) (#67016) — github / githubweb
- [SCEVExpander] Drop Ty argument from expandAddToGEP() (NFC) — npopov / githubweb
- [SCEVExpander] Drop ExpandTy argument from expandIVInc() (NFC) — npopov / githubweb
- [SLP][NFC]Improve compile time by storing all nodes for the given — a.bataev / githubweb
- [AIX] cxx_std_23 is currently not a known feature to ibm-clang (#66952) — github / githubweb
- [LSR] Regenerate test checks (NFC) — npopov / githubweb
clang-d475471-g24161bcc4448d6-t35723-b35723.tar.gz (Sep 21, 2023 7:35:21 AM)
- [SPIRV][DX] Share one test between backends (#65975) — github / githubweb
- [AArch64] Add an aarch64-enable-ext-to-tbl option. NFC — david.green / githubweb
- Revert "[InstrProf][compiler-rt] Enable MC/DC Support in LLVM Source-based Code Coverage (1/3)" — hans / githubweb
- [AMDGPU] Select gfx1150 SALU Float instructions (#66885) — github / githubweb
- [CMake] Fully delete the deprecated LLVM_USE_CRT* (#66850) — github / githubweb
- Reland "[lldb] Add 'modify' type watchpoints, make it default (#66308)" — david.spickett / githubweb
- [gn build] Port 75e862077834 — llvmgnsyncbot / githubweb
- [IndVars] Add test for #66986 (NFC) — npopov / githubweb
- [UpdateTestChecks] Add support for SPIRV in update_llc_test_checks.py (#66213) — github / githubweb
- [mlir][python] smaller scope for vector enumgen (#66992) — github / githubweb
- [DAG] getNode() - remove oneuse limit from (zext (trunc (assertzext x))) -> (assertzext x) fold — llvm-dev / githubweb
- [AMDGPU] Precommit test for D159533 (#66965) — github / githubweb
- [mlir] more bazel fixes for vector attributes — zinenko / githubweb
- [NFC] clang-format lld/COFF/Driver.cpp and lld/Common/Filesystem.cpp — mizvekov / githubweb
- [SlotIndexes] Remove unused EXPENSIVE_CHECKS machinery — jay.foad / githubweb
- [libc++] Temporarily disable std::cin tests on Windows -> Linux cross compiler — Louis Dionne / githubweb
- [libc++] Move a few XFAILs to UNSUPPORTED for consistency — Louis Dionne / githubweb
clang-d475471-g24161bcc4448d6-t35723-b35723.tar.gz (Sep 21, 2023 7:35:21 AM)
clang-d475454-gf23246a0bb403c-t35722-b35722.tar.gz (Sep 21, 2023 5:14:09 AM)
- [InstCombine] Add pre-commit tests for PR66733. NFC. — dtcxzyw2333 / githubweb
- [clang][www] Change 'clang-test' to 'check-clang' on the hacking webpage — david.spickett / githubweb
- [mlir][Interfaces] `LoopLikeOpInterface`: Add helpers to get region iter_args and inits (#66925) — github / githubweb
- [runtimes] Fix link order of system librarires on Apple platforms (#66940) — github / githubweb
- [libc++] Add test coverage for unordered containers comparison (#66692) — github / githubweb
- [LV] Relax over-strict assertion for reduction exit value selects. — flo / githubweb
- [libc][clang-tidy] Add llvm-header-guard to get consistant naming and prevent file copy/paste issues. (#66477) — github / githubweb
- [AMDGPU] Add gfx1150 SALU Float instructions (#66884) — github / githubweb
- [libc++] Implement LWG-3655: The INVOKE operation and union types — Louis Dionne / githubweb
- [RISCV] Move sifive_files to riscv_files (#66872) — github / githubweb
- Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)" — david.spickett / githubweb
- [gn build] Port a7b78cac9a77 — llvmgnsyncbot / githubweb
- [RISCV] Add overlapping constraints label — piyou.chen / githubweb
- [mlir][linalg][NFC] Make `LinalgOp` inherit from `DestinationStyleOpInterface` (#66995) — github / githubweb
- [AMDGPU] Remove Code Object V2 (#65715) — github / githubweb
- [LV] Directly add fast-math flags to select recipe (NFC). — flo / githubweb
clang-d475438-g3d51b40c4a4855-t35721-b35721.tar.gz (Sep 21, 2023 3:09:46 AM)
- [AMDGPU] [SIFrameLowering] Use LiveRegUnits instead of LivePhysRegs. — github / githubweb
- [Demangle] demangle builtin type transformations (#65902) — github / githubweb
- Re-apply "[Parse] Split incremental-extensions" (#66446) — github / githubweb
- [BOLT][RISCV] Carry-over annotations when fixing calls (#66763) — github / githubweb
- [clang][AST] fix lack comparison of declRefExpr in ASTStructuralEquivalence (#66041) — github / githubweb
- [X86] Add test for #66984 (NFC) — npopov / githubweb
- [Docs] Add requirements.txt for sphinx and extension — corentinjabot / githubweb
- [clang] Update Clang version from 17 to 18 in scan-build.1. — fred / githubweb
- [SimpleLoopUnswitch] Fix exponential unswitch — npopov / githubweb
- Fix induction variable type in scf.for py binding. — zinenko / githubweb
clang-d475428-g001af0f89405a4-t35720-b35720.tar.gz (Sep 21, 2023 1:09:25 AM)
- [NFC][hwasan] Set more fields by value and make them const (#66682) — Vitaly Buka / githubweb
- [NFC][hwasan] Use stored chunk in TailOverwrittenReport (#66682) — Vitaly Buka / githubweb
- [NFC][hwasan] Stored tail early (#66682) — Vitaly Buka / githubweb
- [NFC][hwasan] Store shadow bytes early (#66682) — Vitaly Buka / githubweb
- Reland [InlineCost] Enable the cost benefit analysis for Sample PGO (#66457) — haohai.wen / githubweb
- Temoprarily stop running this test on Intel macs — Jason Molenda / githubweb
- [clang][AST][ASTImporter] improve AST comparasion on VarDecl & GotoStmt (#66976) — github / githubweb
- Revert "[NFC][hwasan] Store shadow bytes early (#66682)" — Vitaly Buka / githubweb
- [NFC][hwasan] Store shadow bytes early (#66682) — Vitaly Buka / githubweb
- [MC] Actually make .pseudoprobe created sections deterministic — i / githubweb
clang-d475418-g58fdfe77efe063-t35719-b35719.tar.gz (Sep 20, 2023 11:07:01 PM)
- Revert "[InlineCost] Enable the cost benefit analysis for Sample PGO (#66457)" — haohai.wen / githubweb
- [Bazel] Follow up for ac182deee8287 (D76445), RISCVGenGlobalISel.inc — geek4civic / githubweb
- [Flang][OpenMP][MLIR] Fix memory leak caused by D149368 causing sanitizer error and fix iterator invalidation error — Andrew.Gozillon / githubweb
- [NFC][hwasan] More consts in BaseReport (#66682) — Vitaly Buka / githubweb
clang-d475414-gcbd45961684766-t35718-b35718.tar.gz (Sep 20, 2023 9:08:20 PM)
- [Sema] Fix fixit cast printing inside macros (#66853) — github / githubweb
- The test: test_run_then_attach_wait_interrupt was flakey on Linux & Windows. — jingham / githubweb
- Copy and paste error in a file header. — jingham / githubweb
- [SystemZ] Fix IWYU — i / githubweb
- -fsanitize=function: Add a MSVC test case — mizvekov / githubweb
- -fsanitize=function: Add a (bugged) test case for a sugared function type — mizvekov / githubweb
- [MC] Make .pseudo_probe created sections deterministic after D91878 — i / githubweb
- [InlineCost] Enable the cost benefit analysis for Sample PGO (#66457) — github / githubweb
- [clang] NFCI: Use `FileEntryRef` in `SymbolCollector` — Jan Svoboda / githubweb
- [clang] NFCI: Use `FileEntryRef` in `FileManagerTest` — Jan Svoboda / githubweb
- Recommmit "[RISCV] Improve contant materialization to end with 'not' if the cons… (#66950)" — craig.topper / githubweb
clang-d475403-gea064ba6a2d50b-t35717-b35717.tar.gz (Sep 20, 2023 7:12:38 PM)
- [fuzzer] Relax the FileCheck string for test fuzzer-custommutator.test (#66343) — github / githubweb
- [VectorCombine][RISCV] Convert VPIntrinsics with splat operands to splats (#65706) — github / githubweb
- [mlir][sparse] Generates python bindings for SparseTensorTransformOps. (#66937) — github / githubweb
- [RISCV] Add llvm/test/Transforms/VectorCombine/RISCV/lit.local.cfg — michaeltmaitland / githubweb
- [gn] expand dummy target from 2ed813ff2696 — thakis / githubweb
- [gn build] Port 933ad5c897ee — llvmgnsyncbot / githubweb
- [clang] NFCI: Use `FileEntryRef` in `PreamblePatch` — Jan Svoboda / githubweb
- Revert "[MC] Make .pseudo_probe sections deterministic after D91878" — i / githubweb
- [RISCV] Improve contant materialization to end with 'not' if the cons… (#66950) — github / githubweb
- Revert "[RISCV] Improve contant materialization to end with 'not' if the cons… (#66950)" — craig.topper / githubweb
clang-d475393-gc414e5856a8e7a-t35716-b35716.tar.gz (Sep 20, 2023 5:15:43 PM)
- Fix sphinx bot build — corentinjabot / githubweb
- [Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code Coverage (2/3) — a-phipps / githubweb
- [lldb] Add 'modify' type watchpoints, make it default (#66308) — Jason Molenda / githubweb
- [MC] Make .pseudo_probe sections deterministic after D91878 — i / githubweb
- [scudo] Remove hard-coded use of AndroidConfig. (#66845) — github / githubweb
- [clang-tidy][NFC] Update documentation for bugprone-undefined-memory-manipulation — me / githubweb
- [mlir] Fix warnings — kazu / githubweb
- [HWASAN] Prevent SEGV in report near inaccessible memory (#66861) — github / githubweb
- [X86] fix combineSubSetcc to handle a large constant (#66941) — github / githubweb
- [Coverage] Fix -Wswitch after D138847 — i / githubweb
- [lldb] Fix stdcpp type summary mistakenly marked as regex (NFC) (#66949) — github / githubweb
- Revert "Remove some raciness from the TestProcessAttach.test_run_then_attach_wait_interrupt" — dthorn / githubweb
- Revert "[Coverage][llvm-cov] Enable MC/DC Support in LLVM Source-based Code Coverage (2/3)" — a-phipps / githubweb
- [ELF][test] Improve non-abs-reloc.s to test non-STT_SECTION local symbol — i / githubweb
- Revert "[Coverage] Fix -Wswitch after D138847" — i / githubweb
- [InlineCost]Account for switch instructons when the switch condition could be simplified as a result of inlines. — mingmingl / githubweb
- [ELF] -r --compress-debug-sections: update implicit addends for .rel.debug_* referencing STT_SECTION symbols (#66804) — i / githubweb
- [mlir][python] Expose AsmState python side. (#66819) — github / githubweb
- [Doc] Clarify the comments about how handleErrors works. (#65655) — github / githubweb
clang-d475374-gdf93c4ffdf2206-t35715-b35715.tar.gz (Sep 20, 2023 3:16:44 PM)
- [X86] Add tests for folding `fmul`/`fdiv` by Pow2 to `add`/`sub` of exp; NFC — goldstein.w.n / githubweb
- [AMDGPU] Add tests for folding `fmul`/`fdiv` by Pow2 to `add`/`sub` of exp; NFC — goldstein.w.n / githubweb
- [DAGCombiner] Fold IEEE `fmul`/`fdiv` by Pow2 to `add`/`sub` of exp — goldstein.w.n / githubweb
- [DAGCombiner] Extend `combineFMulOrFDivWithIntPow2` to work for non-splat float vecs — goldstein.w.n / githubweb
- [SLP][NFC]Add a test with the reused main op instruction, NFC. — a.bataev / githubweb
- [MLIR][OpenMP] Initial Lowering of Declare Target for Data — Andrew.Gozillon / githubweb
- Revert D155711 "[SimplifyCFG] Hoist common instructions on Switch." — i / githubweb
- [MLGO] Move MBB Profile Dump test to Generic (#66856) — github / githubweb
- [libc++abi][NFC] Remove mentions of LIBCXXABI_SHARED_LIBRARIES — Louis Dionne / githubweb
- [bazel] Port D149368 mlir openmp — i / githubweb
- [clang-tidy] Warn about arrays in bugprone-undefined-memory-manipulation — me / githubweb
- [clang-tidy][NFC] Add release notes entry for D127036 — me / githubweb
- [clang-tidy] Fix support for typedefs in readability-identifier-naming (#66835) — github / githubweb
- Implement mangling rules for C++20 concepts and requires-expressions. — richard / githubweb
- Remove #include that the cp-to-llvm script added. — richard / githubweb
- [SLP]Do not gather node, if the instruction, that does not require — a.bataev / githubweb
- Remove some raciness from the TestProcessAttach.test_run_then_attach_wait_interrupt — jingham / githubweb
clang-d475357-g9cfc7ff16872de-t35714-b35714.tar.gz (Sep 20, 2023 1:17:47 PM)
- [AArch64][GlobalISel] Adopt dup(load) -> LD1R patterns from SelectionDAG — vdzhidzhoev / githubweb
- Cleanup fallback NOT checks — vdzhidzhoev / githubweb
- [AArch64] Add some tests for setcc known bits fold. NFC — david.green / githubweb
- [SelectionDAG] [NFC] Add pre-commit test for PR66701. (#66796) — github / githubweb
- [Driver] Some improvements for path handling on NetBSD (#66863) — github / githubweb
- [mlir][sparse] remove most bufferization.alloc_tensor ops from sparse (#66847) — github / githubweb
- [mlir] Bazel fixes for 1b8b55644313216e6b0fa233bbd8b01fee23f99f (#66929) — github / githubweb
- [mlir] introduce transform.loop.forall_to_for (#65474) — github / githubweb
- [mlir] regenerate linalg named ops yaml (#65475) — github / githubweb
- [SLP]Fix a crash when trying to find operand with re-vectorized main — a.bataev / githubweb
- [libc][Obvious] Fix incorrect RPC opcode for `clearerr` — jhuber6 / githubweb
- [Clang][C] Fixed a bug where we reject an _Atomic qualified integer in a switch statment — corentinjabot / githubweb
- [bazel] Port 4fbb5f93506317f063753c2b4aecebc86d63264e — i / githubweb
- [LiveRange] Verify Other LiveRange in Join API (#66809) — github / githubweb
clang-d475343-gde018f5ca4b259-t35713-b35713.tar.gz (Sep 20, 2023 11:19:44 AM)
- Revert "[clang] Don't inherit dllimport/dllexport to exclude_from_explicit_instantiation members during explicit instantiation (#65961)" — hans / githubweb
- [AMDGPU] Convert tests rotr.ll and rotl.ll to be auto-generated (#66828) — github / githubweb
- [NFC] Fix spelling 'constanst' -> 'constants' — fraser / githubweb
- [mlir][Vector] Add fastmath flags to vector.reduction (#66905) — github / githubweb
- [lldb][AArch64] Invalidate cached VG value before reconfiguring SVE registers — david.spickett / githubweb
- [gn] Add dummy build file for VETests — thakis / githubweb
- [SPIRV] Fix OpConstant float and double printing — chouinard / githubweb
- [flang][hlfir] Fixed cleanup code placement indeterminism in OrderedAssignments. (#66811) — github / githubweb
- [AMDGPU] Regenerate always-uniform.ll — llvm-dev / githubweb
- [X86] Regenerate pr39098.ll — llvm-dev / githubweb
- [ELF][test] Add a test to demonstrate #66836 — i / githubweb
- [NFC][AsmPrinter] Refactor FrameIndexExprs as a std::set (#66433) — github / githubweb
- [ELF] Postpone "unable to move location counter backward" error (#66854) — github / githubweb
- [clang][CodeGen] The `eh_typeid_for` intrinsic needs special care too (#65699) — github / githubweb
clang-d475329-g96b1784ac8c52f-t35712-b35712.tar.gz (Sep 20, 2023 9:20:26 AM)
- [clang][Interp][NFC] Small code refactoring — tbaeder / githubweb
- [Docs] Update ExceptionHandling example (NFC) — npopov / githubweb
- [mlir][bufferization][NFC] Move memref specific implementation of AllocationOpInterface to memref dialect directory (#66637) — github / githubweb
- [X86] Align other variants to use void * as 512 variants. (#66310) — github / githubweb
- [X86] Fix an assembler bug of CMPCCXADD. (#66748) — github / githubweb
- [clang][dataflow] Identify post-visit state changes in the HTML logger. (#66746) — github / githubweb
- [MLIR][Presburger] Template Matrix to allow MPInt and Fraction; use IntMatrix for integer matrices (#66897) — github / githubweb
- [SPIR-V] Fix 64-bit integer literal printing (#66686) — github / githubweb
- [libc++] Simplify how the global stream tests are written (#66842) — github / githubweb
- [AArch64][SME] Enable TPIDR2 lazy-save for za_preserved — matthew.devereau / githubweb
- [X86] X86DAGToDAGISel::matchIndexRecursively - replace hard coded recursion limit with SelectionDAG::MaxRecursionDepth. NFCI. — llvm-dev / githubweb
- [libc++] Sort available features before printing them — Louis Dionne / githubweb
- [mlir][VectorOps] Extend vector.constant_mask to support 'all true' scalable dims (#66638) — github / githubweb
- Warn on align directive with non-zero fill value in virtual sections (#66792) — github / githubweb
- [VE] Add TargetParser to CMakeLists.txt for VE unittest — asb / githubweb
- [lldb-vscode] Use auto summaries whenever variables don't have a summary (#66551) — github / githubweb
clang-d475313-g450dfab8c36337-t35711-b35711.tar.gz (Sep 20, 2023 7:24:15 AM)
- [mlir][gpu][bufferization] Implement BufferDeallocationOpInterface for gpu.terminator (#66880) — github / githubweb
- [analyzer] Fix crash analyzing _BitInt() in evalIntegralCast (#66782) — github / githubweb
- [IR] Fix a memory leak if Function::dropAllReferences() is followed by setHungoffOperand — taolq / githubweb
- [X86] vector-interleaved tests - add AVX512-SLOW/AVX512-FAST common prefixes to reduce duplication — llvm-dev / githubweb
- [X86] combineINSERT_SUBVECTOR - attempt to combine concatenated shuffles — llvm-dev / githubweb
- [X86] Add test cases for gnux32 large constants Issue #55061 — llvm-dev / githubweb
- [NFC][Clang] Address reviews about overrideFunctionFeaturesWithTargetFeatures (#65938) — github / githubweb
- [analyzer] Fix StackAddrEscapeChecker crash on temporary object fields (#66493) — github / githubweb
- [VE] Add unittest for intrinsics (#66730) — github / githubweb
- [NFC][AMDGPU] Perform a single lookup in map in SIInsertWaitcnts::isPreheaderToFlush — juamarti / githubweb
- [NFC][AMDGPU] Remove redundant hasSideEffects=1 — juamarti / githubweb
- [SROA] Don't shrink volatile load past end — npopov / githubweb
- [mlir][bufferization][scf] Implement BufferDeallocationOpInterface for scf.reduce.return (#66886) — github / githubweb
- [RISCV] Add tests where bin ops of splats could be scalarized. NFC (#65747) — github / githubweb
clang-d475299-g97ae760825972d-t35710-b35710.tar.gz (Sep 20, 2023 5:26:36 AM)
- [OpenMP][VE] Limit the number of threads to create (#66729) — github / githubweb
- [SimpleLoopUnswitch] Fix reversed branch during condition injection — npopov / githubweb
- [mlir][vector] Make ReorderElementwiseOpsOnBroadcast support vector.splat (#66596) — github / githubweb
- [lldb][AArch64] Add SME's streaming vector control register — david.spickett / githubweb
- [reland][libc][cmake] Tidy compiler includes (#66783) (#66878) — github / githubweb
- [GuardUtils] Revert llvm::isWidenableBranch change (#66411) — github / githubweb
- [LLVM] convergence verifier should visit all instructions (#66200) — github / githubweb
- [lldb][API] Remove debug print in TestRunLocker.py — david.spickett / githubweb
- [clang] [C23] Fix crash with _BitInt running clang-tidy (#65889) — github / githubweb
- [Flang][OpenMP] Move FIR lowering tests to a separate directory (#66779) — github / githubweb
- [RISCV] Add missing V extensions for zvk-invalid-features.c (#66875) — github / githubweb
clang-d475288-g1446e3cf7605f0-t35709-b35709.tar.gz (Sep 20, 2023 3:23:20 AM)
- [InferAlignment] Create tests for InferAlignment pass — 44582521+dc03 / githubweb
- [InferAlignment] Implement InferAlignmentPass — 44582521+dc03 / githubweb
- [InstCombine] Use a cl::opt to control calls to getOrEnforceKnownAlignment in LoadInst and StoreInst — 44582521+dc03 / githubweb
- [InferAlignment] Enable InferAlignment pass by default — 44582521+dc03 / githubweb
- [ELF][test] Improve -r tests for local symbols — i / githubweb
- [mlir][IR] Trigger `notifyOperationRemoved` callback for nested ops (#66771) — github / githubweb
- [Workflow] Add new code format helper. (#66684) — github / githubweb
- [gn build] Port 0f152a55d3e4 — llvmgnsyncbot / githubweb
- [RISCV] Fix bugs about register list of Zcmp push/pop. (#66073) — github / githubweb
- [AMDGPU] Run twoaddr tests with -early-live-intervals (#66775) — github / githubweb
- [TableGen][GlobalISel] Use `GIM_SwitchOpcode` in Combiners (#66864) — github / githubweb
- [NFC][InferAlignment] Swap extern declaration and definition of EnableInferAlignmentPass — 44582521+dc03 / githubweb
- [flang] Prevent IR name clashes between BIND(C) and external procedures (#66777) — github / githubweb
- Revert "[Workflow] Add new code format helper. (#66684)" — tobias / githubweb
- [lldb][Docs] Fix typo in style docs — david.spickett / githubweb
- [clang-format][NFC] Clean up signatures of some parser functions (#66569) — github / githubweb
- Revert "Fix a bug with cancelling "attach -w" after you have run a process previously (#65822)" — david.spickett / githubweb
clang-d475271-gcb97761e85dd60-t35708-b35708.tar.gz (Sep 20, 2023 1:23:48 AM)
- [MC,X86] Property report error for modifiers with incorrect size — i / githubweb
- [RISCV] Install sifive_vector.h to riscv-resource-headers (#66330) — github / githubweb
clang-d475269-ga93e76dd8778a5-t35707-b35707.tar.gz (Sep 19, 2023 11:26:23 PM)
- [libc++] Warn if an unsupported compiler is used — Louis Dionne / githubweb
- [ELF][test] Improve tests about non-SHF_ALLOC sections relocated by non-ABS relocations — i / githubweb
- [ELF] Remove a R_ARM_PCA special case from relocateNonAlloc — i / githubweb
- [clang][dataflow] Reorder checks to protect against a null pointer dereference. (#66764) — github / githubweb
clang-d475265-g41934f2d1f8f5d-t35706-b35706.tar.gz (Sep 19, 2023 9:30:12 PM)
- [lldb][NFCI] Remove unused struct ConstString::StringIsEqual — Alex Langford / githubweb
- [builtins][NFC] Avoid using CRT_LDBL_128BIT in tests (#66832) — github / githubweb
- [RISCV] Prefer Zcmp push/pop instead of save-restore calls. (#66046) — github / githubweb
- [DependencyScanningFilesystem] Make sure the local/shared cache filename lookups use only absolute paths (#66122) — github / githubweb
- [NFC][hwasan] Make ShowHeapOrGlobalCandidate a method (#66682) — Vitaly Buka / githubweb
- [NFC][hwasan] Find overflow candidate early (#66682) — Vitaly Buka / githubweb
- [NFC][hwasan] Clang-format c557621176f5f38b5757a325cc72be0a11a91c78 — Vitaly Buka / githubweb
- [NFC][hwasan] Extract a few BaseReport::Copy methods (#66682) — Vitaly Buka / githubweb
- [NFC][hwasan] Extract announce_by_id (#66682) — Vitaly Buka / githubweb
- [NFC][hwasan] Collect heap allocations early (#66682) — Vitaly Buka / githubweb
clang-d475255-gdd477ebd235e17-t35705-b35705.tar.gz (Sep 19, 2023 7:34:06 PM)
- [lit] Apply aa71680f2948's fix to an additional test — jdenny.ornl / githubweb
- [AMDGPU] Add ASM and MC updates for preloading kernargs — Austin.Kerbow / githubweb
- [bazel] Port c649f29c24c9fc1502d8d53e0c96c3d24b31de1a (llvm-nm --line-numbers) — i / githubweb
- Fix test added in D150987 to account for different path separators which was causing the test to fail on Windows. — douglas.yung / githubweb
- [SimplifyCFG] Pre-commit test for extending HoistThenElseCodeToIf. — dianqk / githubweb
- [SimplifyCFG] Hoist common instructions on Switch. — dianqk / githubweb
- [IR] Add "Large Data Threshold" module metadata (#66797) — github / githubweb
- A test was changing directory and then incorrectly restoring the directory — jingham / githubweb
- [mlir][sparse] unifies sparse_tensor.sort_coo/sort into one operation. (#66722) — github / githubweb
- [Docs] Fix table after previous document update — jhuber6 / githubweb
- [Sparc] Remove LEA instructions (NFCI) (#65850) — github / githubweb
clang-d475244-gd37496e75a137f-t35704-b35704.tar.gz (Sep 19, 2023 5:35:00 PM)
- [libc++][NFC] Clean up std::__call_once — Louis Dionne / githubweb
- [libc][cmake] Tidy compiler includes (#66783) — github / githubweb
- [OpenMP][Docs][NFC] Update documentation — github / githubweb
- [RISCV] Match strided load via DAG combine (#66800) — github / githubweb
- [llvm-nm] Add --line-numbers flag — dthorn / githubweb
- Revert "[libc][cmake] Tidy compiler includes (#66783)" (#66822) — github / githubweb
- [-Wunsafe-bugger-usage] Clean tests: remove nondeterministic ordering — r_mudduluru / githubweb
- [mlir][sparse][gpu] free all buffers allocated for spGEMM (#66813) — github / githubweb
- [llvm][docs] Update active CoC Commitee members (#66814) — github / githubweb
- Explicitly set triple on line-numbers.test — dthorn / githubweb
- [AsmPrint] Dump raw frequencies in `-mbb-profile-dump` (#66818) — github / githubweb
- [Clang] Static member initializers are not immediate escalating context. (#66021) — github / githubweb
- [mlir][spirv] Suffix NV cooperative matrix props with `_nv` (#66820) — github / githubweb
- [mlir][spirv] Define KHR cooperative matrix properties (#66823) — github / githubweb
- [lit] Fix a test fail under windows — jdenny.ornl / githubweb
- [InstrProf][compiler-rt] Enable MC/DC Support in LLVM Source-based Code Coverage (1/3) — a-phipps / githubweb
- [AMDGPU] Use inreg for hint to preload kernel arguments — Austin.Kerbow / githubweb
- [EarlyCSE] Compare GEP instructions based on offset (#65875) — github / githubweb
- [libc++] Fix __threading_support when used with C11 threading (#66780) — github / githubweb
- [clang] Improve CI output when trailing whitespace is found (#66649) — github / githubweb
- [libc] Fix printf config not working (#66834) — github / githubweb
clang-d475223-g641124a9b98eef-t35703-b35703.tar.gz (Sep 19, 2023 3:36:41 PM)
- [flang][hlfir] Fixed assignment/finalization order for user-defined assignments. (#66736) — github / githubweb
- [RISCV] Require alignment when forming gather with larger element type — listmail / githubweb
- Addressed review comments to use ThreadSafe instead of !ThreadSafe — github / githubweb
- [flang] Follow memory source through more operations (#66713) — github / githubweb
- [X86] Use RIP-relative addressing for data under large data threshold for medium code model — aeubanks / githubweb
- Fix a bug with cancelling "attach -w" after you have run a process previously (#65822) — github / githubweb
- Let the c(xx)_status pages reflect that clang 17 is released — corentinjabot / githubweb
- Revert "[flang][hlfir] Fixed assignment/finalization order for user-defined assignments. (#66736)" — szakharin / githubweb
- Revert "Revert "[flang][hlfir] Fixed assignment/finalization order for user-defined assignments. (#66736)"" — szakharin / githubweb
- [ORC] Add writePointers to ExecutorProcessControl's MemoryAccess — ksunhokim123 / githubweb
- [Coverage] Skip visiting ctor member initializers with invalid source locations. — zequanwu / githubweb
- [SLP]Fix PR66795: Check correct deps for vectorized inst with multiple — a.bataev / githubweb
- [github] Make branch workflow more robust (#66781) — github / githubweb
- [flang] Correct handling of assumed-rank allocatables in ALLOCATE (#66718) — github / githubweb
- [BOLT][runtime] Test for outline-atomics support — och95 / githubweb
- [mlir][spirv] Add conversions for Arith's `maxnumf` and `minnumf` (#66696) — github / githubweb
clang-d475207-gf1097e88d22511-t35702-b35702.tar.gz (Sep 19, 2023 1:16:46 PM)
- [libc++] Don't build libc++ benchmarks in the `publish-runtimes-sphinx-docs` job — var-const / githubweb
clang-d475207-gf1097e88d22511-t35702-b35702.tar.gz (Sep 19, 2023 1:16:46 PM)
- [libc][math] Extract non-MPFR math tests into libc-math-smoke-tests. — lntue / githubweb
- [lit] Drop "Script:", make -v and -a imply -vv — jdenny.ornl / githubweb
- [lit] Improve test output from lit's internal shell — jdenny.ornl / githubweb
- [lit] Echo full RUN lines in case of external shells (#66408) — github / githubweb
- [RISCV] Add a pass to rewrite rd to x0 for non-computational instrs whose return values are unused — dtcxzyw2333 / githubweb
- [mlir][spirv][gpu] Convert remaining wmma ops to KHR coop matrix (#66455) — github / githubweb
- [mlir][sparse] More allocate -> empty tensor migration (#66720) — github / githubweb
- [gn build] Port 93fde2ea1b2c — llvmgnsyncbot / githubweb
- [RISCV] Add more instructions for the short forward branch optimization. (#66789) — github / githubweb
- [SSP] Accessing __stack_chk_guard when using LTO (#66535) — github / githubweb
- [RISCV] Expand test coverage for widening gather and strided load idioms — listmail / githubweb
- [lldb][NFCI] Remove unneeded ConstString from intel-pt plugin (#66721) — github / githubweb
- [lldb][NFCI] Remove unneccessary allocation in ScriptInterpreterPythonImpl::GetSyntheticTypeName (#66724) — github / githubweb
- [Profile] Delete coverage-debug-info-correlate.cpp test on mac as debug info correlation not working on mac for unkown reasons. — zequanwu / githubweb
- [lldb] Fix build after d5a62b78b8ae — Alex Langford / githubweb
clang-d475192-g82676d49d387f9-t35701-b35701.tar.gz (Sep 19, 2023 10:56:59 AM)
- [clang][TSA] Thread safety cleanup functions — tbaeder / githubweb
- [SPIRV] Test basic float and int types (#66282) — github / githubweb
- [mlgo] Fix tests post PR #66334 — mtrofin / githubweb
- [libunwind][AIX] Fix up TOC register if unw_getcontext is called from a different module (#66549) — github / githubweb
- [RISCV] Recognize veyron-v1 processor in clang driver. (#66703) — github / githubweb
- [RISCV] Add a combine to form masked.store from unit strided store — listmail / githubweb
- [SROA] Remove unnecessary IsStorePastEnd handling (NFCI) — npopov / githubweb
- In ExprRequirement building, treat OverloadExpr as dependent (#66683) — github / githubweb
- [mlir][SCF] `ForOp`: Remove `getIterArgNumberForOpOperand` (#66629) — github / githubweb
- [mlir][Interfaces] `LoopLikeOpInterface`: Support ops with multiple regions (#66754) — github / githubweb
- [DAGCombiner] Combine vp.strided.load with unit stride to vp.load (#66766) — github / githubweb
- [DAGCombiner] Combine vp.strided.store with unit stride to vp.store (#66774) — github / githubweb
- [TwoAddressInstruction] Use isPlainlyKilled in processTiedPairs (#65976) — github / githubweb
- [RISCV] Fix bad isel predicate handling for Ztso. (#66739) — github / githubweb
clang-d475178-g5f476b80e3d472-t35700-b35700.tar.gz (Sep 19, 2023 8:59:17 AM)
- [lldb][AArch64] Implement resizing of SME's ZA register — david.spickett / githubweb
- [lldb][AArch64] Add testing for SME's ZA and SVG registers — david.spickett / githubweb
- [InstCombine] Add test for #62450 (NFC) — npopov / githubweb
- [InstCombine] Make flag drop during select equiv fold more generic — npopov / githubweb
- [IR] `SingleBlock::push_back` operations to the back of the block (#66655) — github / githubweb
- Fix math-errno issue (#66381) — github / githubweb
- [Dexter] Associate parser errors with correct file (#66765) — stephen.tozer / githubweb
- [OpenMP][MLIR] Refactor and extend current map support by adding MapInfoOp and DataBoundsOp operations to the OpenMP Dialect — Andrew.Gozillon / githubweb
- [Flang][OpenMP] Add lowering from PFT to new MapEntry and Bounds operations and tie them to relevant Target operations — Andrew.Gozillon / githubweb
- [Flang][MLIR][OpenMP] Update OMPEarlyOutlining to support Bounds, MapEntry and declare target globals — Andrew.Gozillon / githubweb
- [MLIR][OpenMP] Alterations to LLVM-IR lowering of OpenMP Dialect due to Bounds and MapEntry operations — Andrew.Gozillon / githubweb
- [FuncSpec] Adjust the names of specializations and promoted stack values — github / githubweb
- [SPIRV] Fix bug in emitting GLSL ext inst names — chouinard / githubweb
- [bazel] Port for 571df0132daa903ed2c5ad5776e4d264b823de40 — hokein.wu / githubweb
- [flang] Add comdats to functions with linkonce linkage (#66516) — github / githubweb
clang-d475178-g5f476b80e3d472-t35700-b35700.tar.gz (Sep 19, 2023 8:59:17 AM)
- [External][SOLLVE V&V] Adding AMD whitelist (#24) — github / githubweb
- [SingleSource] Pass -fenable-matrix at link time in case ThinLTO is used — wyehia / githubweb
clang-d475163-g61d819dd52f890-t35699-b35699.tar.gz (Sep 19, 2023 7:00:15 AM)
- Move CallInst::CreateFree to IRBuilderBase — kkleine / githubweb
- [AMDGPU] Fix line endings in a test — jay.foad / githubweb
- [CodeGen] Renumber slot indexes before register allocation (#66334) — jay.foad / githubweb
- [lldb][AArch64] Add SME's Array Storage (ZA) register — david.spickett / githubweb
- [lldb][AArch64] Add SME streaming vector length pseduo register — david.spickett / githubweb
- [RISCV] Merge RV32/RV64 CHECK lines in strided vp load/store tests. NFC — luke / githubweb
- [mlir] avoid crash in transform.sequence verifier (#66756) — github / githubweb
- [LLD] Improve the lit tests added by 272bd6f9cc86bf6b4dd6bd51e85c46db10e8b86a — hokein.wu / githubweb
- [RISCV] Add tests for memory constraint A — wangpengcheng.pp / githubweb
clang-d475154-gad4a5130277776-t35698-b35698.tar.gz (Sep 19, 2023 5:00:10 AM)
- [SPIR-V] Remove -opaque-pointers=0 from LITs, fixes for opaque pointers support — michal.paszkowski / githubweb
- [AArch64] Remove copy instruction between uaddlv with v4i16/v8i16 and dup (#66508) — github / githubweb
- [lldb] Correct expected output for variable on 32 bit platforms — david.spickett / githubweb
- [mlir][linalg][transform] Add some debug output to vectorization. (NFC) (#66520) — github / githubweb
- [mlir][linalg][transform][python] Allow no args in MaskedVectorize. (#66541) — github / githubweb
- [SPIR-V] Preserve pointer address space for load/gep instructions — michal.paszkowski / githubweb
- [lldb][AArch64] Document how to control the SVE/SSVE tests — david.spickett / githubweb
- [NFC] Preparatory work for D153131 (#66750) — github / githubweb
- [analyzer] TaintPropagation checker strlen() should not propagate (#66086) — github / githubweb
- [clang][CFG] Cleanup functions — tbaeder / githubweb
clang-d475144-gda57ced76dbb48-t35697-b35697.tar.gz (Sep 19, 2023 2:57:18 AM)
- [gn build] Port 44532a9dd4a0 — llvmgnsyncbot / githubweb
- [mlir][bazel] Small adjustment to https://github.com/llvm/llvm-project/commit/7db4a6f278a8b983a9ce86fa32f61ca9f9be5156 — github / githubweb
- AMDGPU: Fix handling of -0 in round lowering (#65761) — github / githubweb
- [NFC][NewGVN] Update assume_dominating_icmp.ll (#66711) — github / githubweb
- [clang][dataflow] Fix two null pointer dereferences in `getMemberForAccessor()`. (#66742) — github / githubweb
- [llvm] Move CallInst::CreateMalloc to IRBuilderBase::CreateMalloc — kkleine / githubweb
- [mlir][IR] Change `MutableArrayRange` to enumerate `OpOperand &` (#66622) — github / githubweb
- [lldb][Docs] Document our major differences from the LLVM style (#66345) — github / githubweb
- [examples] Remove unused variable 'BB' in BrainF.cpp (NFC) — jiefu / githubweb
clang-d475135-g7ac1f60f01a73f-t35696-b35696.tar.gz (Sep 19, 2023 12:56:07 AM)
- [libc] Specify path for making include/ subdirs (#66589) — github / githubweb
- [mlir] Quality of life improvements to python API types. (#66723) — github / githubweb
- [ELF][test] Improve relocations referencing STT_SECTION tests for -r — i / githubweb
- [CodeLayout] Fix X1_Y_X2 and Y_X2_X1 testing for jumps from Y (#66592) — github / githubweb
- Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)" — Jason Molenda / githubweb
- [llvm-libgcc][CMake] Refactor llvm-libgcc (#65455) — github / githubweb
clang-d475129-g3017545e6337d3-t35695-b35695.tar.gz (Sep 18, 2023 10:57:39 PM)
- [clang] Fix null dereference on return in lambda attribute statement expr (#66643) — github / githubweb
- [lldb] Add 'modify' type watchpoints, make it default (#66308) — github / githubweb
- [gn build] Port 3692267ca8f9 — llvmgnsyncbot / githubweb
- [RISCV][MC]Add support for Binary MCExpr — yunzezhu / githubweb
- [RISCV][NFC] Simplify the sp-offset reduction by spimm of CM.PUSH/POP. (#66667) — github / githubweb
- [mlir][c] Expose AsmState. (#66693) — github / githubweb
- [InstCombine] Add pre-commit tests for PR66606. NFC. — dtcxzyw2333 / githubweb
- [BOLT][YAML] Only read first profile per function — aaupov / githubweb
- [RISCV] Fix inline asm error for block address (#66640) — github / githubweb
clang-d475120-g7db4a6f278a8b9-t35694-b35694.tar.gz (Sep 18, 2023 8:58:21 PM)
- [NFC][hwasan] Remove default argument — Vitaly Buka / githubweb
- [mlir][mlprogram] Add `mlprogram-pipeline-globals` optimization pass — suderman / githubweb
- [NFC][hwasan] Create *Report classes (#66682) — Vitaly Buka / githubweb
- [NFC][hwasan] Use unnamed namespace and static (#66682) — Vitaly Buka / githubweb
- [NFC][hwasan] Move Report classes together (#66682) — Vitaly Buka / githubweb
- [mlir][TilingInterface] Make the tiling set tile sizes function use `OpFoldResult`. (#66566) — github / githubweb
- [NFC][hwasan] Extract BaseReport (#66682) — Vitaly Buka / githubweb
- [NFC][hwasan] Move PrintAddressDescription (#66682) — Vitaly Buka / githubweb
- [mlir][tensor] Bufferize tensor.reshape with non-identity layouts (#65654) — github / githubweb
- [NFC][hwasan] Store thread id in SavedStackAllocations (#66682) — Vitaly Buka / githubweb
- [LAA] Analyze pointers forked by a phi (#65834) — github / githubweb
- [NFC][hwasan] Add access_size into base report (#66682) — Vitaly Buka / githubweb
- [NFC][hwasan] Remove default argument — Vitaly Buka / githubweb
- [NFC][hwasan] Make PrintAddressDescription method of BaseReport (#66682) — Vitaly Buka / githubweb
- [LoopPredication] Fix division by zero in case of zero branch weights (#66506) — github / githubweb
- [NFC][hwasan] Collect heap related data early (#66682) — Vitaly Buka / githubweb
- [bazel] Port cbd475040f8952cfc55b9e13dd5ce6c4f6434cd3 (mlir/lib/Dialect/MLProgram) — i / githubweb
clang-d475103-g928564caa5de8b-t35693-b35693.tar.gz (Sep 18, 2023 6:59:46 PM)
- [Clang] Fix a crash in the diagnostic emission of invalid immediate calls (#66699) — github / githubweb
- [mlir][sparse] fix logical error when generating sort_coo. (#66690) — github / githubweb
- [WPD][LLD] Add option to validate RTTI is enabled on all native types and prevent devirtualization on types with native RTTI — modimo / githubweb
- [AArch64] Move LDR_PXI from isStoreToStackSlot to isLoadFromStackSlot (#65658) — github / githubweb
- [driver] Search for compatible Android runtime directories — smeenai / githubweb
- [driver] Address missed feedback from https://reviews.llvm.org/D158476 — smeenai / githubweb
- [RISCV] Combine a gather to a larger element type (#66694) — github / githubweb
clang-d475096-g266630cffceefb-t35692-b35692.tar.gz (Sep 18, 2023 5:01:36 PM)
- [DSE] Simplify based on opaque pointers — bjorn.a.pettersson / githubweb
- [MemCpyOpt] Drop redundant CreatePointerCast — bjorn.a.pettersson / githubweb
- [SimplifyLibCalls] Drop redundant CreatePointerCast in optimizeSPrintFString — bjorn.a.pettersson / githubweb
- Disable MSAN test: ELF_perf.s — github / githubweb
- [analyzer] Fix crash analyzing _BitInt() in evalIntegralCast (#65887) — github / githubweb
- [VPlan] Fold (MUL A, 1) -> A as VPlan2VPlan transform. — flo / githubweb
- [scudo] Remove AndroidSvelteConfig. (#66444) — github / githubweb
- [lld][WebAssembly] Improve error message on adding LTO object post-LTO. NFC (#66688) — github / githubweb
- [LLDB] Attempt to fix DumpDataExtractorTest — walter / githubweb
- Revert "[analyzer] Fix crash analyzing _BitInt() in evalIntegralCast (#65887)" — bjorn.a.pettersson / githubweb
- Ignore out-of-bounds printf() format string in ASan test (#66695) — github / githubweb
- [LLDB] Attempt to fix DumpDataExtractorTest — walter / githubweb
clang-d475084-gfba474d3d6af01-t35691-b35691.tar.gz (Sep 18, 2023 3:03:46 PM)
- Revert "[MLIR][Presburger] Template Matrix to allow MPInt and Fraction (#65272)" — arjunpitchanathan / githubweb
- [flang] Fixed -Werror build after #65919. (#66679) — github / githubweb
- [gn] port 8677aaa1a32a (RISCV pre-legalizer combiners) — thakis / githubweb
- [Profile] Pass InstrProfSymtab by reference. — zequanwu / githubweb
- [flang] Fix characterization of result of function returning procedur… (#66248) — github / githubweb
- [BOLT] Speedup symbol table sort — maks / githubweb
- [BOLT][NFC] Refactor RI::discoverFileObjects() — maks / githubweb
- [InstCombine] Fix typo in the test `icmp-range.ll`. NFC. — dtcxzyw2333 / githubweb
- [flang] Fix bogus warning about missing FINAL on assumed-rank (#66250) — github / githubweb
- [NFC][Clang] Remove tailing white spaces in `llvm/include/llvm/Frontend/OpenMP/OMP.td` — i / githubweb
- [RISCV] Narrow indices of fixed vector gather/scatter nodes — listmail / githubweb
- [flang] Accept NULL() actual for optional allocatable dummy argument (#66251) — github / githubweb
- [libc++] Implement ranges::ends_with — zijunzhao / githubweb
- [bazel] Port 8677aaa1a32a (RISCV pre-legalizer combiners) — i / githubweb
- [flang] Allow empty SEQUENCE types (#66252) — github / githubweb
- [gn build] Port 0218ea4aaa54 — llvmgnsyncbot / githubweb
- [runtimes] Add a mechanism to use cache files for a runtimes build — smeenai / githubweb
- [driver] Conditionally include installed libc++ headers for Android — smeenai / githubweb
- [driver] Perform fallback target searches for stdlib — smeenai / githubweb
- [flang] Fix bogus error w/ COMMON & EQUIVALENCE (#66254) — github / githubweb
- [TargetMachine] Remove DefaultOptions (#66673) — github / githubweb
- [flang] Extension: accept NULL([MOLD=]) for ALLOCATABLE INTENT(IN) du… (#66256) — github / githubweb
- [llvm-profgen] Ignore inline frames with an emtpy function name (#66678) — github / githubweb
- [flang] Prioritize DATA object error messages a little better (#66258) — github / githubweb
- [clang] Correct source locations for instantiations of function templates. — tom.honermann / githubweb
- [flang] Fix CFI_CDESC_T(rank) for C (#66260) — github / githubweb
clang-d475058-g054f9c55c6b452-t35690-b35690.tar.gz (Sep 18, 2023 1:05:53 PM)
- [libc++][lit] Atomically update the persistent cache (#66538) — github / githubweb
- [RISCV] Add test case to show bad codegen for unaligned i64 store of a large constant. — craig.topper / githubweb
- [SelectionDAG][RISCV] Mask constants to narrow size in TargetLowering::expandUnalignedStore. — craig.topper / githubweb
- [AArch64] Remove the Z#_HI register definitions (#66353) — github / githubweb
- [RISCV] Merge some test checks rvv/fixed-vectors-masked-gather.ll [nfc] — listmail / githubweb
- [flang] Fix SIZEOF() expression rewriting (#66241) — github / githubweb
- [flang] Allow continuation of D lines (#66242) — github / githubweb
- [RISCV] Match constant indices of non-index type when forming strided ops (#65777) — listmail / githubweb
- [Profile] Pass InstrProfSymtab instead of IndexedInstrProfReader when creating BinaryCoverageReader — zequanwu / githubweb
- Revert "[ARM] Always lower direct calls as direct when the outliner is enabled (#66434)" — Jon Roelofs / githubweb
- [LLDB] Add a setting for printing ValueObject hex values without leading zeroes (#66548) — github / githubweb
- [mlir][sparse] fix merge conflict in sddmm test (#66670) — github / githubweb
- Skip tests with earlier versions of clang — Adrian Prantl / githubweb
- [flang][runtime] Enforce proper termination of list-directed input va… (#66244) — github / githubweb
- [flang][hlfir] Alias analysis for host associated accesses. (#65919) — github / githubweb
- [InstSimplify] Add pre-commits for PR#66606. NFC. — dtcxzyw2333 / githubweb
- [mlir][Vector] Add a rewrite pattern for better low-precision ext(bit… (#66648) — github / githubweb
- [NewGVN] Set parent to the temporal instructions that are generated during phi-of-ops optimization (#66314) — github / githubweb
- [flang] Fix compile-time infinite loop (#66246) — github / githubweb
- [MLIR][Presburger] Template Matrix to allow MPInt and Fraction (#65272) — github / githubweb
- [flang] Remove unused function IsListDirectedFieldComplete — kazu / githubweb
- [InstCombine] Add `sext` version of pre-commit tests for PR65852. NFC. — dtcxzyw2333 / githubweb
- [lldb] Fix the TestValueAPI test — walter erquinigo / githubweb
- [RISCV][GISel] Add initial pre-legalizer combiners copying from AArch64. — craig.topper / githubweb
- [libc++] Fix `std::pair`'s pair-like constructor's incorrect assumption (#66585) — github / githubweb
clang-d475033-g6a45339bac4a44-t35689-b35689.tar.gz (Sep 18, 2023 11:04:56 AM)
- [ArgPromotion] Update allocsize indices after promotion — npopov / githubweb
- [Github] Add a new line before the line separator to avoid paragraphs being treated as titles — corentinjabot / githubweb
- [InstCombine] Add pre-commit tests for PR65073. NFC. — dtcxzyw2333 / githubweb
- [mlir] Fix Bazel build — me / githubweb
- [libc++] [string_view] Remove operators made redundant by C++20 (#66206) — github / githubweb
- [DAG] getNode() - begin generalizing the (zext (trunc (assertzext x))) -> (assertzext x) fold. — llvm-dev / githubweb
- [mlir][bufferization] Remove allow-return-allocs and create-deallocs pass options, remove bufferization.escape attribute (#66619) — github / githubweb
- [libc++][CI][AIX] modify the equivalence classes of regex_match for locale "cs_CZ.ISO8859-2" — zhijian / githubweb
- [Flang][OpenMP] Add trivial conversion pattern for omp.ordered_region (#66085) — github / githubweb
- [libc][GPU] Fix dependencies for externally installed stub files (#66653) — github / githubweb
- [VP] Add missing functional_intrinsic properties and add static_assert. NFC (#66199) — github / githubweb
- [flang] Accept pointer-valued function results as ASSOCIATED() arguments (#66238) — github / githubweb
- Revert "Reapply [Verifier] Sanity check alloca size against DILocalVariable fragment size" — npopov / githubweb
- [RISCV] Fix crash when legalizing mgather/scatter on rv32 — listmail / githubweb
- [flang][runtime] INQUIRE(UNIT=-666, EXIST=x) should be .FALSE. (#66239) — github / githubweb
- [mlir][llvm] Use zeroinitializer for TargetExtType (#66510) — github / githubweb
- [flang] Fold NORM2() (#66240) — github / githubweb
- [SelectionDAG][RISCV][PowerPC][X86] Use TargetConstant for immediates for ISD::PREFETCH. (#66601) — github / githubweb
- [mlir][sparse] refine sparse fusion with empty tensors materialization (#66563) — github / githubweb
clang-d475014-gd8d0588f663b37-t35688-b35688.tar.gz (Sep 18, 2023 9:06:44 AM)
- [lldb][Docs] Link up the newly restored data formatters page — david.spickett / githubweb
- [MemCpyOpt] fix miscompile for non-dominated use of src alloca for stack-move optimization (#66618) — github / githubweb
- [libc++] Implement LWG3545: std::pointer_traits should be SFINAE-friendly. (#65177) — github / githubweb
- [scudo] Use MemMap in Vector — fdurso / githubweb
- [SVE] Fix crash when costing getelementptr with scalable target type. — paul.walker / githubweb
- [IR] Remove unnecessary bitcast from CreateMalloc() — npopov / githubweb
- [flang] Lower PRIVATE component names safely (#66076) — github / githubweb
- [libc] Add GPU config file using the new format (#66635) — github / githubweb
- [mlir][Vector] Add a rewrite pattern for better low-precision bitcast… (#66387) — github / githubweb
- [Flang][OpenMP] Run Flang-specific OpenMP MLIR passes in bbc — safonsof / githubweb
- [InstSimplify] Fold icmp of `X and/or C1` and `X and/or C2` into constant (#65905) — github / githubweb
- [mlir][bufferization] Empty tensor elimination for materialize_in_destination (#65468) — github / githubweb
- Fix unused variable (#66644) — github / githubweb
- [libc++] Simplify how we select modules flavors in the test suite (#66385) — github / githubweb
- [mlir][Vector] Fix -Wunused-function in VectorEmulateNarrowType.cpp (NFC) — jiefu / githubweb
- [TwoAddressInstruction] Update LiveIntervals after INSERT_SUBREG with undef read (#66211) — github / githubweb
clang-d474998-g7b4b09a59a75dc-t35687-b35687.tar.gz (Sep 18, 2023 7:09:07 AM)
- [mlir][Interfaces][NFC] LoopLikeOpInterface: Consistent TD formatting (#66097) — github / githubweb
- update_mir_test_checks.py: match undef vreg subreg definitions (#66627) — github / githubweb
- [SDag] Fold saddo[_carry] with bitwise-not argument to ssubo[_carry] (#66571) — github / githubweb
- [Bolt] fix a relocation bug for R_AARCH64_CALL26 — sinan.lin / githubweb
clang-d474994-g1a4dd8d3620635-t35686-b35686.tar.gz (Sep 18, 2023 5:10:07 AM)
- [clang][dataflow] Model the fields that are accessed via inline accessors (#66368) — github / githubweb
- [AMDGPU] Fix non-deterministic iteration order in SIFixSGPRCopies (#66617) — github / githubweb
- [clang][Interp] Allow zero-init of primitives with an empty init list — tbaeder / githubweb
- [ValueTracking] Remove unused Depth parameter (NFC) — npopov / githubweb
- [clang][Sema] Remove irrelevant diagnostics from constraint satisfaction failure — shimizu2486 / githubweb
- [llvm][documentation] Fix coroutines documentation (#66420) — github / githubweb
- [mlir][bufferization] Switch tests to new deallocation pass pipeline (#66517) — github / githubweb
clang-d474987-g75b76c4b477e98-t35685-b35685.tar.gz (Sep 18, 2023 3:09:09 AM)
clang-d474987-g75b76c4b477e98-t35685-b35685.tar.gz (Sep 18, 2023 3:09:09 AM)
- [SCEV] Fix incorrect nsw inference for multiply of addrec (#66500) — github / githubweb
- [MLIR] Allow comparison of opaque properties (#66378) — github / githubweb
- [flang][runtime] zero size allocation in source allocation (#66124) — github / githubweb
- [bazel] Port for 88e3358f331d727e7bbcddb2821ef89d25d1ab7a — hokein.wu / githubweb
- [VectorCombine] Fix a spot in commit 068357d9b09cd635b1c2f126d119ce9afecb28f7 — bennshi / githubweb
- [mlir][SCF] scf.for: Consistent API around `initArgs` (#66512) — github / githubweb
- [RISCV][NFC] precommit for D159399 — piyou.chen / githubweb
- [RISCV] Only emit .option when extension is supported — piyou.chen / githubweb
- [Clang][test] Replace legacy -target with --target=. (#66572) — github / githubweb
- [mlir][IR] Change `MutableOperandRange::operator[]` to return an `OpOperand &` (#66515) — github / githubweb
- [clang-transformer] Allow stencils to read from system headers. (#66480) — github / githubweb
clang-d474976-g54a38c9c9c46f3-t35684-b35684.tar.gz (Sep 18, 2023 1:09:35 AM)
- [gn build] Port 88e3358f331d — llvmgnsyncbot / githubweb
- [ORC] Fix -Wunused-but-set-variable in JITLoaderPerf.cpp (NFC) — jiefu / githubweb
clang-d474974-g88e3358f331d72-t35683-b35683.tar.gz (Sep 17, 2023 11:12:12 PM)
- [WholeProgramDevirt] Use llvm:: qualifier to implement declared functions. NFC — i / githubweb
- [VectorCombine] Enable transform 'scalarizeLoadExtract' for scalable vector types (#65443) — github / githubweb
- [RISCV] Add tests for merging base offset of BlockAddress — wangpengcheng.pp / githubweb
- [RISCV] Teach RISCVMergeBaseOffset to handle BlockAddress — wangpengcheng.pp / githubweb
- [ORC][JITLink] Non-debuginfo JITLink perf jitdump support. — Lang Hames / githubweb
clang-d474969-g7d9039e11d3f25-t35682-b35682.tar.gz (Sep 17, 2023 9:14:41 PM)
clang-d474968-g4b5366c9512aa2-t35681-b35681.tar.gz (Sep 17, 2023 2:25:03 PM)
- [RISCV] Reuse existing XLenVT variable. NFC — craig.topper / githubweb
- [RISCV] Use getConstantOperandVal. NFC — craig.topper / githubweb
- [clang-tidy] Avoid checking magic numbers if _BitInt (#65888) — github / githubweb
clang-d474965-g1679b20cd0eef3-t35680-b35680.tar.gz (Sep 17, 2023 12:28:28 PM)
clang-d474964-ga054d89cd494d4-t35679-b35679.tar.gz (Sep 17, 2023 10:32:26 AM)
- [MLIR][Presburger] Implement convertVarKind for PresburgerRelation — github / githubweb
- [InstSimplify] Add signed version of pre-commit tests for PR65905. NFC. — dtcxzyw2333 / githubweb
clang-d474962-g2f45b56728db10-t35678-b35678.tar.gz (Sep 17, 2023 8:36:05 AM)
- [mlir][bytecode] Check that bytecode source buffer is sufficiently aligned. (#66380) — github / githubweb
- [InstSimplify] Add pre-commit tests for PR65905. NFC. — dtcxzyw2333 / githubweb
clang-d474960-g3aec4f9ae3b8dd-t35677-b35677.tar.gz (Sep 17, 2023 6:38:07 AM)
- [InstCombine] Add pre-commit tests for PR65845 — dtcxzyw2333 / githubweb
clang-d474959-gde56ceb54a1448-t35676-b35676.tar.gz (Sep 17, 2023 4:35:29 AM)
- [AArch64][GlobalISel] Add lowering for constant BIT/BIF/BSP (#65897) — david.green / githubweb
- [RISCV] Combine trunc (sra sext (x), zext (y)) to sra (x, smin (y, scalarsizeinbits(y) - 1)) (#65728) — github / githubweb
- [VPlan] Remove stray indent when printing scalar steps recipe. — flo / githubweb
- [clang] fix stray whitespace in release notes to fix CI failure — github / githubweb
clang-d474955-g9f7906a6c075b3-t35675-b35675.tar.gz (Sep 17, 2023 2:30:45 AM)
clang-d474954-gda35b2e57a164e-t35674-b35674.tar.gz (Sep 17, 2023 12:31:13 AM)
clang-d474953-g4a1fe09b189f10-t35672-b35672.tar.gz (Sep 16, 2023 6:44:53 PM)
- [libc++] Fix potentially flaky test joinable.pass.cpp — hui.xie0621 / githubweb
clang-d474952-g49610edd49cfbf-t35671-b35671.tar.gz (Sep 16, 2023 4:49:29 PM)
clang-d474951-g4bf5fdd6110267-t35670-b35670.tar.gz (Sep 16, 2023 2:50:49 PM)
- Fix PR#62594 : static lambda call operator is not convertible to function pointer on win32 — faisalv / githubweb
- [libc++] implement std::`jthread` — hui.xie0621 / githubweb
- [SDAG][RISCV] Avoid expanding is-power-of-2 pattern on riscv32/64 with zbb — dtcxzyw2333 / githubweb
- [gn build] Port 695138ca8405 — llvmgnsyncbot / githubweb
clang-d474947-g8049db0990d169-t35669-b35669.tar.gz (Sep 16, 2023 12:52:43 PM)
- [BOLT] Skip the validation of CFG after it is finalized — hezuoqiang2 / githubweb
- [BOLT] Incorporate umask into the output file permission — hezuoqiang2 / githubweb
- [gn] port ac182deee828 (RISCVGISel.td) — thakis / githubweb
clang-d474944-g5e4e2a5aae6a89-t35668-b35668.tar.gz (Sep 16, 2023 10:54:24 AM)
- [clang-format] Properly indent lines inside Verilog case structure (#65861) — github / githubweb
- workflows/pr-receive: Ignore pull requests with 10 or more commits (#66320) — github / githubweb
clang-d474942-gbce6c53464c115-t35667-b35667.tar.gz (Sep 16, 2023 8:56:57 AM)
- [InstSimplify] Add pre-commit tests for PR65910. NFC. — dtcxzyw2333 / githubweb
clang-d474941-ga59870a05c540a-t35666-b35666.tar.gz (Sep 16, 2023 7:01:10 AM)
- [InstCombine] Handle constant arms in `select` of `srem` fold — me / githubweb
- [Github] Fix yml syntax — corentinjabot / githubweb
clang-d474939-g5163319ee2a048-t35665-b35665.tar.gz (Sep 16, 2023 5:04:02 AM)
- [Github] Do not label clang-format files as clang (#66388) — github / githubweb
- [SDAG][RISCV] Avoid neg instructions when lowering atomic_load_sub with a constant rhs — dtcxzyw2333 / githubweb
- [InstCombine] Use `ConstantInt::getBool` instead of `Constant::getIntegerValue`. NFC. — dtcxzyw2333 / githubweb
clang-d474936-gbd288ebf5f08c9-t35664-b35664.tar.gz (Sep 16, 2023 3:03:09 AM)
- [NFC][sanitizer] Remove InternalScopedString::Append nullptr workaround — Vitaly Buka / githubweb
- [ELF] Implement getImplicitAddend and enable checkDynamicRelocsDefault for Hexagon — i / githubweb
- [clang-tidy][NFC] Minor cleanup in ClangTidyMain.cpp — me / githubweb
- [NFC][hwasan] Add SANITIZER_GUARDED_BY to a variable — Vitaly Buka / githubweb
- [NFC][hwasan] Remove unused mutex — Vitaly Buka / githubweb
- [NFC][hwasan] Use InternalScopedString in ScopedReport — Vitaly Buka / githubweb
- [Driver] Change default PCH extension name from .gch to .pch (#66165) — github / githubweb
- [ELF] Make -t work with --format=binary — i / githubweb
clang-d474928-ga8d8c58b39d8a7-t35663-b35663.tar.gz (Sep 16, 2023 1:02:34 AM)
- [LAA] Improve the output remark for LoopVectorize (#65832) — github / githubweb
- Use assert instead of branch-to-unreachable — dblaikie / githubweb
- [ELF] checkDynamicRelocsDefault: invert the condition — i / githubweb
- [ELF] Enable checkDynamicRelocsDefault for PPC64 — i / githubweb
- [NFC][sanitizer] Add InternalScopedString::Append (#66559) — github / githubweb
- [ELF] Implement getImplicitAddend and enable checkDynamicRelocsDefault for PPC32 — i / githubweb
- [ELF] Implement getImplicitAddend and enable checkDynamicRelocsDefault for AMDGPU — i / githubweb
- [NFC][sanitizer] Replace a few AppendF with Append — Vitaly Buka / githubweb
- [NFC][sanitizer] Remove temp buffer — Vitaly Buka / githubweb
clang-d474919-g64c9dbbf4e8222-t35662-b35662.tar.gz (Sep 15, 2023 11:06:21 PM)
clang-d474918-g1bd5df7af65b71-t35661-b35661.tar.gz (Sep 15, 2023 8:47:54 PM)
- [NFC][sanitizer] Rename InternalScopedString::append to AppendF (#66558) — github / githubweb
- [ELF] Remove a special case from ExprValue::getSectionOffset. NFC — i / githubweb
- [ELF] Correct a comment about ^=. NFC — i / githubweb
clang-d474915-gc663401f69ecb9-t35660-b35660.tar.gz (Sep 15, 2023 6:50:04 PM)
- [RISCV] Normalize gather/scatter addressing to UNSIGNED_SCALAR — listmail / githubweb
- [RISCV] Move narrowIndex to be a DAG combine over target independent nodes — listmail / githubweb
- Revert "[NFC][sanitizer_symbolizer]Add StackTracePrinter class (#66530)" — andresvi / githubweb
- [llvm-profdata] Remove MD5 collision check in D147740 (#66544) — github / githubweb
- [gn build] Port f4f85e0ab405 — llvmgnsyncbot / githubweb
- [GitHub] Fix `mlir:core` label definition (#66556) — github / githubweb
- [RISCV][GlobalISel] Select ALU GPR instructions — craig.topper / githubweb
- [RISCV] Optimize gather/scatter to unit-stride memop + shuffle (#66279) — listmail / githubweb
- [RISCV] Prefer vrgatherei16 for shuffles (#66291) — listmail / githubweb
clang-d474906-g09a5aac514fa85-t35659-b35659.tar.gz (Sep 15, 2023 4:54:47 PM)
- [mlir][sparse] Migrate tests to use new syntax (#66543) — github / githubweb
- [runtimes] Add CODEOWNERS entries for libc++, libc++abi and libunwind (#66416) — github / githubweb
- AMDGPU/GlobalISel: Don't pointlessly check for convergent intrinsics — arsenm2 / githubweb
- [NFC][sanitizer_symbolizer]Add StackTracePrinter class (#66530) — github / githubweb
- [TOSA] Change EightK MaxScale to 256 (#66536) — github / githubweb
- [Coverage] Add coverage for constructor member initializers. (#66441) — github / githubweb
- [clang-format] Fix a bug in ContinuationIndenter (#66354) — github / githubweb
- [HWASan] Delete the print-memory-usage-android.c test (#66550) — github / githubweb
- [clang] Remove spurious trailing whitespace — Louis Dionne / githubweb
- [mlgo] Fix regalloc tests — mtrofin / githubweb
- [libc] Add a developer doc about adding new config options. (#66432) — github / githubweb
- [TLI] Add extend as explicit parameter to shouldRemoveExtendFromGSIndex [nfc] — listmail / githubweb
clang-d474894-g401296f697b4ec-t35658-b35658.tar.gz (Sep 15, 2023 2:58:37 PM)
- [DebugInfo] Process single-location debug values in variadic form when producing DWARF — stephen.tozer / githubweb
- [lldb] Revive internal data formatter documentation (#66527) — github / githubweb
- Fix test case in 32db121b29f78e4c41116b2a8f1c730f9522b202. — zequanwu / githubweb
- [mlir][sparse][tensor] replace bufferization with empty tensor (#66450) — github / githubweb
- [clang][Interp] Handle AttributedStmts (#66495) — github / githubweb
- [SLP]Improve canreuseExtracts for reordering analysis. — a.bataev / githubweb
- Fix lld Sphinx build — aaron / githubweb
- [NFC][Coverage] Rename coverage function attribute name from "Cov Function Name" to "Coverage Function Name" — zequanwu / githubweb
- [test] Don't check COMPILER_RT_STANDALONE_BUILD for deps (#66259) — github / githubweb
- [mlir][transform] Fix crash in transform.get_parent_op. (#66492) — github / githubweb
- [RISCV] Avoid toggling VL for hidden splat case in constant buildvector lowering — listmail / githubweb
- [mlir] Add `maxnumf` and `minnumf` to `AtomicRMWKind` (#66442) — github / githubweb
- [RA] Split a virtual register in cold blocks if it is not assigned preferred physical register — carrot / githubweb
- Object: account for short output names (#66532) — github / githubweb
clang-d474880-g32db121b29f78e-t35657-b35657.tar.gz (Sep 15, 2023 1:01:27 PM)
- [Github] Use our own issue labeler fork (#65900) — github / githubweb
- [OMPIRBuilder] Fix shared clause for task construct — prabhdeep.singh.soni3 / githubweb
- [lldb-vscode][NFC] Access a pointee type in a simpler way — walter erquinigo / githubweb
- IRBuilder: avoid crash when seeking to start of a BasicBlock with only DebugInfo (#66266) — github / githubweb
- Extend `retcon.once` coroutines lowering to optionally produce a normal result (#66333) — github / githubweb
- [sanitizer_common] Add internal_wcs[n]cpy functions (#66529) — github / githubweb
- [InlineAsm] break up Data Bitfield::Element into corresponding fields (#66297) — github / githubweb
- [ARM] Always lower direct calls as direct when the outliner is enabled (#66434) — github / githubweb
- Fix-forward a -Wconversion scudo bug. — mitchp / githubweb
- [Coverage] Allow Clang coverage to be used with debug info correlation. — zequanwu / githubweb
clang-d474870-gc21be632280f60-t35656-b35656.tar.gz (Sep 15, 2023 11:04:01 AM)
- Disable TestSite on Windows AVX512 check — gkistanova / githubweb
clang-d474870-gc21be632280f60-t35656-b35656.tar.gz (Sep 15, 2023 11:04:01 AM)
- [GitHub] Add teams for ADT and Support (#65519) — github / githubweb
- [libc++] Implement P2538R1 "ADL-proof std::projected" (#65411) — github / githubweb
- [libc++] Refactor node creation and destruction in list and forward_list (#65614) — github / githubweb
- Fix clang-tidy sphinx docs — aaron / githubweb
- [BOLT] Fix deadloop bug in taildup — hezuoqiang2 / githubweb
- [libc++][NFC] Introduce named states in std::call_once (#66289) — github / githubweb
- [libc++] Update Apple CI jobs to run the C++23 configuration (#66367) — github / githubweb
- [libc++] Improve the verbosity of configuration errors when a compiler flag is not supported (#66379) — github / githubweb
- [mlir][IR] Insert operations before `SingleBlock`'s terminator (#65959) — github / githubweb
- [AArch64][GlobalISel] Select llvm.aarch64.neon.st* intrinsics (#65491) — github / githubweb
- [Github] Improve formating of PR diffs in bot notifications (#66118) — github / githubweb
- [DX] Support pipeline state masks (#66425) — github / githubweb
- Add a or(phi,phi) test without loops — biplob.mishra / githubweb
- [mlir][Linalg] Move test — andrzej.warzynski / githubweb
- [AMDGPU] Tweak tuple weight calculation. NFC. (#66490) — github / githubweb
- [TextAPI] Add missing flag input for <=tbdv3 formats — Cyndy Ishida / githubweb
- [mlir][linalg][nfc] Fix typo in a file name — andrzej.warzynski / githubweb
- [mlir][vector] Fix vector.broadcast lowering for scalable vectors (#66344) — github / githubweb
- [lldb][Docs] Update links in Data Formatter section (#66474) — github / githubweb
- [Github] Fix issue number escaping — corentinjabot / githubweb
- [libc][cmake] Report invalid clang-tidy path (#66475) — github / githubweb
clang-d474849-g75501f53624de9-t35655-b35655.tar.gz (Sep 15, 2023 8:44:55 AM)
- [SLP]Fix PR66176: SLP incorrectly reorders select operands. — a.bataev / githubweb
- [analyzer] Simplify SVal for simple NonLoc->Loc casts (#66463) — github / githubweb
- [clang][Interp] Check pointer inc/dec ops for initialization — tbaeder / githubweb
- [clang][Interp] Diagnose unknown parameter values — tbaeder / githubweb
- [Github] add spirv backend team (#66075) — github / githubweb
- Revert "[analyzer] Simplify SVal for simple NonLoc->Loc casts (#66463)" — benicsbalazs / githubweb
- Disable writing an output file to the source directory in Driver test — benny.kra / githubweb
- Revert "[MachineLICM] Handle Subloops" — benny.kra / githubweb
- [clang][Interp][NFC] Remove unused includes — tbaeder / githubweb
- [ConstantRange] Optimize smul nowrap with constant (NFC) — npopov / githubweb
- [SCEV] Add tests for PR66066 (NFC) — npopov / githubweb
- [AArch64][GlobalISel] Select llvm.aarch64.neon.ld* intrinsics (#65630) — github / githubweb
- [update_mir_test_checks] Precommit test for multiple defs of vreg (#66482) — github / githubweb
- [update_mir_test_checks] Handle multiple defs of vreg (#66483) — github / githubweb
- [IRSymtab] Replace linear time lookup with DenseSet (#66376) — github / githubweb
- [MemoryBuiltins] Use SmallDenseMap for visited map (NFC) — npopov / githubweb
- [clang][dataflow] Add a test for context-sensitive analysis on a self-referential class. (#66359) — github / githubweb
- [clang-format] Disable string breaking in JS for now (#66372) — github / githubweb
- [clang-format] Generate the style options — su3e8a96kzlver / githubweb
- [update_mir_test_checks] Fix new test in non-X86 builds — jay.foad / githubweb
- Reapply [Verifier] Sanity check alloca size against DILocalVariable fragment size — npopov / githubweb
- [clang-tidy]add new check `bugprone-compare-pointer-to-member-virtual-function` (#66055) — github / githubweb
- [AArch64] Guard against a invalid size request in performVecReduceAddCombine — david.green / githubweb
- Reapply [analyzer] Simplify SVal for simple NonLoc->Loc casts — benicsbalazs / githubweb
- [gn build] Port 72d4d4e3b9f6 — llvmgnsyncbot / githubweb
clang-d474849-g75501f53624de9-t35655-b35655.tar.gz (Sep 15, 2023 8:44:55 AM)
clang-d474824-g5664b56043f1f6-t35654-b35654.tar.gz (Sep 15, 2023 6:24:20 AM)
- [compiler-rt] Check for and use -lunwind when linking with -nodefaultlibs (#65912) — github / githubweb
- [mlir][linalg][transform][python] Clean up _ext.py test. (#66469) — github / githubweb
- Revert "[compiler-rt] Check for and use -lunwind when linking with -nodefaultlibs (#65912)" — martin / githubweb
- [clang] Fix wrong warning about missing init for flexible array members (#66341) — github / githubweb
- [mlir][bufferization] Switch tests to new deallocation pass pipeline (#66471) — github / githubweb
- [libc] Add invoke / invoke_result type traits (#65750) — github / githubweb
- Revert "[mlir][bufferization] Switch tests to new deallocation pass pipeline (#66471)" — merhart / githubweb
- [flang][hlfir] Add hlfir.minval intrinsic (#66306) — github / githubweb
- [mlir][Conversion] Allow lowering to fixed arrays of scalable vectors — benjamin.maxwell / githubweb
- [GVN] Also remove phi nodes from VN table (PR65447) — npopov / githubweb
- [BOLT][RISCV] Add support for linker relaxation — jnoorman / githubweb
- [AMDGPU] Remove repeated -mtriple options from RUN lines (#66486) — github / githubweb
- [AArch64][SME] Emit Zero instruction for NewZA functions — github / githubweb
- [CMake][Z3]Don't attempt to compile / run if cross-compiling (#66355) — github / githubweb
clang-d474810-g85370b3068736e-t35653-b35653.tar.gz (Sep 15, 2023 3:58:52 AM)
- [CMake] Remove SetTargetTriple (#66464) — github / githubweb
- [clang][Interp] Lazily visit unknown global declarations — tbaeder / githubweb
- [mlir][transform][lingalg][python] Replace pdl.operation => transform.any_op. (#66392) — github / githubweb
- [MemCpyOpt] Avoid infinite loop in processMemSetMemCpyDependence (PR54983) — npopov / githubweb
- [MLIR] SM_90 integratation test of TMA `128x64xf16` and `64x64xf16` with 128b Swizzling (#65954) — github / githubweb
- [clang][Interp] Specify C standard in test case — tbaeder / githubweb
- [mlir][bufferization] Define a pipeline for buffer deallocation (#66352) — github / githubweb
- [clang][Interp] Convert logical binop operands to bool — tbaeder / githubweb
- [clang][Interp][NFC] Fix a comment typo — tbaeder / githubweb
- [CMake] Fix BUILD_SHARED_LIBS build on Solaris — ro / githubweb
- [Assignment Tracking] Trim assignments for untagged out of bounds stores (#66095) — github / githubweb
- [clang][Interp] Visit Logical-not operand as bool — tbaeder / githubweb
- [LLD] [MinGW] Ignore --sort-common option (#66336) — github / githubweb
- [compiler-rt] Allow to build on CYGWIN (#66348) — github / githubweb
- [GlobalISel] Check for unsupported Windows features on invoke (#65864) — github / githubweb
- [LoongArch] Fix incorrect instruction 'and' in pattern — luweining / githubweb
- [MemoryBuiltins] Cache the result of ObjectOffsetSizeVisitor::visit. #64796 (#65326) — github / githubweb
- [mlir][bazel] Fix build. — shyshkov / githubweb
clang-d474792-ge9e386870720a3-t35652-b35652.tar.gz (Sep 15, 2023 1:35:48 AM)
- [InstCombine] Remove unnecessary one-use-check (#66419) — github / githubweb
- [RISCV] Specify FilterClassField to filter out unneeded pseudos (#65460) — github / githubweb
- [GVN] Invalidate MDA when deduplicating phi nodes — npopov / githubweb
- [lldb] Add config and decorator for wide character support in Editline (#66447) — github / githubweb
- [Sparc] Don't emit __multi3 on 32-bit SPARC (#66362) — github / githubweb
- [IRDL] Fix CMake to generate IRDL dialect docs (#66371) — github / githubweb
- [AMDGPU] Correctly restore FP mode in FDIV32 lowering (#66346) — github / githubweb
clang-d474785-g455bf3d1ccd6a5-t35651-b35651.tar.gz (Sep 14, 2023 11:17:24 PM)
- [mlir] Add Python bindings for DenseResourceElementsAttr. (#66319) — github / githubweb
- [mlir][spirv][gpu] Add conversion for load/store/mad coop matrix ops (#66311) — github / githubweb
- [mlir][vector] Cleanup VectorUnroll and create a generic tile iteration utility — cbate / githubweb
- [TextAPI] Consolidate TextAPI Reader/Writer APIs. (#66108) — github / githubweb
clang-d474781-g1e40dfc5d4e099-t35650-b35650.tar.gz (Sep 14, 2023 8:59:04 PM)
- [SLP][NFC]Add a test with incorrect reduction of poisoned logical bool. — a.bataev / githubweb
- [JITlink][AArch32] Implement ELF::R_ARM_MOVT_ABS and R_ARM_MOVW_ABS_NC (#66219) — github / githubweb
- [scudo] Add missing header in combined_test (#66449) — github / githubweb
- [Driver] Also respect SysRoot for the system library paths on DragonFly (#66056) — github / githubweb
clang-d474777-g2a07f0fd40fe3c-t35649-b35649.tar.gz (Sep 14, 2023 6:39:43 PM)
- [GitHub][mlir][spirv] Add missing patterns for SPIR-V in mlir (#66423) — github / githubweb
- [NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#66295) — github / githubweb
- Mark test added in 5a58e98 as requiring ppc, not x86 since it tries to use the powerpc64le target. — douglas.yung / githubweb
- [mlir][arith] Introduce `minnumf` and `maxnumf` operations (#66429) — github / githubweb
- [mlir][memref] Use dedicated ops in `AtomicRMWOpConverter` (#66437) — github / githubweb
- [mlir][gpu][NVPTX] Enable NVIDIA GPU JIT compilation path (#66220) — github / githubweb
- [X86] Introduce a large data threshold for the medium code model — aeubanks / githubweb
- [mlir][arith] Add LLVM lowering for `maxnumf`, `minnumf` ops (#66431) — github / githubweb
- Fix the calculation of fragmented bytes in secondary (#66422) — github / githubweb
- [mlir][sparse][gpu] refine type of workspace size variables (#66438) — github / githubweb
- [lsan][fuchsia] Add extra check for allocator cache to avoid overflow — leonardchan / githubweb
- [mlir][sparse] Migrate more tests to use new syntax (#66443) — github / githubweb
clang-d474765-gbbe7eb92b47186-t35648-b35648.tar.gz (Sep 14, 2023 4:21:33 PM)
- [BOLT][NFC] Simplify RI::selectFunctionsToProcess — aaupov / githubweb
- [libc++] Make sure LWG2070 is implemented as a DR (#65998) — github / githubweb
- [scudo] Add -Wconversion for tests and clean-up warnings. (#66147) — github / githubweb
- [SLP][NFC]Add a test for non-instruction with external use. — a.bataev / githubweb
- [SLP]Do not account non-instructions for external use. — a.bataev / githubweb
- Add .swift_ast to list of Swift sections (#66426) — github / githubweb
- [mlir][VectorToGPU] Update memref stride preconditions on `nvgpu.mma.sync` path — cbate / githubweb
- [HIP] Fix comdat of template kernel handle (#66283) — github / githubweb
- Add comments (NFC) (#66427) — github / githubweb
- [libc] Implement more input functions on the GPU (#66288) — github / githubweb
- Mark LWG 2426 as complete. — eric / githubweb
- [mlir][spirv] Support coop matrix in `spirv.CompositeConstruct` (#66399) — github / githubweb
- [libc][Obvious] Fix missing entrypoints after moving to generic — jhuber6 / githubweb
clang-d474752-g0612c9b09a2b86-t35647-b35647.tar.gz (Sep 14, 2023 2:03:41 PM)
- [Dexter] Fix test failures on greendragon (#66299) — github / githubweb
- Fix Dexter test broken with e6cc7b723f244f52663b6d67a5d94597109da1ef — srastogi22 / githubweb
- ADT: Replace FPClassTest fabs with inverse_fabs and unknown_sign (#66390) — github / githubweb
- Clean up test case (#66400) — github / githubweb
- [mlir][sparse] deprecate the convert{To,From}MLIRSparseTensor methods (#66304) — github / githubweb
- [MachineLICM] Handle Subloops — jingu.kang / githubweb
- [libomptarget] document ActionFunctions in the amdgpu plugin. (#66397) — github / githubweb
- [lldb][NFCI] Remove use of ConstString from UnixSignals — Alex Langford / githubweb
- [dataflow] Add global invariant condition to DataflowAnalysisContext (#65949) — github / githubweb
- [ELF] Align the end of PT_GNU_RELRO associated PT_LOAD to a common-page-size boundary (#66042) — github / githubweb
- [mlir][Transform] Add `updateConversionTarget` to `ConversionPatternDescriptorOpInterface` — cbate / githubweb
- [lldb][NFCI] Remove use of ConstString in StructuredData — Alex Langford / githubweb
- [Transforms][DXIL] Wire up a basic DXILUpgrade pass (#66275) — github / githubweb
- [github] Simplify DirectX backend labeling (#66407) — Justin Bogner / githubweb
- [NFC] Add test for #66382 — dmalyutin / githubweb
- Avoid BlockFrequency overflow problems (#66280) — github / githubweb
- [AArch64] Relax binary format switch in AArch64MCInstLower::LowerSymbolOperand to allow non-Darwin Mach-O files (#66011) — github / githubweb
- [gn build] Port 71e3642619dd — llvmgnsyncbot / githubweb
- Reland "[clang] Add experimental option to omit the RTTI component from the vtable when -fno-rtti is used" — leonardchan / githubweb
- [clang][dataflow] Ignore assignment where base class's operator is used (#66364) — github / githubweb
clang-d474732-ge2e429d99441e2-t35646-b35646.tar.gz (Sep 14, 2023 11:46:25 AM)
- [lit] Fix some issues from --per-test-coverage (#65242) — github / githubweb
- [mlir][bufferization] Implement BufferDeallocationopInterface for scf.forall.in_parallel (#66351) — github / githubweb
- [mlir][transform] Check for invalidated iterators on payload IR mappings (#66369) — github / githubweb
- [LICM] Simplify isLoadInvariantInLoop given opaque pointers (#65597) — github / githubweb
- [flang] Do not finalize main program variables. (#66326) — github / githubweb
- [flang] Select proper library APIs for derived type io. (#66327) — github / githubweb
- [AArch64] New subtarget features to control ldp and stp formation (#66098) — github / githubweb
- Resign as code owner of branch weights and block frequency — github / githubweb
- clang/AMDGPU: Fix accidental behavior change for __builtin_amdgcn_ldexph (#66340) — github / githubweb
- [mlir][linalg][transform][python] Drop _get_op_result... from mix-ins. (#65726) — github / githubweb
- [AArch64] Split Ampere1Write_Arith into rr/ri and rs/rx InstRWs. (#66384) — github / githubweb
- [docs] Add more details about Python formatting (#66141) — github / githubweb
- [test][NFC] fix call in test with mismatch in call/decl types — nuno.lopes / githubweb
- [C23] Remove N2713 from the list — aaron / githubweb
- [mlir][sparse] Migrate more tests to new syntax (#66309) — github / githubweb
clang-d474717-gc7d65e4466eafe-t35645-b35645.tar.gz (Sep 14, 2023 9:25:24 AM)
clang-d474717-gc7d65e4466eafe-t35645-b35645.tar.gz (Sep 14, 2023 9:25:24 AM)
- [mlir][bufferization][NFC] Introduce BufferDeallocationOpInterface (#66349) — github / githubweb
- [SVE] Ensure SVE call operands passed via memory are correctly initialised. (#66070) — github / githubweb
- [github] Label PRs touching CMake-related files with the 'cmake' tag (#66247) — github / githubweb
- [SimplifyCFG] handle monotonic wrapped case for D150943 (#65882) — github / githubweb
- [mlir][bufferization] BufferDeallocationOpInterface: support custom ownership update logic (#66350) — github / githubweb
- [clang-format] More on unbreakable strings in TypeScript (#66321) — su3e8a96kzlver / githubweb
- [libc] Fix some warnings (#66366) — github / githubweb
- [mlir][bufferization] Fix BAZEL build — merhart / githubweb
- [mlir][transform] Fix crash when op is erased during transform.foreach (#66357) — github / githubweb
- [libc] Fix start up crash on 32 bit systems (#66210) — github / githubweb
- [lit][NFC] Remove stray character in docstring — Louis Dionne / githubweb
- [mlir][Linalg] NFC - Simplify transform script — nicolasvasilache / githubweb
- [IR] Enable load/store/alloca for arrays of scalable vectors. — paul.walker / githubweb
clang-d474704-gd61ba038a9d497-t35644-b35644.tar.gz (Sep 14, 2023 7:04:58 AM)
- [clang][bpf] Fix invalid RUN lines in stack protector warning test (#65251) — github / githubweb
- [NFC] Minimize header includes (#66339) — github / githubweb
- [clang][dataflow] In tests, error out if we didn't find any matching target functions. (#66197) — github / githubweb
- [OpenMP][OMPIRBuilder] OpenMPIRBuilder support for requires directive — safonsof / githubweb
- [OpenMP][Flang][MLIR] Lowering of OpenMP requires directive from parse tree to MLIR — safonsof / githubweb
- [OpenMP][Flang][MLIR] Lowering of requires directive from MLIR to LLVM IR — safonsof / githubweb
- [flang/mlir] Fix "file too big" build error on CYGWIN. — martin / githubweb
- [analyzer] Fix StdLibraryFunctionsChecker crash on surprising sink node (#66109) — github / githubweb
- [analyzer] Fix stdin declaration in C++ tests (#66074) — benicsbalazs / githubweb
- [analyzer] Make socket `accept()` propagate taint (#66074) — benicsbalazs / githubweb
- [analyzer] Propagate taint for wchar variants of some APIs (#66074) — benicsbalazs / githubweb
- [AArch64][Clang] Implement ACLE rintn intrinsics (#66112) — github / githubweb
- [mlir][bufferization] Add an ownership based buffer deallocation pass (#66337) — github / githubweb
- [lldb][Docs] Link to testing page from debugging page — david.spickett / githubweb
- Fixup "[analyzer] Propagate taint for wchar variants of some APIs" — benicsbalazs / githubweb
- Reapply "Revert "[MemCpyOpt] implement multi BB stack-move optimization" — kk.asano.luxy / githubweb
- [mlir][memref] Fix MemrefToLLVM lowering pattern for memref.transpose — zinenko / githubweb
- [mlir][CRunnerUtils] Fix iterators accessing MemRefs with non-zero offset — zinenko / githubweb
- Turn off memory leaks in unit test — benny.kra / githubweb
- [mlir] [memref] Fix alignment bug in memref.copy lowering — zinenko / githubweb
- [llvm][mlir][bazel] Fix build. — shyshkov / githubweb
- [clang][Interp][NFC] Call delegate() for the RHS of a comma op — tbaeder / githubweb
clang-d474682-g4f1f171f330545-t35643-b35643.tar.gz (Sep 14, 2023 4:41:13 AM)
- [clang-format] Fix a bug in annotating `&&` followed by `*` or `&` (#65933) — github / githubweb
- [InstCombine] Propagate nsw flag when negating — npopov / githubweb
- [clang] Include `expected-no-diagnostics` in newly-added test (NFC) — me / githubweb
- [clang][Interp] Actually consider ConstantExpr result — tbaeder / githubweb
- [mlir][ArmSME] Lower vector.outerproduct to FMOPA/BFMOPA (#65621) — github / githubweb
- [RISCV] Update Zicntr and Zihpm to version 2p0 (#66323) — github / githubweb
- [LoongArch] Support llvm.is.fpclass for f32 and f64 — luweining / githubweb
- [mlir][bufferization] Empty tensor elimination based on SubsetOpInterface (#65766) — github / githubweb
- [lldb] Format Python files in scripts and utils (#66053) — github / githubweb
- [clang] Don't inherit dllimport/dllexport to exclude_from_explicit_instantiation members during explicit instantiation (#65961) — github / githubweb
- [libc][utils] cpp::always_false to enable static_assert(false) (#66209) — github / githubweb
- [mlir] Allow loop-like operations in `AbstractDenseForwardDataFlowAnalysis` (#66179) — github / githubweb
- [AArch64] Add LRINT/LLRINT/LROUND/LLROUND FP16 lowering without fullfp16 (#66174) — david.green / githubweb
- Add GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST to gwp_asan unittests — benny.kra / githubweb
clang-d474668-g660876a4019b81-t35642-b35642.tar.gz (Sep 14, 2023 2:12:15 AM)
- Fix PR description HTML escaping, the surrounding `<pre>` tag shouldn't be escaped (#66322) — github / githubweb
- [libc] Remove common_libc_tuners.cmake and move options into config.json. (#66226) — github / githubweb
- [lldb] Simplify color logic in (IOHandler)Editline (NFC) — Jonas Devlieghere / githubweb
- [flang][openacc] Use OpenACC terminator instead of fir.unreachable after Stop stmt (#66325) — github / githubweb
- Remove CODEOWNERS file and copy missing paths into new-prs-labeler.yml (#66145) — github / githubweb
- [libc][NFC] Make the dummy header target under overlay build a library. (#66329) — github / githubweb
- workflows/pr-subscriber: Use our own custom concurrency implementation (#66263) — github / githubweb
- [AMDGPU] Fix `HasFP32Denormals` check in FDIV32 lowering (#66212) — github / githubweb
- [clang] Bail out when handling union access with virtual inheritance — me / githubweb
clang-d474659-gc3b3942064770d-t35641-b35641.tar.gz (Sep 13, 2023 11:53:21 PM)
- [ARM][ISel] Fix crash of ISD::FMINNUM/FMAXNUM (#65849) — github / githubweb
- [JITLink][PowerPC] Fix incorrect assertion of addend for R_PPC64_REL24 — lkail / githubweb
- [lldb] Support Unicode in the prompt (#66312) — github / githubweb
- [C++20] [Modules] [Serialization] Check input file contents with option ForceCheckCXX20ModulesInputFiles enabled — yedeng.yd / githubweb
- [lldb] Fix PExpectTest when using utf-8 as the encoding — Jonas Devlieghere / githubweb
- [gn build] Port 45c160510f6c — llvmgnsyncbot / githubweb
- [flang][openacc] Fix unstructured code in OpenACC region ops (#66284) — github / githubweb
- [flang][openacc] Support labeled DO loop after acc loop directive (#66294) — github / githubweb
- [flang][openacc] Support labeled DO loop after acc combined directive (#66296) — github / githubweb
- [lldb] Add a setting to customize the prompt color (#66218) — github / githubweb
- Revert "Revert "Revert "[clang] Add experimental option to omit the RTTI component from the vtable when -fno-rtti is used""" — douglas.yung / githubweb
- [AArch64][CodeGen] Fix wrong operand order when creating vcmla intrinsic (#65278) — github / githubweb
- [lldb] Improve comments in Editline.h (NFC) — Jonas Devlieghere / githubweb
clang-d474646-ge057d8973cc6a9-t35640-b35640.tar.gz (Sep 13, 2023 9:34:41 PM)
- Revert "Revert "[clang] Add experimental option to omit the RTTI component from the vtable when -fno-rtti is used"" — leonardchan / githubweb
- [LLVM][OpenMPOpt] Fix a crash when associated function is nullptr (#66274) — github / githubweb
- [analyzer] RetainRelease: Extend the workaround for VTCompressionSessionEncode{,MultiImage}Frame. — Artem Dergachev / githubweb
- [Coroutine][DebugInfo] Remove the memory attributes on coro-async-declaration.ll (NFC) (#66088) — github / githubweb
- [ELF][test] Test the order of PPC64 .got, .toc, and .branch_lt — i / githubweb
- [ELF][PPC64] Use the regular placement for .branch_lt — i / githubweb
clang-d474640-g87e11ecbaec95d-t35639-b35639.tar.gz (Sep 13, 2023 7:16:13 PM)
- [mlir] Make `extraClassOf` compile with attribute and type interfaces (#66292) — github / githubweb
- [JITLink][AArch32] Fix MSVC error on missing constexpr capture — Stefan Gränitz / githubweb
- [mlir][sparse] fix typo in sparse_tensor.unpack op (#66287) — github / githubweb
- Revert "[Parse] Split incremental-extensions" (#66281) — github / githubweb
- [flang] Accept intrinsic functions in DATA statement variables (#66229) — github / githubweb
- [clang] NFCI: Use `FileEntryRef` in `FileManager::getBufferForFile()` — Jan Svoboda / githubweb
- [mlir][arith] Rename `AtomicRMWKind`'s `maxf` → `maximumf`, `minf` → `minimumf` (#66135) — github / githubweb
- [mlir][sparse] remove sparse output python example (#66298) — github / githubweb
- [flang][runtime] Handle type code synonyms in CFI_... runtime (#66231) — github / githubweb
- [clang] NFCI: Use `FileEntryRef` in `FileManager::getCanonicalName()` — Jan Svoboda / githubweb
- [flang] Assume unknown target of procedure pointer assignment is a pr… (#66232) — github / githubweb
- [mlir][vector] Rename vector reductions: `maxf` → `maximumf`, `minf` → `minimumf` — diegocaballero / githubweb
- [mlir][vector] Bring back `maxf`/`minf` reductions — diegocaballero / githubweb
- [mlir][vector] Implement Workaround Lowerings for Masked `fm**imum` Reductions — diegocaballero / githubweb
- [clang][deps] Implement move-conversion for `CowCompilerInvocation` (#66301) — github / githubweb
- [mlir][sparse] remove the MLIR PyTACO tests (#66302) — github / githubweb
- [flang] Accept ALLOCATED(ARRAY=assumedRank) (#66233) — github / githubweb
- [libc++abi][VE] Support VE in long double demangler — marukawa / githubweb
- [libc++abi][test][VE] Add UNSUPPORTED to pass tests on VE — marukawa / githubweb
- [flang] Correct semantic representation & handling of RANK(*) (#66234) — github / githubweb
- [clang] Add experimental option to omit the RTTI component from the vtable when -fno-rtti is used — leonardchan / githubweb
- [MS] Follow up fix to pass aligned args to variadic x86_32 functions (#65692) — github / githubweb
- [flang] Don't blow up when combining mixed COMPLEX operations (#66235) — github / githubweb
- [clang] adds `__reference_constructs_from_temporary` — cjdb / githubweb
- [flang] Don't check dummy vs. actual result rank for assumed-rank poi… (#66237) — github / githubweb
- Revert "[clang] Add experimental option to omit the RTTI component from the vtable when -fno-rtti is used" — leonardchan / githubweb
clang-d474614-gc0f5015afb4529-t35638-b35638.tar.gz (Sep 13, 2023 4:57:30 PM)
- [polly][www] Remove unused VideoJS — rupprecht / githubweb
- [libc][NFC][Docs] Update some GPU testing information — jhuber6 / githubweb
- [mlir][spirv][gpu] Clean up wmma to coop matrix NV conversion. NFC. (#66278) — github / githubweb
- [PowerPC] Optimize VPERM and fix code order for swapping vector operands on LE — maryammo / githubweb
- [libc++] Remove unused CMake option LIBCXX_DISABLE_MACRO_CONFLICT_WARNINGS (#66249) — github / githubweb
- reland [InlineAsm] wrap ConstraintCode in enum class NFC (#66264) — github / githubweb
- [clang] NFCI: Use `FileEntryRef` in `ModuleMap::InferredModuleAllowedBy` — Jan Svoboda / githubweb
- [libc][docs] Printf behavior doc — michaelrj / githubweb
- [NFC][lldb] Replace usage of deprecated llvm::makeArrayRef — aeubanks / githubweb
- [InstCombine] Add tests for transforming `(icmp pred (and X, Y), X)`; NFC — goldstein.w.n / githubweb
- [InstCombine] Transform `(icmp ult/uge (and X, Y), X)` -> `(icmp ne/eq (and X, Y), X)` — goldstein.w.n / githubweb
- [InstCombine] Rename some shadow variables; NFC — goldstein.w.n / githubweb
- [libc] simplify printf float writing — michaelrj / githubweb
- [clang] NFCI: Use `FileEntryRef` in `SrcMgr::ContentCache` — Jan Svoboda / githubweb
- [Docs][Github] explain how to rectify gh pr merge failure (#66223) — github / githubweb
- [flang] Fix crash under -fdebug-dump-all (#66224) — github / githubweb
- [libc++] Fix minor warnings in libcxx benchmarks — Louis Dionne / githubweb
- Reland "Update GoogleTest to v1.14.0 (#65823)" — haowei / githubweb
- [lldb] Accept optional module in Value::ResolveValue (#66286) — github / githubweb
- [flang] Foil attempts to put automatic objects in COMMON (#66228) — github / githubweb
clang-d474594-g9d2e9ea491b260-t35637-b35637.tar.gz (Sep 13, 2023 2:38:24 PM)
- [libc] Implement 'qsort' and 'bsearch' on the GPU (#66230) — github / githubweb
- [clang][dataflow] Change `diagnoseFunction` to use `llvm::SmallVector` instead of `std::vector`. (#66014) — github / githubweb
- [sanitizer] Fail __sanitizer_symbolize_demangle instead of returning input (#66006) — github / githubweb
- [DAG] Remove pointless peephole from refineUniformBase [nfc] — listmail / githubweb
- [llvm-nm] Fix heap-use-after-free while executing 'llvm-nm -n --export-symbols' (#65668) — github / githubweb
- [libc] Move long double table option to new config (#66151) — github / githubweb
- [asan][ubsan] Enable testing with internal symbolizer (#66257) — github / githubweb
- [Driver][HLSL] Improve diagnostics for invalid shader model and stage — Justin Bogner / githubweb
- [AMDGPU] Precommit test for i8 vector CopyToReg handling patch — jeffrey.byrnes / githubweb
- [sparse] allow unpack op to return 0-ranked tensor type. (#66269) — github / githubweb
- Fix /tmp approach, and add environment variable method as third fallback during library registration — terry.l.wilmarth / githubweb
- Add label for third-party/unittests (#66276) — github / githubweb
clang-d474582-g8d99bf92b5521a-t35636-b35636.tar.gz (Sep 13, 2023 12:22:25 PM)
- [clang-format] Stop breaking unbreakable strings in JS (#66168) — github / githubweb
- [clang][Interp][NFC] Use delegate() once more — tbaeder / githubweb
- [JITLink][AArch32] Implement ELF::R_ARM_CALL relocation — Stefan Gränitz / githubweb
- [JITLink][AArch32] Implement ELF::R_ARM_JUMP24 relocation — Stefan Gränitz / githubweb
- [libc][NFC] Make entrypoint alias targets real library targets. (#66044) — github / githubweb
- [mlir][sparse] Migrate tests to use new syntax (#66146) — github / githubweb
- [InlineAsm] wrap ConstraintCode in enum class NFC (#66003) — github / githubweb
- [mlgo] fix 2 regalloc tests post DAG change — mtrofin / githubweb
- [lldb][AArch64] Reformat register set test with black — david.spickett / githubweb
- [Clang] Enable -print-pipeline-passes in clang. — joshua.cranmer / githubweb
- [mlir][AMDGPU] Add gfx941 to buffer atomics emulation — Krzysztof.Drewniak / githubweb
- [test][clang-repl][Orc] Lsan report workaround — Vitaly Buka / githubweb
- [mlir] Split up VectorToLLVM pass — Krzysztof.Drewniak / githubweb
- [lldb] Fix formatting and whitespace in Debugger.{h,cpp} (NFC) — Jonas Devlieghere / githubweb
- [InlineAsm] fix botched merge conflict resolution — ndesaulniers / githubweb
- Revert `Add host-supports-nvptx requirement to lit tests` (#66102 and #66129) (#66225) — github / githubweb
- [X86] SimplifyMultipleUseDemandedBitsForTargetNode - add X86ISD::BLENDV handling — llvm-dev / githubweb
- [DAG][X86] Fold mgather/mscatter/etc with splat index (#65980) — github / githubweb
- [libc++] Reintroduce the removed std::char_traits specialization (#66153) — github / githubweb
- [RISCV] Update comment on vslide*_vl that it has a sixth policy operand. NFC — luke / githubweb
- Revert "[InlineAsm] wrap ConstraintCode in enum class NFC (#66003)" — rnk / githubweb
- [JITLink][AArch32] Don't adjust Thumb bit in fixup code; it doesn't contribute to branch ranges — Stefan Gränitz / githubweb
- [JITLink][AArch32] Remove duplicate '0x' hex prefixes from formatv strings in error messages — Stefan Gränitz / githubweb
- [JITLink][AArch32] Revisit descriptions for Call and Jump24 relocation types (NFC) — Stefan Gränitz / githubweb
clang-d474558-gd65885ae63da51-t35635-b35635.tar.gz (Sep 13, 2023 10:05:18 AM)
- [VP] Add method for looking up functional intrinsic ID for VP. NFC (#66190) — github / githubweb
- [IR][IntrinsicInst] Add VPBinOpIntrinsic (#66132) — github / githubweb
- Update paths for `debuginfo` labeling (#66143) — github / githubweb
- [NVPTX][NFC] Use unsigned for all custom printmethods — luke.drummond / githubweb
- [clang][NFC] Replace deprected *cast_or_null casts — tbaeder / githubweb
- [MLIR][NVVM] Fix the register number of predicate (#65970) — github / githubweb
- [clang][dataflow] Rename test target function to `target()`. (#66195) — github / githubweb
- [MLIR] SM_90 integration test of TMA with 128b Swizzling (#65953) — github / githubweb
- [Clang] Define AMDGPU ABI when referenced in CodeGen for ABI "none" (#66162) — github / githubweb
- [MLIR] Fix the tma_load test (#66208) — github / githubweb
- [Clang][AMDGPU] Permit language address spaces for AMDGPU globals (#66205) — github / githubweb
- [libc] Make time_t 64 bits long on all platforms but arm32 — mikhail / githubweb
- Revert "[mlir][bufferization] Remove unused function" — merhart / githubweb
- Revert "[mlir][bufferization] Define a pipeline for buffer deallocation" — merhart / githubweb
- Revert "[mlir][bufferization] Implement BufferDeallocationopInterface for scf.forall.in_parallel" — merhart / githubweb
- Revert "[mlir][bufferization] BufferDeallocationOpInterface: support custom ownership update logic" — merhart / githubweb
- Revert "[mlir][bufferization][NFC] Introduce BufferDeallocationOpInterface" — merhart / githubweb
- Revert "[mlir][bufferization] Improve buffer deallocation pass" — merhart / githubweb
- Revert "[mlir][bufferization] Update linalg integration tests to lower ops created by bufferization-to-memref pass" — merhart / githubweb
- Revert "[mlir][bufferization] Remove allow-return-allocs and create-deallocs pass options, remove bufferization.escape attribute" — merhart / githubweb
- [AArch64][SME]Update intrinsic interface for ld1/st1 (#65582) — github / githubweb
- [test] add 'REQUIRES: lld-available' to online-merging-windows.c — zequanwu / githubweb
- [MLIR][Linalg] Bail out if the tiles provided are more than the number (#66007) — github / githubweb
clang-d474535-g05a11f3e6dc234-t35634-b35634.tar.gz (Sep 13, 2023 7:47:13 AM)
- [AArch64][SME] Various tests should work with +sme, just as they do for +sve (#65260) — github / githubweb
- [mlir][bufferization] Generalize tensor slice rules to subset ops (#65619) — github / githubweb
- Revert rG6c56cf71ee82ec3a28e0dfc2b751bd10c16929da "[DAG] FoldSetCC - add missing icmp(X,undef) -> isTrueWhenEqual case" — llvm-dev / githubweb
- [VectorCombine][test] Supplement tests of the load-extractelement sequence (#65442) — github / githubweb
- [ci] builkite don't escape windows targets (#66192) — github / githubweb
- [AMDGPU] Remove constexpr from getNumUserSGPRForField/getMaxNumPreloadedSGPRs to appease older gcc builds — llvm-dev / githubweb
- Revert "[clang][CodeGen] Emit annotations for function declarations." — benny.kra / githubweb
- [DAG] FoldSetCC - add missing icmp(X,undef) -> isTrueWhenEqual case (REAPPLIED) — llvm-dev / githubweb
- [mlir][IR] SingleBlockImplicitTerminator derives from TraitBase (#66189) — github / githubweb
- [mlir] Add pass to add comdat to all linkonce functions (#65270) — github / githubweb
- [X86] LowerTRUNCATE - ensure we handle cases where we truncate to a sub-128bit type (PR66194) — llvm-dev / githubweb
- [clang][Sema][NFC] Add missing docs to some FieldDecl methods. — tbaeder / githubweb
clang-d474523-g6c56cf71ee82ec-t35633-b35633.tar.gz (Sep 13, 2023 5:27:53 AM)
- [GVN] Skip debug instructions in findDominatingValue function (#65977) — github / githubweb
- [clang][Sema] Rename ActOnIVar parameter (#66181) — github / githubweb
- [lldb][AArch64] Add tests for SME's SVE register state to TestArm64DynamicRegsets — david.spickett / githubweb
- [clang][ARM] Enable --print-supported-extensions for ARM (#66083) — github / githubweb
- [lldb] Treat user aliases the same as built-ins when tab completing (#65974) — github / githubweb
- [libcxx] <experimental/simd> Fix CI errors on 32-bits x86 — zhangyin2018 / githubweb
- Revert "[NFC]Add assert to avoid possibly deref nullptr (#65564)" (#66187) — github / githubweb
- [mlir][bufferization] Remove allow-return-allocs and create-deallocs pass options, remove bufferization.escape attribute — merhart / githubweb
- [mlir][bufferization] Update linalg integration tests to lower ops created by bufferization-to-memref pass — merhart / githubweb
- [mlir][bufferization] Improve buffer deallocation pass — merhart / githubweb
- [mlir][bufferization][NFC] Introduce BufferDeallocationOpInterface — merhart / githubweb
- [mlir][bufferization] BufferDeallocationOpInterface: support custom ownership update logic — merhart / githubweb
- [mlir][bufferization] Implement BufferDeallocationopInterface for scf.forall.in_parallel — merhart / githubweb
- [mlir][bufferization] Define a pipeline for buffer deallocation — merhart / githubweb
- [mlir][bufferization] Remove unused function — merhart / githubweb
- [lldb] Link to LLVM code style in LLDB's contributing page — david.spickett / githubweb
- [DAG] FoldSetCC - add missing icmp(X,undef) -> isTrueWhenEqual case — llvm-dev / githubweb
clang-d474506-g69b056d5638bbe-t35632-b35632.tar.gz (Sep 13, 2023 3:05:20 AM)
- InstSimplify: Simplifications for ldexp — arsenm2 / githubweb
- Reapply "AMDGPU: Drop and auto-upgrade llvm.amdgcn.ldexp to llvm.ldexp" — arsenm2 / githubweb
- [libc++][hardening] Make the safe mode pipeline run with modules enabled — varconsteq / githubweb
- AMDGPU: Avoid creating vector extracts if we aren't going to do anything — arsenm2 / githubweb
- [PowerPC] Implement SchedModel for Power7 — qiucofan / githubweb
clang-d474501-gca8d2533c79ccf-t35631-b35631.tar.gz (Sep 13, 2023 12:47:29 AM)
- [flang] Fix the incorrect insertion point for alloca (#65999) — github / githubweb
- [AMDGPU] Fix scan of atomicFSub in AtomicOptimizer. (#66082) — github / githubweb
- [clang-repl][Orc] Export executable symbols in ClangReplInterpreterExceptionTests — lkail / githubweb
clang-d474498-g5a48a824aa0cf3-t35630-b35630.tar.gz (Sep 12, 2023 10:27:18 PM)
clang-d474497-gc730e3c2a5fbf0-t35629-b35629.tar.gz (Sep 12, 2023 8:09:42 PM)
- [lldb][NFCI] BreakpointResolverName ctor shouldn't unnecessarily copy data (#66001) — github / githubweb
- [GlobalISel] GISelKnownBits: forward unused depth parameter — mail / githubweb
- Revert "[Clang][OpenMP] Clang adding the addrSpace according to DataLayout fix (#65483)" — jarmusch / githubweb
- [libc++] Simplify the implementation of locale::id (#65781) — github / githubweb
- [GlobPattern] Fix build error on gcc7.5 — ellis.sparky.hoag / githubweb
- Revert "[AMDGPU]: Allow combining into v_dot4" (#66158) — github / githubweb
- [gn] port b85e1862c119 — thakis / githubweb
- [sparse] allow unpack op to return any integer type. (#66161) — github / githubweb
- [gn build] Port 588023ddafb4 — llvmgnsyncbot / githubweb
clang-d474488-g859e6aa1008b80-t35628-b35628.tar.gz (Sep 12, 2023 5:50:42 PM)
- [sanitizer] Remove SYMBOLIZER_DEPS from symbolizer — Vitaly Buka / githubweb
- github-automation: Use a single comment for team mentions on pull requests (#66037) — github / githubweb
- AMDGPU: Correctly lower llvm.sqrt.f32 — arsenm2 / githubweb
- clang/OpenCL: Add inline implementations of sqrt in builtin header — arsenm2 / githubweb
- HIP: Directly use f32 sqrt intrinsic — arsenm2 / githubweb
- AMDGPU: Teach valueIsKnownNeverF32Denorm about frexp — arsenm2 / githubweb
- [llvm-exegesis] Add retry count to subprocess tests — agrossman154 / githubweb
- [test][dxil-dis] Update metadata to match target triple — Justin Bogner / githubweb
- [AMDGPU] Port AMDGPURewriteUndefForPHI to new pass manager (#66008) — github / githubweb
- Work around two more instances of __noinline__ conflicts. (#66138) — github / githubweb
- JumpThreading: Propagate branch weights in tryToUnfoldSelectInCurrBB (#66116) — github / githubweb
- [NFC] Sort `debuginfo` paths prior to updating the list (#66140) — github / githubweb
- [flang] Cray pointer in module (#66119) — github / githubweb
- fixup! [Clang][OpenMP] Clang adding the addrSpace according to DataLayout fix (#65483) — jarmusch / githubweb
- [NFC] [Support] Fix warning when build with clang-cl on Windows. (#65387) — github / githubweb
- [BOLT] Fix AutoFDO output format after D154120 — aaupov / githubweb
- Fix NATVIS visualization of ActionResult — aaron / githubweb
- [AMDGPU] Fix a warning — kazu / githubweb
- [mlir][spirv] Fix remaining coop matrix verification corner cases (#66137) — github / githubweb
- [OpenMP] Remove optimization skipping reduction struct initialization (#65697) — github / githubweb
- [libc++][NFC] Remove stray #if 1 that was probably a debugging leftover — Louis Dionne / githubweb
- [libc] Improve the implementation of the rand() function (#66131) — github / githubweb
- [llvm] Adopt WithMarkup in the ARM backend (#65561) — github / githubweb
- [libc++] Fix the rotate direction used in countl_zero() — Louis Dionne / githubweb
- [github] GitHub Actions workflows changes (#65856) — github / githubweb
clang-d474463-gc6a33ff49dfb34-t35627-b35627.tar.gz (Sep 12, 2023 3:31:51 PM)
- [libc++][test][NFC] Rewrite map count test and add test case for "final" compare — Louis Dionne / githubweb
- [RISCV] Rework gather/scatter DAG combine structure [NFC] — listmail / githubweb
- [flang][openacc] Check atomic update lhs/rhs are scalar (#66113) — github / githubweb
- [libunwind] Use __builtin_alloca to avoid missing include — Louis Dionne / githubweb
- [scudo] Allow using a different test main. — cferris / githubweb
- [compiler-rt] Add missing include in unittest — haowei / githubweb
- [Clang] Fix crash in Parser::ParseDirectDeclarator by adding check that token is not an annotation token — Shafik Yaghmour / githubweb
- [include-mapping] Python fixes — github / githubweb
- Statically analyze likely and unlikely blocks based on metadata — 1894981+hiraditya / githubweb
- Splits cleanup block lowered by AsyncToAsyncRuntime. (#66123) — github / githubweb
- Revert "Update GoogleTest to v1.14.0 (#65823)" — haowei / githubweb
- [libc] Add missing deps for header libraries. (#66125) — github / githubweb
- [libc++][hardening] Add back the safe mode. — varconsteq / githubweb
- [AMDGPU] Fix an unused variable warning — kazu / githubweb
- [Windows] Avoid using FileIndex for unique IDs — martin / githubweb
- Add host-supports-nvptx requirement to lit tests (#66129) — github / githubweb
- [runtimes] Add llvm-size to RUNTIMES_TEST_DEPENDS — smeenai / githubweb
- [libc] Fix a typo in a CMakeLists.txt - replace DEPS with DEPENDS. (#66130) — github / githubweb
- [Clang][OpenMP] Clang adding the addrSpace according to DataLayout fix (#65483) — github / githubweb
- [libc][NFC] Factor GPU exiting into a common function (#66093) — github / githubweb
- workflows/pr-subscriber: Handle libc++ and libc++abi labels (#66029) — github / githubweb
- [mlir][gpu][sparse] gracefully accept zero size allocation (#66127) — github / githubweb
- [clang][CodeGen] Emit annotations for function declarations. — dschuff / githubweb
clang-d474440-g4e07262d39eb7c-t35626-b35626.tar.gz (Sep 12, 2023 1:11:54 PM)
- Propagate the DWARF version from the main compiler invocation to PCHC… (#66032) — github / githubweb
- [AMDGPU] Fix some MIR tests (#66090) — github / githubweb
- [libc++] Add missing std::ranges::join_view to the list of experimental features — Louis Dionne / githubweb
- [libc] Make add_header and add_gen_header targets normal library targets. (#66045) — github / githubweb
- [AMDGPU] Add utilities to track number of user SGPRs. NFC. — Austin.Kerbow / githubweb
- Add host-supports-nvptx requirement to lit tests (#66102) — github / githubweb
- [AArch64][SME]Update intrinsic interface for ldr/str (#65593) — github / githubweb
- [llvm][unittests] Remove unneeded header includes — bjorn.a.pettersson / githubweb
- [AArch64][SME]Update intrinsic interface for read/write (#65594) — github / githubweb
- [flang][hlfir][openacc] Updated LIT tests checks. (#66099) — github / githubweb
- Update GoogleTest to v1.14.0 (#65823) — github / githubweb
- [MC][RISCV] Add assembly syntax highlighting for RISCV (#65853) — github / githubweb
clang-d474428-gc8d405323e2f7c-t35625-b35625.tar.gz (Sep 12, 2023 10:51:42 AM)
- [GIsel][AArch64] Legalize <2 x i16> for G_INSERT_VECTOR_ELT (#65830) — github / githubweb
- Revert "[AArch64][GlobalISel] Add lowering for constant BIT/BIF/BSP" — david.green / githubweb
- [mlir][bufferization][NFC] Rename copy_tensor op to materialize_in_destination (#65467) — github / githubweb
- Fix out of line Concept-comparisons of NestedNameSpecifiers (#65993) — github / githubweb
- [AArch64]: Refactor target parser to use Bitset. (#65423) — github / githubweb
- [NVPTX] Tighten up legal v2i16 ops a bit — benny.kra / githubweb
- [OpenMP][test][VE] Limit the number of AFFINITY_MAX_CPUS for VE (#65872) — github / githubweb
- [RISCV] Move getSmallestVTForIndex so it can be used by lowerINSERT_VECTOR_ELT. NFC — luke / githubweb
- [libc++] Document experimental features in the library (#65994) — github / githubweb
- Don't rely in llvm::Bitset CTAD. NFC. — benny.kra / githubweb
- [mlir][spirv] Improve coop matrix attribute handling (#66020) — github / githubweb
- [AsmPrinter][DwarfDebug] Skip vars with fragments in different location kinds — Felipe de Azevedo Piovezan / githubweb
- [SPIRV] Get pointer size from datalayout (#66096) — github / githubweb
clang-d474415-g70248920fcd804-t35624-b35624.tar.gz (Sep 12, 2023 8:28:47 AM)
- [NVPTX] Remove NOP definition — luke.drummond / githubweb
- [SVE] Precommit test to show missing initialisation of call operand. — paul.walker / githubweb
- [DAGCombiner][RISCV] Prefer to sext i32 non-negative values (#65984) — github / githubweb
- [BOLT] Prevent adding secondary entry points for BB labels — jnoorman / githubweb
- Add some -early-live-intervals RUN lines (#66058) — github / githubweb
- [GuardWidening] Fix widening possibility check (#66064) — github / githubweb
- [libc++][test] Add '-Wdeprecated-copy', '-Wdeprecated-copy-dtor' warnings to the test suite — Louis Dionne / githubweb
clang-d474408-gbcdba86f2537c2-t35623-b35623.tar.gz (Sep 12, 2023 6:07:52 AM)
- [flang][hlfir] Add hlfir.maxval intrinsic (#65705) — github / githubweb
- [AMDGPU] Make default AMDHSA Code Object Version to be 5 (#65410) — github / githubweb
- Update some uses of `getAttr()` to be explicit about Inherent vs Discardable (NFC) — joker.eph / githubweb
- [libc] Add is_object (#65749) — github / githubweb
- [AMDGPU][GFX11] Add more test coverage for FMA instructions. (#65935) — github / githubweb
- [AMDGPU] Handle inUndef flag in LiveVariables::recomputeForSingleDefVirtReg — Valery.Pykhtin / githubweb
- [AArch64][GISel] Expand test coverage of FPow. — david.green / githubweb
- [AArch64][GlobalISel] Add lowering for constant BIT/BIF/BSP (#65897) — github / githubweb
- Fix some AffineOps to properly declare their inherent affinemap Attribute (#66050) — github / githubweb
- [clang][dataflow] Remove RecordValue.getLog() usage in HTMLLogger (#65645) — github / githubweb
- [AMDGPU] Remove the GFX11 runs in CodeGen/AMDGPU/fma.f16.ll. — ivan.kosarev / githubweb
- [mlir][vector] Refine vector.transfer_read hoisting/forwarding (#65770) — github / githubweb
- Revert "[AMDGPU] Make default AMDHSA Code Object Version to be 5 (#65410)" (#66060) — github / githubweb
- [SPIR-V] Support SPV_INTEL_arbitrary_precision_integers_extension, misc utils for other extensions — michal.paszkowski / githubweb
- [GitHub] use checkout action v4 (#65819) — github / githubweb
- [ci] escape artifacts paths — goncharov.mikhail / githubweb
clang-d474392-gc8387a31a4adfa-t35622-b35622.tar.gz (Sep 12, 2023 3:40:00 AM)
- RegisterCoalescer: Correctly set valid lanes when keeping live out implicit defs — arsenm2 / githubweb
- RegisterCoalescer: Don't delete IMPLICIT_DEF if it's live into the same block — arsenm2 / githubweb
- [mlir] Support null interface to base conversion (#65988) — github / githubweb
- [clang][dataflow] Merge `RecordValue`s with different locations correctly. (#65319) — github / githubweb
- [AMDGPU] Regen combine-fma-add-mul-pre-legalize.mir — pierre.vanhoutryve / githubweb
- [clang][dataflow] Eliminate `RecordValue::getChild()`. (#65586) — github / githubweb
- [flang] Lower BIND(C) assumed length to CFI descriptor (#65950) — github / githubweb
- Reland "[lldb] Improve completion tests (#65973)" — david.spickett / githubweb
- [lldb] Format more Python files with black (#65979) — github / githubweb
clang-d474383-g38e9006896edf8-t35621-b35621.tar.gz (Sep 12, 2023 1:20:01 AM)
- [libcxx] <experimental/simd> Removed original implementations and tests — zhangyin2018 / githubweb
- [libcxx] <experimental/simd> Add ABI tags, class template simd/simd_mask implementations. Add related simd traits and tests. — zhangyin2018 / githubweb
- [libcxx] <experimental/simd> Added simd width functions, simd_size traits and related tests — zhangyin2018 / githubweb
- [libcxx] <experimental/simd> Added aliagned flag types, traits is_simd_flag_type[_v], memory_alignment[_v] and related tests — zhangyin2018 / githubweb
- [libcxx] <experimental/simd> Added internal storage type, constructors, subscript operators of class simd/simd_mask and related tests — zhangyin2018 / githubweb
- [libcxx] <experimental/simd> Add broadcast constructor of class simd/simd_mask — zhangyin2018 / githubweb
- [libomptarget] Rename AMDGPUSignalTy member Signal to HSASignal. — yeluo / githubweb
- [gn build] Port 0e30dd44adc9 — llvmgnsyncbot / githubweb
- [gn build] Port a284d0cc9c69 — llvmgnsyncbot / githubweb
- [gn build] Port ce5652c78ac0 — llvmgnsyncbot / githubweb
- [gn build] Port e7a45c6d768b — llvmgnsyncbot / githubweb
- [ELF][test] Make tests less sensitive of addresses/number of sections — i / githubweb
- [mlir][arith] Rename operations: `maxf` → `maximumf`, `minf` → `minimumf` (#65800) — github / githubweb
- Update the developer policy information on "Stay Informed" to refer to GitHub teams (#65798) — github / githubweb
- [hwasan] Re-enable the test with fallback — Vitaly Buka / githubweb
- Include the issue description in the subscription comment so that email notification is self-contained (#65839) — github / githubweb
clang-d474367-g08352b99a43b2c-t35620-b35620.tar.gz (Sep 11, 2023 11:01:32 PM)
- [sanitizer][msan] VarArgHelper for loongarch64 — zhanglimin / githubweb
- [Driver] Properly report error for unsupported powerpc darwin/macos triples — i / githubweb
- [VP] IR expansion for maxnum/minnum — Liqin.Weng / githubweb
- [Fuchsia] Support building runtimes for RISC-V on Linux (#66025) — github / githubweb
- [clang][Sema] Fix format size estimator's handling of %o, %x, %X with alternative form — shimizu2486 / githubweb
- [InlineAsm] Add constraint A to getMemConstraintName (#65292) — github / githubweb
- [libomptarget][NFC] update comments. — yeluo / githubweb
clang-d474360-g1d7cec6adc67d0-t35619-b35619.tar.gz (Sep 11, 2023 8:39:52 PM)
- [BOLT][NFC] Speedup YAML profile processing — aaupov / githubweb
- [mlir][sparse] Fix bug in new syntax parser (#66024) — github / githubweb
- adds `__reference_constructs_from_temporary` — cjdb / githubweb
- [libc++][ranges] Fix a `split_view` test accidentally using `lazy_split` — varconsteq / githubweb
- [Clang][Docs] Fix typo in clang-offload-packager documentation — alexey.bader / githubweb
- [test][hwsasan] Invert enable_aliases check — Vitaly Buka / githubweb
- Revert "adds `__reference_constructs_from_temporary`" — cjdb / githubweb
- Add "process metadata" Mach-O LC_NOTE for corefiles — Jason Molenda / githubweb
- [test][hwasan] Disable the test as it fails on Arm as well — Vitaly Buka / githubweb
- [test][hwasan] Fix UNSUPPORTED condition — Vitaly Buka / githubweb
- [Parse] Split incremental-extensions (#65683) — github / githubweb
- [NewGVN] Decrement UseCount only if SSA copy has one use — Konstantina.Mitropoulou / githubweb
- [libc++] Fix broken test in C++03 mode — Louis Dionne / githubweb
clang-d474347-gffef4fe0dbb9d7-t35618-b35618.tar.gz (Sep 11, 2023 6:23:24 PM)
- [flang][openacc] Enable lowering support for OpenACC atomic operations (#65776) — github / githubweb
- [lldb-vscode] Make descriptive summaries and raw child for synthetics configurable (#65687) — github / githubweb
- [CUDA][HIP] Do not mark extern shared var (#65990) — github / githubweb
- Revert "[Driver] Properly report error for unsupported powerpc darwin/macos triples" — thakis / githubweb
- [mlir] Make it possible to build a DenseResourceElementsAttr from untyped memory. (#66009) — github / githubweb
- [ORC] Fix implicit conversion warning due to 5293109774d. — Lang Hames / githubweb
- LoopUnrollRuntime: Add weights to all branches — Matthias Braun / githubweb
- [test] Add x86-registered-target to amdgpu_throw_trap.cpp — aeubanks / githubweb
- [cfi-verify tests]: Skip two x86-only tests if x86 is not enabled — thakis / githubweb
- [flang] Call finalization on empty type (#66010) — github / githubweb
- [test][hwasan] Disable test failing on x86_64 with no -lstdc++ — Vitaly Buka / githubweb
- [test][hwasan] Relax test condition — Vitaly Buka / githubweb
- [test] Change llc -march= to -mtriple= — i / githubweb
- [test] Change llvm-mc -arch= to -triple= — i / githubweb
- [test] Change llc -march= to -mtriple= & llvm-mc -arch= to -triple= — i / githubweb
- [test] debug-info-correlate.ll requires an ELF target triple — i / githubweb
- Fix a few messed up links in the ReleaseNotes — erichkeane / githubweb
- [BOLT][NFC] Use formatv in DataAggregator/DataReader prints — aaupov / githubweb
clang-d474329-gd1b418f55263ec-t35617-b35617.tar.gz (Sep 11, 2023 4:06:36 PM)
- [sanitizer] Add more buildbot Info — Vitaly Buka / githubweb
clang-d474329-gd1b418f55263ec-t35617-b35617.tar.gz (Sep 11, 2023 4:06:36 PM)
- [NFC][RemoveDIs] Use iterators over inst-pointers when using IRBuilder — jeremy.morse / githubweb
- [LLDB][NFC] Add the mojo language to Language::GetPrimaryLanguage — walter erquinigo / githubweb
- [RISCV] Add a combine to form masked.load from unit strided load (#65674) — github / githubweb
- [test][tsan] Disable flaky test on PPC — Vitaly Buka / githubweb
- Lazy initialize diagnostic when handling MLIR properties (#65868) — github / githubweb
- [sanitizer] Change return type of __sanitizer_symbolize_demangle to bool (#65991) — github / githubweb
- [mlir][gpu] Deprecate gpu::Serialization* passes. (#65857) — github / githubweb
- [mlir][openacc] Model acc cache directive as data entry operands on acc.loop (#65521) — github / githubweb
- [flang][openacc] Lower acc cache directive (#65673) — github / githubweb
- [mlir][Linalg] Move `linalg.fill` -> `linalg.pack` pattern into `fill` canonicalization patterns. (#66002) — github / githubweb
- [ELF] Reset two member variables in Ctx::reset — i / githubweb
clang-d474318-gd7acc6e23f69a2-t35616-b35616.tar.gz (Sep 11, 2023 1:51:22 PM)
- [lld][MachO] Add option to suppress mismatch profile errors (#65551) — github / githubweb
- [mlir][spirv] Support `spirv.coopmatrix` type (de-)serialization (#65831) — github / githubweb
- [GlobPattern][docs] Fix poorly rendered docs — ellis.sparky.hoag / githubweb
- [RISCV] Shrink vslidedown when lowering fixed extract_subvector (#65598) — github / githubweb
- [InlineAsm] refactor InlineAsm class NFC (#65649) — github / githubweb
- Fold or-phi test — biplob.mishra / githubweb
- [libcxx] Fix include directory order (#65859) — github / githubweb
- [lldb][Tests] Reformat API tests with black — david.spickett / githubweb
- [mlir][VectorOps] Don't drop scalable dims when lowering transfer_reads/writes (in VectorToLLVM) — benjamin.maxwell / githubweb
- [NFC][RemoveDIs] Provide an iterator-taking split-block method — jeremy.morse / githubweb
- ValueTracking: Add baseline tests for fcmp with non-0/inf constants — arsenm2 / githubweb
- [Driver][test] Don't check the version in the triple — i / githubweb
- [include-cleaner] Fix handling of enums in presence of qualifiers (#65952) — github / githubweb
- [lldb] Improve completion tests (#65973) — github / githubweb
- [AMDGPU] Autogenerate min.ll/max.ll tests. NFC. (#65786) — github / githubweb
- [NFC][AsmPrinter] Refactor DbgVariable as a std::variant — scott.linder / githubweb
- [NFC][AsmPrinter] Remove dead multi-MMI handling from DwarfFile::addScopeVariable — scott.linder / githubweb
- [NFC][AsmPrinter] Expose std::variant-ness of DbgVariable — scott.linder / githubweb
- [NFC][AsmPrinter] Use std::visit in constructVariableDIEImpl — scott.linder / githubweb
- [ADT] Remove any_isa (NFC) (#65636) — github / githubweb
- Revert "[lldb] Improve completion tests (#65973)" — david.spickett / githubweb
- [Fuchsia] Re-enable libcxx timezone database (#65981) — github / githubweb
- Avoid running optimization passes in frontend test — Matthias Braun / githubweb
- ProfDataUtils: Add extractFromBranchWeightMD function; NFC — Matthias Braun / githubweb
- LoopRotate: Add code to update branch weights — Matthias Braun / githubweb
- [MLIR][Linalg] Improve documentation in `LinalgInterfaces.td` (NFC) — l.chelini / githubweb
- [AMDGPU] Global ISel for packed fp32 instructions (#65803) — github / githubweb
- [RISCV] Lower fixed vectors extract_vector_elt through stack at high LMUL — listmail / githubweb
- [ELF] Respect orders of symbol assignments and DEFINED (#65866) — i / githubweb
- Re-apply 75c487602a "[ORC] Add a MachOBuilder utility, use it to..." with fixes. — Lang Hames / githubweb
- [DebugInfo] Use getStableDebugLoc to pick IRBuilder DebugLocs — jeremy.morse / githubweb
- [test][sanitizer] Check LINKER_IS_LLD to detect LLD — Vitaly Buka / githubweb
- [libc] Manually set the AMDGPU code object version (#65986) — github / githubweb
- [llvm-readelf] Add --extra-sym-info (#65580) — github / githubweb
- Revert "[PHIElimination] Handle subranges in LiveInterval updates" — Vitaly Buka / githubweb
- [libc++] Add regression tests for issue #46841 — Louis Dionne / githubweb
- [libc++abi] Overhaul test_exception_storage.pass.cpp — Louis Dionne / githubweb
- [SLP][NFC]Use ArrayReffor operands directly instead of entry/operand number, NFC. — a.bataev / githubweb
- [libc++] Use the default initializer for char_type in std::num_get::do_get — Louis Dionne / githubweb
- [lld-macho][nfc]Add bounds on sections and subsections check before attempting to dereferencing iterators. — vyng / githubweb
- [libc++] Mark static variables of locale::id as constinit (#65783) — github / githubweb
- [libc][NFC] Eliminate the internal header library target. (#65837) — github / githubweb
- [AsmPrinter] Fix an unused variable warning — kazu / githubweb
- [InlineAsm] fix msvc warning — ndesaulniers / githubweb
clang-d474274-g3125bd4bc7367a-t35615-b35615.tar.gz (Sep 11, 2023 11:31:12 AM)
- [sanitizer] Fix step name — Vitaly Buka / githubweb
clang-d474274-g3125bd4bc7367a-t35615-b35615.tar.gz (Sep 11, 2023 11:31:12 AM)
- Fix warning in MSVC — erichkeane / githubweb
- [NFC][Clang][RISCV] Fix typos of riscv-v-spec doc in riscv_vector.td (#65944) — github / githubweb
- [DebugInfo] Parse StrOffsets section if needed — Felipe de Azevedo Piovezan / githubweb
- [Flang][OpenMP][Sema] Support propagation of REQUIRES information across program units — safonsof / githubweb
- [NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine — jeremy.morse / githubweb
- [libc][NFC] Fix missing header in CMakelists.txt (#65960) — github / githubweb
- [libc] Add type_traits tests (#65956) — github / githubweb
- Remove extra switch from 0323938d — erichkeane / githubweb
- [X86] matchIndexRecursively - add zext(add/addlike(x,c)) -> index: zext(x), disp + zext(c) pattern handling — llvm-dev / githubweb
- [Driver] Do not generate error about unsupported target specific options when there is no compiler jobs — maciej.gabka / githubweb
- [mlir][GPU] Handle LLVM pointer attributes on memref arguments. — Krzysztof.Drewniak / githubweb
- [RISCV] Add extract_subvector tests for a statically-known VLEN. NFC (#65389) — github / githubweb
- [clang][VarDecl] Reset un-evaluated constant for all C++ modes (#65818) — github / githubweb
- [RISCV] Refactor extract_subvector lowering slightly. NFC (#65391) — github / githubweb
- [lldb] Correctly invalidate unloaded image tokens (#65945) — github / githubweb
clang-d474259-g12ac0f6ede1857-t35614-b35614.tar.gz (Sep 11, 2023 9:12:14 AM)
- [AArch64][Flang] Add new flang-aarch64-libxx builder, remove flang-aarch64-latest-clang — david.spickett / githubweb
- [sanitizer] Disable tsan/check_analyze on PPC — Vitaly Buka / githubweb
- [sanitizer] Workaround dependency issuse with compiler-rt tests — Vitaly Buka / githubweb
clang-d474259-g12ac0f6ede1857-t35614-b35614.tar.gz (Sep 11, 2023 9:12:14 AM)
- [mlir][vector][NFC] `isDisjointTransferIndices`: Use `getConstantIntValue` (#65931) — github / githubweb
- [libc++][ranges][NFC] Status page: Adds `enumerate_view` patch — zingam / githubweb
- Add missing vrnd intrinsics — victor.campos / githubweb
- Revert "[Flang][OpenMP][Sema] Support propagation of REQUIRES information across program units" — safonsof / githubweb
- [analyzer] CStringChecker should check the first byte of the destination of strcpy, strncpy — benicsbalazs / githubweb
- [analyzer] CStringChecker buffer access checks should check the first bytes — benicsbalazs / githubweb
- [MLIR] Make SM_90 integration tests use `TargetAttr` (#65926) — github / githubweb
- [Convergence] allow non-convergent ops before entry and loop intrinsics (#65939) — github / githubweb
- [MLIR][PDL] Add Bytecode support for negated native constraints — martin.luecke / githubweb
- [mlir][Interfaces][NFC] DestinationStyleOpInterface: Improve documentation (#65927) — github / githubweb
- Fixup "[analyzer] CStringChecker buffer access checks should check the first bytes" — benicsbalazs / githubweb
- [VP] IR expansion for abs/smax/smin/umax/umin — Liqin.Weng / githubweb
- [VP] IR expansion for zext/sext/trunc/fptosi/fptosi/sitofp/uitofp/fptrunc/fpext — Liqin.Weng / githubweb
- [OpenMP][DeviceRTL][AMDGPU] Add missing libomptarget build targets (#65964) — github / githubweb
clang-d474245-g24846789f26ecb-t35613-b35613.tar.gz (Sep 11, 2023 6:50:19 AM)
- [X86] lea-2.ll - add test showing failure to fold shl(zext(or(x,c1)),c2) 'addlike' into LEA instruction — llvm-dev / githubweb
- [X86] promoteExtBeforeAdd - add support for or/xor 'addlike' patterns — llvm-dev / githubweb
- [Flang][OpenMP] Minor changes in reduction to work with HLFIR (#65775) — github / githubweb
- [libc] Add missing add_lvalue_reference_t (#65940) — github / githubweb
- [libc][bazel] Add CPP tests (#65941) — github / githubweb
- [clang][Interp] Implement __builtin_offsetof — tbaeder / githubweb
- [OpenMP][OMPT] Fix device identifier collision during callbacks (#65595) — github / githubweb
- [clang][Interp] Check floating results for NaNs — tbaeder / githubweb
- [mlir][vector] Extend mask calculation for vector.contract (#65733) — github / githubweb
- [NFC][Analysis] Run update_analyze_test_checks.py on Analysis/CostModel/AArch64/sve-ldst.ll — david.sherwood / githubweb
- [Flang][OpenMP][Sema] Support propagation of REQUIRES information across program units — safonsof / githubweb
- [NFC][RemoveDIs] Prefer iterator-insertion over instructions — jeremy.morse / githubweb
- [flang] Improve length information in character transformational (#65771) — github / githubweb
- Revert rGa8cef6b58e2d41f04ed4fa63c3f628eac1a28925 "[X86] promoteExtBeforeAdd - add support for or/xor 'addlike' patterns" — llvm-dev / githubweb
- [lldb] Don't tab complete stop-hook delete beyond 1st argument — david.spickett / githubweb
- updated buildkite pipeline generation (#65574) — github / githubweb
clang-d474229-g56396b25f1793a-t35612-b35612.tar.gz (Sep 11, 2023 4:27:36 AM)
- [AMDGPU][NFCI] Refactor BUFInstructions.td (#65746) — github / githubweb
- [Clang][RISCV] Use Decl for checkRVVTypeSupport (#65778) — github / githubweb
- [lldb][AArch64] Add type marker to ReadAll/WriteALLRegisterValues data — david.spickett / githubweb
- [mlir][complex] Support fastmath in the binary op conversion. (#65702) — github / githubweb
- [clangd] Delete deprecated enumerateTweaks endpoint — kadircet / githubweb
- [clang-format][NFC] Minor cleanup of token annotator and test cases — owenpiano / githubweb
- [Driver] Remove duplicate -e on DragonFly (#65867) — github / githubweb
- [clang][AArch64] Add --print-supported-extensions support (#65466) — github / githubweb
- [ELF][test] Make tests less sensitive to addresses/number of sections — i / githubweb
- [clang][AArch64] Fix supported extensions test case — david.spickett / githubweb
- [clang][dataflow][NFC] Delete unused function. (#65602) — github / githubweb
- [clangd] Rollforward include-cleaner library usage in symbol collector. — bakalova / githubweb
- [clangd] allow extracting to variable for lambda expressions — zeratul976 / githubweb
- [AArch64] Remove copy instruction between uaddlv and urshr — jingu.kang / githubweb
- [clangd] Forward --target to system include extraction (#65824) — github / githubweb
- [mlir][Vector] Make `vector.contract` work with scalable vectors (#65724) — github / githubweb
- [PHIElimination] Handle subranges in LiveInterval updates — carl.ritson / githubweb
- [SPIR-V] Add SPIR-V logical triple. — brioche / githubweb
- [clangd] Fix buildbot breakages from stemming from 64366d4935d3c56ce5906a321edb2e91d4f886bc — bakalova / githubweb
- [mlir][llvm] Return failure from type converter for n-D scalable vectors (#65450) — github / githubweb
- [SPIRV-V] Add SPIR-V logical triple to llc — brioche / githubweb
clang-d474207-gd3cfc7126c1606-t35610-b35610.tar.gz (Sep 11, 2023 1:03:17 AM)
- [AMDGPU] SILowerI1Copies: clear kill flags on COPY (#65883) — github / githubweb
- [llvm-objdump] --adjust-vma adjust symbol table — Shivam.Gupta2 / githubweb
- [AMDGPU] SILowerControlFlow: fix preservation of LiveIntervals — carl.ritson / githubweb
- [X86][EVEX512] Restrict attaching EVEX512 for default CPU only, NFCI (#65920) — github / githubweb
- [clang][Diagnostics] Add source range to uninitialized diagnostics (#65896) — github / githubweb
- [RISCV] Disable zcmp push/pop for variadic functions. (#65302) — github / githubweb
- [include-cleaner] Always keep non-self-contained files (#65499) — github / githubweb
clang-d474200-g797cad9d32885c-t35609-b35609.tar.gz (Sep 10, 2023 10:42:56 PM)
- [sanitizer] Return -DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR=OFF — Vitaly Buka / githubweb
- [sanitizer] Simplify script — Vitaly Buka / githubweb
- [sanitizer] Remove LLVM_BUILD_EXTERNAL_COMPILER_RT — Vitaly Buka / githubweb
- [sanitizer] Copy all steps of buildbot_standard.sh — Vitaly Buka / githubweb
clang-d474200-g797cad9d32885c-t35609-b35609.tar.gz (Sep 10, 2023 10:42:56 PM)
- [mlir][tensor] Check the EmptyOp's dynamicSize to be non-negative (#65577) — github / githubweb
- [X86] Remove _REV instructions from the EVEX2VEX tables (#65752) — github / githubweb
- [OpenMPOpt] Allow indirect calls in AAKernelInfoCallSite (#65836) — github / githubweb
- [libomptarget][NFC]Rename targetDataMapper to targetDat in interface.cpp (#65915) — github / githubweb
- [VP] more functional Intrinsic to definitions — Liqin.Weng / githubweb
- [clang][deps] NFCI: Use `FileEntryRef` in `ModuleDepCollectorPP` — Jan Svoboda / githubweb
- [clang] NFCI: Use `FileEntryRef` in 'clang-tools-extra' — Jan Svoboda / githubweb
clang-d474193-g2873a9ae279e26-t35608-b35608.tar.gz (Sep 10, 2023 8:22:25 PM)
- [sanitizer] Remove unneeded flags — Vitaly Buka / githubweb
- [sanitizer] Use ls-remote to find last release — Vitaly Buka / githubweb
clang-d474193-g2873a9ae279e26-t35608-b35608.tar.gz (Sep 10, 2023 8:22:25 PM)
- [NFC][cmake] Sort COMPILER_RT_TEST_SUITES — Vitaly Buka / githubweb
- [test][sanitizer] Reduce output noise in test — Vitaly Buka / githubweb
- [symbolizer] Check if dependecy exist — Vitaly Buka / githubweb
clang-d474190-g5862ed28782842-t35607-b35607.tar.gz (Sep 10, 2023 6:02:21 PM)
- Revert "[sanitizer] Disable symbolizer tests broken by 1049fddbedc5a2020f78cda7183384142da9cede" — Vitaly Buka / githubweb
- [sanitizer] Remove unneeded cmake flags — Vitaly Buka / githubweb
- [sanitizer] Switch to release clang — Vitaly Buka / githubweb
clang-d474190-g5862ed28782842-t35607-b35607.tar.gz (Sep 10, 2023 6:02:21 PM)
- [X86] FastISel -fno-pic: emit R_386_PC32 when calling an intrinsic — i / githubweb
- [M68k] Swap operands of atomic_store after D123143 — i / githubweb
- Update CONTRIBUTING.md to remove the not about not accepting PR — github / githubweb
clang-d474187-g057564fec5ca9a-t35606-b35606.tar.gz (Sep 10, 2023 3:41:47 PM)
- [sanitizer] Stop early if not on bot — Vitaly Buka / githubweb
- [sanitizer] Switch bot from LLVM_BUILD_EXTERNAL_COMPILER_RT to LLVM_ENABLE_RUNTIMES — Vitaly Buka / githubweb
- [sanitizer] Disable symbolizer tests broken by 1049fddbedc5a2020f78cda7183384142da9cede — Vitaly Buka / githubweb
clang-d474187-g057564fec5ca9a-t35606-b35606.tar.gz (Sep 10, 2023 3:41:47 PM)
- [InstCombine] Add test cases from PR62898. NFC. — dtcxzyw2333 / githubweb
- [InstCombine] Generalize foldICmpWithMinMax — dtcxzyw2333 / githubweb
- [AArch64] ushl_sat.ll - regenerate checks. NFC. — llvm-dev / githubweb
- [ConstraintElim] Add missing checks in test_overflow_in_negate_constraint (#65841) — github / githubweb
- [Driver] Remove remnant PowerPC Darwin code — i / githubweb
- [clang-format][doc] Fix a '' (in c669541c969c) that meant to be `` — owenpiano / githubweb
- [Clang][AArch64] Define x86_64 macros for ARM64EC targets (#65420) — github / githubweb
- [Driver] Properly report error for unsupported powerpc darwin/macos triples — i / githubweb
- Fix some typos in comments: evalute -> evaluate (NFC) (#65906) — github / githubweb
clang-d474178-gfd453e2381d6f3-t35605-b35605.tar.gz (Sep 10, 2023 1:21:20 PM)
- [X86] matchIndexRecursively - don't peek through multiuse sext(add_nsw(x,c)) (PR65895) — llvm-dev / githubweb
- [clang-tidy] Exclude bitwise operators in bugprone-non-zero-enum-to-bool-conversion (#65498) — github / githubweb
- [clang] NFCI: Use `FileEntryRef` in `ASTReader` — Jan Svoboda / githubweb
- [clang] NFCI: Use `FileEntryRef` in `ASTWriter` — Jan Svoboda / githubweb
- [libc++] Use inline instead of static in headers. — koraq / githubweb
- [AIX][tests] Temporarily disable more Clang/Index tests — Jan Svoboda / githubweb
- [TwoAddressInstruction] Use member functions instead of static helpers — jay.foad / githubweb
clang-d474171-g780b046bd016b6-t35604-b35604.tar.gz (Sep 10, 2023 11:01:29 AM)
- [Fuchsia] Disable libcxx timezone database (#65870) — github / githubweb
- [Demangle] demangle builtin type transformations — congcongcai0907 / githubweb
- Revert "[Demangle] demangle builtin type transformations" — congcongcai0907 / githubweb
- [clang] NFCI: Use `FileEntryRef` in `FileRemapper` (1/2) — Jan Svoboda / githubweb
- [clang] NFCI: Use `FileEntryRef` in `FileRemapper` (2/2) — Jan Svoboda / githubweb
- [InstCombine] Use m_c_And/m_c_Or instead of duplicate logic. NFC. — dtcxzyw2333 / githubweb
clang-d474165-gf2e5000937235a-t35603-b35603.tar.gz (Sep 10, 2023 8:41:56 AM)
- [AArch64][GlobalISel] Fix || / && precedence warning in assert. NFC — david.green / githubweb
- [AArch64] Add GlobalISel coverage for BIT/BIF/BSL. NFC — david.green / githubweb
- [clang-tidy] Add IgnoreTypes option to modernize-use-nullptr — me / githubweb
- [clang-tidy] Fix DanglingHandleCheck to work in C++17 and later mode — me / githubweb
clang-d474161-g710b5a12324e54-t35602-b35602.tar.gz (Sep 10, 2023 6:43:09 AM)
clang-d474160-g18b6e2139ff852-t35601-b35601.tar.gz (Sep 10, 2023 4:20:39 AM)
- [ELF] Priorize the last catch-all pattern in version scripts — i / githubweb
- AMDGPU: Implement llvm.get.fpmode — arsenm2 / githubweb
- [clangd] Show parameter hints for operator() — zyn7109 / githubweb
- [Driver] Replace usage of -Bshareable linker flag with -shared (#65842) — github / githubweb
clang-d474156-g89bacc0bb9f6aa-t35600-b35600.tar.gz (Sep 10, 2023 1:58:50 AM)
- [clang] NFCI: Use `FileEntryRef` in `LookupSubframeworkHeader()` — Jan Svoboda / githubweb
- [clang] NFCI: Use `FileEntryRef` in `ModuleManager` — Jan Svoboda / githubweb
- [clang] NFCI: Use `FileEntryRef` in `GlobalModuleIndex` — Jan Svoboda / githubweb
- [clang] NFCI: Use `FileEntryRef` in `ModuleMapCallbacks` — Jan Svoboda / githubweb
- [clang] NFCI: Use `FileEntryRef` in `CreateHeaderMap()` — Jan Svoboda / githubweb
clang-d474151-g33f19a6f1c279f-t35599-b35599.tar.gz (Sep 9, 2023 11:44:20 PM)
- [sanitizer] Simplify buildbot_cmake.sh — Vitaly Buka / githubweb
clang-d474151-g33f19a6f1c279f-t35599-b35599.tar.gz (Sep 9, 2023 11:44:20 PM)
- [OpenMP][test][VE] Change to use VE_LD_LIBRARY_PATH for VE (#65869) — github / githubweb
- [lldb] Reinstate default constructor for SBCommandInterpreter — Jonas Devlieghere / githubweb
- [clang] NFCI: Use `FileEntryRef` in `suggestPathToFileForDiagnostics()` — Jan Svoboda / githubweb
- [clang] NFCI: Use `FileEntryRef` in `Sarif.cpp` — Jan Svoboda / githubweb
- [Haiku] Don't assume clang was build with libstdc++ as default (#65871) — github / githubweb
clang-d474146-g444abb396c340e-t35598-b35598.tar.gz (Sep 9, 2023 9:26:31 PM)
- [sanitizer] Remove unneeded variables — Vitaly Buka / githubweb
- [sanitizer] Use less cd — Vitaly Buka / githubweb
- [sanitizer] Fix step name — Vitaly Buka / githubweb
clang-d474146-g444abb396c340e-t35598-b35598.tar.gz (Sep 9, 2023 9:26:31 PM)
- [mlir][gpu] Add a symbol table field to TargetOptions and adjust GpuModuleToBinary (#65797) — github / githubweb
clang-d474145-g18b67243550a4f-t35597-b35597.tar.gz (Sep 9, 2023 7:07:51 PM)
- [sanitizer] Use same build dir for last two steps — Vitaly Buka / githubweb
clang-d474145-g18b67243550a4f-t35597-b35597.tar.gz (Sep 9, 2023 7:07:51 PM)
- Fix MLIR integration test that requires ARM SVE to reproduce — joker.eph / githubweb
- [Clang][OpenMP] Emit unroll directive w/o captured stmt (#65862) — github / githubweb
- [OpenMP][VE] Support OpenMP runtime on VE — marukawa / githubweb
clang-d474142-g67662959859560-t35596-b35596.tar.gz (Sep 9, 2023 4:49:52 PM)
clang-d474142-g67662959859560-t35596-b35596.tar.gz (Sep 9, 2023 4:49:52 PM)
- [jitlink][rtdyld][checker] Re-apply 4b17c81d5a5 with fixes. — Lang Hames / githubweb
- clang: Add __builtin_exp10* and use new llvm.exp10 intrinsic — arsenm2 / githubweb
- [clang-format] BreakBeforeNoexceptSpecifier option added (#65808) — github / githubweb
- Switch MLIR to use the internal LIT shell by default (#65415) — github / githubweb
- [NFC][sanitizer] Return nullptr instead of 0 — Vitaly Buka / githubweb
- [NFC][sanitizer] Clarify nullability of Symbolizer::Demangle result — Vitaly Buka / githubweb
- [NFC][sanitizer] Return nullptr from PlatformDemangle — Vitaly Buka / githubweb
clang-d474135-geea232da827aba-t35595-b35595.tar.gz (Sep 9, 2023 2:32:03 PM)
- [clang][tools] Use `FileEntryRef` in `include_cleaner::Header` — Jan Svoboda / githubweb
- [GlobalOpt] Handle DL.getAllocaAddrSpace() != 0 (#65847) — github / githubweb
- [llvm] Add CODE_OF_CONDUCT.md (#65816) — github / githubweb
- [libc] Implement stdio writing functions for the GPU port (#65809) — github / githubweb
- [clang][tools] Remove path separator assumption — Jan Svoboda / githubweb
clang-d474130-g37b08892fc1ada-t35594-b35594.tar.gz (Sep 9, 2023 12:13:58 PM)
- Revert "[sanitizer] Disable internal symbolizer tests LLVM changes are reverted" — Vitaly Buka / githubweb
clang-d474130-g37b08892fc1ada-t35594-b35594.tar.gz (Sep 9, 2023 12:13:58 PM)
- [clang] NFCI: Use `FileEntryRef` in `diagnoseFrameworkInclude()` — Jan Svoboda / githubweb
- [clang] NFCI: Use `FileEntryRef` in `ModuleMapParser` — Jan Svoboda / githubweb
- [clang] NFCI: Use `FileEntryRef` in `ModuleMap` — Jan Svoboda / githubweb
clang-d474127-g119c489cc1a026-t35593-b35593.tar.gz (Sep 9, 2023 9:57:00 AM)
- [Sparc] Replace some CAS instructions with InstAlias (#65588) — github / githubweb
- [libc++][nfc] Fixes emacs magic marker. — koraq / githubweb
- Reland [mlir][test][gpu] Migrate CUDA tests to the TargetAttr compilation workflow (llvm#65768) — fmora.dev / githubweb
clang-d474124-g2c596ea95181fe-t35592-b35592.tar.gz (Sep 9, 2023 7:40:09 AM)
- [MLIR][Tensor] Add Destination style RewritePattern for DimOp. (#65780) — github / githubweb
- [ELF][RISCV] Implement --emit-relocs with relaxation — jnoorman / githubweb
- [mlir][test][gpu] Migrate CUDA tests to the TargetAttr compilation workflow (#65768) — github / githubweb
- Revert "[mlir][test][gpu] Migrate CUDA tests to the TargetAttr compilation workflow (#65768) (#65848) — github / githubweb
clang-d474120-g2744d9b649f79a-t35591-b35591.tar.gz (Sep 9, 2023 5:25:02 AM)
- [VP] IR expansion for inttoptr/ptrtoint — Liqin.Weng / githubweb
- [BOLT][RISCV] Implement R_RISCV_PCREL_LO12_S (#65204) — github / githubweb
- [GlobalISel] Add constant folding support for G_FMA/G_FMAD in the combiner. (#65659) — github / githubweb
- [RISCV] Remove debug location to spill/reload instructions — Liqin.Weng / githubweb
- [clang][Interp][NFC] Remove unused Integral::from() overload — tbaeder / githubweb
- [clang][Interp][NFC] Remove unused Boolean::from() overload — tbaeder / githubweb
- [clang][Interp][NFC] Tiny indentation fix — tbaeder / githubweb
- [clang][Interp][NFC] Use delegate() vor ParenExprs — tbaeder / githubweb
clang-d474112-gc7b25faaac022c-t35590-b35590.tar.gz (Sep 9, 2023 2:59:02 AM)
- [clang][Interp] Fix SourceLocExpr used in CXXDefaultInitExprs — tbaeder / githubweb
- [SROA] Limit the number of allowed slices when trying to split allocas — 44582521+dc03 / githubweb
- [OpenMPOpt][NFC] Precommit test — johannes / githubweb
- Improve the pull-request subcription notification format by adding the description and files statistics (#65828) — github / githubweb
- Fix Dexter test after 37a20cc68f54. Adding the XFAIL line caused the line references to be off. — douglas.yung / githubweb
- [clang][CodeGen] Switch declaration of vtable information to be [0 x ptr] (#65596) — github / githubweb
- [llvm-exegesis] Use range-based for loops (NFC) — kazu / githubweb
clang-d474105-g91fdb20915696a-t35589-b35589.tar.gz (Sep 9, 2023 12:41:40 AM)
- [clang] NFCI: Use `FileEntryRef` in `VerifyDiagnosticConsumer` — Jan Svoboda / githubweb
- [libc][NFC] Make add_header_library rule support COMPILE_OPTIONS. (#65821) — github / githubweb
- Fixes for Haiku tests on Win32 — brad / githubweb
- [llvm-readobj][test] Test -s with an invalid section name — i / githubweb
- [clang] NFCI: Use `FileEntryRef` in `checkMSVCHeaderSearch()` — Jan Svoboda / githubweb
- workflows: Split new-prs into two workflows — tstellar / githubweb
clang-d474099-g600e0cde3e4a93-t35588-b35588.tar.gz (Sep 8, 2023 10:26:25 PM)
- [mlir][test][gpu] Migrate ROCM tests to the TargetAttr compilation workflow (#65805) — github / githubweb
- [Driver] Fixes for header / library paths on Haiku — brad / githubweb
- Reapply "[clang] NFCI: Adopt `SourceManager::getFileEntryRefForID()`" — Jan Svoboda / githubweb
- [NFC][OpenMP] clang-format `openmp/libomptarget/src/interface.cpp` — i / githubweb
clang-d474095-gaaa09063a8f0a8-t35587-b35587.tar.gz (Sep 8, 2023 8:07:21 PM)
- new-prs-labeler: Convert from gitignore syntax to minimatch — tstellar / githubweb
- [BOLT] Always match stale entry blocks — spupyrev / githubweb
- XFAIL dexter tests that broke greendragon. — srastogi22 / githubweb
- Clariy the GitHub PR doc that a "single commit" is only the expected initial state — joker.eph / githubweb
- [clang][lex] Use preferred path separator in includer-relative lookup — Jan Svoboda / githubweb
- [clang] Make test separator-agnostic — Jan Svoboda / githubweb
- [sanitizer] Add CMake flag to build with internal symbolizer — Vitaly Buka / githubweb
- [NFC][ValueTracking] Simplify check in llvm::isBitwiseValue() (#65817) — github / githubweb
- [GlobPattern][Docs] End list with "." (#65397) — github / githubweb
clang-d474086-g0f052a972ebe9b-t35586-b35586.tar.gz (Sep 8, 2023 5:50:04 PM)
- [mlir] Fix c++20 compat warning. NFC. (#65801) — github / githubweb
- [RISCV] Add a negative case for strided load matching — listmail / githubweb
- [SLP]Try to vectorize scalars, being vectorized already, but does not need to be scheduled. — a.bataev / githubweb
- [NVPTX] Make i16x2 a native type and add supported vec instructions (#65799) — github / githubweb
- [llvm-exegesis] Fix in SubprocessMemoryTest after commit adb01dea6a5 — bjorn.a.pettersson / githubweb
- [mlir][gpu][target] Use promises to verify TargetAttrs IR correctness. (#65787) — github / githubweb
- [clang-format] Improve line-breaking in LambdaBodyIndentation: OuterScope — owenpiano / githubweb
- [flang][openacc] Add check for acc cache directive (#65807) — github / githubweb
- [JITLink][PowerPC] Port rtdyld's tests to jitlink. NFC. (#65739) — github / githubweb
- [clang][test] Don't write temporary (actually, unused) outputs into CWD — gribozavr / githubweb
- Fix buildbot failure — zahira.ammarguellat / githubweb
- [NFC][sanitizer] Add a few missed RTSanitizerCommonSymbolizerInternal — Vitaly Buka / githubweb
- [clang-format] Fix a serious bug in git-clang-format (#65723) — github / githubweb
- [mlir] Make `StringRefParameter` roundtrippable (#65813) — github / githubweb
clang-d474072-gca2a4e76ea905e-t35585-b35585.tar.gz (Sep 8, 2023 3:33:55 PM)
- [mlir][spirv] Fix coop matrix store (#65709) — github / githubweb
- [flang][openmp] Semantic check for OpenMPExecutableAllocate — ethanluismcdonough / githubweb
- [libc] Build the `libc` objects using a generic AMDGPU ABI (#65782) — github / githubweb
- [mlir][Interfaces] Fix shared build. NFC — michael.hliao / githubweb
- [libc++][hardening][NFC] Fix the 17 release notes to remove mentions of hardening — varconsteq / githubweb
- [libc][docs] Fix docs/gpu/support.rst. (#65790) — github / githubweb
- workflows: Reconfigure pr-subscriber action so that it can access secrets — tstellar / githubweb
- [unittests] Add missing includes (#65681) — github / githubweb
- [Attributor] Look through indirect calls (#65197) — github / githubweb
- [libc][NFC] Cleanup the GPU file I/O utility header (#65680) — github / githubweb
- [Attributor] Only manifest pointer operand for `StoreInst` in `AAAddressSpace` (#65708) — github / githubweb
- [NFC] Update coroutine intrinsics documentation and few remaining tests to opaque pointers (#65698) — github / githubweb
- Reapply "[Attributor] Enable AAAddressSpace for OpenMPOpt (#65544)"" — i / githubweb
- Aligning the section about pull-request with the `gh` tools with the section using the web UI (#65795) — github / githubweb
- Revert "Reapply "[Attributor] Enable AAAddressSpace for OpenMPOpt (#65544)""" — i / githubweb
- [AMDGPU] Incorrect error message regarding SCC modifier (#65660) — github / githubweb
- [libc] Generate configure.rst from the JSON config information. (#65791) — github / githubweb
clang-d474055-gcc2b09bee01714-t35584-b35584.tar.gz (Sep 8, 2023 1:15:27 PM)
- [libc++abi] Refactor around __dynamic_cast — Louis Dionne / githubweb
- [Clang] Add captures to the instantiation scope of lambda call operators — corentinjabot / githubweb
- [libc++] Fix warnings when compiling libc++ for Windows with clang-cl /W4 — Louis Dionne / githubweb
- [RISCV] Add gather test coverage for non-intptr index widths — listmail / githubweb
- [flang] Fixed LoopVersioning for array slices. (#65703) — github / githubweb
- [flang][hlfir] Better recognize non-overlapping array sections. (#65707) — github / githubweb
- Add 'run' line and 'expected-no-diagnostics' to test added in 3ed9e9e3ace6f9ce320cf4e75cffa04a7c7241b5 — erichkeane / githubweb
- [LowerMatrixIntrinsics] Drop support for typed pointers (#65605) — github / githubweb
- [lldb] Add test to document alias tab completion behaviour (#65760) — github / githubweb
- Fix Clang Sphinx build — aaron / githubweb
- Add GitHub workflow for check Python file formatting (#65482) — github / githubweb
- [RISCV] Match gather(splat(ptr)) as zero strided load (#65769) — github / githubweb
- workflows: Add a simple pull request subscription workflow (#64913) — github / githubweb
- [libc] Unify gettime implementations (#65383) — github / githubweb
- [Clang] Fix the for statement disappearing in AST when an error occurs in the conditional expression of the for statement (#65381) — github / githubweb
- Fix up some yaml errors after 5f16a3a489bd1730db49f635604bc1d833abed15 — tstellar / githubweb
- [PseudoProbe] Use probe id as the base dwarf discriminator for callsites (#65685) — github / githubweb
- [nfc][OpenMPIRBuilder] Formatting OMPIRBuilder.cpp and OMPIRBuilder.h (#65772) — github / githubweb
- workflows: Fix typo in pr-subscriber — tstellar / githubweb
- [ARM] Correct Cortex-M55 scheduling info for VMINV/VMAXV — david.green / githubweb
- new-prs-labeler: Remove leading slashes from paths — tstellar / githubweb
- Revert "[NVPTX] Make i16x2 a native type and add supported vec instructions (#65432)" — gribozavr / githubweb
- [mlir][spirv] Fix coop matrix load (#65712) — github / githubweb
- [libc++][AIX] Remove hardcode fail from format test — 5326451+jakeegan / githubweb
- workflows/pr-subscriber: Limit action to llvm/llvm-project repo — tstellar / githubweb
- [mlir][Interfaces] ValueBoundsOpInterface: Handle all destination style ops (#65736) — github / githubweb
- [Clang][LoongArch] Generate _mcount instead of mcount (#65657) — github / githubweb
clang-d474028-g08de6508ab6af5-t35583-b35583.tar.gz (Sep 8, 2023 10:57:52 AM)
- [sanitizer] Re-enable internal symbolizer tests — Vitaly Buka / githubweb
- [sanitizer] Disable internal symbolizer tests LLVM changes are reverted — Vitaly Buka / githubweb
clang-d474028-g08de6508ab6af5-t35583-b35583.tar.gz (Sep 8, 2023 10:57:52 AM)
- [NFC] Add extra documentation for GetSymbolFromOperand() in PPCMCInstLower.cpp — amy.kwan1 / githubweb
- [NFC]Add assert to avoid possibly deref nullptr (#65564) — github / githubweb
- [sanitizer] Add CMake flag to build with internal symbolizer — Vitaly Buka / githubweb
- [NFC][sanitizer] Add a few missed RTSanitizerCommonSymbolizerInternal — Vitaly Buka / githubweb
- [RISCV] Enable more builtin for zvfhmin without zvfh — jacquesguan / githubweb
- Reland "[CUDA][HIP] Fix overloading resolution in global var init" (#65606) — github / githubweb
- [Semantics] Properly fix -Wcovered-switch-default after 6d1c183c6f8be717e466f6c55f74729d178c8ee2 — i / githubweb
- [clang][MSExtentions] Fix invalid overload failure about the loss of `__unaligned` qualifier (#65248) — github / githubweb
- [NFC][memprof] Temporarly remove RTSanitizerCommonSymbolizerInternal — Vitaly Buka / githubweb
- Revert accidental .gitignore change from 9b7763821aedc282059309c640f69a735b4f5760 — i / githubweb
- AMDGPU: Scratch instructions are trivially disjoint from SMEM and buffer instructions (#65287) — github / githubweb
- [X86][NFC] Add a test case to show wrong memory folding for vinsertps — phoebe.wang / githubweb
- [ASTImport]CXXBoolLiteralExpr should be handled explicitly in statement comparation — wangpengcheng.pp / githubweb
- [jitlink/rtdydl][checker] Add TargetFlag dependent disassembler switching support — Stefan Gränitz / githubweb
- [llvm-exegesis] Make SubprocessMemoryTest use PIDs (#65245) — github / githubweb
- [Github] Add test directories to IR/Transforms/Analysis teams (#65196) — github / githubweb
- [PEI][PowerPC] Fix false alarm of stack size limit (#65559) — github / githubweb
- [llvm-exegesis] Add error handling for fork failures (#65186) — github / githubweb
- [X86] Do not directly fold for VINSERTPS (#65718) — github / githubweb
- [bolt][X86] Correct 2 test RUN lines (#65252) — github / githubweb
- [PowerPC] Define SchedModel for Power8 — qiucofan / githubweb
- Revert "[lldb] Add more ways to find split DWARF files" — david.spickett / githubweb
- [ARM] Change CRC predicate to just HasCRC — david.green / githubweb
- [clang-format][NFC] Skip remaining tests of the same case upon failure (#65540) — github / githubweb
- Reland "[lldb] Add more ways to find split DWARF files" — david.spickett / githubweb
- [lldb] Fix Process::SyncIOHandler — pavel / githubweb
- [ADT] Fix an empty BitVector call getData assert `idx < size()' failed (#65505) — github / githubweb
- [TableGen] Add a field to filter out GenericTable entries (#65458) — github / githubweb
- Fix MIR failure after b922a362 — qiucofan / githubweb
- [flang] Use BIND name, if any, when consolidating common blocks (#65613) — github / githubweb
- [C++20] [Modules] Introduce ForceCheckCXX20ModulesInputFiles options for — yedeng.yd / githubweb
- [lldb][Docs] Additions to debuging LLDB page (#65635) — github / githubweb
- [Clang] Propagate target-features if compatible when using mlink-builtin-bitcode — juamarti / githubweb
- [libc] Add is_member_pointer_v (#65631) — github / githubweb
- [mlir][VectorOps] Don't drop scalable dims when lowering transfer_reads/writes (in VectorToSCF) — benjamin.maxwell / githubweb
- [cross-project-tests] remove final `dexter.builder` import (#65653) — github / githubweb
- [lldb][Docs] Update bug report and code review links — david.spickett / githubweb
- SLP/RISCV: add negative test for lrint (#55208) (#65611) — github / githubweb
- [Github] Add mlir-emitc subscribers to watch the Cpp target (#65603) — github / githubweb
- [mlir][llvm] Add zeroinitializer constant (#65508) — github / githubweb
- [X86] Do not check alignment for VINSERTPS (#65721) — github / githubweb
- [mlir][LLVM] Model side effects of volatile and atomic load-store (#65730) — github / githubweb
- Revert "[jitlink/rtdydl][checker] Add TargetFlag dependent disassembler switching support" — Tom.Weaver / githubweb
- [libc] Add is_scalar (#65740) — github / githubweb
- [libc++][NFC] Run clang-format on strstream.cpp — Louis Dionne / githubweb
- [libc++][NFC] tidy up strstreambuf::seekoff and strstreambuf::seekpos — Louis Dionne / githubweb
- [libc++][NFC] Remove dead code in <list> (#65651) — github / githubweb
- [lldb][AArch64] Re-enable TestShowLocationDwarf5 — david.spickett / githubweb
- [AMDGPU] Mark S_NOP as having side effects (#65745) — github / githubweb
- [libc++] Use intptr_t instead of ptrdiff_t for messages_base::catalog — Louis Dionne / githubweb
- [AArch64][GlobalISel] Fix global offset folding combine inserting MIs into wrong place. — Amara Emerson / githubweb
- Support: allow building with non-C/C++ language linkers (#65634) — github / githubweb
- [libc++abi][NFC] Run clang-format on a test that I am about to modify — Louis Dionne / githubweb
- Take math-errno into account with '#pragma float_control(precise,on)' and — zahira.ammarguellat / githubweb
- [SLP]Do not early exit if the number of unique elements is non-power-of-2. (#65476) — github / githubweb
- Revert "[Bazel] Update "basic_attr_gen" (D141714, 46f3ade5083b)" — gribozavr / githubweb
- [bazel] Add new TableGen output files for 46f3ade5083b — gribozavr / githubweb
- [lldb][AArch64] Re-enable clone follow tests on AArch64 Linux — david.spickett / githubweb
- Fix the Clang sphinx build — aaron / githubweb
- [clang][dataflow] Don't crash when BlockToState is called from unreachable path (#65732) — github / githubweb
- Wrong link target in the documentation #62990 — david.spickett / githubweb
- [clang][Interp][NFC] Remove unused function prototype — tbaeder / githubweb
- [X86] Convert X86FixupBWInsts from LivePhysRegs to LiveRegUnits. NFCI. (#65592) — github / githubweb
- [VPlan] Use VPRecipeWithFlags for VPScalarIVStepsRecipe (NFC). — flo / githubweb
- [X86][RFC] Add new option `-m[no-]evex512` to disable ZMM and 64-bit mask instructions for AVX512 features — phoebe.wang / githubweb
- [llvm][Docs] Fix missing ' in GitHub documentation — david.spickett / githubweb
- [NFC][Clang][RISCV] Remove trailing whitespaces in riscv_vector.td (#65762) — github / githubweb
- Revert RTSanitizerCommonSymbolizerInternal changes — Jonas Devlieghere / githubweb
- [mlir][TOSA] Fix interpretation of --tosa-validate='profile=undefined' (#65738) — github / githubweb
- [AMDGPU] Cope with SelectionDAG::UpdateNodeOperands returning a different SDNode (#65765) — github / githubweb
- [clang] Prevent unnecessary copies in `SymbolGraphSerializer` (NFC) — me / githubweb
- [AMDGPU] New intrinsic void llvm.amdgcn.s.nop(i16) (#65757) — github / githubweb
- [AArch64] Fix FMV crash on unspecified number of parameters function (#65671) — github / githubweb
- [LV] Return debug loc directly from getDebugLocFromInstrOrOps (NFCI) — flo / githubweb
clang-d474028-g08de6508ab6af5-t35583-b35583.tar.gz (Sep 8, 2023 10:57:52 AM)
clang-d473954-g463c9f44dcd8a7-t35571-b35571.tar.gz (Sep 7, 2023 9:05:55 PM)
- [Fuzzer] Update build.sh to fix build errors (#65496) — github / githubweb
- [AIX] Use llvm::get_threadid() to get a numeric ID — wyehia / githubweb
- [Fuzzer] Optimize UpdateFeatureFrequency (#65288) — github / githubweb
- [clang] Add error note when if clause is used on teams before 5.2. (#65686) — github / githubweb
- [flang] Fix -Wcovered-switch-default in resolve-directives.cpp (NFC) — jiefu / githubweb
- [InstCombine] Baseline tests for folding ((A&B)^A)|((A&B)^B) to A^B — huihuiz / githubweb
- [BOLT][test] Fix patch-entries for aarch64 buildbot (#65690) — github / githubweb
- [InstCombine] Fold ((A&B)^A)|((A&B)^B) to A^B — huihuiz / githubweb
- [clang][deps] Generate command lines lazily (#65691) — github / githubweb
- [test][hwasan] Try to deflake release-shadow.c — Vitaly Buka / githubweb
- [OpenMP] Use the more appropriate function to retrieve the thread id on OpenBSD (#65553) — github / githubweb
- [AIX][TLS] Add target attribute for -maix-small-local-exec-tls option. — amy.kwan1 / githubweb
- [AIX][TLS] Produce a faster local-exec access sequence with -maix-small-local-exec-tls (And optimize when load/store offsets are 0) — amy.kwan1 / githubweb
- [AIX][TLS][clang] Add -maix-small-local-exec-tls clang option. — amy.kwan1 / githubweb
- [Bazel] Update "basic_attr_gen" (D141714, 46f3ade5083b) — geek4civic / githubweb
- [RISCV] Move slide and gather costing to TLI [NFC] (PR #65396) — listmail / githubweb
clang-d473938-g2f62c788620c36-t35570-b35570.tar.gz (Sep 7, 2023 6:47:45 PM)
- [mlir] Add trait SameOperandsAndResultRank — eric.kunze / githubweb
- [PowerPC] Try to use less instructions to materialize 64-bit constant when High32=Low32. — esme.yi / githubweb
- [IR] Move trivial accessor Module::getDataLayout into header — jay.foad / githubweb
- Revert "[AIX][TLS] Generate .extern and .ref references to __tls_get_addr for local-exec accesses." — amy.kwan1 / githubweb
- [Driver] Fix linking with -lm on Solaris (#65632) — github / githubweb
- [lldb][NFCI] Remove typedef for TypeCategoryMap::ValueSP (#65555) — github / githubweb
- [libc++][doc] Add warning about limitation of --fresh in boostrapping build (#65265) — github / githubweb
- AMDGPU: Remove unused node definition — arsenm2 / githubweb
- ValueTracking: Add baseline test for fcmp implying classes — arsenm2 / githubweb
- [libc++] Wipe some more macros that do not belong in C++ forwarding headers — Louis Dionne / githubweb
- [ORC] Add a MachOBuilder utility, use it to build MachO debug objects. — Lang Hames / githubweb
- [NFC][RemoveDIs] Create a new spelling of the moveBefore method — jeremy.morse / githubweb
- Revert "[ORC] Add a MachOBuilder utility, use it to build MachO debug objects." — Lang Hames / githubweb
- [AIX] Add threadId and use nanosecond timestamp in sinit/sterm symbols — wyehia / githubweb
- [libc] Fix building the RPC server with LIBC_NAMESPACE (#65642) — github / githubweb
- [lld-macho]Limit "cannot-export-hidden-symbol" warnings to only 3 to avoid crowding logs. — vyng / githubweb
- [RISCV][TTI] Constify a few routines [nfc] — listmail / githubweb
- [mlir][tosa]Create a check for i64 input in apply_scale lowering in TosaToArith — suderman / githubweb
- Revert "Reapply "Revert "[MemCpyOpt] implement multi BB stack-move optimization"" — Vitaly Buka / githubweb
- [DWARFVerifier] Allow ObjectiveC names in dwarf_debug tables — Felipe de Azevedo Piovezan / githubweb
- [libc++][chrono] TZDB CI fixes. — koraq / githubweb
- [flang][hlfir] Lower Cray pointee references. (#65563) — github / githubweb
- Revert "[libc++][NFC] Remove __has_keyword" — xingxue / githubweb
- [RISCV] Add coverage for missing gather/scatter combines — listmail / githubweb
- [libc] Fix setrlimit/getrlimit on 32-bit systems — mikhail / githubweb
- [clang][dataflow] Unsoundly treat "Unknown" as "Equivalent" in widening. — yitzhakm / githubweb
- [clang-format] Correctly annotate designated initializer with PP if (#65409) — github / githubweb
- [TextAPI] Support more constructors for PackedVersions — Cyndy Ishida / githubweb
- [TableGen] Fix incorrect handling of nested `#ifndef` directives — min / githubweb
- [AMDGPU]: Allow combining into v_dot4 — jeffrey.byrnes / githubweb
- [clang] Make the entire `CompilerInvocation` ref-counted (#65647) — github / githubweb
- [MLIR][Linalg] Retire `tile_to_scf_for` (#65633) — github / githubweb
- [lli] Make sure the exported __chkstk functions are included when exporting them — martin / githubweb
- [InferAddressSpaces] Register pass. (#65639) — github / githubweb
- Fix ast print of variables with attributes — erichkeane / githubweb
- getelementptr inbounds clarifications (#65478) — github / githubweb
- [Flang] [OpenMP] [Semantics] Add missing semantic check for MAP clause. — raghu.maddhipatla / githubweb
- [PowerPC] Turn string pooling on by default. (#65628) — github / githubweb
- [clang] Introduce copy-on-write `CompilerInvocation` (#65412) — github / githubweb
- [BOLT][test] Fix cross-compilation tests after D151920 — elvina.yakubova / githubweb
- [libc] Fix printf %p format — michaelrj / githubweb
- [GitHub] Add main LLVM Dialect path to MLIR LLVM PR subscribers (#65513) — github / githubweb
- [gn build] Manually port 46f3ade — aeubanks / githubweb
- [flang][openacc][NFC] Clean up lowering api (#65678) — github / githubweb
- Revert "[git-clang-format] Fix typo in help message" — owenpiano / githubweb
- [AMDGPU] Teach CalculateByteProvider about AMDGPUISD::PERM (#65547) — github / githubweb
- Add llvm-binary-utilities to .github/CODEOWNERS (#65545) — github / githubweb
- `ForceFunctionAttrs`: support overriding attributes via csv file — mtrofin / githubweb
- [clang][deps] Store common, partially-formed invocation (#65677) — github / githubweb
- [RISCV] Lower constant build_vectors with few non-sign bits via vsext (#65648) — github / githubweb
- [lldb/docs] Add section links to the top of the GDB to LLDB command map — Jonas Devlieghere / githubweb
- [PowerPC] Fix build error in PPCAsmPrinter.cpp (NFC) — jiefu / githubweb
clang-d473886-g1eab92bda16d7f-t35558-b35558.tar.gz (Sep 7, 2023 12:11:06 PM)
- [jenkins] Add optional args to skip artifact upload and job triggers — Azharuddin Mohammed / githubweb
clang-d473886-g1eab92bda16d7f-t35558-b35558.tar.gz (Sep 7, 2023 12:11:06 PM)
- [LSR] Drop support for typed pointers — bjorn.a.pettersson / githubweb
- [libc++] Clean up some minor inconsistencies in the status pages (#65259) — github / githubweb
- [libc][bazel] Fix missing dependencies for `lseek` (#65618) — github / githubweb
- [PowerPC] Add a pass to merge all of the constant global arrays into one pool. — stefanp / githubweb
- [libc] customizable namespace 2/4 (#65471) — github / githubweb
- [libc][math] Fix signed zeros for acosf, acoshf, and atanf in FE_DOWNWARD mode. — lntue.h / githubweb
- [gn build] Port 84e2fd7ee4a9 — llvmgnsyncbot / githubweb
- [LiveRegUnits] Remove use of std::function from phys_regs_and_masks (#65615) — github / githubweb
- [libc] fix missing default template parameter value in enable_if (#65622) — github / githubweb
- [libc++][test] Cover RISC-V in string.capacity test — Louis Dionne / githubweb
- [AArch64][GlobalISel] Regenerate arm64-ld1.ll — vdzhidzhoev / githubweb
- [mlir][linalg] Optional dealloc insertion for bufferize_to_allocation (#65610) — github / githubweb
- [bazel] Add missing dependencies for 8cd4ecfa — gribozavr / githubweb
- [InstCombine] Fold icmp into phi beyond the same BB. — biplob.mishra / githubweb
- [NFC][mlir][bufferization] Add paragraph about runtime and space cost to bufferization.dealloc op documentation (#65612) — github / githubweb
- [libc] Add missing include in type_traits/remove_all_extents.h (#65626) — github / githubweb
- [libc++] Re-enable std::pair trivial copy constructor for FreeBSD >= 14 — Louis Dionne / githubweb
- [mlir][VectorOps] Add lowering for vector.shape_cast of scalable vectors — benjamin.maxwell / githubweb
- SLP/RISCV: add test for vectorized ctpop, like in X86 (#65330) — github / githubweb
- [bazel] Add missing dependencies, remove headers that don't belong to the target — gribozavr / githubweb
- [libc++] Add support for bootstrapping build in libcxx-lit — Louis Dionne / githubweb
- [libc] Add is_null_pointer_v (#65627) — github / githubweb
- [llvm] Use llvm::any_cast instead of any_cast (NFC) (#65565) — github / githubweb
- [libc] move in_place_t in utility (#65623) — github / githubweb
- [Attributor] Enable AAAddressSpace for OpenMPOpt (#65544) — github / githubweb
- [bazel] Add missing dependencies — gribozavr / githubweb
- Revert "[Attributor] Enable AAAddressSpace for OpenMPOpt (#65544)" — i / githubweb
- [GlobalISel] Add constant-folding of FP binops to combiner. (#65230) — github / githubweb
- Revert "Revert "[lit] Echo full RUN lines in case of external shells"" — jdenny.ornl / githubweb
- Revert "[lit] Echo full RUN lines in case of external shells (#65267)" — jdenny.ornl / githubweb
- Revert "[lit] Fix yet another test fail under windows" — jdenny.ornl / githubweb
- Revert "[lit] Fix c981c533055e's remaining test fails under windows" — jdenny.ornl / githubweb
- Revert "[lit] Fix f254bbf23374 FileCheck patterns" — jdenny.ornl / githubweb
- Revert "[lit] Try to fix c981c533055e test fails under windows" — jdenny.ornl / githubweb
- Revert "[lit] Improve test output from lit's internal shell" — jdenny.ornl / githubweb
- Revert "[lit] Drop "Script:", make -v and -a imply -vv" — jdenny.ornl / githubweb
- Add lld-* to .github/CODEOWNERS — i / githubweb
- [mlir][spirv] Add `CooperativeMatrixMulAdd` op (#65617) — github / githubweb
- [libc] Fix missing GPU math implementations (#65616) — github / githubweb
- [CodeGen] Implement MVT::getSizeInBits with a lookup table (#65604) — github / githubweb
clang-d473846-gd6a2014eb8b9f2-t35557-b35557.tar.gz (Sep 7, 2023 9:55:32 AM)
- [Pipelines] Guard a few more usages of GlobalsAA under the EnableGlobalAnalyses flag — nuno.lopes / githubweb
- [libc] Fix overflow check for 32 bit long time_t (#65394) — github / githubweb
- [PowerPC] Merge rotate and clear into single instruction. — stefanp / githubweb
- [libc] Fix gmtime test on systems with sizeof(time_t) == 4 (#65388) — github / githubweb
- [X86][RFC] Add new option `-m[no-]evex512` to disable ZMM and 64-bit mask instructions for AVX512 features — phoebe.wang / githubweb
- [LTO][CodeGen] Test LTO pipeline choices more thoroughly (#65485) — github / githubweb
- [Docs] Add example of making a PR with git and GitHub web interface (#65393) — github / githubweb
- Revert "[X86][RFC] Add new option `-m[no-]evex512` to disable ZMM and 64-bit mask instructions for AVX512 features" — phoebe.wang / githubweb
- [bazel] Add missing dependencies necessary for the recent MLIR changes — gribozavr / githubweb
- [DebugInfo][NFC] Move ObjC Selector name handling to lib DebugInfo — Felipe de Azevedo Piovezan / githubweb
- [InstCombine] Pre-commit test for D158915 — bryan.chan / githubweb
- [InstCombine] Optimize implementations of min/max for bool — bryan.chan / githubweb
- [RISCV][llvm-mca] Add llvm-mca tests for SiFive7 Vector Integer Arith… (#65283) — github / githubweb
- [mlir][Linalg]: Add memory space to linalg transform::PromoteOp — aviadcohen7 / githubweb
clang-d473832-g0de6baab91645d-t35556-b35556.tar.gz (Sep 7, 2023 7:38:09 AM)
- [GlobalISel] Fold G_SHUFFLE_VECTOR with a single element mask to G_EXTRACT_VECTOR_ELT — vdzhidzhoev / githubweb
- [AMDGPU] Remove predicate on real packed fp32 instructions (#65589) — github / githubweb
- [mlir][ub] Add poison support to CommonFolders.h — ivan.butygin / githubweb
- [clang-format] Fix misannotation of && before noexcept (#65526) — github / githubweb
- [AArch64][GlobalISel] Optimise Combine Funnel Shift — chuong.goh / githubweb
- [AMDGPU] Fix V_MOV_B32_indirect inst size (#65584) — github / githubweb
- [Flang][OpenMP] Seek over an HLFIR declare to check for threadprivate (#65507) — github / githubweb
- [include-cleaner][clangd][clang-tidy] Ignore resource dir during include-cleaner analysis. — bakalova / githubweb
- [mlir][Target][NVPTX] Add fatbin support to NVPTX compilation. (#65398) — github / githubweb
- [AMDGPU] Fix code-size-estimate.mir test — pierre.vanhoutryve / githubweb
- [AArch64][GlobalISel] Look through COPY and G_BITCAST while selecting fcvtl2 (fpext) — vdzhidzhoev / githubweb
clang-d473821-gcd80cd3d14c614-t35555-b35555.tar.gz (Sep 7, 2023 5:22:11 AM)
- [clang-format][NFC] Fix broken dump_format_help.py and sync RST file (#65429) — github / githubweb
- [mlir] Make `classof` substitution in interface use an instance (#65492) — github / githubweb
- Revert "[Clang] Add captures to the instantiation scope of lambda call operators" — corentinjabot / githubweb
- [NFC][mlir][bufferization] Move AllocationOpInterface implementations (#65578) — github / githubweb
- [Sparc] Change register spelling to lowercase (NFC) (#65464) — github / githubweb
- [lldb] Add lldb team to CODEOWNERS (#65454) — github / githubweb
- [NVPTX] Fix crash in libc gpu after db5d845 (#65579) — github / githubweb
- [NFC] [Serialization] Remove unused output parameter 'Imported' in ReadAST — yedeng.yd / githubweb
- [lldb] Add more ways to find split DWARF files — david.spickett / githubweb
- [RISCV][NFC] Remove unused checkline (#65560) — github / githubweb
- [SelectionDAG] Add computeOverflowForSignedMul / computeOverflowForUnsignedMul overflow handlers — llvm-dev / githubweb
- [clang-tidy][modernize-use-using]fix function pointer typedef correctly (#65558) — github / githubweb
- [NFC] [C++20] [Modules] Refactor the warning to '-fmodule-file=<BMIPath>' for C++20 modules — yedeng.yd / githubweb
- [X86] Simplify the API of FixupBWInstPass::getSuperRegDestIfDead. NFC. (#65581) — github / githubweb
- [Driver] Always use gas with -fno-integrated-as on Solaris (#65489) — github / githubweb
- [mlir] Added erase() to fix memory leak. — github / githubweb
- [AArch64] Fix schedmodel zero latency moves for Neoverse V2 — rjj / githubweb
clang-d473804-g195cdfd9ecb3a8-t35554-b35554.tar.gz (Sep 7, 2023 2:59:42 AM)
- [Lex] Remove unused AddGnuCPlusPlusIncludePaths after e75f240a0432d827c28a5d77fad26a099ceb7a72 — i / githubweb
- [libc] continues header cleanup process (#65556) — github / githubweb
- Fix AtomicInterfacesTdFiles missing deps/typos in Bazel (#65562) — github / githubweb
- [clang-format][NFC] Change conjunction of isNot() with one !isOneOf() — owenpiano / githubweb
- [clang][dataflow] Fix Record initialization with InitListExpr and inheritances — mboehme / githubweb
- [APINotes] Support `SwiftImportAs` for C++ structs — github / githubweb
clang-d473798-gdb5d845c73ee2d-t35553-b35553.tar.gz (Sep 7, 2023 12:40:21 AM)
- [OpenMP] Fix build issue with `libomp` when OMPT is disabled — i / githubweb
- [NVPTX] Make i16x2 a native type and add supported vec instructions (#65432) — github / githubweb
clang-d473796-g0762b2e6cacf9a-t35552-b35552.tar.gz (Sep 6, 2023 10:22:12 PM)
- [lldb-vscode] Fix variable test — walter erquinigo / githubweb
clang-d473795-gfd4c80dec929d0-t35551-b35551.tar.gz (Sep 6, 2023 8:02:31 PM)
- [llvm-nm] Fix msan error in llvm-nm/wasm/weak-symbols.yaml.test (#65538) — github / githubweb
- [AssumptionCache] Track GlobalValues as affected values. (#65425) — github / githubweb
- [libc++] Add tests for P0809 (Comparing Unordered Containers) — Louis Dionne / githubweb
- [libc++] Add a test for std::ssize's SFINAE — Louis Dionne / githubweb
- [gn] port f78f93bc9fd4 (libc++ tzdb) — thakis / githubweb
- [NFC] Set a variable in the mlir data formatter (#65554) — github / githubweb
- [lldb-vscode] Show a fake child with the raw value of synthetic types (#65552) — github / githubweb
- [OpenMP] Fix gettid warnings on DragonFly (#65549) — github / githubweb
clang-d473787-ga07d4c0365ed5a-t35550-b35550.tar.gz (Sep 6, 2023 5:43:04 PM)
- Fix the Clang sphinx bot — aaron / githubweb
- Revert "[AMDGPU] Cope with SelectionDAG::UpdateNodeOperands returning a different SDNode (#65340)" — fmayer / githubweb
- [SLP][NFC]Use SmallDensetSet for lookup instead of ArrayRef, NFC. — a.bataev / githubweb
- Revert "[clang] NFCI: Adopt `SourceManager::getFileEntryRefForID()`" — Jan Svoboda / githubweb
- [OpenMP] Align up the size when calling aligned_alloc (#65525) — github / githubweb
- [lldb] Allow lldbDataFormatters.py to be used by other names (NFC) (#65528) — github / githubweb
- [AArch64] [BranchRelaxation] Optimize for hot code size in AArch64 branch relaxation — hoekwater / githubweb
- [llvm-c-test] Remove obsolete opaque pointer test — aeubanks / githubweb
- [NVPTX][NFC] Explicitly specify the matching type for Int32reg (#65527) — github / githubweb
- [openacc][openmp] Add dialect representation for acc atomic operations (#65493) — github / githubweb
- [SLP][NFC]Update tests checks, NFC. — a.bataev / githubweb
- [clang] Add clang support for Machine Function Splitting on AArch64 — hoekwater / githubweb
- [lldb-vscode] Display a more descriptive summary for containers and pointers (#65514) — github / githubweb
- [Clang] Handle non-ASCII after line splicing — corentinjabot / githubweb
- [Clang][NFC] Fix sphinx documentation — corentinjabot / githubweb
- [lldb-vscode] Fix a GetChildAtIndex call (#65537) — github / githubweb
- [lld/ELF,gold] Remove transitionary opaque pointer flags (#65529) — github / githubweb
clang-d473770-geaf725bc9371a6-t35549-b35549.tar.gz (Sep 6, 2023 3:23:59 PM)
- [libc++][CI] Improves bootstrap build output. — koraq / githubweb
- [clang] NFCI: Adopt `SourceManager::getFileEntryRefForID()` — Jan Svoboda / githubweb
- [llvm][ADT] Fix signedness mismatch in `IntrusiveRefCntPtr` test — Jan Svoboda / githubweb
- [ADT] Add detection utility for incomplete types (#65495) — github / githubweb
- [clang-tidy][NFC] Update documentation for fuchsia-statically-constructed-objects — me / githubweb
- [ADT] Fix a comment typo (#65497) — github / githubweb
- [clang] NFCI: Use `FileEntryRef` in `CoverageMappingGen` — Jan Svoboda / githubweb
- [lldb] Fix inline_sites.test — danpao / githubweb
- [libc] Fix call to clock_gettime (#65166) — github / githubweb
- [libc] Fix test passing negative value in timespec passed to nanosleep (#65346) — github / githubweb
- [libc] Fix failing mktime test case in 32-bit systems (#65390) — github / githubweb
- [OpenMP] Support 'omp_get_num_procs' on the device (#65501) — github / githubweb
- [libc++][chrono] Adds tzdb_list implementation. — koraq / githubweb
- [NFC][libc++] Adds spaces in the CMake output. — koraq / githubweb
- [mlir][arith] Improve Lowering of `maxf`/`minf` ops (#65213) — github / githubweb
- [nfc][thinlto] Factor common state for `computeImportForModule` (#65427) — github / githubweb
- Partially revert "[clang] NFCI: Adopt `SourceManager::getFileEntryRefForID()`" — Jan Svoboda / githubweb
- Correct minimum Visual Studio version requirements — aaron / githubweb
- [libc] Fix vendor implemented math functions not being exported (#65510) — github / githubweb
- [llvm] Adopt WithMarkup in the MIPS backend (#65384) — github / githubweb
- [Clang] Add captures to the instantiation scope of lambda call operators — corentinjabot / githubweb
clang-d473749-gb084d10c2898e4-t35548-b35548.tar.gz (Sep 6, 2023 1:06:16 PM)
- [AIX] Align the content of an xcoff object file which has auxiliary header in big archive. — zhijian / githubweb
- [llvm-cov] Fix the test of bnary-id-lookup.c after the commit cd8fe1dbc. — ying.yi / githubweb
- [JITLink][AArch32] Add initial test for R_ARM_THM_CALL and R_ARM_THM_JUMP24 — Stefan Gränitz / githubweb
- [X86] matchIndexRecursively - pull out repeated getOpcode() calls. NFCI. — llvm-dev / githubweb
- [DAG] Add SelectionDAG::isADDLike helper. NFC. — llvm-dev / githubweb
- Fixed a compile error on use of deleted function ¡®{anonymous}::MemberData::MemberData(const {anonymous}::MemberData&) — zhijian / githubweb
- Do not duplicate identical stack safety test for RISCV — fmayer / githubweb
- [OpenMP] Fix issue of indirect function call in `__kmpc_fork_call_if` (#65436) — github / githubweb
- [OpenMP] Fix a wrong assertion in `__kmp_get_global_thread_id` — i / githubweb
- [RISCV] Disable machine verifier in gisel-commandline-option.ll. NFC — craig.topper / githubweb
- [AArch64][GlobalISel] Regenerate prelegalizercombiner-shuffle-vector.mir — vdzhidzhoev / githubweb
- Emit line numbers in CodeView for trailing (after `ret`) blocks from inlined functions — danpao / githubweb
- [libc++][C++20 modules] Tests no experimental library build. — koraq / githubweb
- [llvm][ADT] Implement `IntrusiveRefCntPtr::useCount()` (#65502) — github / githubweb
- [Driver] Wrap -lgcc_s in -z ignore/-z record on Solaris (#65487) — github / githubweb
clang-d473734-g785e7063b90648-t35547-b35547.tar.gz (Sep 6, 2023 10:46:56 AM)
- [Bazel] Introduce `//compiler-rt:profile` — geek4civic / githubweb
- [libc++] Fix issue in std.cppm after introducing views::chunk_by — Louis Dionne / githubweb
- [clang][Interp] Handle CXXParenListInitExprs — tbaeder / githubweb
- [libc++] Remove unused include in __threading_support — Louis Dionne / githubweb
- [clangd][clang-tidy] Add missing symbols to the symbol map. — bakalova / githubweb
- [llvm-cov] - Output better error message when the error kind is `coveragemap_error::malforme`. (#65264) — github / githubweb
- Re-reapply "[Dexter] Remove builder from Dexter" — stephen.tozer / githubweb
- [llvm-cov] Fix -Wcovered-switch-default in CoverageMapping.cpp (NFC) — jiefu / githubweb
- [libc++] Implement LWG3938 (Cannot use std::expected monadic ops with move-only error_type) — yronglin777 / githubweb
- [GuardWidening] Refactor to work with the list of checks to widen/hoist — a.popov.tmb / githubweb
- [libc] Unify lseek implementations — mikhail / githubweb
- [ComplexDeinterleaving] Use MapVector to fix codegen non-determinism. — flo / githubweb
- [libc++] Renames modules-build. — koraq / githubweb
- [DebugInfoTests] Mark debuginfo 'optnone-*' tests unsupported on darwin — stephen.tozer / githubweb
- [lldb][Docs] Add page about debugging lldb itself (#65332) — github / githubweb
- [VPlan] Don't rely on underlying instr in VPWidenRecipe (NFCI). — flo / githubweb
clang-d473718-g7e5809e7e7bc9a-t35546-b35546.tar.gz (Sep 6, 2023 8:27:26 AM)
- [JITLink][AArch32] Fixes for initial AArch32 backend — Stefan Gränitz / githubweb
- [mlir][SCF] convert-scf-to-cf: Lower scf.forall to scf.parallel (#65449) — github / githubweb
- [include-cleaner] Map the 4-argument move overload to the algorithm header. — bakalova / githubweb
- [AMDGPU] Cope with SelectionDAG::UpdateNodeOperands returning a different SDNode (#65340) — github / githubweb
- [test] Use host platform specific error message substitution in lit tests (#65328) — github / githubweb
- [DAG] Fold (shl (sext (add_nsw x, c1)), c2) -> (add (shl (sext x), c2), c1 << c2) (REAPPLIED) — llvm-dev / githubweb
- [mlir][bufferization] Privatize buffers for parallel regions — me / githubweb
- [clang][Interp] Handle SourceLocExprs — tbaeder / githubweb
- [include-cleaner] Weaken signal for boosting preferred headers — kadircet / githubweb
- [clang][Interp] Enable existing source_location tests — tbaeder / githubweb
clang-d473708-g43d729dda460b5-t35545-b35545.tar.gz (Sep 6, 2023 6:09:33 AM)
- [libc] customizable namespace 1/4 (#65321) — github / githubweb
- [libc][NFC] split type_traits / utility in separate files (#65314) — github / githubweb
- [RISCV] Optimize floating point scalar move and splat — kito.cheng / githubweb
- Revert "[libc][NFC] split type_traits / utility in separate files (#65314)" — gchatelet / githubweb
- [clangd][unittests] Limit paralelism for clangd unittests — kadircet / githubweb
- [LLDB] Skip TestBSDArchives.py on windows — omair.javaid / githubweb
- [DAG] Fold (shl (sext (add_nsw x, c1)), c2) -> (add (shl (sext x), c2), c1 << c2) — llvm-dev / githubweb
- [llvm][test] Write temporary files to %t instead of CWD — gribozavr / githubweb
- [reland][libc][NFC] split type_traits / utility in separate files (#65314) — gchatelet / githubweb
- [scudo] Rename AllocatorRingBuffer into scudo:ring_buffer — fdurso / githubweb
- Revert "[DAG] Fold (shl (sext (add_nsw x, c1)), c2) -> (add (shl (sext x), c2), c1 << c2)" — gribozavr / githubweb
- [clang-tidy][misc-include-cleaner]Avoid to insert same include header multiple times (#65431) — github / githubweb
- [RISCV] Remove -riscv-v-vector-bits-min in tests. NFC (#65404) — github / githubweb
- [X86][Driver] Move mno-gather/mno-scatter from m_x86_Features_Group to m_Group. NFCI (#65457) — github / githubweb
- [flang][HLFIR] add more memory effects interfaces — tom.eccles / githubweb
clang-d473693-gc0703eaec1df4c-t35544-b35544.tar.gz (Sep 6, 2023 3:44:22 AM)
- [MLIR] Guard Cuda 12.0+ newer driver APIs with CUDA_VERSION macro checks — guray.ozen / githubweb
- [Sparc] Replace OperandMatchResultTy with ParseStatus (NFC) — barannikov88 / githubweb
- [RISCV] Adjust first sp size to use c.addi16sp. — jiefu / githubweb
- [mlir][llvm] Add icmp folder (#65343) — github / githubweb
- [flang] handle indirect module variable use in internal procedure (#65324) — github / githubweb
- [mlir][python] Create all missing attribute builders. — ingomueller / githubweb
- [MC] Change tryParseRegister to return ParseStatus (NFC) — barannikov88 / githubweb
- [clang][dataflow] Eliminate uses of `RecordValue::getChild()`. (#65329) — github / githubweb
- [lldb][Docs] Add simpler "automatic" cross-compile option to build docs (#65311) — github / githubweb
- [clang][dataflow][NFC] Remove stale comment. (#65322) — github / githubweb
- [clang][dataflow] Emit an error if source code is not compiled as C++. (#65301) — github / githubweb
clang-d473682-g71be020dda2c97-t35543-b35543.tar.gz (Sep 6, 2023 1:22:24 AM)
- [RISCV] Use add.uw for (or (and X, 0xFFFFFFFF), Y) if Y has zeroes in the lower 32 bits. (#65402) — github / githubweb
- [AMDGPU] Extend v2i16 & v2f16 support for llvm.amdgcn.update.dpp intr (#65318) — github / githubweb
- [libunwind] Haiku: Initial support — brad / githubweb
- Bug fix for multi-line labels in CFG dot graph — apilipenko / githubweb
- [SelectionDAG][PowerPC] Memset reuse vector element for tail store — Ting.Wang.SH / githubweb
clang-d473677-g5b7982f2b223f8-t35542-b35542.tar.gz (Sep 5, 2023 11:02:12 PM)
- [DFSAN] Silence parameter 'va_labels' set but not used warning (NFC) — jiefu / githubweb
- [libc++] Switch FreeBSD CI job to Clang 16 (#65422) — github / githubweb
- [RISCV] Fix SiFive7 formula for Reductions and ordered Reductions (#65385) — github / githubweb
clang-d473674-g8dbcf8eba78058-t35541-b35541.tar.gz (Sep 5, 2023 8:42:57 PM)
- Partial revert of b0cbf3a0dac5 — morbo / githubweb
- [libc++][ranges] Implement P2443R1: `views::chunk_by` — varconsteq / githubweb
- [llvm] Add LLVM_CTOR_NODISCARD (#65418) — github / githubweb
- [llvm] Add LLVM_CTOR_NODISCARD to WithColor — Jonas Devlieghere / githubweb
- Switch over to using the LLVM archive parser for BSD archives. — gclayton / githubweb
- [gn] port fbdf684fae52 — thakis / githubweb
- [gn build] Port 065dc485bd4b — llvmgnsyncbot / githubweb
- [HLSL] Cleanup support for `this` as an l-value — chris.bieneman / githubweb
- [DFSAN] Add support for sscanf. — browneee / githubweb
clang-d473665-g2a702eca3efa06-t35540-b35540.tar.gz (Sep 5, 2023 6:24:40 PM)
- Add regalloc team to CODEOWNERS (#65208) — github / githubweb
- Add a GitHub team to subscribe to changes to MLIR Presburger library (#65294) — github / githubweb
- Revert "[lit] Echo full RUN lines in case of external shells" — jdenny.ornl / githubweb
- [polly] Dynamic libraries are not supported on Cygwin — efriedma / githubweb
- [mlir][ub] Fix typo in `ub.poison` op documentation (NFC) — jeff / githubweb
- [mlir] Add `empty` to `StringAttr` — jeff / githubweb
- [mlir][index] Fix side effect modeling for division by zero ops — jeff / githubweb
- [docs] Mention that function multi-versioning using target_version is also fixed — i / githubweb
- Add amdgpu paths to CODEOWNERS (#65229) — github / githubweb
- [libc++][ranges] Add benchmarks for the `from_range` constructors of `vector` and `deque`. — varconsteq / githubweb
- Add a GitHub team to subscribe to WebAssembly backend (#65419) — github / githubweb
- Use unsigned types for __popc/__popcll to match their declarations in CUDA headers. — tra / githubweb
clang-d473653-geade41c453fc65-t35539-b35539.tar.gz (Sep 5, 2023 4:07:11 PM)
clang-d473653-geade41c453fc65-t35539-b35539.tar.gz (Sep 5, 2023 4:07:11 PM)
- [mlir][spirv] Fix sub-word `memref.store` conversion — jakub / githubweb
- [scudo] Clean up decl of RSSLimit funtions (NFC) — chiahungduan / githubweb
- [Github] Workaround a GH action bug causing manually added labels to be removed (#65395) — github / githubweb
- [mlir] Support attributes in `matchPattern` — jakub / githubweb
- Revert "[Format] Modernize SpaceBeforeParensCustom (NFC)" — owenpiano / githubweb
- [mlir][linalg] Fix lowering of tensor.pack operations — l.chelini / githubweb
- [GlobalISel] Fold fmul x, 1.0 -> x (#65379) — github / githubweb
- [llvm-exegesis] Add error for subprocess and dummy perf counters — agrossman154 / githubweb
- [llvm-exegesis] Print errno on failures in subprocess — agrossman154 / githubweb
- [NFC][Clang] Fix static code analyzer concern about null value dereference — soumi.manna / githubweb
- [libc++][NFC] Remove an outdated UNSUPPORTED annotation — Louis Dionne / githubweb
- [NFC] Remove unneeded header includes — morbo / githubweb
- [NFC] remove unneded header includes — morbo / githubweb
- [clang] NFCI: Change returned LanguageOptions pointer to reference — Jan Svoboda / githubweb
- [clang] NFCI: Change returned AnalyzerOptions smart pointer to reference — Jan Svoboda / githubweb
- [clang][arcmt] NFCI: Change invocation const-ness — Jan Svoboda / githubweb
- [Headers] Remove musl-related comment about NULL — aheejin / githubweb
- [SelectionDAG] Remove deprecated getLoad, getStore, etc — kazu / githubweb
- [UpdateTestChecks] Add @llvm/pr-subscribers-testing-tools to CODEOWNERS (#65338) — github / githubweb
clang-d473634-gc1eacc3c409458-t35538-b35538.tar.gz (Sep 5, 2023 1:48:10 PM)
- [AST] Use correct APSInt width when evaluating string literals — barannikov88 / githubweb
- [MLIR][Presburger] Fraction: implement arithmetic operations (/, +, -) and printing (#65310) — github / githubweb
- [AST] Fix nested name specifiers printing as NamespaceNamespace (#65266) — github / githubweb
- Initialize `ConceptReference` of new `AutoTypeLoc` with nullptr. — massberg / githubweb
- [libc++][C++20 modules] Tests no wchar_t build. — koraq / githubweb
- [libc++][C++20 modules] Tests no except build. — koraq / githubweb
- [RISCV][llvm-mca] Fix Fix getLMUL values — michaeltmaitland / githubweb
- [X86] Add test coverage for new smulo folds added in D159406 — llvm-dev / githubweb
- Add missing nullptr check. — Adrian Prantl / githubweb
- [llvm-nm][MachO] Add support for `MH_FILESET` — me / githubweb
- [AArch64] Replace uaddlv intrinsic with uaddlv sdnode — jingu.kang / githubweb
- Update new-prs.yml — github / githubweb
- [lldb][Plugins] Reflect structure changes in ObjectContainer — me / githubweb
- [AIX][TLS] Generate .extern and .ref references to __tls_get_addr for local-exec accesses. — amy.kwan1 / githubweb
- [flang] Reset lbounds for allocatable function results. (#65286) — github / githubweb
- Revert "Update new-prs.yml" — corentinjabot / githubweb
- [RISCV] Split VFWREDUSUM and VFWREDOSUM SchedWrite (#65386) — github / githubweb
- [libc++] Avoid destructor call for error_category singletons — Louis Dionne / githubweb
- [lldb][NFCI] Remove unused method TypeCategoryMap::Get(uint32_t, ValueSP &) — Alex Langford / githubweb
- [bazel] Add missing dependency for e55e36de7a10e731f76c29ef5dd5287e323eb98c — benny.kra / githubweb
- [clang-format] Fix segmentation fault when formatting nested namespaces — owenpiano / githubweb
- [Matrix] Fix test on SystemZ — francisvm / githubweb
clang-d473634-gc1eacc3c409458-t35538-b35538.tar.gz (Sep 5, 2023 1:48:10 PM)
- [TestSuite][OpenMP] Update expected pass list for external SOLLVE V&V test suite — jarmusch / githubweb
- [TestSuite][OpenMP] Update expected pass list for external SOLLVE V&V test suite — jarmusch / githubweb
clang-d473612-gb9f24033f7f2d3-t35537-b35537.tar.gz (Sep 5, 2023 11:27:42 AM)
- [mlir] Extend the promise interface mechanism — fmora.dev / githubweb
- [GlobalISel][AArch64] Combine unmerge(G_EXT v, undef) to unmerge(v). — vdzhidzhoev / githubweb
- Refactored, added MIR test. — vdzhidzhoev / githubweb
- Addressed @aemerson comments — vdzhidzhoev / githubweb
- Revert "[GlobalISel][AArch64] Combine unmerge(G_EXT v, undef) to unmerge(v)." — vdzhidzhoev / githubweb
- [GlobalISel][AArch64] Combine unmerge(G_EXT v, undef) to unmerge(v). — vdzhidzhoev / githubweb
- Revert "Reapply "[Dexter] Remove builder from Dexter"" — stephen.tozer / githubweb
- [libc] Add a JSON based config option system. — sivachandra / githubweb
- [VPlan] Move DebugLoc to VPRecipeBase (NFCI). — flo / githubweb
- [lit] Echo full RUN lines in case of external shells (#65267) — github / githubweb
- [RISCV] Fix typo in test title. NFC — luke / githubweb
- [Clang] Fix JIT test on 32-bit systems — sam / githubweb
- [NFC][Clang] Fix test constexpr-function-recovery-crash.cpp (#65269) — github / githubweb
- [CMake] Add option to disable driver build in Fuchsia cache file — abrachet / githubweb
- [GlobalISel] Commute G_FMUL and G_FADD constant LHS to RHS. (#65298) — github / githubweb
- [SLP][NFC]Reorder indeces instead of real values, NFC. — a.bataev / githubweb
- [clang][doc] Don't escape _ in .rst files. (#65277) — github / githubweb
- [mlir] transform.structured.match loop-like flag (#65336) — github / githubweb
- [CodeGen][LTO] Rename some misleading variables (#65185) — github / githubweb
- [mlir] alloc-to-alloca conversion for memref (#65335) — github / githubweb
- [RISCV][GISel] Add gisel-commandline-option.ll similar to AArch64. (#65299) — github / githubweb
- [mlir] transform.structured.match fix tilingIface condition (#65337) — github / githubweb
- [RISCV] Cap build vector cost to avoid quadratic cost at high LMULs — listmail / githubweb
- [libc++][C++20 modules] Enabling in C++20. — koraq / githubweb
clang-d473588-g5857fe0647c187-t35536-b35536.tar.gz (Sep 5, 2023 9:11:12 AM)
- [Sema] Make C++ functional-style cast warn about dropped qualifiers (-Wcast-qual) — kbessonova / githubweb
- [DAG] Move scalar BITCAST constant folds from getNode to FoldConstantArithmetic — llvm-dev / githubweb
- [Github] Improve automatic new issue labelling (#65309) — github / githubweb
- Reapply "[Dexter] Remove builder from Dexter" — stephen.tozer / githubweb
- Fix GlobalISel TableGen CODEOWNERS patterns — pierre.vanhoutryve / githubweb
- [Github] Move the issue labeler data out of workflows — corentinjabot / githubweb
- [Github] Add labels on pull requests based on paths. (#65308) — github / githubweb
- [AArch64] Remove copy instruction between uaddlv and dup — jingu.kang / githubweb
- [libc] Prevent system headers from being included for the GPU build — jhuber6 / githubweb
- [gn] port bc45acbddceea58cdd1 — thakis / githubweb
clang-d473578-g50598f0ff44f3a-t35535-b35535.tar.gz (Sep 5, 2023 6:49:52 AM)
- [mlir][memref] Add pass to expand realloc operations, simplify lowering to LLVM — merhart / githubweb
- [SPARC][IAS] Add named V9 ASI tag constants for memory instructions — brad / githubweb
- [SPARC][IAS] Add more instruction aliases — brad / githubweb
- [clang][Interp] Check one-past-the-end pointers in GetPtrField — tbaeder / githubweb
- [lldb][AArch64] Remove bool return from UpdateARM64SVERegistersInfos — david.spickett / githubweb
- [clang][Interp] Implement zero-init of record types — tbaeder / githubweb
- [GlobalISel] Constant fold sitofp/uitofp of 0. (#65307) — github / githubweb
- [bazel] Port bc45acbddceea58cdd16c27fe71793ff2543e4f2 — benny.kra / githubweb
- [VPlan] Remove reference to Instr when setting debug loc. (NFCI) — flo / githubweb
- [clang][Interp] Handle mixed floating/integral compound assign operators — tbaeder / githubweb
- [clang][Interp] Reject calling virtual constexpr functions in pre-c++20 — tbaeder / githubweb
- [clang][Interp][NFC] Add [[nodiscard]] to a few Pointer methods — tbaeder / githubweb
- [DAGCombiner] Pre-commit tests for D159191 — david.sherwood / githubweb
- [DAGCombiner][SVE] Add support for illegal extending masked loads — david.sherwood / githubweb
clang-d473564-g12a789710e2baf-t35534-b35534.tar.gz (Sep 5, 2023 4:18:08 AM)
- [opt] Remove reference to new PM from description of optimization level flags (#65169) — github / githubweb
- [clang][dataflow] Fix -Wunused-const-variable in WatchedLiteralsSolver.cpp (NFC) — jiefu / githubweb
- [MLIR][Presburger] Add Identifier class to store identifiers and their type — groverkss / githubweb
- [Serialization] Modernize ModuleInfo (NFC) — kazu / githubweb
- [StaticAnalyzer] Modernize NSErrorMethodChecker (NFC) — kazu / githubweb
- [mlir] Use a range-based for loop (NFC) — kazu / githubweb
- [MLIR][NFC] Mark barrier elimination helper static (#65303) — github / githubweb
- [mlir][Python] Fix conversion of non-zero offset memrefs to np.arrays — zinenko / githubweb
- [mlir] Apply ClangTidy fix (NFC) — akuegel / githubweb
- [clang][Interp][NFC] Return array element type in Pointer::getType() — tbaeder / githubweb
- [clang][Interp][NFC] Fix a comment — tbaeder / githubweb
- [SPARC][IAS] Add v9 encoding of %fq — brad / githubweb
- [SPARC][IAS] Add complete set of v9 ASI load, store & swap forms — brad / githubweb
- [SPARC][IAS] Add support for the full set of CAS instructions — brad / githubweb
- [clang][Interp] BaseToDerived casts — tbaeder / githubweb
clang-d473549-g6c6a2d3445671a-t35533-b35533.tar.gz (Sep 5, 2023 1:56:00 AM)
- [analyzer][NFC] Use switch statement in MallocChecker::performKernelMalloc — brad / githubweb
- [bazel][mlir] Add missing file after @62e90db — github / githubweb
- [mlir][ArmSME] Fix scalable dims check in isValidSMETileVectorType (#65254) — github / githubweb
- [GlobalISel] Refactor Combiner API — pierre.vanhoutryve / githubweb
- [GlobalISel] Cleanup Combine.td — pierre.vanhoutryve / githubweb
- [TableGen][GlobalISel] Add MIR Pattern Builtins — pierre.vanhoutryve / githubweb
- [clang][dataflow] #llvm #flow-analysis Simplify formula at CNF construction time, and short-cut solving of known contradictory formulas. — mboehme / githubweb
- [MLIR][Presburger] Minor bug-fix in PresburgerRelation::intersectRange from 3dd9931 — joshibharathiramana / githubweb
clang-d473541-g1362206e8ad3ec-t35532-b35532.tar.gz (Sep 4, 2023 11:39:41 PM)
- AMDGPU: Fix test from previous commit — nicolai.haehnle / githubweb
- [Clang] Enable AIX initial-exec TLS mode — qiucofan / githubweb
- [clang][Diagnostics] Fix wrong line number display (#65238) — github / githubweb
- [clang-format] Break long string literals in C#, etc. — su3e8a96kzlver / githubweb
- [PowerPC] Implement builtin for mffsl — qiucofan / githubweb
- [clang-format][doc] Fix the doc format — su3e8a96kzlver / githubweb
clang-d473535-gf5fb6ad2e5a79b-t35531-b35531.tar.gz (Sep 4, 2023 9:20:31 PM)
- [GlobalISel] Fix G_PTR_ADD immediate chain combine using the wrong im… (#65271) — github / githubweb
- [mlir][gpu] Fix option parsing in `TargetOptions` — fmora.dev / githubweb
- AMDGPU: Precommit a test file — nicolai.haehnle / githubweb
clang-d473532-g09361b19745f7c-t35530-b35530.tar.gz (Sep 4, 2023 7:01:05 PM)
clang-d473531-gdd27036ff7292c-t35529-b35529.tar.gz (Sep 4, 2023 4:42:35 PM)
- [Github] Add llvm-exegesis PR subscribers team (#65199) — github / githubweb
- Fix some mlir CODEOWNERS patterns from the initial release — joker.eph / githubweb
- [TableGen] Modernize GroupInfo (NFC) — kazu / githubweb
- [StaticAnalyzer] Modernize ObjCNonNilReturnValueChecker (NFC) — kazu / githubweb
- [TableGen] Modernize OverloadInfo (NFC) — kazu / githubweb
clang-d473526-g8dc789a22666f9-t35528-b35528.tar.gz (Sep 4, 2023 2:24:35 PM)
- [RISCV] Add more files to .github/CODEOWNERS (#65234) — github / githubweb
- [mlir][spirv] Add folds for `BitwiseAnd` and `BitwiseOr` — jakub / githubweb
- [GlobalISel] Lower G_SHUFFLE_VECTOR with scalar result (#65275) — github / githubweb
- [mlir][nfc] Make `vectorize_nd_extract` optional — andrzej.warzynski / githubweb
- [clangd] SIGSEGV at clangd: DiagnosticConsumer Is Used After Free — ivan.murashko / githubweb
- [libc++][C++20 modules] Fixes CMake include paths. (#65079) — github / githubweb
- [APINotes] Upstream APINotesWriter — github / githubweb
clang-d473519-gb121c266744d03-t35527-b35527.tar.gz (Sep 4, 2023 12:08:28 PM)
- [ARM] Improve reduction integer min/max costs — david.green / githubweb
- Add support of Windows Trace Logging macros — corentinjabot / githubweb
- [mlir][Func] Extract datalayout string attribute setting as a separate module pass — nicolasvasilache / githubweb
- [llvm][MC] Remove [[nodiscard]] from WithMarkup constructor — david.spickett / githubweb
- [ARM] Improve bitwise reduction costs — david.green / githubweb
- [GlobalISel] Precommit a ptradd combine test. — Amara Emerson / githubweb
- [X86] combine-mulo.ll - add common CHECK prefix for SSE/AVX test runs — llvm-dev / githubweb
- [MLIR] Run the TMA test for sm_90 — guray.ozen / githubweb
- [mlir] Add helper method to print and parse cyclic attributes and types (#65210) — github / githubweb
clang-d473510-g62e90db21b3a50-t35526-b35526.tar.gz (Sep 4, 2023 10:04:32 AM)
- [mlir][Bazel] Adapt to 2ae5d1c7907087e1bad013818b64ddb654bba84a — akuegel / githubweb
- [VPlan][LoopUtils] Remove unused parameter TTI — mel.chen / githubweb
- [ARM] Fix prologue/epilogue for pacbti-m leaf functions — john.brawn / githubweb
- [clangd] Support ConceptReference in generic AST wrangling code — sam.mccall / githubweb
- [mlir][transform] ApplyRegisteredPassOp: Support pass pipelines — me / githubweb
- [clang][Sema] Fix a copy/paste bug in ~Sema() — tbaeder / githubweb
- [clang][Interp][NFC] Check some emit* calls for errors — tbaeder / githubweb
- [clang][Interp][NFC] Rename a parameter — tbaeder / githubweb
- [AArch64][SME] Disable tail-call optimization for __arm_locally_streaming functions. (#65258) — github / githubweb
- [mlir][gpu][transform] Provide better error messages and avoid crashing in MapForallToBlocks. — nicolasvasilache / githubweb
- [clang][NFC] Remove stray slash — tbaeder / githubweb
- [AArch64][GlobalISel] Lower G_EXTRACT_VECTOR_ELT with variable indices — vdzhidzhoev / githubweb
- [mlir][Transform] Add an example of a preloaded reference lowering to LLVM — nicolasvasilache / githubweb
clang-d473497-gbaf2d13519f9ca-t35525-b35525.tar.gz (Sep 4, 2023 7:27:47 AM)
- [clang-tidy][NFC][doc] Improve documentation for modernize-use-equals… (#65231) — github / githubweb
- [SCEV] Fix potentially empty set for unsigned ranges — flo / githubweb
- [ARM] Add various vector reduce costmodel tests. NFC — david.green / githubweb
- [AArch64] Fix schedmodel pre/post-index loads and stores for Neoverse V2 — smeijer / githubweb
- Precommit tests for gep has phi ptr — bipmis01 / githubweb
- [SME] Don't scavenge a spillslot in callee-save area in presence of streaming-mode changes. — sander.desmalen / githubweb
- [AArch64][SME] Make the overloaded svreinterpret_* functions streaming-compatible. — sander.desmalen / githubweb
- Revert "Revert "[MLIR] Move builtin.module LLVM IR translation to before nested operations"" — safonsof / githubweb
- [ARM] Improve reduction fadd/fmul costs — david.green / githubweb
- [flang][LoopVersioning] support fir.array_coor — tom.eccles / githubweb
- [APINotes] Remove unused OS-availability feature — github / githubweb
- [LV] Add test coverage for adding DebugLoc to vector select. — flo / githubweb
- [mlir][linalg] Fix bufferize_to_allocation error checking — me / githubweb
- [mlir][linalg][transform][python] Simplify mix-in of PadOp. — ingomueller / githubweb
- [mlir][linalg][transform][python] Refactor TileOp mix-in. — ingomueller / githubweb
- [mlir][linalg][transform][python] Make divisor arg to Multitile optional — ingomueller / githubweb
- [mlir][linalg] Add matmul -> tiling -> GPU -> vectorization lowering example — me / githubweb
- [VPlan] Print blend recipe as operand directly, instead of IR PHI. — flo / githubweb
- [mlir][GPU] Lower arith.remf to GPU intrinsic. — akuegel / githubweb
- [ASTMatchers] Bring comments & docs back in sync — sam.mccall / githubweb
- [ARM] Improve costs for FMin/Max reductions — david.green / githubweb
- [AST] Support ConceptReference in DynTypedNode, add dump(). — sam.mccall / githubweb
- [AMDGPU] Erase ShaderFunctions in AMDGPUPALMetadata::reset() (#65247) — github / githubweb
- [mlir][GPUToROCDL] Lower arith.remf to GPU intrinsic. — akuegel / githubweb
clang-d473497-gbaf2d13519f9ca-t35525-b35525.tar.gz (Sep 4, 2023 7:27:47 AM)
clang-d473473-g6098d7d5f6533e-t35524-b35524.tar.gz (Sep 4, 2023 5:07:22 AM)
- [GlobalISel] Fix an incorrect ptradd reassoc test. NFC. — Amara Emerson / githubweb
- [GlobalISel] Look through a G_PTR_ADD's def register instead of it's source operand's — Amara Emerson / githubweb
- [clang] Use range-based for loops (NFC) — kazu / githubweb
- [RISCV] Use isNullConstant (NFC) — kazu / githubweb
- [clang][dataflow] When dumping `ExprToVal`, dump the `Value`, not just its location. — mboehme / githubweb
- Revert "fix test for #65212" — omair.javaid / githubweb
- [mlir][python][linalg][transform] Forward missing params in mix-ins. — ingomueller / githubweb
- recommit test for #65212 — nuno.lopes / githubweb
- [clang][dataflow] Remove deprecated synonyms related to `RecordStorageLocation` and `RecordValue` — mboehme / githubweb
- [clang][dataflow] Eliminate deprecated `ControlFlowContext::build()` overload. — mboehme / githubweb
- [RISCV] Lower shuffles as rotates without zvbb — luke / githubweb
clang-d473462-gb70f1f836da9b6-t35523-b35523.tar.gz (Sep 4, 2023 2:35:27 AM)
- [NFC] Add an overload for getP1689ModuleDependencyFile without output parameters — yedeng.yd / githubweb
- [clang][auto-init] Remove -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang — keescook / githubweb
- [mlir][nfc] Allow ops to have operands/attributes named `context`. — csigg / githubweb
- [compiler-rt] Link atomic against builtins (#65239) — github / githubweb
- [mlir] Apply ClangTidy finding (NFC) — akuegel / githubweb
- [clang][dataflow] Eliminate deprecated `DataflowAnalysis` constructor. — mboehme / githubweb
- [GlobalISel] Regenerate ptradd reassociation tests checks. — Amara Emerson / githubweb
- Haiku: Pick up a few more codegen parametres from downstream — brad / githubweb
clang-d473454-g1ef1eec8db21f3-t35522-b35522.tar.gz (Sep 4, 2023 12:14:47 AM)
- [libc] Include (v)s(n)printf in baremetal configs — phosek / githubweb
- [JumpThreading][NFC] Pre-commit for invalid LVI. — dianqk / githubweb
- [JumpThreading] Invalidate LVI after `combineMetadataForCSE`. — dianqk / githubweb
- [JumpThreading][NFC] Improved access to LazyValueInfoImpl. — dianqk / githubweb
- [GlobalISel][NFC] Use GenericMachineInstrs in CombinerHelper::reassociationCanBreakAddressingModePattern(). — Amara Emerson / githubweb
clang-d473449-g7dc199d8ee7074-t35521-b35521.tar.gz (Sep 3, 2023 9:55:24 PM)
- [builtins][AArch64] Implement _sync out-of-line atomics — jrtc27 / githubweb
- [X86] Add more files to .github/CODEOWNERS (#65235) — github / githubweb
clang-d473447-gb12385f3aa5621-t35520-b35520.tar.gz (Sep 3, 2023 7:32:18 PM)
- Add M68k test directories to pr-subscribers-m68k in .github/CODEOWNERS (#65233) — github / githubweb
- [libc] [NFC] wait4Impl: include <signal.h> instead of <sys/signal.h> — cat / githubweb
clang-d473445-g19d286bca00ac1-t35519-b35519.tar.gz (Sep 3, 2023 5:12:49 PM)
- Add ISDOpcodes.h to selectiondag CODEOWNERS. (#65217) — github / githubweb
- Add test/MC and test/MC/Disassembler directories to targets in .github/CODEOWNERS — craig.topper / githubweb
- [VPlan] Assert that inst isnt' a debug or pseudo inst (NFCI). — flo / githubweb
clang-d473442-g208fa9acc0ffe5-t35518-b35518.tar.gz (Sep 3, 2023 2:51:11 PM)
clang-d473441-g72034977c0314d-t35517-b35517.tar.gz (Sep 3, 2023 12:33:13 PM)
- precommit test for #65212 — nuno.lopes / githubweb
- [LoopVectorizer] Fix PR #65212: vectorization of reduction loop wasn't respecting original store alignment — nuno.lopes / githubweb
- fix test for #65212 — nuno.lopes / githubweb
- [clang-tidy] readability-identifier-naming - fix StructCase and UnionCase in C (#65202) — github / githubweb
- [docs] Update LLVM_ENABLE_ZLIB/LLVM_ENABLE_ZSTD (#65218) — github / githubweb
clang-d473436-g65b40f273f09a5-t35516-b35516.tar.gz (Sep 3, 2023 10:16:01 AM)
- RegAlloc: Rename MLRegalloc* files to use consistent captalization — Matthew.Arsenault / githubweb
clang-d473435-g77c67436d9e7e6-t35515-b35515.tar.gz (Sep 3, 2023 7:56:10 AM)
- LLT: Add some stub constructors for FP types — Matthew.Arsenault / githubweb
clang-d473434-gc2bee1ed26a335-t35513-b35513.tar.gz (Sep 3, 2023 2:46:04 AM)
- [sanitizer] Switch LAM tests to upsteam kernel v6.5 — Vitaly Buka / githubweb
clang-d473434-gc2bee1ed26a335-t35513-b35513.tar.gz (Sep 3, 2023 2:46:04 AM)
- Haiku: Enable thread-local storag, disable PIE / enable PIC by default — brad / githubweb
- [clang-tidy][NFC] Unwind if-else-if-... in UnusedUsingDeclsCheck — me / githubweb
clang-d473432-g701e6f7630474b-t35512-b35512.tar.gz (Sep 3, 2023 12:25:27 AM)
- [sanitizer] Build qemu with --enable-slirp — Vitaly Buka / githubweb
clang-d473432-g701e6f7630474b-t35511-b35511.tar.gz (Sep 2, 2023 9:08:44 PM)
- [sanitizer] Add mising export into the script — Vitaly Buka / githubweb
clang-d473432-g701e6f7630474b-t35510-b35510.tar.gz (Sep 2, 2023 6:48:33 PM)
- [libc][NFC] Support sm_89 and sm_90 NVIDIA GPUs — jhuber6 / githubweb
- [libc][fix] Fix buffer overrun in initialization of GPU return value — jhuber6 / githubweb
clang-d473430-gfd6619577790f0-t35509-b35509.tar.gz (Sep 2, 2023 4:31:19 PM)
- [sanitizer] Unblock buildbot upgrade by disabling broken test — Vitaly Buka / githubweb
clang-d473430-gfd6619577790f0-t35509-b35509.tar.gz (Sep 2, 2023 4:31:19 PM)
- [mlir] Use llvm::is_contained (NFC) — kazu / githubweb
- [Hexagon] Use isNullConstant (NFC) — kazu / githubweb
- [clang-tools-extra] Use range-based for loops (NFC) — kazu / githubweb
- [Github] Add a MLGO PR subscribers group (#65198) — github / githubweb
- [VPlan] Manage compare predicates in VPRecipeWithIRFlags. — flo / githubweb
clang-d473425-gd9ffd3219e3817-t35508-b35508.tar.gz (Sep 2, 2023 2:11:43 PM)
- [X86] Add test to check that an extracted bool element comparison is correctly extended when the bool vector is bitcast instead — llvm-dev / githubweb
- [X86] combineCMP - attempt to simplify KSHIFTR mask element extractions when just comparing against zero (REAPPLIED) — llvm-dev / githubweb
clang-d473423-g5dd956871785a5-t35507-b35507.tar.gz (Sep 2, 2023 11:51:52 AM)
- [libc++] Remove _LIBCPP_DISABLE_NODISCARD_AFTER_CXX17 documentation — nikolasklauser / githubweb
- InstSimplify: Handle folding fcmp with literal nans without a context instruction — Matthew.Arsenault / githubweb
- [mlir][python] Fix-forward 9442b441c1c50e4e6782fd2e6aa16925c9d22e29. — ingomueller / githubweb
- AMDGPU: Use poison instead of undef in module lds pass — Matthew.Arsenault / githubweb
- AMDGPU: Pass in TargetMachine to AMDGPULowerModuleLDSPass — Matthew.Arsenault / githubweb
- [CodeGen] Modernize EHScopeStack::Cleanup::Flags (NFC) — kazu / githubweb
- [StaticAnalyzer] Modernize ObjCLoopChecker (NFC) — kazu / githubweb
- [StaticAnalyzer] Modernize IsObjCTypeParamDependentTypeVisitor (NFC) — kazu / githubweb
- [StaticAnalyzer] Modernize GTestChecker (NFC) — kazu / githubweb
- [SelectionDAG] Use isNullConstant (NFC) — kazu / githubweb
- [llvm] Use range-based for loops (NFC) — kazu / githubweb
- [llvm] Use llvm::is_contained (NFC) — kazu / githubweb
- Fix typos in documentation — kazu / githubweb
clang-d473410-g5dcd6669ffdd03-t35506-b35506.tar.gz (Sep 2, 2023 9:33:27 AM)
- InstSimplify: Handle log10(exp10(x)) — Matthew.Arsenault / githubweb
- ConstantFolding: Handle exp10 intrinsic — Matthew.Arsenault / githubweb
- InstSimplify: Handle exp10(log10(x)) -> x — Matthew.Arsenault / githubweb
clang-d473407-g097971b318fc85-t35505-b35505.tar.gz (Sep 2, 2023 7:14:58 AM)
- [CodeOwners] Windows subscribers (#65203) — github / githubweb
- Fix indenting after Haiku addition — brad / githubweb
- [msan][s390x] Fix long double interceptors — ulrich.weigand / githubweb
- [clang][clangd] Ensure the stack bottom before building AST — zyn7109 / githubweb
- [mlir][linalg][transform][python] Fix optional args of PadOp mix-in. — ingomueller / githubweb
- [DWARFLinkerParallel][PowerPC] Cure tests failing on powerpc machine. — a.v.lapshin / githubweb
clang-d473401-g561d3076aa6a3d-t35504-b35504.tar.gz (Sep 2, 2023 4:47:49 AM)
clang-d473400-g230558e444c2e1-t35503-b35503.tar.gz (Sep 2, 2023 2:21:03 AM)
- [clang] Support vectors in __builtin_isfpclass — sepavloff / githubweb
- [Attributor][NFC] Precommit test — johannes / githubweb
- [Attributor] Do not expand dead indirect call sites — johannes / githubweb
- [Attributor] Introduce a hook for AAs to avoid inline-asm — johannes / githubweb
- [Clang] Realize generic lambda call operators are dependent sooner — corentinjabot / githubweb
- [Clang][M68k] Use `DefineStd` for target-specific macros — min / githubweb
clang-d473394-g678e3ee12351e5-t35502-b35502.tar.gz (Sep 2, 2023 12:02:27 AM)
- [ADT][NFC] Remove some redundant code — i / githubweb
- [SPARC][IAS] Add definitions for v9 State Registers — brad / githubweb
- [mlir] Fix duplicate word typos; NFC — i / githubweb
- [Attributor][NFC] Rename AACallSiteReturnedFromReturned — johannes / githubweb
- [Attributor][NFC] Simplify the helper APIs — johannes / githubweb
- [Attributor][NFC] Use common helper to avoid duplication — johannes / githubweb
- [lldb] Fix duplicate word typos; NFC — i / githubweb
clang-d473387-gfc04472aa269ea-t35501-b35501.tar.gz (Sep 1, 2023 9:42:01 PM)
- [DirectX backend] avoid generate redundant bitcast in DXILPrepareModule (#65163) — github / githubweb
- LangRef: Fix sphinx error — Matthew.Arsenault / githubweb
- ValueTracking: Add baseline test for exp10 computeKnownFPClass handling — Matthew.Arsenault / githubweb
- [Core][FIX] Do not assume instruction users in DetermineUseCaptureKind — johannes / githubweb
- [Attributor][NFC] Add debug counter for AA creation — johannes / githubweb
- [Attributor][FIX] Support non-0 AS for function pointers — johannes / githubweb
- InstSimplify: Baseline tests for exp10 handling — Matthew.Arsenault / githubweb
- ValueTracking: Handle exp10 in computeKnownFPClass — Matthew.Arsenault / githubweb
- ValueTracking: exp10 does not introduce poison — Matthew.Arsenault / githubweb
- [llvm] Adopt WithMarkup in the SystemZ backend — Jonas Devlieghere / githubweb
- [libc++][NFC] Update the remaining enable_ifs — nikolasklauser / githubweb
- [LLDB] Fix IOHandlerEditline::GetCurrentLines() — walter erquinigo / githubweb
- [libc++][NFC] Refactor __enable_if return types to defaulted template parameters — nikolasklauser / githubweb
- [llvm] Fix duplicate word typos. NFC — i / githubweb
- [flang] Fix duplicate word typos; NFC — i / githubweb
clang-d473372-g69d79f1f77147e-t35500-b35500.tar.gz (Sep 1, 2023 7:24:23 PM)
- Recommit "[InstCombine] Expand `foldSelectICmpAndOr` -> `foldSelectICmpAndBinOp` to work for more binops" (3rd Try) — goldstein.w.n / githubweb
- [NFC] Cleanup some #includes in header files — morbo / githubweb
- [llvm] Migrate NVPTXInstPrinter to WithMarkup — Jonas Devlieghere / githubweb
- [MLIR][PDL] Add PDLL support for negated native constraints — jeff / githubweb
- [Docs] Update documentation for the new GitHub workflow (#65162) — github / githubweb
- [Clang][libc] Add wrapper headers for `assert.h` for the GPU libc — jhuber6 / githubweb
- [gn build] Port e0829739bc77 — llvmgnsyncbot / githubweb
- IR: Add llvm.exp10 intrinsic — Matthew.Arsenault / githubweb
- [Support] Implement getMainExecutable for OpenBSD — brad / githubweb
clang-d473363-ga69f78b080ef7e-t35499-b35499.tar.gz (Sep 1, 2023 5:05:58 PM)
- [clang] [MinGW] Add the option -fno-auto-import — martin / githubweb
- [Driver] Support GNU ld on Solaris — ro / githubweb
- [clang] Consistently use isOSSolaris() — ro / githubweb
- Add SelectionDAG team to .github/CODEOWNERS (#65181) — github / githubweb
- Add HLSL team to .github/CODEOWNERS (#65180) — github / githubweb
- [CodeGen] First check the kind and then the llvm::Function properties. — v.g.vassilev / githubweb
- Add DirectX team to .github/CODEOWNERS (#65182) — github / githubweb
- [llvm] Support assembly color highlighting for X86 — Jonas Devlieghere / githubweb
- [InstCombine] (NFC) Adding tests for InstCombine contraction of x^2 + 2*x*y + y^2 into (x + y)^2 (float) — goldstein.w.n / githubweb
- [InstCombine] Contracting x^2 + 2*x*y + y^2 to (x + y)^2 (float) — goldstein.w.n / githubweb
- [llvm/docs] Fix whitespace and column limit in llvm-mc.rst — Jonas Devlieghere / githubweb
- [BOLT][NFC] Fix duplicate word typo — aaupov / githubweb
- [mlir][memref] Add support for erasing dead allocations. — hanchung / githubweb
- Revert "[X86] combineCMP - attempt to simplify KSHIFTR mask element extractions when just comparing against zero" — zequanwu / githubweb
- [LTO] Remove module id from summary index — tejohnson / githubweb
- [mlir][sparse] simplification of sparse runtime support lib — ajcbik / githubweb
- fix revert b0b3f82dd3c00cdba891f1ff6ba63abd419d0f18 — zequanwu / githubweb
- Make DWARFContext more thread safe. — gclayton / githubweb
- [libc++] Fix Lit config in `string.io`. — varconsteq / githubweb
- [lldb] Add syntax color highlighting for disassembly — Jonas Devlieghere / githubweb
clang-d473343-g898bf539a74faa-t35498-b35498.tar.gz (Sep 1, 2023 2:48:23 PM)
- [libc++] Apply clang formatting to all string unit tests — Louis Dionne / githubweb
- [Driver] Don't default to DWARF 2 on Solaris — ro / githubweb
- [llvm-objdump] Require AArch64 backed for arm64-disassembly-color — Jonas Devlieghere / githubweb
- [OpenMP] [test] Fix target_thread_limit.cpp to not assume 4 or more cores — martin / githubweb
- {RISCV] Add test coverage for fully scalarizing a vector — listmail / githubweb
- Add CODEOWNERS file (#65131) — github / githubweb
- Revert "[mlir][sparse] simplification of sparse runtime support lib" — joker.eph / githubweb
- Revert "InstSimplify: Use correct interested FP classes when simplifying fcmp" — zequanwu / githubweb
- [LegalizeDAG] Use scalable aware idiom for checking for single element vector — listmail / githubweb
- [openmp] Tighten flang detection in offloading test — ethanluismcdonough / githubweb
- Revert "[X86] combineCMP - attempt to simplify KSHIFTR mask element extractions when just comparing against zero" — zequanwu / githubweb
- [flang][hlfir] Allow hlfir.assign expansion for array slices. — szakharin / githubweb
- [Github] Disable repo lockdown (#65161) — github / githubweb
- Revert "Revert "InstSimplify: Use correct interested FP classes when simplifying fcmp"" — listmail / githubweb
- Revert "Revert "[X86] combineCMP - attempt to simplify KSHIFTR mask element extractions when just comparing against zero"" — listmail / githubweb
- [mlir][sparse] Surface syntax change in parsing — yinyingli / githubweb
clang-d473327-g823151f0cfc8f0-t35497-b35497.tar.gz (Sep 1, 2023 12:31:20 PM)
clang-d473327-g823151f0cfc8f0-t35497-b35497.tar.gz (Sep 1, 2023 12:31:20 PM)
- [mlir][llvm] Allow inlining for dbg label — tobias.gysi / githubweb
- [llvm] Add assembly color highlighting — Jonas Devlieghere / githubweb
- [mlir][transform] Extend `MaskedVectorizeOp` to work for regular vectorization too — andrzej.warzynski / githubweb
- [AArch64][GlobalISel] Re-generate stale test checks. — Amara Emerson / githubweb
- [AArch64][SVE2] Delete an unused parameter for isExtPartOfAvgExpr, NFC — zhongyunde / githubweb
- [flang] Allow runtime build with AVOID_NATIVE_INT128_T=1 — pklausler / githubweb
- [libc++] Add lifetimebound attributes to clamp — nikolasklauser / githubweb
- [SpecialCaseList] Add option to use Globs instead of Regex to match patterns — ellis.sparky.hoag / githubweb
- [MLIR] Move builtin.module LLVM IR translation to before nested operations — safonsof / githubweb
- [libc++] Assume that __BYTE_ORDER__ is always present — nikolasklauser / githubweb
- [Object] Change OffloadBinary::write to return SmallString<0> — i / githubweb
- [mlir][sparse] simplification of sparse runtime support lib — ajcbik / githubweb
- [llvm-objdump] Enable disassembly color highlighting — Jonas Devlieghere / githubweb
- [compiler-rt] [builtins] Remove unused/misnamed x86 chkstk functions — martin / githubweb
- [compiler-rt] Rename the now lone i386/chkstk2.S to i386/chkstk.S — martin / githubweb
- [gn build] Port 1f9eff100ce8 — llvmgnsyncbot / githubweb
- [gn build] Port 885d7b759b5c — llvmgnsyncbot / githubweb
- [llvm-windres] Implement the windres flag --use-temp-file — martin / githubweb
- [llvm] Delete spurious directory created by patch — Jonas Devlieghere / githubweb
- [llvm-objdump] Disable arm64-disassembly-color on Windows — Jonas Devlieghere / githubweb
- Revert "[MLIR] Move builtin.module LLVM IR translation to before nested operations" — safonsof / githubweb
clang-d473306-gef5219c18b252a-t35496-b35496.tar.gz (Sep 1, 2023 10:14:36 AM)
- MachineVerifier: Don't crash in LiveIntervals checks on generic vregs — Matthew.Arsenault / githubweb
- [libcxx][test] Add tests for hash_function() and key_eq() in unordered containers — Louis Dionne / githubweb
- [DAG] Move INT<->FP constant folds from getNode to FoldConstantArithmetic — llvm-dev / githubweb
- [analyzer] Fix a few size-type inconsistency relating to DynamicExtent — fding / githubweb
- MachineVerifier: Add tests which are incorrectly accepted — Matthew.Arsenault / githubweb
- [AArch64] Ensure we do not access illegal operands in tryCombineMULLWithUZP1 — david.green / githubweb
- [flang][OpenMP] Add fortran test with basic target region — jan_sjodin / githubweb
- [AArch64][SME] Don't use OBSCURE_COPY to avoid rematerialization. — sander.desmalen / githubweb
- [AArch64] NFC: Move llvm.aarch64.sve.fadda tests back — sander.desmalen / githubweb
- [MLIR][NVVM] Introduce special registers for CTA Cluster — guray.ozen / githubweb
- [MLIR][NVVM] Add CTA Cluster barrier intrinsics for sm_90 — guray.ozen / githubweb
- [NVGPU] Add debug in nvgpu (nfc) — guray.ozen / githubweb
- [RISCV] Remove XLen field from RISCVSubtarget [nfc] — listmail / githubweb
- [DAG] Move F16<->FP constant folds from getNode to FoldConstantArithmetic — llvm-dev / githubweb
- [DAG] Move STEP_VECTOR constant fold from getNode to FoldConstantArithmetic — llvm-dev / githubweb
- [llvm][ThinLTO] Add missing ":" to RUN line in devirtualization test — david.spickett / githubweb
- [clang][Sema] Correct RUN line in fixit tests — david.spickett / githubweb
- [clang][Driver] Correct OpenBSD UBSAN options test — david.spickett / githubweb
clang-d473288-gee795fd1cf6ceb-t35495-b35495.tar.gz (Sep 1, 2023 7:56:10 AM)
- [clangd][tests] Assert for idleness of scheduler — kadircet / githubweb
- [clangd][tests] Bump timeouts in TUSchedulerTests to 60 secs — kadircet / githubweb
- [workflow] Allow creation of PRs in the docs subdir — tobias / githubweb
- Revert "Reapply: [IRGen] Emit lifetime intrinsics around temporary aggregate argument allocas" — alexfh / githubweb
- [Flang][OpenMP] Fix loop index privatisation in Parallel region in HLFIR — kiran.chandramohan / githubweb
- [X86] Add tests showing failure to use KnownBits known comparison results to remove SMIN/SMAX — llvm-dev / githubweb
- [DAG] SimplifyDemandedBits - add SMIN/SMAX KnownBits comparison analysis — llvm-dev / githubweb
- InstCombine: Fold out scale-if-denormal pattern — Matthew.Arsenault / githubweb
- [AArch64][SME] Create new interface for isSVEAvailable. — sander.desmalen / githubweb
- [AArch64][SME] Disable remat of VL-dependent ops when function changes streaming mode. — sander.desmalen / githubweb
- AMDGPU: Don't require all flags to expand fast powr — Matthew.Arsenault / githubweb
- AMDGPU: Simplify handling of constant vectors in libcalls — Matthew.Arsenault / githubweb
- AMDGPU: Turn pow libcalls into powr — Matthew.Arsenault / githubweb
- AMDGPU: Enable assumptions in AMDGPULibCalls — Matthew.Arsenault / githubweb
- AMDGPU: Handle sitofp and uitofp exponents in fast pow expansion — Matthew.Arsenault / githubweb
- AMDGPU: Use exp2 and log2 intrinsics directly for f16/f32 — Matthew.Arsenault / githubweb
- AMDGPU: Use pown instead of pow if known integral — Matthew.Arsenault / githubweb
- AMDGPU: Handle rounding intrinsic exponents in isKnownIntegral — Matthew.Arsenault / githubweb
clang-d473270-gaca8b9d0d56eea-t35494-b35494.tar.gz (Sep 1, 2023 5:37:43 AM)
- [test][fuzzer] Deflake fork.test — Vitaly Buka / githubweb
- [test][fuzzer] Deflake fork_corpus_groups.test — Vitaly Buka / githubweb
- [AArch64][GISel] Expand coverage of FRem. — david.green / githubweb
- [clang] Emit `Wformat` for bool value and char specifier confusion in scanf — mariya.podchishchaeva / githubweb
- [MC][ELF] Don't emit .note.GNU-stack sections on Solaris — ro / githubweb
- [DAG] SimplifyDemandedBits - if we're only demanding the signbits, a MIN/MAX node can be simplified to a OR or AND node — llvm-dev / githubweb
clang-d473264-g2fd01d75a86318-t35493-b35493.tar.gz (Sep 1, 2023 3:12:22 AM)
- [mlir][vector] Use optional for outerproduct accumulator instead of variadic — cullen.rhodes / githubweb
- [NFC] Fix the PowerPC broken cases in D152215. — czhengsz / githubweb
- [lldb][NFC] Put disassembler test classes and methods in anonymous namespace — quic_vnalamot / githubweb
- [Driver] Report warnings for unclaimed TargetSpecific options for assembler input — i / githubweb
- [mlir] Apply ClangTidy fix (NFC) — akuegel / githubweb
- [ValueTracking] Handle conflicts when computing knownbits of PHI nodes in deadcode; PR65022 — goldstein.w.n / githubweb
- [mlir][python] Remove __str__ from bindings of StringAttr. — ingomueller / githubweb
- [BOLT] Provide generic implementations for isLoad/isStore — jnoorman / githubweb
- [BOLT] Rename isLoad/isStore to mayLoad/mayStore — jnoorman / githubweb
- [lldb] Fix build with MSVC by using LLVM_PRETTY_FUNCTION — david.spickett / githubweb
- [BOLT][test] Enable exceptions_split tests for AArch64 — elvina.yakubova / githubweb
- [clang] Construct ExprRequirement with SubstitutionDiagnostic on SubstFailure — zyn7109 / githubweb
clang-d473252-g8ba1c38a0d70a8-t35492-b35492.tar.gz (Sep 1, 2023 12:54:03 AM)
- [ThinLTO][Matrix] Forward -enable-matrix flag to the LTO plugin — wyehia / githubweb
- [RISCV] Teach MatInt to use (ADD_UW X, (SLLI X, 32)) to materialize some constants. — craig.topper / githubweb
- [llvm-mc] Remove unused argument (NFC) — Jonas Devlieghere / githubweb
- [HWASAN] Inline fast pass of instrumentMemAccessOutline — Vitaly Buka / githubweb
- [libc++] Initialize all member variables of `__state` in `<regex>` — varconsteq / githubweb
- [AArch64][GlobalISel] Materialize 64b FP immediates instead of loading if profitable. — Amara Emerson / githubweb
- [AArch64][GlobalISel] Add heuristics for G_FCONSTANT localization. — Amara Emerson / githubweb
clang-d473245-gc7a8a37f0779bf-t35491-b35491.tar.gz (Aug 31, 2023 10:33:43 PM)
- [OpenMP] Fix a segment fault in __kmp_get_global_thread_id — i / githubweb
- Reland [NFCI] Refactor X86TargetLowering::getGlobalWrapperKind() — aeubanks / githubweb
- [RISCV] Remove AtomicStPat now that atomic_store has the same operand order as store. NFC — craig.topper / githubweb
- [Core] Allow `hasAddressTaken` to ignore "casted direct calls" — johannes / githubweb
- [Attributor][NFC] Clean include order — johannes / githubweb
- [RISCV] Remove unused check prefixes for tests. NFC — jim / githubweb
- [RISCV][NFC] Remove _TU in PseudoToVInst — wangpengcheng.pp / githubweb
clang-d473238-gef8121b109ef0b-t35490-b35490.tar.gz (Aug 31, 2023 8:15:10 PM)
- Support atomic write operations in stack safety — fmayer / githubweb
- InstCombine: Add baseline test for detecting fneg/fabs as bitcasted integer — Matthew.Arsenault / githubweb
- InstCombine: Recognize fneg when performed as bitcasted integer — Matthew.Arsenault / githubweb
- InstCombine: Recognize fabs as bitcasted integer — Matthew.Arsenault / githubweb
- InstCombine: Recognize fneg(fabs) as bitcasted integer — Matthew.Arsenault / githubweb
- [CSSPGO] Refactoring findIRAnchors — wlei / githubweb
- [nfc][thinlto] Mark some functions explicitly as "Test" — mtrofin / githubweb
- [LSan] Mark create_thread_leak.cpp as UNSUPPORTED: darwin. — Artem Dergachev / githubweb
- [clang][ASTImporter] Add import of a few type related nodes — fding / githubweb
- [Matrix] Try to emit fmuladd for both vector and matrix types — francisvm / githubweb
- [Headers] Remove a space in NULL define — aheejin / githubweb
clang-d473227-g7ce67d33107fd8-t35489-b35489.tar.gz (Aug 31, 2023 5:54:37 PM)
- [gn build] Port c01794e7ae8e — llvmgnsyncbot / githubweb
- [NFC][HWASAN] Extract insertShadowTagCheck() — Vitaly Buka / githubweb
- Revert "[RISCV] Teach RISCVMergeBaseOffset to handle inline asm" — ndesaulniers / githubweb
- [mlir] Prefer to use empty to check for emptiness (NFC) — jpienaar / githubweb
- [mlir][doc] fix document link in Builtin Dialect document — ajcbik / githubweb
- [X86] Use 64-bit jump table entries for large code model PIC — aeubanks / githubweb
- [Sema] add test cases for D152495 NFC — ndesaulniers / githubweb
- [lldb] Fix test failure for breakpoint_function_callback.test — ismail / githubweb
- [clang-format] Fix AlignArrayOfStructures + Cpp11BracedListStyle=false — owenpiano / githubweb
- Revert "[llvm][docs] commit phabricator patch" — ndesaulniers / githubweb
- SelectionDAG: Swap operands of atomic_store — Matthew.Arsenault / githubweb
- [RISCV] Add test coverage for high lmul non-constant build_vectors — listmail / githubweb
- MachineFunction: Add verify method that accepts LiveIntervals — Matthew.Arsenault / githubweb
- [lldb] Add support for recognizing swift ast sections in object files — Alex Langford / githubweb
- [scudo][tests] Store the allocator instance in a global rather than posix_memalign it — leonardchan / githubweb