aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/aarch64
AgeCommit message (Expand)AuthorFilesLines
2012-12-17[AARCH64] Enable support for TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES.James Greenhalgh1-0/+12
2012-12-05[AARCH64] Add zip{1, 2}, uzp{1, 2}, trn{1, 2} support James Greenhalgh4-2/+303
2012-12-05[AARCH64] Implement Vector Permute Support.James Greenhalgh4-1/+372
2012-12-05aarch64.c (aarch64_simd_mangle_map_entry): New typedef.Yufeng Zhang1-0/+64
2012-12-05aarch64.c (aarch64_mangle_type): New function.Yufeng Zhang1-0/+17
2012-12-05[AARCH64] Add support for vectorizable standard math patterns.James Greenhalgh7-102/+174
2012-12-04AArch64: Fix ICE due to missing TYPE_STUB_DECL on builtin va_list.Marcus Shawcroft1-0/+1
2012-12-04aarch64.c (aarch64_simd_vector_alignment, [...]): New.Tejas Belagod1-0/+32
2012-12-03[AARCH64] Refactor constant generation.Sofiane Naci1-23/+31
2012-11-26aarch64-builtins.c (aarch64_builtin_decls): New.James Greenhalgh3-2/+19
2012-11-22Implement bswaphi2 with rev16 (AArch64)Ian Bolton1-0/+9
2012-11-21t-aarch64-linux: Define MULTIARCH_DIRNAME for linux target.Matthias Klose1-0/+3
2012-11-20gcc/James Greenhalgh5-667/+739
2012-11-20Fix revision 193651.James Greenhalgh1-0/+382
2012-11-20aarch64.md (define_attr "sync_*"): Remove.Sofiane Naci5-937/+259
2012-11-19gcc/Sofiane Naci1-19/+38
2012-11-12Use CSINC instead of CSEL to return 1 (AArch64)Ian Bolton3-8/+18
2012-11-12Optimise comparison where intermediate result not used (AArch64)Ian Bolton1-0/+11
2012-11-07aarch64.c (aarch64_expand_prologue): add the missing argument 'Pmode' to the ...Yufeng Zhang1-1/+2
2012-11-07aarch64.c (aarch64_expand_prologue): For the load-pair with writeback instruc...Yufeng Zhang1-8/+12
2012-10-302012-10-30 James Greenhalgh <james.greenhalgh@arm.com>James Greenhalgh2-0/+145
2012-10-29aarch64-protos.h (aarch64_load_tp): New proto.Andrew Pinski4-15/+13
2012-10-23AArch64 [3/10]Ian Bolton27-0/+44070