summaryrefslogtreecommitdiff
path: root/gas
Commit message (Expand)AuthorAgeFilesLines
* Update description of AArch64 assembler directives.Nick Clifton2016-03-182-4/+45
* Fix the disassembly of the AArch64's OOR instruction as a MOV instruction.Nick Clifton2016-03-183-0/+19
* Fix generation of as.1 manual page so that it can be converted to DocBook for...Nick Clifton2016-03-182-0/+7
* testsuite/ChangeLog is no longer supposed to existAlan Modra2016-03-172-13/+7
* [ARM] Support ARMv8.2 FP16 simd instructionsJiong Wang2016-03-168-23/+766
* Fix checking bignum values that are being inserted into byte sized containers.Nick Clifton2016-03-166-8/+80
* Update x86 register name documentation.Ulrich Drepper2016-03-152-7/+48
* PR gas/19744: Thumb-1 pcrop relocations don't work on Thumb-2 targetsMickael Guene2016-03-107-8/+101
* fixup -Wshadow warnings on gcc-4.7Trevor Saunders2016-03-092-17/+25
* [ARC] Allow non-instruction relocations within .text sectionsClaudiu Zissulescu2016-03-083-0/+16
* [ARM] Add support for Cortex-R8Thomas Preud'homme2016-03-073-0/+9
* Add const qualifiers at various places.Trevor Saunders2016-03-0716-147/+154
* [ARM] Build attributes for ARMv8.1-A AdvSIMDMatthew Wahab2016-03-044-1/+46
* [ARM] Add feature check for ARMv8.1 AdvSIMD instructions.Matthew Wahab2016-03-047-48/+255
* Adjust testsuite/gas/i386/x86_64-intel.d for COFFH.J. Lu2016-03-022-1/+5
* [ARC] Local symbols relocation cleanupClaudiu Zissulescu2016-02-296-37/+66
* [ARC] General fixes.Claudiu Zissulescu2016-02-292-1/+5
* Add aarch64-*-rtems* targetJoel Sherrill2016-02-261-1/+1
* Add ChangeLog entries for PR ld/19645H.J. Lu2016-02-261-0/+38
* Properly implement STT_COMMONH.J. Lu2016-02-2620-8/+342
* Convert more variables to a constant form.Trevor Saunders2016-02-2542-135/+205
* gas: Update tests for big-endian arc targetsAndrew Burgess2016-02-254-3/+10
* [GAS][ARM][3/3]Add armv8.2 fp16 scalar instruction support. Based on SE_H ins...Renlin Li2016-02-248-39/+801
* [GAS][ARM][2/3]Add SE_H shape to represent fp16 type.Renlin Li2016-02-242-7/+86
* [OPCODES][ARM][1/3]Add armv8.2 fp16 instruction dissembler support.Renlin Li2016-02-243-3/+8
* [OPCODES][ARM]Fix mask for a few coprocessor opcodes.Renlin Li2016-02-243-0/+50
* [OPCODE][ARM]Correct disassembler for cdp/cdp2, mcr/mcr2, mrc/mrc2, ldc/ldc2,...Renlin Li2016-02-243-2/+8
* [ARM][gas] Add support for Cortex-A32Kyrylo Tkachov2016-02-243-0/+8
* [ARM][doc] Document cortex-a17 mcpu optionKyrylo Tkachov2016-02-242-0/+5
* Skip tests for common directive on hpuxH.J. Lu2016-02-232-2/+10
* Add more const type qualifiers to GAS sources.Trevor Saunders2016-02-2246-189/+315
* Set BFD compression bits in write_object_fileH.J. Lu2016-02-212-3/+13
* [i386] Check RegVRex in register_numberH.J. Lu2016-02-205-0/+17
* Fix snafu - add missing const declaration to 'string' local variable in s_sta...Nick Clifton2016-02-191-1/+2
* [ARM] Add FP16 feature extension for ARMv8.2 architectureJiong Wang2016-02-192-0/+12
* Prevent seg-fault in gas reading a binary input file.Nick Clifton2016-02-192-0/+11
* Change the return type of the rebuffer_line function to void.Trevor Saunders2016-02-192-9/+8
* Add const to various variables in the gas sources.Trevor Saunders2016-02-197-26/+46
* Avoid setting or recording negative alignments when the target stores multipl...Dan Gisselquist2016-02-185-104/+160
* xtensa: fix .init/.fini literals movingMax Filippov2016-02-175-2/+65
* Update list of known MSP430 MCUs.Nick Clifton2016-02-172-1/+20
* [ARC] Enable .cfi_* pseudo-ops.Claudiu Zissulescu2016-02-167-1/+98
* Remove documentation of deleted function S_IS_EXTERN.Trevor Saunders2016-02-162-4/+4
* Fix formatting problems caused by previous update to as.texinfo.Nick Clifton2016-02-162-6/+16
* [PR19620][GAS][AArch64]Remove mov[z,k,n] relocation symbol name restriction.Renlin Li2016-02-164-9/+40
* Fix typos in gas/ChangeLogH.J. Lu2016-02-151-2/+2
* Fix changelog entry for previous delta.Nick Clifton2016-02-151-2/+2
* Correct opcode generated for RX indirect MOVs without an offset.Vinay Kumar G2016-02-156-6/+72
* Enhance GAS's .section directive so that it can take numeric values for the f...Nick Clifton2016-02-1511-20/+174
* Allow the .cfi_sections directive to be reissued provided that CFI generation...Nick Clifton2016-02-115-2/+38