p4lang-p4c-nightly:hanw/refpoint

Last commit made on 2020-12-18
Get this branch:
git clone -b hanw/refpoint https://git.launchpad.net/p4lang-p4c-nightly

Branch merges

Branch information

Name:
hanw/refpoint
Repository:
lp:p4lang-p4c-nightly

Recent commits

6fa5f3b... by Han Wang <email address hidden>

Revert "Remove redundant slice statements during SimplifyDefUse (#2583) (#2610)"

This reverts commit 1eb9c3a9d843468d1b9f994b05b8135f9c8fb44b.

21d622c... by Han Wang <email address hidden>

Revert "Convert SimplifyDefUse to a PassRepeated (#2610) (#2621)"

This reverts commit 84051411d31a39d5670b4721f438fa2f3d232d60.

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

Set idle timeout behavior based on table property in PSA (#2632)

* Set idle timeout behavior based on table property in PSA control plane p4info
generation

* update error message

* Address PR review

* Update outputs

3b67fd6... by Mihai Budiu <email address hidden>

Add don't cares to the list of type variable bindings (#2633)

8405141... by dbrajovic-syrmia <email address hidden>

Convert SimplifyDefUse to a PassRepeated (#2610) (#2621)

This (second) PR is a continuation of the discussion in https://github.com/p4lang/p4c/pull/2610.
Originally suggested as part of the solution, it was decided to become a separate concern.
As a result, the SimplifyDefUse pass runs until convergence, instead of only once.

ba2aec7... by robert lytton <email address hidden>

Remove compiler warnings (#2626)

90194b6... by Han Wang <email address hidden>

add ceil_log2 to gmputil.h (#2625)

* Revert "remove duplicated library function in favor of big_int version (#2622)"

This reverts commit 426f512755848db4b9d8a04e761fc2204d79b232.

* add ceil_log2 to gmputil.h

7289a6b... by anasyrmia <email address hidden>

Fixes #2613 predication issue (#2624)

2bf2f61... by Chris Dodd <email address hidden>

cleanup PassManger construction (#2618)

Co-authored-by: Chrid Dodd <email address hidden>

426f512... by Han Wang <email address hidden>

remove duplicated library function in favor of big_int version (#2622)