Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

gremlinflat

gremlinflat starred ghostty-org/ghostty
gremlinflat starred status-im/doubleratchet
gremlinflat starred influxdata/telegraf
gremlinflat starred karpathy/micrograd
gremlinflat starred boostorg/boost
gremlinflat starred owickstrom/the-monospace-web
gremlinflat pushed 3469 commits to main gremlinflat/llvm-project
  • [VectorCombine] Fold "(or (zext (bitcast X)), (shl (zext (bitcast Y)), C))" -> "(bitcast (concat X, Y))" MOVMSK bool ... 86779da
  • [OpenMP] Replace AMDGPU fences with generic scoped fences (#119619) Summary: This is simpler and more common. I woul... f4ee5a6
  • Fix rtsan build with musl (#119674) fd_set is defined by `sys/select.h`. On musl, this header is not transitively i... 34d244a
  • [mlir] Add support for MLIR_LINK_MLIR_DYLIB (#119408) While MLIR currently supports building a libMLIR.so, it does n... 10ef20f
  • [SelectOpt] Add support for AShr/LShr operands (#118495) For conditional increments with sign check conditions like ... e909c0c
  • [mlir] Fix -Wunused-variable in OpenMPToLLVMIRTranslation.cpp (NFC) /llvm-project/mlir/lib/Target/LLVMIR/Dialect/Ope... 46ec271
  • [mlir] Link MLIRMlirOptMain against test_libs In 10ef20f6a629797d81252de143117e2a0bc6556d I dropped $test_libs from ... e582865
  • [AMDGPU] Mark AGPR tuple implicit in the first instr of AGPR spills. (#115285) When AGPRs are spilled to stack throu... bdaa82a
  • [Driver] Cache SanitizerArgs (NFC) (#119442) The name getSanitizerArgs seems to mislead callers that this is a cheap... bae383b
  • [AMDGPU] Stop using True16 profile for v_bitop3_b16 of gfx950. (#119706) bb1961e
  • [PowerPC] Add special handling for arguments that are smaller than pointer size. (#119003) When arguments are passed... 67eb05b
  • [Driver][OHOS] Fix lld link issue for OHOS (#118192) For ohos targets, libclang_rt.builtins.a, clang_rt.crtbegin.o a... bc28be0
  • [Kaleidoscope] Add mem2reg pass to function pass manager (#119707) Kaleidoscope has switched to new pass manager bef... 6f8a363
  • [OpenACC] Create AST nodes for 'data' constructs These constructs are all very similar and closely related, so this ... 010d011
  • [clang] Enable the -Wdangling-capture diagnostic by default. (#119685) We have tested this diagnostics internally, a... f229ea2
  • [docs] Add a more detailed description in CXString.h. (#119090) Emmm... Maybe I'm splitting hairs. But I really thin... a8e66d7
  • [llvm] Migrate away from PointerUnion::{is,get} (NFC) (#119679) Note that PointerUnion::{is,get} have been soft depr... 2f8238f
  • [memprof] Use addCallStack in a unit test (NFC) (#119651) Here IndexedMemProfRecord just needs to reference a CallSt... fda80a4
  • [VPlan] Hook IR blocks into VPlan during skeleton creation (NFC) (#114292) As a first step to move towards modeling ... 6c8f41d
  • [compiler-rt] Don't build SME routines if __arm_cpu_features is not initialised. (#119703) According to the conversa... e5371ed
  • and 3449 more ...

View on GitHub

gremlinflat starred bloomberg/quantum
gremlinflat starred zitadel/zitadel
gremlinflat starred birobirobiro/awesome-shadcn-ui
gremlinflat created a comment on a pull request on Quick/Nimble
any update for this? i've been experiencing this error on xcode 16 (swift 6)

View on GitHub

gremlinflat starred bazelbuild/bazel
gremlinflat pushed 210 commits to main gremlinflat/llvm-project
  • Relax clang/test/CodeGen/tbaa-pointers.c for -Asserts. Fixes c4eeef32d5dc (llvmorg-20-init-12475-gc4eeef32d5dc) 5ff5243
  • [libc++] Bump libc++ CI to a more recent version of the Docker image (#116558) The Docker image was built using the ... c2a3ed2
  • [APInt] Call countTrailingZerosSlowCase() directly from isShiftedMask. NFC We checked the single word case already a... 3c31ee7
  • [flang][OpenMP] Add MLIR lowering for `loop ... bind` (#114219) Extends MLIR lowering support for the `loop` directi... b4c0ef1
  • [llvm] Fix behavior of llvm.objectsize in presence of negative / large offset (#115504) The internal structure used ... 1dcb3db
  • [mlir] Add apply_patterns.linalg.generalize_pack_unpack TD Op (#116373) This PR introduces populateGeneralizePattern... 63b926a
  • [mlir][Parser] Deduplicate floating-point parsing functionality (#116172) The following functionality is duplicated ... 4548bff
  • [MLIR][SPIRV] Add definition and (de)serialization for cache controls (#115461) [SPV_INTEL_cache_controls](https://h... 4f78f85
  • [libc++] Guard `__pad_and_output` with `_LIBCPP_HAS_LOCALIZATION` (#116580) This fixes errors for no-localization bu... b5bc528
  • [Mips] Use getSignedConstant() for signed values (#116405) This also adds a getSignedTargetConstant() helper, as the... 3fc5bb6
  • [InstCombine] Use InstSimplify in FoldOpIntoSelect (#116073) Instead of only trying to constant fold the select arms... 9a844a3
  • [ci] Fix error when no junit files are passed to report generator This resulted in the style being None and despite ... 6a12b43
  • [InstCombine] Re-queue users of phi when nsw/nuw flags of add are inferred (#113933) This patch re-queue users of ph... db90673
  • [lldb] rm DWARFDebugRanges (#116379) The class is only used from one place, which is trivial to implement using the... 4e7682b
  • [RISCV][NFC] refactor CFI emitting (#114227) This patch refactor PR https://github.com/llvm/llvm-project/pull/110810... 0c04d43
  • [docs] Add deprecation warning to OpDSL.md As discussed in the forums, we're slowly moving ops away from OpDSL into ... 2b9edab
  • [gn build] Port 4e7682b1c47d 85a2d2d
  • [libc++] Remove unnecessary std::vector accessors (#114423) Now that we don't use __compressed_pair anymore inside s... 5a48162
  • [GlobalOpt] Fix global SRA incorrect alignment on some elements (#115328) The logic had a flaw where the alignment f... 20d8f8c
  • [bazel] port 63b926af5ff43a90dac285bbe0750e41e622eb3f 20c653c
  • and 190 more ...

View on GitHub

gremlinflat created a comment on a pull request on ARF-DEV/caffeine_adct_bot
![image](https://github.com/user-attachments/assets/2b9e0dca-9396-49c3-8f67-86965257bd91)

View on GitHub

gremlinflat created a comment on an issue on google/EarlGrey
Is there any update for this? I've experienced the same thing

View on GitHub

gremlinflat starred BLAKE3-team/BLAKE3
gremlinflat starred richards199999/Thinking-Claude
gremlinflat starred tfkhdyt/geminicommit
gremlinflat starred dockur/macos
gremlinflat created a tag on gremlinflat/parallel-shell-actions

alpha0.3 - [WIP] run a multiple shell command in a single step github actions

gremlinflat pushed 1 commit to master gremlinflat/parallel-shell-actions

View on GitHub

gremlinflat pushed 1 commit to master gremlinflat/parallel-shell-actions
  • feat: inherit shell state between command with-in same action b0f8e71

View on GitHub

gremlinflat created a tag on gremlinflat/parallel-shell-actions

alpha0.2 - [WIP] run a multiple shell command in a single step github actions

gremlinflat deleted a tag gremlinflat/parallel-shell-actions

alpha0.2

gremlinflat pushed 1 commit to master gremlinflat/parallel-shell-actions

View on GitHub

gremlinflat created a tag on gremlinflat/parallel-shell-actions

alpha0.2 - [WIP] run a multiple shell command in a single step github actions

gremlinflat deleted a tag gremlinflat/parallel-shell-actions

alpha0.2

gremlinflat pushed 1 commit to master gremlinflat/parallel-shell-actions

View on GitHub

Load more