Skip to content

Releases: google/xls

v0.0.0-5789-g398cc5ef4

05 Sep 07:48
Compare
Choose a tag to compare
Automated Code Change

PiperOrigin-RevId: 671235031

v0.0.0-5773-gf02c9999c

04 Sep 07:47
Compare
Choose a tag to compare
[XLS] Store Node operands in an absl::InlinedVector

This is a small optimization that can save heap allocations for many types of nodes.

PiperOrigin-RevId: 670758743

v0.0.0-5770-g81b9f5599

31 Aug 07:46
Compare
Choose a tag to compare
Merge pull request #1577 from google:cdleary/2024-08-24-dslx-ls-goto-…

v0.0.0-5760-g247572f13

30 Aug 07:49
Compare
Choose a tag to compare
Fix build

xls/dslx/fmt/ast_fmt_test.cc:538:32: error: use of undeclared identifier 'IsOkAndHolds'; did you mean 'status_testing::IsOkAndHolds'?

PiperOrigin-RevId: 669174492

v0.0.0-5750-gd141ef97b

29 Aug 07:48
Compare
Choose a tag to compare
Automated Code Change

PiperOrigin-RevId: 668759387

v0.0.0-5746-gaa1654901

28 Aug 07:47
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
Merge pull request #1550 from antmicro:64294-fix-frame-header-tests

PiperOrigin-RevId: 666198879