summaryrefslogtreecommitdiff
path: root/gas
Commit message (Expand)AuthorAgeFilesLines
* Fix seg fault attempting to unget an EOF character.Nick Clifton2016-12-012-1/+4
* Fix seg-fault printing assembler statistics when the output file was not crea...Nick Clifton2016-12-012-0/+8
* Fix ICE in assembler when passed a corrupt input file.Nick Clifton2016-12-012-1/+16
* [ARC] Add checking for LP_COUNT reg usage, improve error reporting.Claudiu Zissulescu2016-11-294-16/+39
* X86: Ignore REX_B bit for 32-bit XOP instructionsAmit Pawar2016-11-284-0/+37
* Fix spelling in comments in .y files (binutils)Ambrogino Modigliani2016-11-271-0/+4
* Fix spelling in comments in .l files (gas)Ambrogino Modigliani2016-11-272-1/+5
* Fix spelling in comments in Expect scripts (gas)Ambrogino Modigliani2016-11-278-11/+21
* Fix spelling in comments in Assembler files (gas)Ambrogino Modigliani2016-11-2713-13/+28
* Fix spelling in comments in C source files (gas)Ambrogino Modigliani2016-11-2745-87/+135
* gas: fix CBCOND diagnostics for invalid immediate operands.Jose E. Marchesi2016-11-255-2/+20
* gas: run the hwcaps-bump tests with 64-bit sparc objects only.Jose E. Marchesi2016-11-232-1/+6
* RISCV/GAS Add missing break in md_apply_fix.Kuan-Lin Chen2016-11-232-0/+5
* Regen POTFILES.inAlan Modra2016-11-232-0/+6
* Fix spelling mistakes in comments in configure scriptsAmbrogino Modigliani2016-11-222-1/+5
* gas,opcodes: fix hardware capabilities bumping in the sparc assembler.Jose E. Marchesi2016-11-225-58/+80
* [ARC] Fix printing 'b' mnemonics.Claudiu Zissulescu2016-11-222-2/+6
* PR20744, Incorrect PowerPC VLE relocsAlan Modra2016-11-223-91/+82
* [GAS][ARM][PR20827]Fix gas error for two register form instruction (pre-UAL s...Renlin Li2016-11-214-2/+29
* Use ACX_PROG_CMP_IGNORE_INITIAL in gasAlan Modra2016-11-216-26/+56
* [ARC] Fix and extend features of .cpu directive.Claudiu Zissulescu2016-11-188-18/+119
* [AArch64] Add ARMv8.3 FCMLA and FCADD instructionsSzabolcs Nagy2016-11-187-0/+125
* [AArch64] Add ARMv8.3 weaker release consistency load instructionsSzabolcs Nagy2016-11-186-0/+93
* [AArch64] Add ARMv8.3 javascript floating-point conversion instructionSzabolcs Nagy2016-11-189-0/+61
* [AArch64] Add ARMv8.3 combined pointer authentication load instructionsSzabolcs Nagy2016-11-187-0/+158
* Fix SPARC relocations generated for the .eh_frame section.Nick Clifton2016-11-152-1/+10
* add missing ChangeLog entryAnthony Green2016-11-131-0/+4
* Assemble 'bad' moxie instructionAnthony Green2016-11-131-0/+7
* Accept L and LL suffixes to integer constants.Nick Clifton2016-11-115-0/+35
* [AArch64] Add ARMv8.3 combined pointer authentication branch instructionsSzabolcs Nagy2016-11-113-0/+40
* [AArch64] Add ARMv8.3 PACGA instructionSzabolcs Nagy2016-11-114-0/+14
* [AArch64] Add ARMv8.3 single source PAC instructionsSzabolcs Nagy2016-11-113-0/+73
* [AArch64] Add ARMv8.3 pointer authentication key registersSzabolcs Nagy2016-11-115-0/+80
* [AArch64] Add ARMv8.3 instructions which are in the NOP spaceSzabolcs Nagy2016-11-114-13/+94
* [AArch64] Add ARMv8.3 command line option and feature flagSzabolcs Nagy2016-11-113-1/+7
* [AArch64] Fix feature dependencies for +simd and +cryptoSzabolcs Nagy2016-11-117-2/+48
* X86: Remove the .s suffix from EVEX vpextrwH.J. Lu2016-11-098-72/+17
* X86: Update opcode-suffix.dH.J. Lu2016-11-092-0/+13
* X86: Properly handle bad FPU opcodeH.J. Lu2016-11-074-0/+23
* Fix gas crash with unreasonably long linesNathan Sidwell2016-11-042-43/+59
* arc/nps400: Validate address type operands correctlyAndrew Burgess2016-11-044-3/+69
* S/390: Fix 16 bit pc relative relocs.Andreas Krebbel2016-11-043-7/+33
* Add support for ARM Cortex-M33 processorThomas Preud'homme2016-11-044-1/+11
* Add support for ARM Cortex-M23 processorThomas Preud'homme2016-11-044-0/+12
* Update RISC-V documentation and make sure that it is included in the gas info...Palmer Dabbelt2016-11-046-4/+32
* [ARC] Fix ldbit test on 32-bit systemsGraham Markall2016-11-033-7/+13
* arc: Implement NPS-400 dcmac instructionGraham Markall2016-11-033-0/+100
* arc: Change max instruction length to 64-bitsAndrew Burgess2016-11-032-125/+44
* arc: Replace ARC_SHORT macro with arc_opcode_len functionGraham Markall2016-11-032-2/+9
* gas/arc: Replace short_insn flag with insn length fieldGraham Markall2016-11-032-45/+27