Skip to content

Releases: google/xls

v0.0.0-6409-g56ed926d6

21 Nov 07:53

Choose a tag to compare

Reorder dataflow to be earlier in fixed-point pipeline

Dataflow is capable of making large simplifications so its good to have it earlier if we can.

PiperOrigin-RevId: 698542726

v0.0.0-6399-gcd901120a

20 Nov 07:54

Choose a tag to compare

Rename sample_cc_test.cc to sample_test.cc

This is testing sample.{h,cc}, so the test should be named
accordingly (probably a leftover to disambiguate from an earlier
Python test ?)

PiperOrigin-RevId: 698163964

v0.0.0-6396-gcf0639af3

19 Nov 07:53

Choose a tag to compare

github_workflows: clarify docs workflow name

PiperOrigin-RevId: 697829788

v0.0.0-6381-g64e6d11f2

16 Nov 07:54

Choose a tag to compare

In the LSP adapter, properly reference the text to be formatted.

PiperOrigin-RevId: 696971926

v0.0.0-6375-g7102b8489

15 Nov 07:54

Choose a tag to compare

github_workflows/doc: publish doc continuously

- enable on push
- enable on pull_request (this will skip deploy per: https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#creating-a-custom-github-actions-workflow-to-publish-your-site)

follow-up to #1463

PiperOrigin-RevId: 696733559

v0.0.0-6360-g52e22c6a8

14 Nov 07:53

Choose a tag to compare

Add fuzzer-crasher finding an issue in strength reduce.

Issues: https://github.com/google/xls/issues/1711
PiperOrigin-RevId: 696318413

v0.0.0-6355-g53db8ecc5

13 Nov 07:51

Choose a tag to compare

Update LLVM version

PiperOrigin-RevId: 695887700

v0.0.0-6346-ga94bed33d

12 Nov 07:52

Choose a tag to compare

Fix logic for flag count.

Previously, a span of exactly one value (as all the individuals
were AND-ed together) was passed to c_count(); Replace that with the
logic that was actually meant.

PiperOrigin-RevId: 695533639

v0.0.0-6340-g210b8ab77

09 Nov 07:52

Choose a tag to compare

Merge pull request #1699 from xlsynth:cdleary/2024-11-06-unhandled-fo…

v0.0.0-6324-ga5ec3a124

08 Nov 07:54

Choose a tag to compare

In the parser, properly capture the start position of (possibly publi…