aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/msp430
AgeCommit message (Expand)AuthorFilesLines
2018-11-06msp430.h (REG_CLASS_CONTENTS): Add R0 to REG_CLASS_CONTENTS[GEN_REGS].Jozef Lawrynowicz1-2/+9
2018-08-02re PR target/86797 (msp430 port needs updating for CVE-2017-5753)Nick Clifton1-0/+3
2018-06-07msp430.c (msp430_mcu_name): Set the "i" in the symbol defined for msp430i* de...Jozef Lawrynowicz1-3/+18
2018-06-06MSP430: Allow interrupt handlers to be staticJozef Lawrynowicz1-10/+7
2018-05-30msp430.c (msp430_output_labelref): Prepend user_label_prefix to name.Jozef Lawrynowicz1-0/+3
2018-05-30msp430.md: Remove erroneous subreg expression from zero_extendqisi2 insn patt...Jozef Lawrynowicz1-3/+3
2018-05-24msp430.c (TARGET_WARN_FUNC_RETURN): Define.Jozef Lawrynowicz1-0/+11
2018-02-14re PR target/79242 (ICE in simplify_subreg, at simplify-rtx.c:6029)Jozef Lawrynowicz1-0/+4
2018-01-03Update copyright years.Jakub Jelinek10-10/+10
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford3-0/+6
2017-12-15tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...Jakub Jelinek1-15/+15
2017-12-08arc.c (arc_attribute_table): Add exclusions to the comment.Jakub Jelinek1-1/+1
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-14/+19
2017-11-01Add a fixed_size_mode classRichard Sandiford1-3/+4
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford1-1/+0
2017-10-20msp430.c (msp430_option_override): Disable -fdelete-null-pointer-checks.Orlando Arias1-0/+4
2017-10-10Require wi::to_wide for treesRichard Sandiford1-1/+1
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford1-2/+0
2017-09-15Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford2-8/+16
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford3-9/+5
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford3-6/+4
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford3-9/+7
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-2/+2
2017-08-30[2/77] Add an E_ prefix to case statementsRichard Sandiford1-4/+4
2017-08-30msp430.h: Pass -mcode/data-region to the linker and -mdata-region to the asse...Jozef Lawrynowicz1-2/+4
2017-08-29re PR target/80993 ([msp430] __attribute__((interrupt)) should imply __attrib...Jozef Lawrynowicz1-0/+4
2017-08-21Remove the frame size argument from function_prologue/epilogueRichard Sandiford1-1/+1
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-06-15Fix problems with the MSP430 port's handling of persistent data.Jozef Lawrynowicz1-4/+19
2017-05-30re PR target/78838 (msp430 option -mcode-region=either, -ffunction-sections, ...Jozef Lawrynowicz1-0/+15
2017-03-11Remove trailing period from various diagnostic messages (PR translation/79923)David Malcolm1-2/+2
2017-01-10driver-msp430.c (msp430_mcu_data): Sync with data from TI's devices.csv file ...Joe Seymour2-8/+20
2017-01-09re PR translation/79019 (translatable string typo in cif-code.def:141)Jakub Jelinek3-8/+14
2017-01-01Update copyright years.Jakub Jelinek10-10/+10
2016-10-26msp430.c (msp430_legitimate_address_p): Adjust fallthru comment.Jeff Law1-1/+1
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-09-13re PR target/70713 (msp430 interrupt attribute prevents overriding weak symbols)Joe Seymour1-0/+7
2016-09-12re PR target/77570 ([msp430-elf] Wrong assembly in delay_cycles_32x insn decl...Orlando Arias1-2/+2
2016-06-16msp430-opts.h (msp430_hwmult_types): Add MSP430_HWMULT_ prefix to enum values.Nick Clifton4-55/+56
2016-05-25msp430.c (msp430_attr): Produce an error if a static interrupt handler is det...Nick Clifton3-1/+12
2016-04-25msp430.md (ashlhi3): Optimize one bit shifts.DJ Delorie1-0/+9
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-1/+1
2016-02-17msp430.c (msp430_mcu_data): Sync with data from TI's devices.csv file as of M...Nick Clifton1-2/+16
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek1-1/+1
2016-02-04* config/msp430/msp430.c (msp430_start_function): Add function type.DJ Delorie1-0/+1
2016-01-04Update copyright years.Jakub Jelinek10-10/+10
2015-12-04gcc * config.gcc (extra_gcc_objs): Define for MSP430.Nick Clifton5-549/+826
2015-11-09Machine modes for address printing.Julian Brown1-2/+2