aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/spu
AgeCommit message (Expand)AuthorFilesLines
2018-08-20[PATCH] fix some build breakageNathan Sidwell1-1/+1
2018-08-06[spu, commit] Define TARGET_HAVE_SPECULATION_SAFE_VALUEUlrich Weigand1-0/+3
2018-07-17Clean up of new format of -falign-FOO.Martin Liska2-3/+5
2018-07-05Replace NO_IMPLICIT_EXTERN_C with SYSTEM_IMPLICIT_EXTERN_C.Nathan Sidwell1-2/+0
2018-07-04[multiple changes]Martin Liska2-4/+7
2018-01-03Update copyright years.Jakub Jelinek19-19/+19
2017-12-20poly_int: TRULY_NOOP_TRUNCATIONRichard Sandiford1-1/+1
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford2-0/+4
2017-12-15tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...Jakub Jelinek1-7/+7
2017-12-08re PR target/82960 (spu_machine_dependent_reorg does not handle jump_table_da...Ulrich Weigand1-3/+4
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-4/+4
2017-11-19[ft32, spu] Remove semicolon after do {} while (0) in REGISTER_TARGET_PRAGMASTom de Vries1-1/+1
2017-11-01Add gen_(const_)vec_duplicate helpersRichard Sandiford1-10/+1
2017-10-26This patch adds a new hook that gives the preferred alignment for a static rt...Richard Sandiford1-0/+14
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford1-2/+0
2017-10-17target.h (enum vect_cost_for_stmt): Add vec_gather_load and vec_scatter_storeJan Hubicka1-0/+2
2017-09-25Turn CONSTANT_ALIGNMENT into a hookRichard Sandiford2-2/+16
2017-09-21Fix spu build after r253072Richard Sandiford1-1/+1
2017-09-19alpha.c (alpha_expand_prologue): Also check flag_stack_clash_protection.Jeff Law1-2/+2
2017-09-15Turn FUNCTION_ARG_OFFSET into a hookRichard Sandiford2-7/+15
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford2-2/+11
2017-09-15Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford2-7/+14
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford2-7/+12
2017-09-05Make more use of int_mode_for_sizeRichard Sandiford1-2/+2
2017-09-05Make more use of int_mode_for_modeRichard Sandiford1-3/+3
2017-09-04Turn FUNCTION_ARG_PADDING into a target hookRichard Sandiford2-2/+11
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford2-4/+11
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford1-2/+0
2017-09-04PR82045: Avoid passing machine modes through "..."Richard Sandiford2-6/+8
2017-08-30[72/77] Pass scalar_mode to scalar_mode_supported_pRichard Sandiford1-1/+1
2017-08-30[62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford1-5/+5
2017-08-30[19/77] Add a smallest_int_mode_for_size helper functionRichard Sandiford1-3/+2
2017-08-30[18/77] Make int_mode_for_mode return an opt_scalar_int_modeRichard Sandiford1-5/+3
2017-08-30[2/77] Add an E_ prefix to case statementsRichard Sandiford1-62/+62
2017-08-08trans.c: Include header files.Martin Liska1-0/+1
2017-08-01re PR target/80846 (auto-vectorized AVX2 horizontal sum should narrow to 128b...Jakub Jelinek2-10/+17
2017-07-16profile-count.h (profile_probability::from_reg_br_prob_note, [...]): New func...Jan Hubicka1-3/+3
2017-01-01Update copyright years.Jakub Jelinek19-19/+19
2016-11-23* config/spu/spu.md (floatunsdidf2): Remove unused local variable.Jeff Law1-1/+1
2016-11-21split up variables to use rtx_insn * moreTrevor Saunders1-4/+3
2016-11-21use rtx_insn * more places where it is obviousTrevor Saunders1-3/+3
2016-10-28vax.h (REGNO_REG_CLASS): Access the REGNO argument.Jeff Law1-1/+2
2016-10-26spu.c (spu_sched_reorder): Add missing fallthru comment.Jeff Law1-1/+3
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-09-14Put a TARGET_LRA_P into every targetSegher Boessenkool1-0/+3
2016-07-28merge adjust_cost and adjust_cost_2 target hooksTrevor Saunders1-2/+3
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-2/+2
2016-01-04Update copyright years.Jakub Jelinek19-19/+19
2015-11-09Machine modes for address printing.Julian Brown1-2/+2
2015-10-21Improve --help output to generate references to option aliases.Martin Sebor1-22/+22