Skip to content

Releases: google/xls

v0.0.0-9513-ge080474ed

11 Feb 08:12

Choose a tag to compare

Automated Code Change

PiperOrigin-RevId: 868470196

v0.0.0-9483-g8ee59efbc

07 Feb 08:01

Choose a tag to compare

Migrate xls::down_cast to use absl::down_cast.

The xls::down_cast functions are now implemented as direct calls to absl::down_cast and are marked with ABSL_DEPRECATE_AND_INLINE.

Note that we also bump our abseil dep to grab a newer version with absl::down_cast.

PiperOrigin-RevId: 866676858

v0.0.0-9477-g7c5dcfe2a

06 Feb 08:06

Choose a tag to compare

Update more tests in proc lowering block eval PSC test to work.

PiperOrigin-RevId: 866099089

v0.0.0-9472-g312e92876

05 Feb 08:10

Choose a tag to compare

Integrate LLVM at llvm/llvm-project@b4b8d4e5d062

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

PiperOrigin-RevId: 865658424

v0.0.0-9460-g32d82502f

04 Feb 08:04

Choose a tag to compare

Ensure aot-compiler works with targets where proc/function and block …

v0.0.0-9453-gb7d7a3df2

03 Feb 08:08

Choose a tag to compare

Fix Codegen() in v1.5 to return the pipeline metrics and residual data.

This gets codegen_main_test to pass against 1.5 aside from the necessary golden file changes.

PiperOrigin-RevId: 864582524

v0.0.0-9445-g785fe235a

31 Jan 07:57

Choose a tag to compare

Don't lower an unscheduled proc to a block in codegen 1.5 when pipeli…

v0.0.0-9436-g76fb633db

30 Jan 08:05

Choose a tag to compare

Fix parser bug with builtin function using builtin struct.

The issue was that we add the binding of the struct name twice, binding it first to the NameDef and then refining it to point to the StructDef. The special handling in bindings.h for the builtins module was not precise enough and would cause it to ignore the redefinition, leaving the name unexpectedly bound to the NameDef instead of the StructDef.

PiperOrigin-RevId: 863021072

v0.0.0-9421-g95e66604f

28 Jan 07:55

Choose a tag to compare

Get eval_proc_main tests to work when codegen 1.5 is turned on by def…

v0.0.0-9413-g9294da493

27 Jan 07:56

Choose a tag to compare

Enable sharing of state elements between continuation values and stat…