aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sparc/sparc.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-07re PR bootstrap/80897 (gnat bootstrap broken on SPARC64/Linux)Eric Botcazou1-1/+17
2017-09-05Make more use of int_mode_for_sizeRichard Sandiford1-2/+2
2017-09-04Turn FUNCTION_ARG_PADDING into a target hookRichard Sandiford1-7/+9
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford1-5/+6
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford1-4/+21
2017-09-04PR82045: Avoid passing machine modes through "..."Richard Sandiford1-9/+9
2017-08-30[73/77] Pass scalar_mode to scalar_mode_supported_pRichard Sandiford1-2/+2
2017-08-30[37/77] Use scalar_int_mode when emitting cstoresRichard Sandiford1-2/+2
2017-08-30[19/77] Add a smallest_int_mode_for_size helper functionRichard Sandiford1-2/+2
2017-08-30[2/77] Add an E_ prefix to case statementsRichard Sandiford1-44/+44
2017-08-30[1/77] Add an E_ prefix to mode namesRichard Sandiford1-3/+3
2017-08-21Remove the frame size argument from function_prologue/epilogueRichard Sandiford1-4/+4
2017-08-08trans.c: Include header files.Martin Liska1-0/+1
2017-07-27sparc.c (sparc_option_override): Set MASK_FSMULD flag earlier and only if MAS...Eric Botcazou1-22/+19
2017-07-26[SPARC] Add -mfsmuld optionSebastian Huber1-10/+22
2017-07-26[SPARC] Drop superfluous MASK_FPU enableSebastian Huber1-5/+5
2017-07-16profile-count.h (profile_probability::from_reg_br_prob_note, [...]): New func...Jan Hubicka1-2/+4
2017-07-11sparc.opt (mfix-ut700): New option.Daniel Cederman1-2/+86
2017-07-07Support for the SPARC M8 cpu.Jose E. Marchesi1-14/+298
2017-06-14sparc.h (MASK_ISA): Add MASK_LEON and MASK_LEON3.Eric Botcazou1-14/+6
2017-06-06sparc: Fix stack references in return delay slot.David S. Miller1-0/+3
2017-05-18Minor SPARC T4 and M7 fixes and additions.Sheldon Lobo1-5/+8
2017-04-19predicates.md (input_operand): Add comment.Eric Botcazou1-3/+2
2017-02-28re PR target/79749 (Many sparc testcases FAIL at -O0 with -fomit-frame-pointer)Eric Botcazou1-2/+3
2017-01-03invoke.texi (SPARC options): Document -mlra as the default.Eric Botcazou1-0/+4
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-05sparc-protos.h (sparc_splitdi_legitimate): Rename to...Eric Botcazou1-10/+70
2016-12-01sparc.opt (mlra): New target option.Eric Botcazou1-3/+12
2016-11-24sparc-common.c (sparc_option_optimization_table): Enable REE at -O2 and higher.Eric Botcazou1-0/+5
2016-10-28target.def (min_arithmetic_precision): New hook.Eric Botcazou1-0/+12
2016-10-25config.gcc (sparc*-*-solaris2*): Adjust.Eric Botcazou1-3/+3
2016-10-21sparc-modes.def (CCV): New.Eric Botcazou1-6/+35
2016-10-17i386.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Move to...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 Botcazou1-2/+2
2016-10-14sparc-passes.def: New file.Eric Botcazou1-17/+2
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 Botcazou1-7/+3
2016-10-11sparc.opt (msubxc): New option.Eric Botcazou1-138/+234
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 Saunders1-5/+3
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
2016-06-06sparc: support for the SPARC M7 and VIS 4.0Jose E. Marchesi1-11/+221
2016-04-12re PR target/70630 (sparc bootstrap failure: sparc.c:4919:6: error: suggest e...Eric Botcazou1-6/+11
2016-03-01re PR target/69706 (internal compiler error: in extract_constrain_insn, at re...Eric Botcazou1-9/+9
2016-02-29re PR target/69706 (internal compiler error: in extract_constrain_insn, at re...Eric Botcazou1-370/+294