p4lang-p4c-nightly:zma/logging

Last commit made on 2018-12-21
Get this branch:
git clone -b zma/logging https://git.launchpad.net/p4lang-p4c-nightly

Branch merges

Branch information

Name:
zma/logging
Repository:
lp:p4lang-p4c-nightly

Recent commits

1301ee6... by Zhao Ma <email address hidden>

match on full file path when checking logging level

c5fc1c0... by Mihai Budiu <email address hidden>

 Reorganize passes to handle default values; fixes #1638 and #1639 (#1640)

48e9a12... by Andy Fingerhut

Add verify update checksum tests (#1636)

* Add test cases for verify/update checksum with STF packet tests for BMv2

0b7f11b... by Zhao Ma <email address hidden>

documentation for match_t (#1634)

* added != operator

17187c7... by Mihai Budiu <email address hidden>

Fix for issue #1630 (#1632)

Fixes a bug in the bmv2 back-end in the generated verify/update checksum code.

cb0272f... by Mihai Budiu <email address hidden>

Issue1083 (#1633)

ebpf support for header stacks (issue #1083)

e4d45fc... by Mihai Budiu <email address hidden>

Empty tuple (#1617)

* Allow empty tuples

c39f925... by ChrisDodd

Extend local_copyprop to parsers and parser states. (#1629)

* Extend local_copyprop to parsers and parser states.

* Ignore bare lookahead in bmv2 backend

* Update outputs

d5cd861... by ChrisDodd

Support for ENABLE_MULTITHREAD (defaults to off) (#1631)

2f55fb5... by Dmitri Makarov <email address hidden>

Fix possible infinite recursion in cast operator (#1626)

Use the C string pointer embedded in the object to invoke a different cstring constructor.