Releases: google/xls
Releases · google/xls
v0.0.0-7101-g0458fb3da
Merge pull request #1948 from xlsynth:cdleary/2025-02-22-fix-helpers-…
v0.0.0-7091-g619d41105
Reorganize clone_nodes_into_block_handler into its own cc_library. PiperOrigin-RevId: 731100573
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