Skip to content

Tags: google/xls

Tags

v0.0.0-9549-g202e8d5ce

Toggle v0.0.0-9549-g202e8d5ce's commit message
Shard output of cpp transpiler.

Large designs can lead to huge, slow-to-build c++ sources. This change produces one file per type.

PiperOrigin-RevId: 870023245

v0.0.0-9539-gffbb51dea

Toggle v0.0.0-9539-gffbb51dea's commit message
Automated Code Change

PiperOrigin-RevId: 869528602

v0.0.0-9526-g7072ed2b6

Toggle v0.0.0-9526-g7072ed2b6's commit message
Merge pull request #3774 from google:dependabot/bazel/bazel_features-…

…1.41.0

PiperOrigin-RevId: 868892548

v0.0.0-9513-ge080474ed

Toggle v0.0.0-9513-ge080474ed's commit message
Automated Code Change

PiperOrigin-RevId: 868470196

v0.0.0-9483-g8ee59efbc

Toggle v0.0.0-9483-g8ee59efbc's commit message
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

Toggle v0.0.0-9477-g7c5dcfe2a's commit message
Update more tests in proc lowering block eval PSC test to work.

PiperOrigin-RevId: 866099089

v0.0.0-9472-g312e92876

Toggle v0.0.0-9472-g312e92876's commit message
Integrate LLVM at llvm/llvm-project@b4b8d4e5d062

Updates LLVM usage to match
[b4b8d4e5d062](llvm/llvm-project@b4b8d4e5d062)

PiperOrigin-RevId: 865658424

v0.0.0-9460-g32d82502f

Toggle v0.0.0-9460-g32d82502f's commit message
Ensure aot-compiler works with targets where proc/function and block …

…have the same name

PiperOrigin-RevId: 865119705

v0.0.0-9453-gb7d7a3df2

Toggle v0.0.0-9453-gb7d7a3df2's commit message
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

Toggle v0.0.0-9445-g785fe235a's commit message
Don't lower an unscheduled proc to a block in codegen 1.5 when pipeli…

…ning is requested.

Doing so was causing xls/contrib/mlir/testdata:integration/procify.mlir.test to fail with codegen 1.5 enabled by default.

This change makes the behavior match 1.0 in this case.

PiperOrigin-RevId: 863492531