summaryrefslogtreecommitdiff
path: root/gas
Commit message (Expand)AuthorAgeFilesLines
* add more const qualifiersTrevor Saunders2016-03-288-16/+31
* split up cr16s md_assemble ()Trevor Saunders2016-03-252-25/+42
* rename flag_size_check to flag_allow_nonconst_size and make it a boolTrevor Saunders2016-03-254-9/+10
* gas: sparc: allow ASR registers in the 0..31 range in V9 and laterJose E. Marchesi2016-03-242-16/+21
* make microblaze build with -Wwrite-stringsTrevor Saunders2016-03-242-4/+9
* localize string returned from visium's md_atof ()Trevor Saunders2016-03-242-1/+6
* make more variables constTrevor Saunders2016-03-2212-31/+56
* tc-pdp11.c: remove useless codeTrevor Saunders2016-03-222-2/+5
* tc-sparc.c: get rid of wierd usage of strchr ()Trevor Saunders2016-03-222-6/+18
* use do_align () directly in tc-ia64.cTrevor Saunders2016-03-222-19/+17
* replace some raw xmalloc / xrealloc with the XNEW* macrosTrevor Saunders2016-03-224-20/+33
* Fix tic54x regressionAlan Modra2016-03-222-3/+4
* Remove more alloca callsAlan Modra2016-03-223-5/+16
* Add -Wstack-usage to the gcc warning flags list, but only if using a sufficie...Nick Clifton2016-03-222-1/+23
* arc/nps400: Add first nps400 instructionsAndrew Burgess2016-03-215-0/+54
* arc/opcodes: Use flag operand class to handle multiple flag matchesAndrew Burgess2016-03-215-6/+36
* arc: Add nps400 machine type, and assembler flag.Andrew Burgess2016-03-212-0/+8
* arc: Remove EF_ARC_CPU_GENERIC constant.Andrew Burgess2016-03-212-4/+8
* arc/gas: default mach is arc700, initialised in md_beginAndrew Burgess2016-03-212-41/+50
* gas/arc: Fix test for big-endian arcAndrew Burgess2016-03-213-0/+15
* Remove use of alloca.Nick Clifton2016-03-2124-146/+226
* tc-i386.c: store encoded instructions in unsigned char[]Trevor Saunders2016-03-202-33/+68
* 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