Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weekly update 2021-04-13 #28

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
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
49 changes: 49 additions & 0 deletions _posts/2021-04-13-weekly-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
layout: post
title: Weekly update up to 2021-04-13
---


Any editor's notes goes here.


## Heading to group changes under

Short paragraph about what the change is supposed to achieve

- optional bulleted list of things done in this area for this period, if needed


## Commits


### Repo: lumen/lumen


- [521fda4](https://github.com/lumen/lumen/commit/521fda4) by Paul Schoenfelder, 2021-03-26 19:45:02 -0400: fix: cmake invocation for lumen-tblgen task


### Repo: lumen/llvm-project


- [9705d64ed](https://github.com/lumen/llvm-project/commit/9705d64ed) by Paul Schoenfelder, 2021-03-09 16:57:59 -0500: [lumen] ensure proper lowering of gc strategy attribute

- [3b448416a](https://github.com/lumen/llvm-project/commit/3b448416a) by Paul Schoenfelder, 2020-08-26 17:16:37 -0400: [lumen] Port PlaceSafepoints pass to new pass manager

- [f202b7cf9](https://github.com/lumen/llvm-project/commit/f202b7cf9) by Paul Schoenfelder, 2021-03-09 16:47:56 -0500: [lumen] fix validation of llvm.resume when given block arguments

- [d8a95d49e](https://github.com/lumen/llvm-project/commit/d8a95d49e) by Paul Schoenfelder, 2021-03-09 16:43:44 -0500: [lumen] fix lowering of llvm.invoke to LLVM IR

- [527d016e8](https://github.com/lumen/llvm-project/commit/527d016e8) by Paul Schoenfelder, 2021-03-09 15:43:13 -0500: [lumen] support tail calls and function attributes on calls

- [49f425928](https://github.com/lumen/llvm-project/commit/49f425928) by Paul Schoenfelder, 2020-03-07 15:08:34 -0500: [lumen] add support for thread-local globals

- [4aa0cbdf9](https://github.com/lumen/llvm-project/commit/4aa0cbdf9) by Paul Schoenfelder, 2019-12-18 12:06:03 -0500: [lumen] expose functions in MCSubtargetInfo for accessing features/cpus

- [8b705a80c](https://github.com/lumen/llvm-project/commit/8b705a80c) by Paul Schoenfelder, 2019-11-25 01:17:20 -0500: [lumen] add build scripts for distribution


### Repo: lumen/wasmtime