p4lang-p4c-nightly:hanw/fix-include-path

Last commit made on 2021-06-18
Get this branch:
git clone -b hanw/fix-include-path https://git.launchpad.net/p4lang-p4c-nightly

Branch merges

Branch information

Name:
hanw/fix-include-path
Repository:
lp:p4lang-p4c-nightly

Recent commits

2baeb02... by Han Wang <email address hidden>

support additional search path for p4include directory from backend

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

Optimize usages of "not" (#2798)

* Simplify if(not p)
* Silence compiler warnings

b33a1db... by fruffy <email address hidden>

Update build status badge. (#2801)

* Build status.
* Cover all tests.

ecdfa8d... by fruffy <email address hidden>

Ci Edits. (#2799)

5e7a3b1... by Han Wang <email address hidden>

keep unused method declaration (#2789)

658ff0e... by Mihai Budiu <email address hidden>

Call setInvalid on all uninitialized headers. (#2785)

* Reset uninitialized headers everywhere

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

Support setValid/setInvalid in ebpf parsers (#2788)

7082911... by maheswari-s <email address hidden>

Added underscore to "#no.." regex to fix syntax error for "#novisit_children" (#2783)

* Added underscore to regex of "#no.." directive for def file.
Without this, the "#novisit_children" directive cannot be used in def files.

76ec136... by Mihai Budiu <email address hidden>

Expand structs into lists for bmv2 backend computations (#2781)

* Expand structs into lists for bmv2 backend computations

4579161... by usha1830 <email address hidden>

Conditional operator support in dpdk backend (#2778)

* Conditional operator support for P4C-DPDK.
- Disabled Midend predication pass to allow conditional operator to be splitted into if-else statement
- Added a new test and reference output for conditional operator