Skip to content

Releases: google/xls

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…

v0.0.0-6299-g6b7c0dcae

02 Nov 07:52
Compare
Choose a tag to compare
Print the mismatching sha256sum values when frozen build rules fail.

Previously the targets check_sha256sum_frozen and check_sha256sum_test would just emit that a sum mismatched. Now both hashes are printed. For example:

  Error: sha256sum checksum mismatch for file 'foo':
    expected: a8000f5f5431b05592d876f568c1c34dc73633a3de3d11eba30d87d03f4441e5
    actual:   cb04ccd886a4191d5ed6ddb3ac213b9d4eb9144b6d52880544d72ae6f055e432

PiperOrigin-RevId: 692327335

v0.0.0-6285-g45204c9c3

01 Nov 07:52
Compare
Choose a tag to compare
Fixes for importing struct constants and related TypeAliases.

https://github.com/google/xls/issues/1277

PiperOrigin-RevId: 691892390