aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2017-07-05[ARM] Add support for Cortex-A55 and Cortex-A75.James Greenhalgh3-0/+13
2017-07-05X86: Disassemble primary opcode map's group 2 ModRM.reg == 6 aliases correctlyBorislav Petkov5-0/+37
2017-07-05Fixup changelog entries for previous commitRamana Radhakrishnan1-0/+11
2017-07-04[Patch ARM] Support MVFR2 VFP Coprocessor register for ARMv8-ARamana Radhakrishnan6-0/+28
2017-07-04Regenerate configure.Tristan Gingold2-10/+14
2017-07-04Add markers.Tristan Gingold2-0/+6
2017-07-03Disable symver test on hppa64-hpuxAlan Modra2-0/+5
2017-07-01MIPS/GAS: Use a switch on relaxation type in microMIPS fixup creationMaciej W. Rozycki2-10/+20
2017-07-01MIPS/GAS: Use frag symbol/offset directly in fixup creationMaciej W. Rozycki2-44/+38
2017-07-01MIPS/GAS: Use non-zero frag offset directly in PIC branch relaxationMaciej W. Rozycki10-12/+137
2017-06-30Add support for a __gcc_isr pseudo isntruction to the AVR assembler.Georg-Johann Lay10-7/+1050
2017-06-30MIPS/GAS: Update `match_float_constant' and `match_operand' descriptionsMaciej W. Rozycki2-5/+10
2017-06-30MIPS: Add microMIPS XPA supportMaciej W. Rozycki4-5/+37
2017-06-30MIPS: Add microMIPS R5 supportMaciej W. Rozycki3-1/+16
2017-06-30MIPS: Fix XPA base and Virtualization ASE instruction handlingMaciej W. Rozycki10-3/+62
2017-06-30MIPS/opcodes: Correctly combine ASE flags for ASE_MIPS16E2_MT calculationMaciej W. Rozycki3-42/+20
2017-06-30MIPS/GAS: Clear the ASE_MIPS16E2_MT flag for recalculationMaciej W. Rozycki6-0/+35
2017-06-28[AArch64] Add dot product support for AArch64 to binutilsTamar Christina5-3/+1105
2017-06-28[ARM] Assembler and disassembler support Dot Product ExtensionJiong Wang11-1/+787
2017-06-28MIPS: Add new Imagination interAptiv MR2 GAS and LD testsMaciej W. Rozycki33-9/+615
2017-06-28MIPS: Add Imagination interAptiv MR2 GAS test infrastructureMaciej W. Rozycki32-6/+592
2017-06-28MIPS: Add Imagination interAptiv MR2 MIPS32r3 processor supportMaciej W. Rozycki3-15/+76
2017-06-27MIPS/GAS/testsuite: Drop the `mips16e-' prefix from SAVE/RESTORE testsMaciej W. Rozycki7-4/+21
2017-06-27MIPS/GAS/testsuite: Run SAVE/RESTORE tests across all MIPS16e architecturesMaciej W. Rozycki6-7/+20
2017-06-27MIPS/GAS/testsuite: Convert `mips16e-save-err' list test to a dump testMaciej W. Rozycki3-1/+10
2017-06-27MIPS/GAS/testsuite: Capitalize the name of the `mips16e-save' testMaciej W. Rozycki2-1/+6
2017-06-26RISC-V: Use pc-relative relocation for FDE initial locationKuan-Lin Chen2-1/+24
2017-06-26Check unsupported .symver with common symbolH.J. Lu6-0/+35
2017-06-26Fix compile time warning building gas for arm-wince target.Nick Clifton2-0/+6
2017-06-26Update check conditions for illegal placed instructions.claziss5-2/+50
2017-06-24[ARM] Add support for ARM Cortex-R52 processorThomas Preud'homme4-1/+12
2017-06-24[ARM] Add support for ARMv8-R in assembler and readelfThomas Preud'homme41-132/+714
2017-06-24[ARM] Remove ARMv6S-M special casingThomas Preud'homme2-26/+24
2017-06-23RISC-V: Error, don't warn, for shfit amounts/CSRsAndrew Waterman2-8/+13
2017-06-22Fix compile time warning about unused static variable.Nick Clifton2-1/+5
2017-06-21[ARM] Rework Tag_CPU_arch build attribute value selectionThomas Preud'homme8-69/+231
2017-06-21x86: CET v2.0: Update incssp and setssbsyH.J. Lu7-30/+39
2017-06-21x86: CET v2.0: Rename savessp to saveprevsspH.J. Lu7-12/+21
2017-06-21x86: CET v2.0: Update NOTRACK prefixH.J. Lu12-81/+221
2017-06-21[ARM] Allow Thumb division as an extension for ARMv7Thomas Preud'homme4-0/+33
2017-06-21[ARM] Rework selection of feature bits to base build attributes onThomas Preud'homme2-16/+30
2017-06-21[ARM] Simplify Tag_DSP_extension selection logicThomas Preud'homme2-23/+11
2017-06-21[ARM] Keep separation between extensions and architecture bits throughout exe...Thomas Preud'homme3-29/+101
2017-06-21[ARM] Separate extensions from architectures in arm_cpusThomas Preud'homme2-162/+381
2017-06-21Add support for the Cortex-A55 and Cortex-A75 versions of the AArch64 archite...James Greenhalgh3-0/+13
2017-06-15i386-dis: Add 2 tests with invalid bnd registerH.J. Lu5-0/+41
2017-06-14xtensa: don't expect XCHAL_* macros to be constantMax Filippov3-12/+40
2017-06-08[ARC] Don't convert _DYNAMIC@ to _GLOBAL_OFFSET_TABLE_Vineet Gupta2-5/+1
2017-06-07Add support for AArch64 system register names IP0, IP1, FP and LR.Michael Collison4-2/+16
2017-06-06[Patch, ARM] Relax the restrictions on REG_SP under Thumb mode on ARMv8-AJiong Wang12-18/+328