Age | Commit message (Expand) | Author | Files | Lines |
2021-05-18 | Use startswith in targets. | Martin Liska | 1 | -7/+6 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-11-23 | MSP430: Remove target-specific handling of the "persistent" attribute | Jozef Lawrynowicz | 1 | -98/+16 |
2020-11-15 | MSP430: Fix inconsistent naming of hwmult libfuncs | Jozef Lawrynowicz | 1 | -22/+0 |
2020-11-15 | MSP430: Define function to check 16-bit hwmult support | Jozef Lawrynowicz | 1 | -12/+39 |
2020-11-13 | MSP430: Implement TARGET_INSN_COST | Jozef Lawrynowicz | 1 | -5/+20 |
2020-11-13 | MSP430: Add defaulting to the insn length attribute | Jozef Lawrynowicz | 1 | -44/+118 |
2020-11-13 | MSP430: Implement TARGET_RTX_COSTS | Jozef Lawrynowicz | 1 | -17/+485 |
2020-11-13 | MSP430: Implement TARGET_MEMORY_MOVE_COST | Jozef Lawrynowicz | 1 | -0/+129 |
2020-09-18 | MSP430: Add 'd', 'e', 'f' and 'g' asm operand modifiers | Jozef Lawrynowicz | 1 | -72/+80 |
2020-09-18 | MSP430: Fix CFA generation during function epilogues | Jozef Lawrynowicz | 1 | -13/+59 |
2020-09-08 | MSP430: Fix detection of assembler support for .mspabi_attribute | Jozef Lawrynowicz | 1 | -2/+2 |
2020-09-08 | MSP430: Use enums to handle -mcpu= values | Jozef Lawrynowicz | 1 | -13/+8 |
2020-09-07 | MSP430: Don't override default ISA when MCU name is unrecognized | Jozef Lawrynowicz | 1 | -9/+2 |
2020-08-26 | MSP430: Simplify and extend shift instruction patterns | Jozef Lawrynowicz | 1 | -82/+190 |
2020-07-21 | MSP430: Remove do_no_relax_short_jumps | Jozef Lawrynowicz | 1 | -13/+0 |
2020-05-12 | MSP430: Define ASM_OUTPUT_ALIGNED_DECL_LOCAL | Jozef Lawrynowicz | 1 | -4/+15 |
2020-04-13 | MSP430: Dont add offsets to addresses when emitting asm for post_inc | Jozef Lawrynowicz | 1 | -3/+7 |
2020-04-13 | MSP430: Fix memory offsets used by %C and %D asm output operand modifiers | Jozef Lawrynowicz | 1 | -2/+2 |
2020-04-09 | MSP430: Indiciate that the epilogue_helper insn does not fallthru | Jozef Lawrynowicz | 1 | -1/+1 |
2020-03-17 | Fix up duplicated duplicated words mostly in comments | Jakub Jelinek | 1 | -1/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-16 | MSP430: Add new msp430-elfbare target | Jozef Lawrynowicz | 1 | -0/+10 |
2019-11-04 | MSP430: Add -mtiny-printf option | Jozef Lawrynowicz | 1 | -0/+6 |
2019-11-04 | MSP430: Add new methods of finding external MCU data file | Jozef Lawrynowicz | 1 | -0/+23 |
2019-10-30 | msp430.c (msp430_expand_helper): Support expansion of calls to __mspabi_mpy* ... | Jozef Lawrynowicz | 1 | -12/+57 |
2019-10-30 | msp430.c (msp430_check_index_not_high_mem): New. | Jozef Lawrynowicz | 1 | -6/+37 |
2019-10-24 | MSP430: Remove unused msp430_hard_regno_nregs_*_padding functions | Jozef Lawrynowicz | 1 | -22/+3 |
2019-10-23 | msp430-protos.h (msp430_has_hwmult): New. | Jozef Lawrynowicz | 1 | -10/+12 |
2019-10-15 | constraints.md: Allow post_inc operand for "Ya" constraint. | Jozef Lawrynowicz | 1 | -1/+31 |
2019-10-07 | msp430.c (msp430_file_end): s/msp_/msp430_/ | Jozef Lawrynowicz | 1 | -6/+8 |
2019-10-07 | msp430-protos.h (msp430_split_addsi): New prototype. | Jozef Lawrynowicz | 1 | -0/+23 |
2019-10-07 | MSP430: Don't generate 430X insns when handling data in the lower memory region | Jozef Lawrynowicz | 1 | -29/+185 |
2019-09-10 | Add call_used_or_fixed_reg_p | Richard Sandiford | 1 | -1/+1 |
2019-09-03 | MSP430: Use default_elf_select_section to determine sections for data | Jozef Lawrynowicz | 1 | -31/+50 |
2019-09-03 | MSP430: Setup exclusion tables for function and data attributes | Jozef Lawrynowicz | 1 | -79/+120 |
2019-09-03 | Implement TARGET_HANDLE_GENERIC_ATTRIBUTE | Jozef Lawrynowicz | 1 | -0/+40 |
2019-08-20 | Use function_arg_info for TARGET_CALLEE_COPIES | Richard Sandiford | 1 | -10/+1 |
2019-08-20 | Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCE | Richard Sandiford | 1 | -4/+2 |
2019-08-20 | Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARG | Richard Sandiford | 1 | -5/+3 |
2019-08-20 | Use function_arg_info for TARGET_PASS_BY_REFERENCE | Richard Sandiford | 1 | -8/+5 |
2019-08-20 | Use function_arg_info for TARGET_ARG_PARTIAL_BYTES | Richard Sandiford | 1 | -5/+2 |
2019-08-20 | Add pass_va_arg_by_reference | Richard Sandiford | 1 | -1/+1 |
2019-08-15 | MSP430: Fix lines over 80 characters long in config/msp430/*.{c,h} files | Jozef Lawrynowicz | 1 | -66/+126 |
2019-08-15 | MSP430: Fix whitespace errors and incorrect indentation in config/msp430/*.{c... | Jozef Lawrynowicz | 1 | -202/+199 |
2019-08-14 | Add generic support for noinit attribute. | Christophe Lyon | 1 | -2/+2 |
2019-08-13 | Use checking forms of DECL_FUNCTION_CODE (PR 91421) | Richard Sandiford | 1 | -1/+1 |
2019-08-13 | MSP430: Consolidate handling of hard-coded MCU data | Jozef Lawrynowicz | 1 | -654/+26 |
2019-07-29 | MSP430: Disallow use of code/data regions in the small memory model | Jozef Lawrynowicz | 1 | -4/+31 |
2019-07-22 | MSP430: Don't save all callee-saved regs in non-leaf interrupt functions | Jozef Lawrynowicz | 1 | -5/+13 |