summaryrefslogtreecommitdiff
path: root/gas/config/tc-aarch64.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid using 'template' C++ keywordYao Qi2015-10-071-8/+8
* [GAS][AARCH64]Add TLSDESC large memory model support.Renlin Li2015-10-021-0/+71
* [Binutils][AARCH64]Add TLS IE large memory support.Renlin Li2015-10-021-1/+25
* [GAS][AARCH64]Add BFD_RELOC_AARCH64_TLSGD_MOVW_G0_NC support.Renlin Li2015-10-021-0/+12
* [GAS][AARCH64]Add BFD_RELOC_AARCH64_TLSGD_MOVW_G1 support.Renlin Li2015-10-021-0/+13
* [GAS][AARCH64]Add BFD_RELOC_AARCH64_MOVW_GOTOFF_G0_NC Support.Renlin Li2015-10-021-0/+11
* [GAS][AARCH64]Add BFD_RELOC_AARCH64_MOVW_GOTOFF_G1 Support.Renlin Li2015-10-021-0/+12
* [AArch64][5/6] GAS support TLSLD load/store relocation typesJiong Wang2015-08-191-10/+58
* [AArch64][3/6] GAS support TLSLD move/add relocation typesJiong Wang2015-08-191-0/+71
* [AArch64][1/6] GAS support BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_LO12_NCJiong Wang2015-08-191-0/+11
* [AArch64][7/8] GAS support BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_LO12Jiong Wang2015-08-111-0/+11
* [AArch64][5/8] GAS support BFD_RELOC_AARCH64_TLSLD_ADD_LO12_NCJiong Wang2015-08-111-0/+11
* [AArch64][2/8] GAS support BFD_RELOC_AARCH64_TLSLD_ADR_PAGE21Jiong Wang2015-08-111-1/+3
* [AArch64][2/3] GAS support BFD_RELOC_AARCH64_TLSLD_ADR_PREL21Jiong Wang2015-07-161-0/+15
* [AArch64] Gas add BFD_RELOC_AARCH64_LD64_GOTOFF_LO15 supportRenlin Li2015-06-151-0/+11
* [AArch64] Add support for ARMv8.1 command line optionMatthew Wahab2015-06-041-0/+1
* [AArch64] Support for ARMv8.1a Adv.SIMD instructionsMatthew Wahab2015-06-021-0/+2
* [AArch64] Support for ARMv8.1a Limited Ordering Regions extensionMatthew Wahab2015-06-021-0/+1
* [AArch64][GAS] Add support for PAN architecture extensionMatthew Wahab2015-06-011-5/+17
* [AArch64] GAS support BFD_RELOC_AARCH64_LD32_GOTPAGE_LO14Jiong Wang2015-06-011-0/+11
* [AArch64] GAS Support BFD_RELOC_AARCH64_LD64_GOTPAGE_LO15Jiong Wang2015-06-011-0/+11
* [AArch64] Sort relocation case labels alphabeticallyJiong Wang2015-05-201-18/+18
* [AArch64] Record instruction alignment for .inst directiveRenlin Li2015-05-061-5/+5
* [AARCH64] Positively emit symbols for alignmentRenlin Li2015-05-051-14/+13
* [AArch64] Don't try to align insn in non-executale sectionRenlin Li2015-04-271-12/+10
* gas thunderx supportJim Wilson2015-04-241-1/+3
* [AArch64] use subseg_text_p to check .textRenlin Li2015-04-071-9/+9
* [AArch64] Emit DATA_MAP in order within text sectionRenlin Li2015-04-021-19/+35
* Remove unused functions in tc-aarch64.c.Ed Maste2015-04-021-12/+0
* [AArch64] Add support for the Samsung Exynos M1 processorEvandro Menezes2015-04-011-0/+3
* [AARCH64]Fix "align directive causes MAP_DATA symbol to be lost"Renlin Li2015-03-251-16/+16
* [AArch64] Don't warn on XZR/SP overlapping when it's in load/storeJiong Wang2015-03-131-0/+2
* [AArch64] Set the minimum alignment on code segmentsJiong Wang2015-03-101-1/+8
* Allow MOVK for R_AARCH64_TLSLE_MOVW_TPREL_G{0,1}NCRichard Sandiford2015-03-041-2/+0
* [AArch64] Add support for :tlsdesc: and TLSDESC_LD_PREL19Marcus Shawcroft2015-02-261-1/+3
* [AArch64] Add support for :tlsdesc: and TLSDESC_ADR_PREL21Marcus Shawcroft2015-02-261-1/+3
* Add ADR :tlsgd: directive and TLSGD_ADR_PREL21 support.Marcus Shawcroft2015-02-261-1/+3
* Adding support for TLSIE_LD_GOTTREL_PREL19.Marcus Shawcroft2015-02-261-1/+3
* Adding ld_literal_type.Marcus Shawcroft2015-02-261-5/+36
* Adding adr_type and prevent adr :got:Marcus Shawcroft2015-02-261-3/+47
* Remove dead code.Marcus Shawcroft2015-02-261-3/+0
* [AArch64] Fix code formatting in the cpu-tableJiong Wang2015-02-111-6/+6
* [AArch64] Add support for Cortex-A72Jiong Wang2015-02-041-0/+2
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* [AArch64] Fix mis-detection of unpredictable load/store operations with FP regs.Richard Earnshaw2014-11-201-6/+13
* [AArch64] Warn on load pair to same registerJiong Wang2014-11-191-0/+36
* aarch64: allow adding/removing just feature flags via .arch_extensionJan Beulich2014-11-181-12/+39
* [AArch64] Add xgene2.Philipp Tomsich2014-11-181-0/+2
* [AArch64] Add xgene1.Philipp Tomsich2014-11-181-0/+4
* [AArch64] Enable CRC feature in GAS for cortex-a53 and cortex-a57.Marcus Shawcroft2014-11-141-3/+5