summaryrefslogtreecommitdiff
path: root/gcc/config/msp430
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of apostrophes in error and warning messages (PR translation/899...Martin Liska2019-04-051-9/+9
* Wrap option names in gcc internal messages with %< and %>.Martin Liska2019-03-111-13/+18
* Update copyright years.Jakub Jelinek2019-01-0110-10/+10
* msp430.c (msp430_attr): Warn when the critical and interrupt function attribu...Jozef Lawrynowicz2018-12-291-0/+9
* msp430.h: Define TARGET_VTABLE_ENTRY_ALIGN.Jozef Lawrynowicz2018-12-181-0/+5
* re PR target/87927 (ICE: segmentation fault with patchable_function_entry att...Jozef Lawrynowicz2018-11-161-0/+5
* msp430.h (REG_CLASS_CONTENTS): Add R0 to REG_CLASS_CONTENTS[GEN_REGS].Jozef Lawrynowicz2018-11-061-2/+9
* re PR target/86797 (msp430 port needs updating for CVE-2017-5753)Nick Clifton2018-08-021-0/+3
* msp430.c (msp430_mcu_name): Set the "i" in the symbol defined for msp430i* de...Jozef Lawrynowicz2018-06-071-3/+18
* MSP430: Allow interrupt handlers to be staticJozef Lawrynowicz2018-06-061-10/+7
* msp430.c (msp430_output_labelref): Prepend user_label_prefix to name.Jozef Lawrynowicz2018-05-301-0/+3
* msp430.md: Remove erroneous subreg expression from zero_extendqisi2 insn patt...Jozef Lawrynowicz2018-05-301-3/+3
* msp430.c (TARGET_WARN_FUNC_RETURN): Define.Jozef Lawrynowicz2018-05-241-0/+11
* re PR target/79242 (ICE in simplify_subreg, at simplify-rtx.c:6029)Jozef Lawrynowicz2018-02-141-0/+4
* Update copyright years.Jakub Jelinek2018-01-0310-10/+10
* poly_int: IN_TARGET_CODERichard Sandiford2017-12-163-0/+6
* tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...Jakub Jelinek2017-12-151-15/+15
* arc.c (arc_attribute_table): Add exclusions to the comment.Jakub Jelinek2017-12-081-1/+1
* PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor2017-12-071-14/+19
* Add a fixed_size_mode classRichard Sandiford2017-11-011-3/+4
* Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford2017-10-231-1/+0
* msp430.c (msp430_option_override): Disable -fdelete-null-pointer-checks.Orlando Arias2017-10-201-0/+4
* Require wi::to_wide for treesRichard Sandiford2017-10-101-1/+1
* Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford2017-09-151-2/+0
* Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford2017-09-152-8/+16
* Turn HARD_REGNO_NREGS into a target hookRichard Sandiford2017-09-123-9/+5
* Turn MODES_TIEABLE_P into a target hookRichard Sandiford2017-09-043-6/+4
* Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford2017-09-043-9/+7
* [72/77] Pass scalar_mode to scalar_mode_supported_pRichard Sandiford2017-08-301-1/+1
* [62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford2017-08-301-2/+2
* [2/77] Add an E_ prefix to case statementsRichard Sandiford2017-08-301-4/+4
* msp430.h: Pass -mcode/data-region to the linker and -mdata-region to the asse...Jozef Lawrynowicz2017-08-301-2/+4
* re PR target/80993 ([msp430] __attribute__((interrupt)) should imply __attrib...Jozef Lawrynowicz2017-08-291-0/+4
* Remove the frame size argument from function_prologue/epilogueRichard Sandiford2017-08-211-1/+1
* trans.c: Include header files.Martin Liska2017-08-081-0/+2
* Fix problems with the MSP430 port's handling of persistent data.Jozef Lawrynowicz2017-06-151-4/+19
* re PR target/78838 (msp430 option -mcode-region=either, -ffunction-sections, ...Jozef Lawrynowicz2017-05-301-0/+15
* Remove trailing period from various diagnostic messages (PR translation/79923)David Malcolm2017-03-111-2/+2
* driver-msp430.c (msp430_mcu_data): Sync with data from TI's devices.csv file ...Joe Seymour2017-01-102-8/+20
* re PR translation/79019 (translatable string typo in cif-code.def:141)Jakub Jelinek2017-01-093-8/+14
* Update copyright years.Jakub Jelinek2017-01-0110-10/+10
* msp430.c (msp430_legitimate_address_p): Adjust fallthru comment.Jeff Law2016-10-261-1/+1
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* Put a TARGET_LRA_P into every targetSegher Boessenkool2016-09-141-0/+3
* re PR target/70713 (msp430 interrupt attribute prevents overriding weak symbols)Joe Seymour2016-09-131-0/+7
* re PR target/77570 ([msp430-elf] Wrong assembly in delay_cycles_32x insn decl...Orlando Arias2016-09-121-2/+2
* msp430-opts.h (msp430_hwmult_types): Add MSP430_HWMULT_ prefix to enum values.Nick Clifton2016-06-164-55/+56
* msp430.c (msp430_attr): Produce an error if a static interrupt handler is det...Nick Clifton2016-05-253-1/+12
* msp430.md (ashlhi3): Optimize one bit shifts.DJ Delorie2016-04-251-0/+9
* tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz2016-04-181-1/+1