Skip to content

Releases: google/xls

v0.0.0-5746-gaa1654901

28 Aug 07:47

Choose a tag to compare

Document new location of dev_utils/ and make clang-tidy work again.

The paths in the clang-tidy scripts needed to be adapted.

PiperOrigin-RevId: 668197340

v0.0.0-5720-gd05feba88

27 Aug 07:47

Choose a tag to compare

Move some developer-specific tools from xls/tools to xls/dev_tools.

Also move "dump_llvm_artifacts_main" to dev_tools. Some tools still need to be moved over, but this is good for the first batch.

PiperOrigin-RevId: 667783815

v0.0.0-5709-gd374f5f6c

24 Aug 07:48

Choose a tag to compare

Make the xls_ir_equivalence_test rule actually function as a test.

Previously the test would always be considered passing because the checker exited 0 in all circumstances. Make the checker exit non-zero (255) if the expected outcome is not seen.

PiperOrigin-RevId: 666993715

v0.0.0-5692-ge604affd4

23 Aug 07:49

Choose a tag to compare

Add a dslx proc example for a simple memory interface.

Also helps to identify issue with
https://github.com/google/xls/pull/1545

#xls-build-gardener

PiperOrigin-RevId: 666531259

v0.0.0-5685-gf08365208

22 Aug 07:47

Choose a tag to compare

Merge pull request #1550 from antmicro:64294-fix-frame-header-tests

PiperOrigin-RevId: 666198879

v0.0.0-5673-g5e3e6f143

21 Aug 07:46

Choose a tag to compare

block_evaluator_test_base uses absl::StatusCode. Add include.

#xls-build-gardener

PiperOrigin-RevId: 665562059

v0.0.0-5663-g5013b53fd

20 Aug 07:47

Choose a tag to compare

Merge pull request #1548 from xlsynth:cdleary/2024-08-18-enum-alias

PiperOrigin-RevId: 665048673

v0.0.0-5648-g6ca2c4c0d

17 Aug 07:46

Choose a tag to compare

Add the ability to replace nodes while cloning an AST.

This will be useful for implementing unroll_for! and replacing the loop variable refs in the body.

Retrofit the preservation of type definitions to use this mechanism.

PiperOrigin-RevId: 663935817

v0.0.0-5637-g144fb967e

16 Aug 07:47

Choose a tag to compare

modules/zstd: fix oss export

PiperOrigin-RevId: 663559924

v0.0.0-5616-gcb979890b

14 Aug 07:45

Choose a tag to compare

In the fuzzer/ast generator, add simple tuple destructuring in `let` …