aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sparc
AgeCommit message (Expand)AuthorFilesLines
2017-07-26[SPARC] Add -mfsmuld optionSebastian Huber4-12/+29
2017-07-26[SPARC] Drop superfluous MASK_FPU enableSebastian Huber1-5/+5
2017-07-25[RTEMS] Add GCC Runtime Library ExceptionSebastian Huber1-12/+17
2017-07-17[SPARC/RTEMS] Add __FIX_LEON3FT_B2BSTSebastian Huber1-0/+2
2017-07-17[RTEMS] Add multilibs for LEON3FT back-to-back store workaroundDaniel Cederman1-15/+21
2017-07-16profile-count.h (profile_probability::from_reg_br_prob_note, [...]): New func...Jan Hubicka1-2/+4
2017-07-16sparc.md (divdf3_fix): Add NOP to prevent back to back store errata sensitive...Daniel Cederman1-4/+4
2017-07-11sparc.opt (mfix-ut700): New option.Daniel Cederman3-2/+104
2017-07-07Support for the SPARC M8 cpu.Jose E. Marchesi17-178/+1035
2017-06-14sparc.h (MASK_ISA): Add MASK_LEON and MASK_LEON3.Eric Botcazou2-16/+13
2017-06-14* config/sparc/driver-sparc.c (cpu_names): Add SPARC-T5 entry.Eric Botcazou1-0/+2
2017-06-12More refinements to fixing sparc's PR target/80968.David S. Miller1-1/+4
2017-06-06sparc: Fix stack references in return delay slot.David S. Miller1-0/+3
2017-06-01sparc.md (*zero_extendsidi2_insn_sp64): Set insn type for movstouw.Jose E. Marchesi1-2/+2
2017-05-24Fix a SPARC -mcbcond compare-and-branch out of range failure.Sheldon Lobo1-1/+2
2017-05-18Minor SPARC T4 and M7 fixes and additions.Sheldon Lobo3-8/+18
2017-04-19predicates.md (input_operand): Add comment.Eric Botcazou2-4/+11
2017-02-28re PR target/79749 (Many sparc testcases FAIL at -O0 with -fomit-frame-pointer)Eric Botcazou1-2/+3
2017-02-05re PR target/79353 (ICE in curr_insn_transform, at lra-constraints.c:3773)Eric Botcazou1-6/+6
2017-01-03invoke.texi (SPARC options): Document -mlra as the default.Eric Botcazou1-0/+4
2017-01-01Update copyright years.Jakub Jelinek48-48/+48
2016-12-12constraints.md (T): Use special memory constraint.Eric Botcazou2-13/+14
2016-12-05sparc-protos.h (sparc_splitdi_legitimate): Rename to...Eric Botcazou3-255/+215
2016-12-03constraints.md (U): Adjust comment.Eric Botcazou2-29/+44
2016-12-01sparc.opt (mlra): New target option.Eric Botcazou3-28/+37
2016-11-24sparc-common.c (sparc_option_optimization_table): Enable REE at -O2 and higher.Eric Botcazou1-0/+5
2016-11-23sparc.md (*ashrsi3_extend): Rename to...Eric Botcazou1-11/+35
2016-11-03sparc.md (vec_interleave_lowv8qi): Delete.Eric Botcazou1-28/+0
2016-10-28target.def (min_arithmetic_precision): New hook.Eric Botcazou1-0/+12
2016-10-27* config/sparc/sparc.md (<*vlop:code><VL:mode>3): Remove leading '*'.Eric Botcazou1-1/+1
2016-10-25config.gcc (sparc*-*-solaris2*): Adjust.Eric Botcazou4-542/+572
2016-10-23sparc.md (cpu_feature): Minor tweak.Eric Botcazou1-43/+44
2016-10-23sparc-c.c (sparc_target_macros): Replace TARGET_64BIT with TARGET_ARCH64.Eric Botcazou1-2/+2
2016-10-21sparc-modes.def (CCV): New.Eric Botcazou4-6/+693
2016-10-17i386.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Move to...Eric Botcazou2-3/+3
2016-10-16re PR ada/37139 (DEP prevents using Ada tasking)Eric Botcazou1-0/+3
2016-10-16sparc.c (sparc_expand_vector_init): Only accept literal constants in CONST_VE...Eric Botcazou1-3/+2
2016-10-15sparc.c (sparc_expand_vec_perm_bmask): Use a scratch register as destination ...Eric Botcazou2-4/+4
2016-10-14sparc-passes.def: New file.Eric Botcazou4-18/+33
2016-10-13re PR target/77957 (Undefined .LCTOC0 with -fstack-protector-strong -mminimal...Jakub Jelinek1-0/+5
2016-10-11sparc.c (emit_scc_insn): Remove direct support for EQ and GEU in DImode if TA...Eric Botcazou2-123/+21
2016-10-11sparc.opt (msubxc): New option.Eric Botcazou6-808/+1091
2016-10-08sparc.h (FIXED_REGISTERS): Add %icc.Eric Botcazou1-8/+4
2016-10-06re PR target/77759 (ICE in function_arg_record_value on nested empty class)James Clarke1-17/+16
2016-09-26Fix fallthrough comments for Ada, Solaris/x86, SPARCRainer Orth1-0/+2
2016-09-26tree.h (memmodel_from_int, [...]): Move to ...Thomas Preud'homme1-0/+1
2016-09-22use rtx_insn * moreTrevor Saunders2-6/+4
2016-09-14Put a TARGET_LRA_P into every targetSegher Boessenkool1-0/+3
2016-08-28re PR target/77324 (ICE in push_reload, at reload.c:1350)Eric Botcazou1-0/+7
2016-07-28merge adjust_cost and adjust_cost_2 target hooksTrevor Saunders1-10/+13