Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/workflows/hugo-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Hugo CI

on:
push:
branches: ["main", "master"]
pull_request:

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.148.2'
extended: true

- name: Build site
run: hugo --minify
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
.DS_Store
/public/
/resources/_gen/
.hugo_build.lock
57 changes: 12 additions & 45 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,50 +1,17 @@
# HelloLLVM 社区(OSDT社区的一部分
# HelloLLVM 社区网站(Hugo

[久违了:开源开发者Meetup计划于8月30日3PM举行](https://hellogcc.github.io/2026/2026-08-30-OSDT-Meetup.html)
该仓库已迁移为 Hugo 静态博客站点,采用科技风格主题,内容以 `content/posts/` 为主。

# 参会感受交流会:首届 AsiaLLVM,都聊了啥
## 本地预览

- [6月15日3PM,来聊聊首届AsiaLLVM开发者大会的见闻感受(线上腾讯会议)](https://mp.weixin.qq.com/s/4mR8IxlxFlB3VNzLGJGS1w)
```bash
hugo server
```

视频回放 [已经上传到了B站:BV1FpMtzDEeB](https://www.bilibili.com/video/BV1FpMtzDEeB/).

# HelloLLVM社区3月技术交流会通知

HelloLLVM社区是由多位编译器从业者共同发起的编译技术社区,面向个人开发者及爱好者,话题围绕LLVM编译框架、MLIR、编译技术理论、开源社区八卦吐槽等展开。自2018年创立以来,举办过多场线下交流活动。自2023年2月开始,邱吉博士担任HelloLLVM社区负责人,负责社区的日常活动组织。

HelloLLVM社区计划在3月22日举办2025年首场线上线下交流活动,线上采用腾讯会议,线下地点暂定为天津市。本次线下聚会将以《开展编译器性能分析和优化需要做哪些准备》为培训主题,重点讲解如何面向性能分析优化,从零构建和设置编译器,以及基础工具使用方法。通过这一过程教授编译器开发的技能,并进行相关演示。采用线上线下结合的研讨会和培训,让参与者在实践中掌握相关知识和技能。

本次活动由南盘江计划成员策划组织。感谢PLCT实验室、甲辰计划、HelloGCC社区提供资助与支持。活动详情请参阅[这里](https://mp.weixin.qq.com/s/F8S98x00HJdF7eKYqEckwg)。

# 第15届开源开发工具大会征稿通知

第15届开源开发工具大会(原 HelloGCC Workshop)计划于2024年1月月13-14日举办。本次大会将采用北京主会场+线上参会的方式进行。开源开发工具大会是由OSDT社区(原名HelloGCC社区)组织的一年一度的开发者交流大会,我们在这里分享自己在开源软件方面的开发工作,研究成果,经验学习。话题主要面向开源开发工具,包括 GCC、Binutils、GDB、GLibc、Clang/LLVM、QEMU、Gem5、Chisel/FIRRTL、MLIR、TVM、CIRCT等。

详情请点击 [这里](2023-12-10-OSDT-Conf-2023-cfp.md)

# 「十城相聚」第三站:4月22日,深圳

深圳是 HelloGCC、HelloLLVM 联合 CNRV 等社区举办的「十城相聚」活动的第3站。作为创新力量非常活跃的城市,希望我们能够寻找到装得下所有人的会场。

详情请点击 [这里](meetups/2023-04-22-Shenzhen.md)

# HelloLLVM社区推出南盘江计划,助力女性编译器工程师实现职业提升

详情请点击 [这里](nanpanjiang-project-announcement.md)

# 3月26日 HelloLLVM上海聚会 分享征集中

上海是 HelloLLVM 联合 CNRV 等社区举办的「十城相聚」活动的第二站。作为投票排名最高的城市,希望我们能够寻找到装得下所有人的会场。

详情请点击 [这里](meetups/2023-03-26-Shanghai.md)

# Welcome Ji Qiu, our new chair of HelloLLVM Community

Hi all,

从2023年2月1日开始,邱吉(qjivy) 将接替吴伟(lazyparser),成为 HelloLLVM 社区的负责人(chair)。吴伟将继续活跃在 HelloGCC、 HelloLLVM 社区中,继续会为大家服务。

让我们拿出珍藏的表情包,祝福 HelloLLVM 第二任 Chair 的诞生🎉

[2月25日武汉,HelloLLVM 线下聚会重启!技术分享征集中](meetups/2023-02-25.md)
## 目录说明

- `content/posts/`: 博客文章(由 README 历史内容按提交时间拆分)
- `content/meetups/`: Meetup 详情页
- `content/announcements/`: 社区公告
- `assets/css/main.css`: 站点样式
- `.github/workflows/hugo-ci.yml`: Hugo 构建 CI
90 changes: 90 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
:root {
--bg: #050b19;
--bg-soft: #0d1730;
--text: #d9e6ff;
--muted: #8ea4d3;
--primary: #5ab0ff;
--line: #1c2e5d;
}

* { box-sizing: border-box; }
body {
margin: 0;
font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
color: var(--text);
background: radial-gradient(circle at top, #132956 0%, var(--bg) 42%);
line-height: 1.7;
}

.wrap {
width: min(960px, 92%);
margin: 0 auto;
}

.header {
border-bottom: 1px solid var(--line);
background: rgba(5, 11, 25, 0.92);
position: sticky;
top: 0;
}

@supports (backdrop-filter: blur(8px)) {
.header {
backdrop-filter: blur(8px);
background: rgba(5, 11, 25, 0.72);
}
}

.brand {
display: inline-block;
margin-top: 1rem;
color: var(--text);
text-decoration: none;
font-weight: 700;
font-size: 1.25rem;
}

.tagline { margin: .35rem 0 .8rem; color: var(--muted); }

nav { display: flex; gap: 1rem; flex-wrap: wrap; padding-bottom: .9rem; }
nav a { color: var(--primary); text-decoration: none; }

.cards { display: grid; gap: 1rem; margin-top: 1.25rem; }
.card {
border: 1px solid var(--line);
border-radius: 14px;
padding: 1rem 1.1rem;
background: linear-gradient(135deg, rgba(17, 34, 69, 0.8), rgba(13, 23, 48, 0.8));
}

h1, h2, h3 { line-height: 1.3; }
h1 { margin-top: 1.5rem; }

a { color: var(--primary); }
.meta { color: var(--muted); font-size: .92rem; margin-top: -.35rem; }
.more { text-decoration: none; }
.intro p:first-child { margin-top: 0; }

.post {
border: 1px solid var(--line);
border-radius: 14px;
margin: 1.5rem 0;
padding: 1.2rem;
background: rgba(9, 18, 38, 0.8);
}

.footer { color: var(--muted); margin: 2rem auto 2.5rem; font-size: .9rem; }

code { background: #0f1d3d; padding: .12rem .3rem; border-radius: .3rem; }

.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
7 changes: 7 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "HelloLLVM 社区"
---

欢迎来到 HelloLLVM 社区博客。

这里集中发布 LLVM / 编译器相关技术活动、线下聚会与社区公告。
26 changes: 26 additions & 0 deletions content/announcements/nanpanjiang-project-announcement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: "HelloLLVM社区推出南盘江计划,助力女性编译器工程师实现职业提升"
date: 2023-04-19
slug: "nanpanjiang-project-announcement"
---

HelloLLVM社区成立于2018年5月,原HelloGCC社区中从事LLVM研究和开发工作的技术爱好者组成了新的线下社交群体。机缘巧合的是,在同年8月,在湾区的LLVM开发者大会上,LLVM基金会宣布了第一届「Women in Compilers and Tools Workshop」。在官宣博客[1]中,LLVM基金会 Tanya Lattner 介绍了举办 WiCT Workshop 的目标:

> This event aims to connect women in the field of compilers and tools and provide them with ideas and techniques to overcome barriers or enhance their careers. It also is open to anyone (not just women) who are interested in increasing diversity within the LLVM community, their workplace or university.

HelloLLVM及伙伴社区多年来一直致力于帮助广大女性工程师在内的新力量更快更扎实的融入编译技术领域,并非常认可LLVM基金会提出的相关理念。在2023年,由HelloLLVM社区主席邱吉博士发起,联合HelloGCC等技术社区,推出了「南盘江计划」,致力于帮助更多的女性工程师在编译等基础软件领域实现个人职业目标。具体而言,南盘江计划希望提供以下支持:

1. 组织小规模培训班,为学员提供世界顶尖的编译技术职业技能培训。
2. 通过开源项目贡献实训,把更多的女性工程师带入编译器和开发工具社区,成为贡献者和维护者。
3. 不定期的组织技术交流活动,让国内优秀的女性工程师可以与全球前沿领袖人物进行面对面或直接的语音沟通。

「南盘江计划」会举办一系列的编译技术研讨会和培训班,并计划在4月15日上午(拟)举办第一期学员培训班的启动见面会。届时会邀请业界资深的前辈进行技术和职业生涯的交流。

目前第一期预留了5个开放名额,欢迎您的报名申请。申请之后会有面试和引导会谈。每期培训计划6-12个月。具体的申请方式和要求如下:

1. 邮件形式报名,发送给 `"邱吉 <qiuji.odyssey@gmail.com> "`,并 CC `"吴伟 <lazyparser@gmail.com>"`。
2. 邮件标题请以 `[南盘江计划]` 为前缀,并在标题中说明自己的 `姓名-常住地-就读的大学院校(或公司)` 。
3. 请在邮件正文中进行自我介绍,包含:(a)自己感兴趣的技术方向;(b)自己已经完成的技术训练或知识储备;(c)对南盘江计划的预期,以及希望自己可以从此次活动中获得什么。
4. 一般的邮件回复确认时间是2个星期。无论是否获得通过都会收到邮件回复。

[1] https://blog.llvm.org/2018/08/2018-llvm-foundations-women-in.html
Loading
Loading