#
cd888f01 |
| 22-May-2020 |
H.J. Lu <hjl.tools@gmail.com> |
x86: Add ENDBR32/ENDBR64 at function entries for Intel CET
To support Intel CET, all indirect branch targets must start with ENDBR32/ENDBR64. Here is a patch to define endbranch and add it to funct
x86: Add ENDBR32/ENDBR64 at function entries for Intel CET
To support Intel CET, all indirect branch targets must start with ENDBR32/ENDBR64. Here is a patch to define endbranch and add it to function entries in x86 assembly codes which are indirect branch targets as discovered by running testsuite on Intel CET machine and visual inspection.
Verified with
$ CC="gcc -Wl,-z,cet-report=error -fcf-protection" CXX="g++ -Wl,-z,cet-report=error -fcf-protection" .../configure x86_64-linux $ make -j8 $ make -j8 check
with both nasm and yasm on both CET and non-CET machines.
Change-Id: I9822578e7294fb5043a64ab7de5c41de81a7d337 Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
show more ...
|
#
ede04f0a |
| 16-Mar-2020 |
Greg Tucker <greg.b.tucker@intel.com> |
build: Fix for windows to allow nasm use
Previously windows build could only use yasm because some procedural items such as proc_start were not supported by nasm. This adds a few macros and fixes s
build: Fix for windows to allow nasm use
Previously windows build could only use yasm because some procedural items such as proc_start were not supported by nasm. This adds a few macros and fixes so nasm can be used to build on windows.
Change-Id: Ia05dc3ff482f33b0f915bb1be3c7df5e4a753b3a Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
show more ...
|
#
b1c45175 |
| 21-Jun-2018 |
Greg Tucker <greg.b.tucker@intel.com> |
igzip: Add a few missing asm copyright headers
Change-Id: Iddcfbd357efa17dbbd32acacac952579fc052756 Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
|
#
7e1a3374 |
| 18-Apr-2017 |
Greg Tucker <greg.b.tucker@intel.com> |
igzip: Fix warnings from nasm 2.13
A few legitimate warnings got masked by previous nasm bugs. This cleans last as of nasm 2.13rc20.
Change-Id: Iaa7e6148e0e506222cc207685263103d62bdd015 Signed-off
igzip: Fix warnings from nasm 2.13
A few legitimate warnings got masked by previous nasm bugs. This cleans last as of nasm 2.13rc20.
Change-Id: Iaa7e6148e0e506222cc207685263103d62bdd015 Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
show more ...
|
#
ec6e5de6 |
| 22-Mar-2017 |
Greg Tucker <greg.b.tucker@intel.com> |
igzip: Move build_heap base functions to own file
Change-Id: I0161cd65c71df00fadad9dd69e207e9fb29a54ef Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
|
#
f80a1ed6 |
| 22-Mar-2017 |
Roy Oursler <roy.j.oursler@intel.com> |
igzip: Create base functions for build_heap and build_huff_tree
Change-Id: I19c2d7bbf1ac8270458b165a385c385a60f1cadc Signed-off-by: Roy Oursler <roy.j.oursler@intel.com>
|
#
a41d352a |
| 14-Mar-2017 |
Roy Oursler <roy.j.oursler@intel.com> |
igzip: Modify assembly functions and structs to work on Windows
Change-Id: Icd106c3330dec72601e6f03340c07c6e1d1b5794 Signed-off-by: Roy Oursler <roy.j.oursler@intel.com>
|
#
01dfbcc4 |
| 03-Oct-2016 |
Roy Oursler <roy.j.oursler@intel.com> |
igzip: implement igzip two pass
Change-Id: I9564b2da251a02197b39cab5f141e7aff1ae8439 Signed-off-by: Roy Oursler <roy.j.oursler@intel.com>
|