aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/msp430
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-22re PR driver/68043 (many undocumented options, missing punctuation)Martin Sebor1-2/+2
2015-10-22msp430.opt: Add -msilicon-errata and -msilicon-errata-warn.Nick Clifton2-0/+10
2015-10-22oops- omitted by accident from the previous delta.Nick Clifton1-281/+433
2015-10-21Improve --help output to generate references to option aliases.Martin Sebor1-9/+9
2015-10-16gen-mul-tables.cc: Adjust include files.Andrew MacLeod2-34/+7
2015-10-12msp430.c (msp430_mcu_names): Rename to msp430_mcu_data, add fields for ISA an...Nick Clifton1-151/+635
2015-10-06gcc * config/msp430/msp430.c (ATTR_NOINIT): New constant.Nick Clifton1-2/+61
2015-09-29[PATCH] Fix undefined behaviour in msp430 portJeff Law2-3/+3
2015-09-01* config/msp430/msp430.opt (mcpu): Fix typo.Nick Clifton1-1/+1
2015-07-22t-msp430 (MULTILIB_DIRNAMES): Remove trailing slashes.DJ Delorie4-11/+44
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-7/+9
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod2-12/+4