Skip to content

Releases: google/xls

v0.0.0-9056-g5b037bae9

15 Nov 07:50

Choose a tag to compare

Integrate LLVM at llvm/llvm-project@741ba8209c1f

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

PiperOrigin-RevId: 832480441

v0.0.0-9043-g79ee5525f

14 Nov 07:49

Choose a tag to compare

Export the set of operations which can be analyzed as logical effort.

PiperOrigin-RevId: 832032270

v0.0.0-9036-gb20719d12

13 Nov 07:49

Choose a tag to compare

Add checks that LazyNodeData is correctly attached.

A test previously directly added a LazyNodeData to a functions listener list. This is not supported and registration should be handled by the objects 'Attach' function.

This adds asserts that everything is setup correctly and fixes the places were we failed to do so.

PiperOrigin-RevId: 831608679

v0.0.0-9025-ga0858ae97

12 Nov 07:47

Choose a tag to compare

Automated Code Change

PiperOrigin-RevId: 831210294

v0.0.0-9016-g82e07ddad

11 Nov 07:50

Choose a tag to compare

Include leading-sign-bits count in cytoscape ir viz

PiperOrigin-RevId: 830665837

v0.0.0-9007-g00f09c578

08 Nov 07:49

Choose a tag to compare

Integrate LLVM at llvm/llvm-project@2bc22ea02edd

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

PiperOrigin-RevId: 829691657

v0.0.0-8987-ga068bf88f

07 Nov 07:49

Choose a tag to compare

Fix spawning proc, send, and recv in Proc-scoped channel Unroll_for

PiperOrigin-RevId: 829166752

v0.0.0-8973-g3f3eec614

06 Nov 07:49

Choose a tag to compare

Automated Code Change

PiperOrigin-RevId: 828732119

v0.0.0-8961-gf509bf088

05 Nov 07:48

Choose a tag to compare

Fix clang-tidy warning for https://clang.llvm.org/extra/clang-tidy/ch…

v0.0.0-8955-g2a0139ecc

04 Nov 07:49

Choose a tag to compare

Use rules_python Bazel rules for py_* targets.

These were using the builtin versions which are deprecated and being fully removed at some point (https://github.com/bazelbuild/bazel/issues/17773).

This also allows us to revert the workaround for incompatibility between the native and Starlark rules in https://github.com/google/xls/commit/b6c791dbfd7a8212819a119eaf6f70dc65093b83.

PiperOrigin-RevId: 827742532