Skip to content

Releases: google/xls

v0.0.0-5073-g3e9f8e34e

09 May 07:55
Compare
Choose a tag to compare
Refine unconstrained calculation for small array indexes

If an array index is not large enough to address all possible array elements it is by definition constrained. Make RangeQueryEngine aware of this fact in ArrayUpdate.

PiperOrigin-RevId: 631953691

v0.0.0-5065-g6ef5c2a14

08 May 07:53
Compare
Choose a tag to compare
Documentation tests: include all markdowns that have dslx blocks

Some of them commented out for now in the actual test, as they have
issues that need to be addressed in a separate change.

PiperOrigin-RevId: 631608573

v0.0.0-5060-gd94a1b0f7

07 May 07:54
Compare
Choose a tag to compare
Avoid using match in python code

PiperOrigin-RevId: 631280405

v0.0.0-5050-g72961d5a8

04 May 07:53
Compare
Choose a tag to compare
Standardize cc_xls_ir_jit_wrapper class_names

We would silently transform these into camel-case anyway. Make the class-name be camel case so we can stop doing this behavior and just take the class-name unchanged. This does not affect the generated code in any way.

PiperOrigin-RevId: 630475745

v0.0.0-5044-ge4132f551

03 May 07:51
Compare
Choose a tag to compare
Don't include unused protocol buffer headers.

Also: tell clang-tidy that poll.h is needed in subprocess.cc
PiperOrigin-RevId: 630206678

v0.0.0-5041-gf4e0f594b

02 May 07:51
Compare
Choose a tag to compare
IWYU: Fix missing includes

Addressing the top missing includes:
  * xls/ir/value.h
  * xls/ir/bits.h
  * xls/ir/node.h
  * xls/ir/source_location.h
  * absl/types/span.h

Should fix at least around 1600 misc-include-cleaner warnings.

PiperOrigin-RevId: 629910777

v0.0.0-5036-g52752f50b

01 May 07:53
Compare
Choose a tag to compare
Add an example for the intent of the scrub_crasher.cc

PiperOrigin-RevId: 629559227

v0.0.0-5025-g51222db0e

30 Apr 07:52
Compare
Choose a tag to compare
Remove unnecessary dependencies in //xls/common:init_xls

PiperOrigin-RevId: 629189443

v0.0.0-5018-ga3b4f4c6b

27 Apr 07:52
Compare
Choose a tag to compare
Avoid 'else' after return (clang-tidy readability-else-after-return)

(fixes 27 of our clang-tidy warnings).
While at it, fix a couple of includes.

PiperOrigin-RevId: 628510900

v0.0.0-5007-g16831e939

26 Apr 07:57
Compare
Choose a tag to compare
Fix typo in comment.

PiperOrigin-RevId: 628245992