summaryrefslogtreecommitdiff
path: root/gas
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Add support for Cortex-A55 and Cortex-A75.James Greenhalgh2017-07-053-0/+13
* X86: Disassemble primary opcode map's group 2 ModRM.reg == 6 aliases correctlyBorislav Petkov2017-07-055-0/+37
* Fixup changelog entries for previous commitRamana Radhakrishnan2017-07-051-0/+11
* [Patch ARM] Support MVFR2 VFP Coprocessor register for ARMv8-ARamana Radhakrishnan2017-07-046-0/+28
* Regenerate configure.Tristan Gingold2017-07-042-10/+14
* Add markers.Tristan Gingold2017-07-042-0/+6
* Disable symver test on hppa64-hpuxAlan Modra2017-07-032-0/+5
* MIPS/GAS: Use a switch on relaxation type in microMIPS fixup creationMaciej W. Rozycki2017-07-012-10/+20
* MIPS/GAS: Use frag symbol/offset directly in fixup creationMaciej W. Rozycki2017-07-012-44/+38
* MIPS/GAS: Use non-zero frag offset directly in PIC branch relaxationMaciej W. Rozycki2017-07-0110-12/+137
* Add support for a __gcc_isr pseudo isntruction to the AVR assembler.Georg-Johann Lay2017-06-3010-7/+1050
* MIPS/GAS: Update `match_float_constant' and `match_operand' descriptionsMaciej W. Rozycki2017-06-302-5/+10
* MIPS: Add microMIPS XPA supportMaciej W. Rozycki2017-06-304-5/+37
* MIPS: Add microMIPS R5 supportMaciej W. Rozycki2017-06-303-1/+16
* MIPS: Fix XPA base and Virtualization ASE instruction handlingMaciej W. Rozycki2017-06-3010-3/+62
* MIPS/opcodes: Correctly combine ASE flags for ASE_MIPS16E2_MT calculationMaciej W. Rozycki2017-06-303-42/+20
* MIPS/GAS: Clear the ASE_MIPS16E2_MT flag for recalculationMaciej W. Rozycki2017-06-306-0/+35
* [AArch64] Add dot product support for AArch64 to binutilsTamar Christina2017-06-285-3/+1105
* [ARM] Assembler and disassembler support Dot Product ExtensionJiong Wang2017-06-2811-1/+787
* MIPS: Add new Imagination interAptiv MR2 GAS and LD testsMaciej W. Rozycki2017-06-2833-9/+615
* MIPS: Add Imagination interAptiv MR2 GAS test infrastructureMaciej W. Rozycki2017-06-2832-6/+592
* MIPS: Add Imagination interAptiv MR2 MIPS32r3 processor supportMaciej W. Rozycki2017-06-283-15/+76
* MIPS/GAS/testsuite: Drop the `mips16e-' prefix from SAVE/RESTORE testsMaciej W. Rozycki2017-06-277-4/+21
* MIPS/GAS/testsuite: Run SAVE/RESTORE tests across all MIPS16e architecturesMaciej W. Rozycki2017-06-276-7/+20
* MIPS/GAS/testsuite: Convert `mips16e-save-err' list test to a dump testMaciej W. Rozycki2017-06-273-1/+10
* MIPS/GAS/testsuite: Capitalize the name of the `mips16e-save' testMaciej W. Rozycki2017-06-272-1/+6
* RISC-V: Use pc-relative relocation for FDE initial locationKuan-Lin Chen2017-06-262-1/+24
* Check unsupported .symver with common symbolH.J. Lu2017-06-266-0/+35
* Fix compile time warning building gas for arm-wince target.Nick Clifton2017-06-262-0/+6
* Update check conditions for illegal placed instructions.claziss2017-06-265-2/+50
* [ARM] Add support for ARM Cortex-R52 processorThomas Preud'homme2017-06-244-1/+12
* [ARM] Add support for ARMv8-R in assembler and readelfThomas Preud'homme2017-06-2441-132/+714
* [ARM] Remove ARMv6S-M special casingThomas Preud'homme2017-06-242-26/+24
* RISC-V: Error, don't warn, for shfit amounts/CSRsAndrew Waterman2017-06-232-8/+13
* Fix compile time warning about unused static variable.Nick Clifton2017-06-222-1/+5
* [ARM] Rework Tag_CPU_arch build attribute value selectionThomas Preud'homme2017-06-218-69/+231
* x86: CET v2.0: Update incssp and setssbsyH.J. Lu2017-06-217-30/+39
* x86: CET v2.0: Rename savessp to saveprevsspH.J. Lu2017-06-217-12/+21
* x86: CET v2.0: Update NOTRACK prefixH.J. Lu2017-06-2112-81/+221
* [ARM] Allow Thumb division as an extension for ARMv7Thomas Preud'homme2017-06-214-0/+33
* [ARM] Rework selection of feature bits to base build attributes onThomas Preud'homme2017-06-212-16/+30
* [ARM] Simplify Tag_DSP_extension selection logicThomas Preud'homme2017-06-212-23/+11
* [ARM] Keep separation between extensions and architecture bits throughout exe...Thomas Preud'homme2017-06-213-29/+101
* [ARM] Separate extensions from architectures in arm_cpusThomas Preud'homme2017-06-212-162/+381
* Add support for the Cortex-A55 and Cortex-A75 versions of the AArch64 archite...James Greenhalgh2017-06-213-0/+13
* i386-dis: Add 2 tests with invalid bnd registerH.J. Lu2017-06-155-0/+41
* xtensa: don't expect XCHAL_* macros to be constantMax Filippov2017-06-143-12/+40
* [ARC] Don't convert _DYNAMIC@ to _GLOBAL_OFFSET_TABLE_Vineet Gupta2017-06-082-5/+1
* Add support for AArch64 system register names IP0, IP1, FP and LR.Michael Collison2017-06-074-2/+16
* [Patch, ARM] Relax the restrictions on REG_SP under Thumb mode on ARMv8-AJiong Wang2017-06-0612-18/+328