aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/aarch64
AgeCommit message (Expand)AuthorFilesLines
2016-04-11[Patch AArch64 3/3] Fix up for pr70133James Greenhalgh1-77/+110
2016-04-11[Patch AArch64 2/3] Rework the code to print extension strings (pr70133)James Greenhalgh4-98/+55
2016-04-11[Patch AArch64 1/3] Enable CRC by default for armv8.1-aJames Greenhalgh1-1/+1
2016-04-01[AArch64] Fix SIMD predicateEvandro Menezes1-1/+1
2016-03-25re PR target/70120 ([aarch64] -g causes Assembler messages: Error: unaligned ...Richard Henderson3-0/+18
2016-03-17Tweak the pipeline model for Exynos M1Evandro Menezes1-1/+1
2016-03-16re PR target/70048 ([AArch64] Inefficient local array addressing)Richard Henderson1-70/+46
2016-03-11[AArch64] PR target/70002: Make aarch64_set_current_function play nice with p...Kyrylo Tkachov3-48/+38
2016-03-10re PR target/7044 (vax casesi breakage)Nick Clifton1-1/+16
2016-03-10re PR target/70113 ([AArch64] -mpc-relative-literal-loads conflicts with fix-...Christophe Lyon5-6/+37
2016-03-10t-aarch64 (OPTIONS_H_EXTRA): Add aarch64-fusion-pairs.def and aarch64-tuning-...Christophe Lyon1-1/+3
2016-02-26Rename the tuning option and related functions to enable the Newton series fo...Evandro Menezes5-19/+17
2016-02-26config.gcc: Add aarch64-*-rtems*.Joel Sherrill1-0/+28
2016-02-26[AArch64] Set TREE_TARGET_GLOBALS in aarch64_set_current_function when new tr...Kyrylo Tkachov1-1/+1
2016-02-26[AArch64] PR target/69613: Return zero TARGET_SHIFT_TRUNCATION_MASK when SHIF...Kyrylo Tkachov1-1/+2
2016-02-23Tweak the pipeline model for Exynos M1Evandro Menezes1-1/+1
2016-02-23aarch64.c (exynosm1_tunings): Enable the Newton series for reciprocal square ...Evandro Menezes1-1/+1
2016-02-22re PR target/69894 (dependency of gcc-plugin.h not installed on aarch64-linux...Jakub Jelinek1-1/+2
2016-02-17[AArch64] PR target/69161: Don't use special predicate for CCmode comparisons...Kyrylo Tkachov2-8/+17
2016-02-17As part of the final cleanup of aarch64_internal_mov_immediate a return was a...Wilco Dijkstra1-0/+1
2016-02-16[AArch64] Remove AARCH64_EXTRA_TUNE_RECIP_SQRT from Cortex-A57 tuningJames Greenhalgh1-2/+1
2016-02-16[Patch AArch64] Use software sqrt expansion always for -mlow-precision-recip-...James Greenhalgh1-2/+3
2016-02-16[Patch AArch64] GCC 6 regression in vector performance. - Fix vector initiali...James Greenhalgh1-28/+28
2016-02-16[Patch AArch64] Restrict 16-bit sqrdml{sa}h instructions to FP_LO_REGSJames Greenhalgh1-4/+4
2016-02-15Add support for the FCCMP insn typesEvandro Menezes2-3/+3
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek2-3/+3
2016-02-11[AArch64] Only update assembler .arch directive when necessaryKyrylo Tkachov1-6/+45
2016-02-10Enable instruction fusion of dependent AESE; AESMC and AESD; AESIMC pairs.Wilco Dijkstra2-3/+8
2016-02-04Fix jit crash on aarch64David Malcolm1-1/+1
2016-02-04aarch64.c (aarch64_legitimize_address): Force register scaling out of memory ...Bin Cheng1-6/+10
2016-02-02Improve TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS target hook.Wilco Dijkstra1-4/+17
2016-02-02This patch adds support for the TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS hook. Wilco Dijkstra1-0/+22
2016-01-28re PR target/69305 (wrong code with -O and int128 @ aarch64)Richard Henderson6-109/+241
2016-01-28A recent change added UNSPEC to the CCMP patterns to stop combine optimizing ...Wilco Dijkstra1-1/+1
2016-01-28Add support for vector permute cost since various permutes can expand into a ...Wilco Dijkstra2-1/+8
2016-01-28Several instructions disassemble a zero immediate as wzr/xzr due to using a r...Wilco Dijkstra1-6/+6
2016-01-26[PATCH] Do not set structural equality on polynomial typesRoger Ferrer Ibáñez1-4/+6
2016-01-25[AARCH64][ACLE][NEON] Implement vcvt*_s64_f64 and vcvt*_u64_f64 NEON intrinsics.Bilyan Borisov1-0/+60
2016-01-22re PR target/69416 (Nonsense rtl checking failure)Richard Henderson1-3/+4
2016-01-22system.h (string, algorithm): Include only conditionally.Michael Matz1-0/+1
2016-01-19[PATCH 3/4] Add support for rtx costing of CCMP on AArch64Wilco Dijkstra1-0/+20
2016-01-19[PATCH 2/4] Add support for float CCMPWilco Dijkstra2-2/+56
2016-01-19[Patch 1/4] Simplify the representation of CCMP patterns by usingWilco Dijkstra4-322/+78
2016-01-18re PR target/69176 (ICE in in final_scan_insn, at final.c:2981 on aarch64-lin...Richard Henderson3-69/+102
2016-01-15[AArch64] Remove TODO (redundant type conversions) in arm_neon.hJiong Wang3-76/+50
2016-01-15[AArch64] Handle CSEL of zero_extended operands in rtx costsKyrylo Tkachov1-0/+6
2016-01-15[AArch64] Handle compare of zero_extract form of TST-immediate in rtx costsKyrylo Tkachov1-0/+17
2016-01-15[AArch64] Properly reject invalid attribute stringsKyrylo Tkachov1-1/+6
2016-01-11[AArch64] PR rtl-optimization/68796: Add patterns for QImode and HImode compa...Kyrylo Tkachov3-0/+19
2016-01-04Update copyright years.Jakub Jelinek38-38/+38