Skip to content

Releases: google/xls

v0.0.0-8948-g299880f85

01 Nov 07:47

Choose a tag to compare

Automated rollback of commit 947c5e302fe6ebcde82e4b19bfe174d16d4d49cc.

PiperOrigin-RevId: 826638408

v0.0.0-8931-gcc11f4dfa

31 Oct 07:51

Choose a tag to compare

Integrate LLVM at llvm/llvm-project@22079e3f3698

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

PiperOrigin-RevId: 826294004

v0.0.0-8906-g6a7f22dd4

29 Oct 07:52

Choose a tag to compare

Automated Code Change

PiperOrigin-RevId: 825318305

v0.0.0-8897-g517aa9d3a

28 Oct 07:49

Choose a tag to compare

Integrate LLVM at llvm/llvm-project@d0a7411cb840

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

PiperOrigin-RevId: 824767534

v0.0.0-8824-ga7ed79fb9

15 Oct 07:51

Choose a tag to compare

Adds flags to control emission of trace and cover IR operations.

This change introduces `--emit_trace` and `--emit_cover` flags to the DSLX to IR converter. These flags, which default to true, allow users to disable the generation of `trace` and `cover` operations in the output IR, respectively.

PiperOrigin-RevId: 819404423

v0.0.0-8818-g2e9921c23

14 Oct 07:49

Choose a tag to compare

Merge pull request #3061 from xlsynth:siruilu-20250912-dslx-replacer

PiperOrigin-RevId: 818815993

v0.0.0-8801-g60bcc4fd0

11 Oct 07:47

Choose a tag to compare

Ignore NameRefs inside ColonRefs when cleansing generic type arguments.

PiperOrigin-RevId: 817896868

v0.0.0-8793-g23d50957d

10 Oct 07:52

Choose a tag to compare

Remove capped `next_value_opt(3)` pass from optimization pipeline.

The `next_value_opt` pass is now run without a cap on its optimization level, as the default level is sufficient. The compound pass definition for `next_value_opt(3)` is also removed.

This has no affect on optimization decisions as nothing changes when opt level is higher than 3 (which is considered max level). It is mostly just a cleanup.

PiperOrigin-RevId: 817373790

v0.0.0-8788-geb308f0da

09 Oct 07:49

Choose a tag to compare

Changes to avoid extra memory reads with operator [] = form

PiperOrigin-RevId: 816927874

v0.0.0-8778-gfb15b8bf0

08 Oct 07:49

Choose a tag to compare

Merge pull request #2652 from antmicro:80072-code-location

PiperOrigin-RevId: 816381164