-
Notifications
You must be signed in to change notification settings - Fork 220
Pull requests: google/xls
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
[codegen 1.5] Port combinational end-to-end tests
#3688
opened Jan 15, 2026 by
copybara-service
bot
•
Draft
Enable sharing of state elements between continuation values and static variables with superficially different layouts. For example, bits[64] and (bits[64]). This sharing is done by LeafTypeTree index. This allows sharing of state elements between base and derived classes, for example.
#3686
opened Jan 15, 2026 by
copybara-service
bot
•
Draft
[Proc-scoped channels] Force Codegen 1.5 to be used when proc-scoped channels are generated.
#3679
opened Jan 13, 2026 by
copybara-service
bot
•
Draft
Remove compound_adder(), not used anymore.
#3678
opened Jan 13, 2026 by
copybara-service
bot
•
Draft
Support implicitly-typed parameters when parsing lambdas.
#3677
opened Jan 12, 2026 by
copybara-service
bot
•
Draft
[opt] Add strength reduction for
sgtz(x) -> and(not(msb(x)), nez(x)) and sgt(x, 2^k-1)
Reviewing Internally
#3672
opened Jan 11, 2026 by
cdleary
Loading…
[opt:ra] Range analysis for DynamicBitSlice
Reviewing Internally
#3671
opened Jan 10, 2026 by
cdleary
Loading…
[opt:ra] Add range analysis support for Encode op.
Reviewing Internally
#3670
opened Jan 10, 2026 by
cdleary
Loading…
Bump the pip group across 1 directory with 2 updates
dependencies
Pull requests that update a dependency file
python
Pull requests that update python code
#3668
opened Jan 9, 2026 by
dependabot
bot
Loading…
[Proc-scoped channels] In ir converter main, if the
lower_to_proc_scoped_channels flag is specified at all, use it. Otherwise, use false (instead of the default in ConvertOptions). This will allow targets to force the flag to "false" even if the default is true.
#3663
opened Jan 7, 2026 by
copybara-service
bot
•
Draft
[xls][mlir] Make min_pipeline_stages attribute optional.
#3658
opened Jan 7, 2026 by
copybara-service
bot
•
Draft
[Explicit State Access] Allow multiple arguments to be passed into proc Next if feature enabled
#3653
opened Jan 6, 2026 by
copybara-service
bot
•
Draft
Update proc next syntax with explicit_state_access on to expect an empty-tuple return.
#3644
opened Jan 5, 2026 by
copybara-service
bot
•
Draft
ZSTD decoder: cleanups, new sequence executor and fixes for subcomponents
#3636
opened Dec 31, 2025 by
magancarz
Loading…
Bump rules_pkg from 1.0.1 to 1.2.0
bazel
Pull requests that update bazel code
dependencies
Pull requests that update a dependency file
#3617
opened Dec 27, 2025 by
dependabot
bot
Loading…
Bump or-tools from 9.12 to 9.14
bazel
Pull requests that update bazel code
dependencies
Pull requests that update a dependency file
#3616
opened Dec 27, 2025 by
dependabot
bot
Loading…
Bump riegeli from 0.0.0-20250706-c4d1f27 to 0.0.0-20250822-9f2744d
bazel
Pull requests that update bazel code
dependencies
Pull requests that update a dependency file
#3615
opened Dec 27, 2025 by
dependabot
bot
Loading…
Bump bant from 0.2.2 to 0.2.4
bazel
Pull requests that update bazel code
dependencies
Pull requests that update a dependency file
#3614
opened Dec 27, 2025 by
dependabot
bot
Loading…
Bump rules_flex from 0.3 to 0.4
bazel
Pull requests that update bazel code
dependencies
Pull requests that update a dependency file
#3613
opened Dec 27, 2025 by
dependabot
bot
Loading…
[scheduling] Clean up after adding slack variables for SDC scheduling errors
#3600
opened Dec 23, 2025 by
copybara-service
bot
•
Draft
[scheduling] Improve error messages for pipeline scheduling failures.
#3599
opened Dec 22, 2025 by
copybara-service
bot
•
Draft
Reset the scheduler so that slack variables used to explain infeasibility do not corrupt future attempts to schedule. Also, always check if the user wants to try finding the minimum feasible clock period that would satisfy the scheduler while still propagating the scheduler's error
#3598
opened Dec 22, 2025 by
copybara-service
bot
•
Draft
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.