Age | Commit message (Expand) | Author | Files | Lines |
2017-04-04 | Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX | H.J. Lu | 1 | -0/+2 |
2017-03-30 | Add support for the WebAssembly file format and the wasm32 ELF conversion to ... | Pip Cet | 3 | -1/+128 |
2017-03-22 | Sanitize RISC-V GAS help text, documentation | Palmer Dabbelt | 1 | -0/+8 |
2017-03-20 | Update descriptions of the .2byte, .4byte and .8byte directives. | Nick Clifton | 1 | -14/+18 |
2017-03-20 | [arm] Document missing -mfpu entries. | Richard Earnshaw | 1 | -1/+3 |
2017-03-10 | Document that the .2byte and .4byte directives warn about overlarge values. | Nick Clifton | 1 | -10/+15 |
2017-03-09 | X86: Add pseudo prefixes to control encoding | H.J. Lu | 1 | -4/+24 |
2017-03-07 | Correct @section placement for makeinfo 4.13 | Alan Modra | 1 | -3/+3 |
2017-03-07 | Document .Nbyte assembler directives | Alan Modra | 2 | -0/+40 |
2017-03-06 | Add support for Intel CET instructions | H.J. Lu | 1 | -0/+2 |
2017-03-01 | [AArch64] Document +rcpc weak release consistency extension | Szabolcs Nagy | 1 | -0/+2 |
2017-02-24 | [AArch64] Additional SVE instructions | Richard Sandiford | 1 | -2/+3 |
2017-02-24 | [AArch64] Add a "compnum" feature | Richard Sandiford | 1 | -0/+3 |
2017-02-23 | S/390: Add support for new cpu architecture - arch12. | Andreas Krebbel | 2 | -4/+4 |
2017-02-15 | [AArch64] Fix +sve documentation | Richard Sandiford | 1 | -2/+2 |
2017-02-02 | MIPS/GAS/doc: Include MIPS options in the man page | Maciej W. Rozycki | 1 | -0/+2 |
2017-01-30 | MIPS: Add options to control branch ISA checks | Maciej W. Rozycki | 2 | -0/+43 |
2017-01-23 | Fix spelling mistakes and typos in the GAS sources. | Nick Clifton | 20 | -34/+34 |
2017-01-12 | Enable Intel AVX512_VPOPCNTDQ instructions | Igor Tsimbalist | 1 | -1/+3 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 64 | -66/+66 |
2016-12-31 | PRU GAS Port | Dimitar Dimitrov | 5 | -0/+185 |
2016-12-21 | Remove high bit set characters | Alan Modra | 1 | -1/+1 |
2016-12-21 | Document character escape sequences | Alan Modra | 1 | -6/+7 |
2016-12-20 | Re-work RISC-V gas flags: now we just support -mabi and -march | Andrew Waterman | 2 | -18/+10 |
2016-12-05 | [ARM] Add ARMv8.3 command line option and feature flag | Szabolcs Nagy | 1 | -0/+1 |
2016-12-02 | [ARC] Sync cpu names with the ones accepted by GCC. | Claudiu Zissulescu | 1 | -0/+104 |
2016-11-21 | Use ACX_PROG_CMP_IGNORE_INITIAL in gas | Alan Modra | 1 | -0/+1 |
2016-11-11 | [AArch64] Add ARMv8.3 command line option and feature flag | Szabolcs Nagy | 1 | -1/+1 |
2016-11-04 | Add support for ARM Cortex-M33 processor | Thomas Preud'homme | 1 | -0/+1 |
2016-11-04 | Add support for ARM Cortex-M23 processor | Thomas Preud'homme | 1 | -0/+1 |
2016-11-04 | Update RISC-V documentation and make sure that it is included in the gas info... | Palmer Dabbelt | 5 | -4/+21 |
2016-11-04 | New option falkor for Qualcomm server part | Siddhesh Poyarekar | 2 | -0/+2 |
2016-11-02 | Enable Intel AVX512_4VNNIW instructions | Igor Tsimbalist | 1 | -2/+4 |
2016-11-02 | Enable Intel AVX512_4FMAPS instructions | Igor Tsimbalist | 1 | -3/+5 |
2016-11-01 | Add support for RISC-V architecture. | Nick Clifton | 2 | -0/+67 |
2016-10-21 | X86: Remove pcommit instruction | H.J. Lu | 1 | -2/+1 |
2016-09-29 | Add .cfi_val_offset GAS command. | Andreas Krebbel | 1 | -0/+3 |
2016-09-26 | When building target binaries, ensure that the warning flags selected for the... | Vlad Zakharov | 1 | -0/+1 |
2016-09-21 | [AArch64][SVE 31/32] Add SVE instructions | Richard Sandiford | 1 | -0/+2 |
2016-09-14 | gas: detect DCTI couples in sparc | Jose E. Marchesi | 2 | -7/+24 |
2016-09-12 | S/390: Add alternate processor names. | Andreas Krebbel | 2 | -16/+32 |
2016-08-24 | X86: Add ptwrite instruction | H.J. Lu | 1 | -0/+2 |
2016-06-27 | Add command line option to stop the assembler from padding the end of section... | Nick Clifton | 1 | -1/+17 |
2016-06-21 | Arc assembler: Convert nps400 from a machine type to an extension. | Graham Markall | 2 | -4/+22 |
2016-06-13 | Accept vulcan as a cpu name for the AArch64 port of GAS. | Virendra Pathak | 1 | -0/+1 |
2016-06-07 | [ARM] Add command line option for RAS extension. | Matthew Wahab | 1 | -0/+2 |
2016-06-03 | [AArch64][gas] Add support for Cortex-A73 | Kyrylo Tkachov | 1 | -0/+1 |
2016-06-03 | [ARM][gas] Add support for Cortex-A73 | Kyrylo Tkachov | 1 | -0/+1 |
2016-05-29 | Add .noavx512XX directives to x86 assembler | H.J. Lu | 1 | -0/+9 |
2016-05-27 | Update x86 CPU_XXX_FLAGS handling | H.J. Lu | 1 | -1/+12 |