Releases: google/xls
Releases · google/xls
v0.0.0-7084-gff8375746
Update .clang-tidy to remove non-relevant checks. Some might be better handled with clang's internal lifetime annotations, others might create suggestions that might be buggy. PiperOrigin-RevId: 731035137
v0.0.0-7070-gdcb54daca
[cleanup] Depend directly on graph.h, not the deprecated ebert_graph.h PiperOrigin-RevId: 730643865
v0.0.0-7068-gde200aa6c
Remove python3-distutils, update libtinfo5->6. Ubuntu packages are being rearranged. Fixes google/xls#1912. PiperOrigin-RevId: 730615490
v0.0.0-6732-gaaaa2432d
Merge pull request #1854 from schilkp:schilkp/mlir_next_value_typing PiperOrigin-RevId: 716087352
v0.0.0-6722-g5f848202f
Integrate LLVM at llvm/llvm-project@19032bfe87fa Updates LLVM usage to match [19032bfe87fa](https://github.com/llvm/llvm-project/commit/19032bfe87fa) PiperOrigin-RevId: 715618533
v0.0.0-6713-gea5127cb1
Descriptive error for returns from sub-block functions, which are not yet implemented. PiperOrigin-RevId: 715065102
v0.0.0-6705-gb93d93cfe
[xls][mlir] Enable populating codegen metrics. Plumb through callback to enable populating using the returned package and BlockMetricsProto. PiperOrigin-RevId: 714680081
v0.0.0-6704-ga00d2c2c2
Fix the type info for elements of arrays and tuples in type_system_v2. In a case like `const X: u32[3] = [1, 2, 3]`, we were previously allowing the literals in the array to just assume the unified RHS element type of u2, only factoring the LHS into the overall type of [1, 2, 3]. PiperOrigin-RevId: 714263472
v0.0.0-6695-g376406cad
Support comparison operators in type_system_v2. This change also fixes the handling of expressions used as explicit parametric invocation arguments. PiperOrigin-RevId: 713898572
v0.0.0-6686-g3d42bf580
Fix reset behavior when codegening side-effecting ops. Previously, reset was not part of the rewritten condition, so a function with otherwise-illegal inputs during reset could fire an assertion. This change makes reset part of the condition for assertions, traces, and covers. Also, while we're in here I rewrote the tests to use builders instead of IR. PiperOrigin-RevId: 713452683