Releases: google/xls
Releases · google/xls
v0.0.0-9421-g95e66604f
Get eval_proc_main tests to work when codegen 1.5 is turned on by def…
v0.0.0-9413-g9294da493
Enable sharing of state elements between continuation values and stat…
v0.0.0-9402-g01837c4b6
Allow aot_compiler_main to avoid compiling anything if only the proto…
v0.0.0-9392-g794ba73ac
Update googleapis and rules_cc versions based on resolved bzlmod depe…
v0.0.0-9382-g1719d8638
Remove use of `requirement` helper for Bazel PyPI integration. This helper function is discouraged by rules_python due to intrinsic problems (https://rules-python.readthedocs.io/en/latest/pypi/use.html). Related fixes: * Avoid adding transitive deps of flask and jinja2 to pip_requirements and the downstream targets that depend on these libraries. These are unnecessary as pip handles this. * Restore missing matplotlib dep on Python script since the Python requirement was added in 40ff9ce6f759d95e05b89b3194eb74bb8a914b26. PiperOrigin-RevId: 859397806
v0.0.0-9376-g71eabe9b3
Merge pull request #3702 from xlsynth:meheff/2026-01-18-conditional PiperOrigin-RevId: 858774844
v0.0.0-9364-gdaf2482a9
[xls][mlir] Make min_pipeline_stages attribute optional. PiperOrigin-RevId: 858117649
v0.0.0-9363-g9552f353e
Enable more tests in proc_lowering_block_eval_test. These have apparently been fixed by other changes at head. PiperOrigin-RevId: 857288119
v0.0.0-9357-g732cb9f38
Integrate LLVM at llvm/llvm-project@95da1354d03b Updates LLVM usage to match [95da1354d03b](https://github.com/llvm/llvm-project/commit/95da1354d03b) PiperOrigin-RevId: 856823958
v0.0.0-9349-g74a4a3b9d
Merge pull request #3640 from xlsynth:cdleary/2026-01-01-gate-on-comm…