aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/msp430/msp430.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-25Replace {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE with new hook mode_for_floating_typeKewen Lin1-4/+0
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-01-17Change references of .c files to .cc filesMartin Liska1-2/+2
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-13MSP430: Implement TARGET_INSN_COSTJozef Lawrynowicz1-0/+8
2020-11-13MSP430: Add defaulting to the insn length attributeJozef Lawrynowicz1-0/+10
2020-08-03MSP430: Don't pass redundant -md option to the assemblerJozef Lawrynowicz1-2/+0
2020-07-21MSP430: Define NO_FUNCTION_CSEJozef Lawrynowicz1-0/+5
2020-05-12MSP430: Define ASM_OUTPUT_ALIGNED_DECL_LOCALJozef Lawrynowicz1-1/+7
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-11MSP430: Add -fno-exceptions multilibJozef Lawrynowicz1-2/+9
2019-11-04MSP430: Add -mtiny-printf optionJozef Lawrynowicz1-1/+2
2019-11-04MSP430: Add new methods of finding external MCU data fileJozef Lawrynowicz1-1/+11
2019-10-15constraints.md: Allow post_inc operand for "Ya" constraint.Jozef Lawrynowicz1-0/+12
2019-10-07MSP430: Don't generate 430X insns when handling data in the lower memory regionJozef Lawrynowicz1-2/+11
2019-09-30Pass an ABI to choose_hard_reg_modeRichard Sandiford1-1/+1
2019-08-15MSP430: Fix lines over 80 characters long in config/msp430/*.{c,h} filesJozef Lawrynowicz1-11/+19
2019-08-15MSP430: Fix whitespace errors and incorrect indentation in config/msp430/*.{c...Jozef Lawrynowicz1-9/+9
2019-08-13MSP430: Read MCU data from external fileJozef Lawrynowicz1-1/+9
2019-08-13MSP430: Consolidate handling of hard-coded MCU dataJozef Lawrynowicz1-3/+7
2019-07-29MSP430: Disallow use of code/data regions in the small memory modelJozef Lawrynowicz1-0/+8
2019-07-29Allow both upper and lower case 'r' in register namesJozef Lawrynowicz1-0/+22
2019-07-24Fix non-GNU style in previous commitsJozef Lawrynowicz1-1/+2
2019-07-24msp430.h (ENDFILE_SPEC): Wrap uses of crtn*.o in if-exists.Jozef Lawrynowicz1-1/+1
2019-06-25Implement alternate "__intN__" form of "__intN" typeJozef Lawrynowicz1-2/+4
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-18msp430.h: Define TARGET_VTABLE_ENTRY_ALIGN.Jozef Lawrynowicz1-0/+5
2018-11-06msp430.h (REG_CLASS_CONTENTS): Add R0 to REG_CLASS_CONTENTS[GEN_REGS].Jozef Lawrynowicz1-2/+9
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-23Convert STARTING_FRAME_OFFSET to a hookRichard Sandiford1-1/+0
2017-09-15Turn TRULY_NOOP_TRUNCATION into a hookRichard Sandiford1-2/+0
2017-09-15Turn CANNOT_CHANGE_MODE_CLASS into a hookRichard Sandiford1-8/+0
2017-09-12Turn HARD_REGNO_NREGS into a target hookRichard Sandiford1-3/+0
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford1-3/+0
2017-09-04Turn HARD_REGNO_MODE_OK into a target hookRichard Sandiford1-3/+0
2017-08-30msp430.h: Pass -mcode/data-region to the linker and -mdata-region to the asse...Jozef Lawrynowicz1-2/+4
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-05-25msp430.c (msp430_attr): Produce an error if a static interrupt handler is det...Nick Clifton1-1/+0
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-04gcc * config.gcc (extra_gcc_objs): Define for MSP430.Nick Clifton1-0/+24
2015-10-22msp430.opt: Add -msilicon-errata and -msilicon-errata-warn.Nick Clifton1-0/+2
2015-07-22t-msp430 (MULTILIB_DIRNAMES): Remove trailing slashes.DJ Delorie1-1/+1
2015-05-05msp430-opts.h (enum msp430_regions): New.Nick Clifton1-0/+6
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-14msp430-modes.def (PSI): Add.DJ Delorie1-7/+6
2014-09-23Remove LIBGCC2_LONG_DOUBLE_TYPE_SIZE target macro.Joseph Myers1-2/+0
2014-09-22msp430.h (LIB_SPEC): Remove automatic addition of -lnosys when -msim absent.Peter A. Bigot1-1/+0
2014-09-12Remove LIBGCC2_HAS_?F_MODE target macros.Joseph Myers1-1/+0