Skip to content

Releases: github-sajan/p4c

v1.2.4.0

04 Jul 09:42
a12f066

Choose a tag to compare

[P4Testgen] More fixes to the refers_to and p4_asserts parser (#4051)

* Fix up the refers_to parser implementation.

* Some more cleanup.

* Safe string conversion.

* Fix an issue with the path selection strategies (next execution state was not updated.)

v1.2.3.7

06 Mar 17:02
74abbb7

Choose a tag to compare

ebpf/PSA: Add support for wide fields in parser value_set (#3912)

v1.2.3.5

03 Jan 09:06
2e0986a

Choose a tag to compare

Fix for STF tests with BMv2 when Scapy 2.5.0 is installed (#3816)

v1.2.3.4

07 Dec 05:27
0c40092

Choose a tag to compare

Check that value sets have a constant constructor argument (#3754)

* Check that value sets have a constant constructor argument

Signed-off-by: Mihai Budiu <mbudiu@vmware.com>

v1.2.3.3

01 Dec 03:38
4ed61b4

Choose a tag to compare

List contributors to P4Tools backend (#3742)

* List contributors to P4Tools backend

v1.2.3.1

14 Sep 15:31
bfb7ef3

Choose a tag to compare

Fix hdr align (#3521)

* Fix non contiguous hdr field alignment
Properly discard bits when casting to lower sizes
Fix typeMap for constants

v1.2.2.3

04 Jul 04:14
75c8e6d

Choose a tag to compare

loop unrolling: Use type of original expression (#3420)

Signed-off-by: Mihai Budiu <mbudiu@vmware.com>

v1.2.2.2

29 Apr 07:48
aa537fb

Choose a tag to compare

Allow specialized types for direct control/parser invocations (#3260)

* Use proper ::error call
* Allow specialized types for direct control/parser invocations
Signed-off-by: Mihai Budiu <mbudiu@vmware.com>