Skip to content

Releases: google/xls

v0.0.0-7652-g4d38f7a3f

16 May 07:49

Choose a tag to compare

Integrate LLVM at llvm/llvm-project@52ed6791f87a

Updates LLVM usage to match
[52ed6791f87a](https://github.com/llvm/llvm-project/commit/52ed6791f87a)

PiperOrigin-RevId: 759414853

v0.0.0-7642-g98490a947

15 May 07:48

Choose a tag to compare

Move state-channel conversion logic into `passes_ng` and turn it into…

v0.0.0-7629-g5b4fbd301

14 May 07:47

Choose a tag to compare

This change generalizes the analysis within the resource sharing pass…

v0.0.0-7618-gd6cbafee3

13 May 07:48

Choose a tag to compare

Add a design doc for a new approach to allowing multiple ops per channel

PiperOrigin-RevId: 757957057

v0.0.0-7603-g0686143f0

09 May 07:47

Choose a tag to compare

Integrate LLVM at llvm/llvm-project@2d287f51eff2

Updates LLVM usage to match
[2d287f51eff2](https://github.com/llvm/llvm-project/commit/2d287f51eff2)

PiperOrigin-RevId: 756508479

v0.0.0-7593-g727265954

08 May 07:48

Choose a tag to compare

Improve const-ness of module in run routines, and some of its methods.

PiperOrigin-RevId: 756032997

v0.0.0-7576-ge200ad5ab

07 May 07:49

Choose a tag to compare

Automated rollback of commit 97a4b6efdb652a9ae06092712a9a785558a49f40.

PiperOrigin-RevId: 755680460

v0.0.0-7566-gb94271454

06 May 07:49

Choose a tag to compare

Improve metrics reporting of the optimization pipeline.

This includes a number of fixes/changes:
* Gather metrics in un-aggregated form, one proto for each time a pass is run. The data is organized hierarchically mirroring the hiearchical structure of the pass pipeline.
* Add a utility which dumps a table from the proto metrics data. The utility produces two tables: one aggregated by pass name, and one hierarchically organized.
* Fix bug where the invariant checkers were not being run for some passes, specifically those within CapOptLevel or IfOptLevelAtLeast compound passes. As part of this fix clean up the pass_base code a bit. Make RunNested a method on PassBase which makes CompoundPassBase and PassBase a bit more interchangeable.
* Add numerous test for various bits of PassBase functionality which were previously untested.

PiperOrigin-RevId: 755096116

v0.0.0-7559-g54d29b76e

03 May 07:48

Choose a tag to compare

[XLS] Simplify apfloat using abs_diff

APFloat previously used a custom sign-magnitude difference function; this is now redundant with the new absolute difference library, so we switch to use that instead.

To enable this, we also add `abs_diff` to the list of built-in libraries, so it will be imported from the DSLX stdlib location.

PiperOrigin-RevId: 754159246

v0.0.0-7544-g2698b115a

02 May 07:47

Choose a tag to compare

Refactored block_conversion and added accessor functions for proc-scoped

channels to nodes.

PiperOrigin-RevId: 753768577