Skip to content

Commit

Permalink
N283 LLVM
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyparser committed Dec 8, 2024
1 parent 56e1110 commit 2b5534f
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions weekly-2024/2024-12-04.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,24 @@

### LLVM/Clang/LLDB/LLD

本节内容来自 [LLVM Weekly 第 568](http://llvmweekly.org/issue/568)
本节内容来自 [LLVM Weekly 第 570](http://llvmweekly.org/issue/570)
[Alex Bradbury](https://www.linkedin.com/in/alex-bradbury/) 大哥持续稳定输出。

* 看看? Antmicro blogged about [optimising LLVM for machine-generated C++ code](https://antmicro.com/blog/2024/11/optimizing-llvm-improved-model-performance/) as produced by Verilator.

* Renato Golin provided an [update on the MLIR project charter and restructuring survey](https://discourse.llvm.org/t/survey-mlir-project-charter-and-restructuring-survey/82996/2) noting that the survey is now closed as it has been flagged as violating Google's terms of service, with no functional route to ask for manual review. Some respondents are concerned that people may have been hoping to respond after the thanksgiving break and now won't be able to.

* MIPS RISC-V 芯片,一时间还是有点不适应: Djordje Todorovic posted an RFC on [adding support for the MIPS P8700 RISC-V CPU](https://discourse.llvm.org/t/rfc-risc-v-add-support-for-mips-p8700-cpu/83365) and its extensions.

* RISC-V 一小步: The SLEEF vector library is now supported for the RISC-V target.
[93caee1](https://github.com/llvm/llvm-project/commit/93caee17add0).

* RISC-V 又一小步: Tail call optimisation in the machine outliner is now support for RISC-V.
[2906232](https://github.com/llvm/llvm-project/commit/29062329f3cf).

* 基础设施和流程: The process for the requesting admin access to the CI/CD infrastructure on GitHub was documented.
[5bdcaf1](https://github.com/llvm/llvm-project/commit/5bdcaf1a0804).

### QEMU (RISC-V)

- [PATCH v4 0/7] target/riscv: Add support for Control Transfer Records Ex
Expand Down Expand Up @@ -110,4 +125,4 @@

当阅读到李飞飞教授描写的家庭讨论的时候我会心中涌出一些窘迫,就好像是交谈的双方,对方有完全坦诚的方式诉说自己的故事,而我自己却无法想象以同样的坦诚去打开自己。

推荐所有的伙伴都阅读这本书。
推荐所有的伙伴都阅读这本书。

0 comments on commit 2b5534f

Please sign in to comment.