This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r253545 - in /trunk/gcc/brig: ChangeLog brigfro...


Author: visit0r
Date: Mon Oct  9 13:06:01 2017
New Revision: 253545

URL: https://gcc.gnu.org/viewcvs?rev=253545&root=gcc&view=rev
Log:
[BRIGFE] Support BRIG_KIND_NONE directives.

These directives are legal everywhere.  They can be used to
patch away BRIG entries at the binary level.

Also add extra error detection for zeroed regions: make sure
the byteCount field is never zero.

The call code still failed a few PRM test cases. Now all PRM
branch cases pass again.


Modified:
    trunk/gcc/brig/ChangeLog
    trunk/gcc/brig/brigfrontend/brig-branch-inst-handler.cc
    trunk/gcc/brig/brigfrontend/brig-to-generic.cc
    trunk/gcc/brig/brigfrontend/phsa.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]