Skip to content

Releases: google/xls

v0.0.0-6381-g64e6d11f2

16 Nov 07:54
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
Update LLVM version

PiperOrigin-RevId: 695887700

v0.0.0-6346-ga94bed33d

12 Nov 07:52
Compare
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
Compare
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
Compare
Choose a tag to compare
In the parser, properly capture the start position of (possibly publi…

v0.0.0-6321-g4bf212f65

07 Nov 07:54
Compare
Choose a tag to compare
Fix cloning a function within a parametric `proc` so it properly clon…

v0.0.0-6310-gfce558d15

06 Nov 07:54
Compare
Choose a tag to compare
Re-add included needed include.

Follow-up to recent change in this file.

PiperOrigin-RevId: 693519811

v0.0.0-6301-g0484d6616

05 Nov 07:52
Compare
Choose a tag to compare
[XLS] When using a target clock for guidance, apply the user's relaxa…