[AArch64] Fix ICES with -mgeneral-regs-only / -march=...+nofp
[gcc.git] / gcc / config / aarch64 / aarch64.c
2015-06-24 Alan Lawrence[AArch64] Fix ICES with -mgeneral-regs-only / -march...
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-15 Jim Wilsonaarch64.md (mov<mode>_aarch64): Change alternative...
2015-06-15 Shiva Chen[AArch64] Change %ld to %wd for HOST_WIDE_INT parameter.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-06-04 Kyrylo Tkachov[AArch64] Always register fma_steering pass but gate...
2015-06-03 Jim Wilsonre PR target/66258 (compiling a stdarg function with...
2015-06-01 Matthew Wahabre PR target/65697 (__atomic memory barriers not strong...
2015-06-01 Matthew Wahabre PR target/65697 (__atomic memory barriers not strong...
2015-06-01 James Greenhalgh[AArch64 Obvious] "Fuseable" is not a word -> s/fuseabl...
2015-05-22 Kyrylo Tkachov[AArch64] PR target/65491: Classify V1TF vectors as...
2015-05-20 Kyrylo Tkachov[AArch64][obvious] In aarch64_class_max_nregs use UNITS...
2015-05-20 Kugan Vivekanandarajahaarch-common-protos.h (struct mem_cost_table): Added...
2015-05-12 Andrew MacLeodre PR target/65697 (__atomic memory barriers not strong...
2015-05-07 Richard Sandifordrtl.h (always_void_p): New function.
2015-05-06 Christian Bruelre PR target/66015 (align directives not propagated...
2015-05-05 Matthew Wahab[AArch64] Add branch-cost to cpu tuning information.
2015-05-01 Wilco Dijkstra[AArch64] Make aarch64_min_divisions_for_recip_mul...
2015-05-01 Kyrylo Tkachov[AArch64] Handle FLOAT and UNSIGNED_FLOAT in rtx costs
2015-05-01 Wilco Dijkstra[AArch64] Fix aarch64_rtx_costs of PLUS/MINUS
2015-05-01 Kyrylo Tkachov[AArch64] Remember to cost operand 0 in FP compare...
2015-04-30 Kyrylo Tkachov[AArch64] Add alternative 'extr' pattern, calculate...
2015-04-30 Kyrylo Tkachov[AArch64] Properly cost FABD pattern
2015-04-30 Kyrylo Tkachov[AArch64] Properly handle mvn-register and add EON...
2015-04-30 Kyrylo Tkachov[AArch64] Properly cost MNEG/[SU]MNEGL patterns
2015-04-30 Kyrylo TkachovFix up new line in previous commit
2015-04-30 Kyrylo Tkachov[AArch64] Properly handle SHIFT ops and EXTEND in aarch...
2015-04-30 Kyrylo Tkachov[AArch64] Use extend_arith rtx cost appropriately
2015-04-28 Thomas Preud'hommere PR target/63503 ([AArch64] A57 executes fused multip...
2015-04-24 Kyrylo Tkachov[AArch64] Implement -m{cpu,tune,arch}=native using...
2015-04-20 Alan Lawrence[Obvious][AArch64] Delete unused aarch64_simd_emit_pair...
2015-04-20 Alan Lawrence[AArch64] PR/64134: Make aarch64_expand_vector_init...
2015-02-18 Andrew Pinskiaarch64.c (*aarch64_load_symref_appropriately): Check...
2015-02-08 Andrew Pinskiaarch64.c (gty_dummy): Delete.
2015-02-04 Kyrylo Tkachov[AArch64] Use std::swap instead of manually swapping
2015-02-04 James Greenhalgh[AArch64] Rid the world of NAMED_PARAM
2015-02-02 Tejas Belagodre PR target/64231 (SIGSEGV building glibc on aarch64...
2015-01-26 Renlin Li[AARCH64]Fix TLS local exec model addressing code gener...
2015-01-21 David Sherwoodaarch64.h (CANNOT_CHANGE_MODE_CLASS): Removed.
2015-01-21 David Sherwoodgcc/
2015-01-21 Alan Haywardaarch64-protos.h (aarch64_simd_disambiguate_copy):...
2015-01-17 Maxim KuvyrkovEnable max_issue for AArch32 and AArch64
2015-01-16 Matthew Wahab[AArch64] Remove -mlra/-mno-lra option for Aarch64
2015-01-16 Zhenqiang Chen[AArch64] Enable CCMP support for AArch64, PR64015...
2015-01-15 Philipp Tomsichaarch64-cores.def (xgene1): Update/add the xgene1 ...
2015-01-15 Prathamesh Kulkarnidojump.h: New header file.
2015-01-13 Andrew Pinski\1a2015-01-13 Andrew Pinski <apinski@cavium.com>
2015-01-13 Andrew Pinski[multiple changes]
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-18 Wilco Dijkstra[AArch64] Add TARGET_MIN_DIVISIONS_FOR_RECIP_MUL
2014-12-18 Wilco Dijkstra[AArch64] Generalize code alignment
2014-12-11 Andrew Pinskiaarch64-protos.h (tune_params): Add align field.
2014-12-11 Renlin Li[AArch64]Use AARCH64_FL_FPSIMD flags for all cores...
2014-12-11 Kyrylo Tkachov[AArch64] Fix usage of +no in error message for aarch64...
2014-12-09 Wilco Dijkstra[AArch64] Add TARGET_SCHED_REASSOCIATION_WIDTH
2014-12-09 Andrew Pinski[AARCH64][5/5] Add macro fusion support for cmp/b.X...
2014-12-05 Renlin Li[AArch64]Clarify the usage of SCHED in AARCH64_CORE...
2014-12-05 Bin Cheng[AArch64]load store pair optimization using sched_fusio...
2014-12-05 Renlin Li[AArch64] Use selected cpu's tuning when no tuning...
2014-11-27 Zhenqiang Chenrevert: aarch64.c (aarch64_code_to_ccmode, [...]):...
2014-11-24 Kyrylo Tkachov[AArch64][4/5] Implement fusion of ARDP+LDR
2014-11-24 Kyrylo Tkachov[AArch64][3/5] Implement fusion of MOVK+MOVK
2014-11-24 Kyrylo Tkachov[AArch64][2/5] Implement adrp+add fusion
2014-11-24 Kyrylo Tkachov[AArch64][1/5] Implement TARGET_SCHED_MACRO_FUSION_PAIR_P
2014-11-20 Charles Baylisre PR target/63870 ([Aarch64] [ARM] Errors in use of...
2014-11-20 Tejas Belagodaarch64-protos.h (aarch64_classify_symbol): Fixup proto...
2014-11-19 Wilco Dijkstra[AArch64] Adjust generic move costs
2014-11-18 James Greenhalgh[Patch] PR target/63937 TARGET_USE_BY_PIECES_INFRASTRUC...
2014-11-18 Felix Yangaarch64.c (doloop_end): New pattern.
2014-11-17 Zhenqiang Chenaarch64.c (aarch64_code_to_ccmode, [...]): New functions.
2014-11-17 Zhenqiang Chenaarch64-protos.h (aarch64_ccmp_mode_to_code): New.
2014-11-17 Zhenqiang Chenaarch64-modes.def: Define ccmp CC mode.
2014-11-14 Ramana Radhakrishnanre PR target/63724 ([AArch64] Inefficient immediate...
2014-11-12 Alan LawrenceAdd bounds checking to vqdm*_lane intrinsics via a...
2014-11-12 Jiong Wang[AArch64] Let LR register alloctable
2014-11-08 Richard Sandifordaarch64.c: Include rtl-iter.h.
2014-11-06 Renlin Li[AArch64] Add ACLE arch-related predefined macros
2014-11-05 Tejas Belagod[AArch64] Restructure arm_neon.h vector types.
2014-11-04 Jiong Wang[AArch64] fix unsafe access to deallocated stack
2014-11-01 James Greenhalgh[Patch 6/7 AArch64] Deprecate *_BY_PIECES_P, move to...
2014-10-29 Kyrylo Tkachov[AArch64] Restore recog state after finding pre-madd...
2014-10-29 Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-27 Alan Lawrence[AArch64] Restore gimple_folding of reduction intrinsics
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-27 Alan Lawrence[AArch64] Temporarily remove aarch64_gimple_fold_builti...
2014-10-24 Kyrylo Tkachov[AArch64] Cleanup logic around aarch64_final_prescan
2014-10-21 Andrew Pinskiinvoke.texi (AARCH64/mtune): Document thunderx as an...
2014-10-16 Andrew MacLeodfunction.h: Flatten file.
2014-10-16 Richard Earnshawaarch64.c (aarch64_legitimize_address): New function.
2014-10-10 Kyrylo Tkachov[AArch64] Add --enable-fix-cortex-a53-835769 configure...
2014-10-10 Kyrylo Tkachov[AArch64] Implement workaround for ARM Cortex-A53 errat...
2014-09-26 Christophe Lyon[AArch64] Enable Address Sanitizer.
2014-09-25 James Greenhalgh[AArch64] Tighten predicates on SIMD shift intrinsics
2014-09-24 Wilco Dijkstra[AArch64] Improve regmove_costs for 128-bit types.
2014-09-23 Renlin Li[AArch64] Enable shrink wrapping.
2014-09-12 Wilco Dijkstra[AArch64] Add regmove_costs for Cortex-A57 and A53
2014-09-12 Wilco Dijkstra[AArch64] Fix cost for Q register moves
2014-09-12 Wilco Dijkstra[AArch64] Add cost handling of CALLER_SAVE_REGS and...
next