summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/include/opcode (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Start moving some vmm things into the tree. First up is binutils so we willmlarkin2015-11-091-0/+31
| | | | | | be able to use the virtualization instructions. ok'ed a long time ago, I forgot who, but deraadt@ ok'ed it again anyway.
* Bring in a change present in binutils 2.17 to allow sahf/lahfjsg2014-11-191-2/+2
| | | | | | instructions on amd64. ok deraadt@ miod@ mlarkin@
* Backport support for i386/amd64 'rdtscp' instruction from binutils-2.17guenther2014-08-201-0/+1
| | | | Request and testing by krw@
* Add the missing addressing modes for the fucomip instruction. Surprisingly,miod2014-04-061-0/+2
| | | | | | | fucompi was correct. Unbreaks www/webkit on i386. ok sthen@
* Add a few more instruction patterns that are apparently needed by gcc 4.8.kettenis2014-03-131-13/+16
| | | | | | Taken from binutils 2.17. ok guenther@
* Add support for i386 XSAVE family of instructions: xgetbv, xsetbv, xsave,guenther2014-02-091-0/+7
| | | | | | | xrstor, and xsaveopt. based on kettenis's original that did xgetbv and xsetbv ok kettenis@
* Add support for stac/clac instructions to manipulate the flagjsg2012-10-181-0/+4
| | | | | | | that controls the behaviour of Intel's Supervisor Mode Access Prevention (SMAP) feature. 'looks correct' miod@ ok deraadt@
* Teach as(1) about rdrand on i386/amd64.kettenis2012-09-031-0/+3
| | | | ok jsg@
* Teach as(4) about cmpxchg16b on amd64.kettenis2012-01-051-0/+1
| | | | ok miod@
* Add support for Intel AES-NI and the CLMUL_ instructions, plus a few othersthib2010-06-111-0/+18
| | | | | | | | | that are needed to omplement accelerated AES (and AES-GCM mode) on newer Intel cores. Diff from Mike Belopuhov. no objections/ok miod@
* Add a new option to the mips64 gas, -mfix-loongson2f-btb. This optionmiod2010-02-031-0/+4
| | | | | | | | | | | | | | | | | | | | | | is intended to be used when compiling kernel code which will run on a Loongson 2E or 2F processor, and inserts an explicit BTB clear operation before every jump through a register (jr or jalr instructions), unless that register is k0 or k1, or we are in .set noat. This is a reliable, although aggressive, workaround for the misbehaviour of the branch prediction engine of many Loongson 2F processors with regard to the Branch Translation Buffer, for which an official errata has yet to be published, and for which the Loongson suggested workaround apparently only works due to pipeline side effects, but requires all the executable kernel code to be located in CKSEG0/CKSEG1. These changes are inspired by a backport of the Loongson binutils 2.19 patch to binutils 2.18; the idea of doing an aggressive BTB clear is mine. This causes no functional change to code compiled without the -mfix-loongson2f-btb option. ``looks reasonable'' kettenis@
* add some more xcrypt & co opcodeshshoexer2006-05-181-0/+6
| | | | ok deraadt
* Merge conflicts, bringing our changes back in:miod2004-11-029-3601/+2062
| | | | | | | | | | | | | | | | | | | | | - extra $(SHELL) and sugar for make (so that files not mode +x still work) - safer temp file handling - our W^X binary layout changes in ld - OpenBSD policy for library file selection in ld - arm and m88k changes which were not merged in time for official 2.15 - bfd core file handling - a couple typos New for 2.15: - ld(1) and as(1) manpages now generated at build time - binutils/stabs.c reverted to use our in-tree libiberty for now - we still use our VIA C3 crypto code over stock binutils, as it recognizes more instructions - new emulations for OpenBSD on mips64 machines, to help OpenBSD/sgi - relaxed %f# handling in gas on OpenBSD/sparc64 (same as was in 2.14) Tested on all platforms by various people; special thanks to sturm@ and otto@.
* Binutils 2.15, with testsuites removed, and without gdb and libiberty.miod2004-11-0213-212/+3317
|
* Resolve merge conflicts, adjust method of W^X handing (.sh files)drahn2004-05-1712-1212/+1359
| | | | remove testsuites (not useable) remove mmalloc (not part of new binutils).
* import binutils 2.14 (excluding testsuites, .info files, and .po files)drahn2004-05-1719-66/+2203
|
* Add support for xmove-rng and xcrypt-{ecb,cbc,cfb,ofb} instructions foundderaadt2004-02-011-0/+7
| | | | | in VIA C3 cpus. Very simple encoding: 0f a7 {c0, c8, d0, e0, d8}. This change is placed into the public domain, so someone get it back to FSF
* resolve conflicts.fgsch2002-05-1310-1246/+1984
|
* Import binutils-2.11.2fgsch2002-05-1323-457/+2074
| | | | | | - only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files
* Resolve other problems that dumb cvs can't find out by itself.espie2000-09-121-10/+14
| | | | (trivial part done, `interesting' patches remain)
* Help stupid cvs fixing basic conflicts.espie2000-09-128-1365/+3595
|
* Import binutils-2.10espie2000-09-1211-434/+3169
| | | | | | - only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files
* 4 more instructions; some registers needed, but numbers are ok anywaymickey1998-08-111-0/+4
|
* Import of binutils-2.8.1 from Cygnus/FSFniklas1997-05-294-4/+918
|
* Merge to Cygnus 961112 + add some support (not ready) for shared libsniklas1996-11-234-1/+236
|
* Import of 961112 Cygnus binutils+gas+ld+gdb+gprofniklas1996-11-192-267/+14
|
* Merge the Cygnus 960904 sourcesniklas1996-09-045-64/+195
|
* Import of binutils, gas, ld & gprof from Cygnus 960904 treeniklas1996-09-044-12/+273
|
* (Correct) Import of Cygnus binutils snapshot taken 960607niklas1996-06-075-69/+299
|
* Initial GNU binutils 2.6 importniklas1996-01-0821-0/+10342