Skip to content

Releases: google/xls

v0.0.0-9128-g64d7b5713

02 Dec 07:52

Choose a tag to compare

Add stub synth_only headers for cstring, stdlib.h, and tuple.

These headers allow xlscc to parse C++ code that includes <cstring>, <stdlib.h>, and <tuple>, without providing any synthesizable functionality.

PiperOrigin-RevId: 838993421

v0.0.0-9115-gf7f56a659

27 Nov 07:50

Choose a tag to compare

[codegen 1.5] Implement BlockFinalizationPass, converting ScheduledBl…

v0.0.0-9106-g4ed57a3c3

26 Nov 07:49

Choose a tag to compare

Fix OSS build

PiperOrigin-RevId: 836806997

v0.0.0-9099-g80dbeeefe

25 Nov 07:51

Choose a tag to compare

Integrate LLVM at llvm/llvm-project@dea330b38d9c

Updates LLVM usage to match
[dea330b38d9c](https://github.com/llvm/llvm-project/commit/dea330b38d9c)

PiperOrigin-RevId: 836460028

v0.0.0-9095-g999bfa48c

24 Nov 07:49

Choose a tag to compare

Integrate LLVM at llvm/llvm-project@f2cb5d7a05ba

Updates LLVM usage to match
[f2cb5d7a05ba](https://github.com/llvm/llvm-project/commit/f2cb5d7a05ba)

PiperOrigin-RevId: 835980399

v0.0.0-9093-g66f29e67b

22 Nov 07:50

Choose a tag to compare

Allow the available area and delay models to be controlled by toolcha…

v0.0.0-9082-g9dfd5cb27

21 Nov 07:51

Choose a tag to compare

Minimize flakiness and address actual MSAN mismatches in function_jit…

v0.0.0-9079-gfdc862dd2

20 Nov 07:48

Choose a tag to compare

Make extract_stage respect names and literals.

Previously, unnamed nodes would get different ids and as a result different names. Also, we were cloning literals as params which results in extra delay in cases where the delay model is specialized for literals.

PiperOrigin-RevId: 834477596

v0.0.0-9069-ga8220a309

19 Nov 07:50

Choose a tag to compare

[Proc-scoped channels] Make sure channel scope has the right typeinfo…

v0.0.0-9062-g87b1713a7

18 Nov 07:50

Choose a tag to compare

Rework subroutine calls, direct-in analysis

PiperOrigin-RevId: 833538317