p4lang-p4c-nightly:amresh/localcopyprop

Last commit made on 2018-12-03
Get this branch:
git clone -b amresh/localcopyprop https://git.launchpad.net/p4lang-p4c-nightly

Branch merges

Branch information

Name:
amresh/localcopyprop
Repository:
lp:p4lang-p4c-nightly

Recent commits

fe9787b... by Amresh Kulkarni <email address hidden>

Do no drop values for setValid/Invalid localcopy prop

bf2c697... by Chris Dodd <email address hidden>

Fix non-unified build

975c15b... by Mihai Budiu <email address hidden>

Support lookahead in ebpf backend (#1602)

355499a... by Jed Liu <email address hidden>

Fixed a typo (#1612)

ab1ebc5... by Antonin Bas <email address hidden>

Small refactor of ArchHandlerIface in P4Runtime serializer

New symbols cannot be added to the symbol table in the postCollect pass
because the table has already been created by then and cannot really be
mutated. A new virtual method (collectExtra) is added to let
architectures add symbols while the table can still be mutated.

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

Fix for issue #1607 (#1611)

22a5a13... by Mihai Budiu <email address hidden>

Fix for issue #562 (#1605)

* Fix for issue #562

d21be88... by Chris Dodd <email address hidden>

Logging fixes/improvements

- fix indentation control and locking for multithreaded (if its turned
  on -- off by default)
- support for per file output control to different log files.

8983138... by Calin Cascaval <email address hidden>

fail early when the input file does not exist

The driver now checks the existence of the input file and bail out
early with an error message.

Fixes #1609

4646f16... by Mihai Budiu <email address hidden>

Fix for issue #1595 (#1596)