index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.target
/
msp430
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-10-26
PR 91865: Avoid ZERO_EXTEND of ZERO_EXTEND in make_compound_operation.
Roger Sayle
1
-0
/
+8
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
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
2
-9
/
+9
2020-11-23
cp/decl.c: Set DECL_INITIAL before attribute processing
Jozef Lawrynowicz
1
-0
/
+1
2020-11-15
MSP430: Fix inconsistent naming of hwmult libfuncs
Jozef Lawrynowicz
1
-1
/
+1
2020-11-13
MSP430: Implement TARGET_INSN_COST
Jozef Lawrynowicz
4
-0
/
+161
2020-09-18
MSP430: Add 'd', 'e', 'f' and 'g' asm operand modifiers
Jozef Lawrynowicz
2
-21
/
+161
2020-09-08
MSP430: Use enums to handle -mcpu= values
Jozef Lawrynowicz
3
-0
/
+35
2020-09-07
MSP430: Don't override default ISA when MCU name is unrecognized
Jozef Lawrynowicz
1
-0
/
+10
2020-08-26
MSP430: Simplify and extend shift instruction patterns
Jozef Lawrynowicz
4
-1
/
+151
2020-05-12
MSP430: Allow .bss section to be created in region-attribute-misuse test
Jozef Lawrynowicz
1
-1
/
+0
2020-04-13
MSP430: Fix memory offsets used by %C and %D asm output operand modifiers
Jozef Lawrynowicz
1
-0
/
+30
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-16
MSP430: Add new msp430-elfbare target
Jozef Lawrynowicz
1
-3
/
+5
2019-11-04
MSP430: Add -mtiny-printf option
Jozef Lawrynowicz
1
-0
/
+3
2019-11-04
MSP430: Add new methods of finding external MCU data file
Jozef Lawrynowicz
6
-2
/
+127
2019-10-31
devices-main.c: Move to devices subdirectory.
Jozef Lawrynowicz
30
-29
/
+35
2019-10-30
msp430.c (msp430_check_index_not_high_mem): New.
Jozef Lawrynowicz
1
-0
/
+33
2019-10-24
MSP430: Tweaks to generation of 430X instructions
Jozef Lawrynowicz
3
-2
/
+11
2019-10-07
MSP430: Don't generate 430X insns when handling data in the lower memory region
Jozef Lawrynowicz
7
-2
/
+1715
2019-09-03
MSP430: Setup exclusion tables for function and data attributes
Jozef Lawrynowicz
3
-15
/
+69
2019-08-13
MSP430: Read MCU data from external file
Jozef Lawrynowicz
33
-1
/
+208
2019-08-13
MSP430: Consolidate handling of hard-coded MCU data
Jozef Lawrynowicz
9
-1
/
+142
2019-08-05
pr80993.c: Add cleanup-saved-temps to final actions.
Jozef Lawrynowicz
1
-0
/
+1
2019-07-29
MSP430: Disallow use of code/data regions in the small memory model
Jozef Lawrynowicz
5
-1
/
+30
2019-07-29
Allow both upper and lower case 'r' in register names
Jozef Lawrynowicz
2
-0
/
+50
2019-07-22
MSP430: Don't save all callee-saved regs in non-leaf interrupt functions
Jozef Lawrynowicz
5
-0
/
+196
2019-06-25
Implement alternate "__intN__" form of "__intN" type
Jozef Lawrynowicz
1
-0
/
+11
2019-06-16
MSP430: Implement 64-bit shifts in assembly code
Jozef Lawrynowicz
3
-0
/
+30
2019-06-06
MSP430: Use minimal code size library shift functions when optimizing for size
Jozef Lawrynowicz
1
-0
/
+26
2019-06-06
MSP430: Emulate 16-bit shifts with rotate insn when src operand is in memory
Jozef Lawrynowicz
3
-0
/
+45
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-12-29
msp430.c (msp430_attr): Warn when the critical and interrupt function attribu...
Jozef Lawrynowicz
1
-0
/
+12
2018-11-27
Tweak directives in GCC tests for msp430-elf
Jozef Lawrynowicz
4
-6
/
+8
2018-11-07
re PR c/87691 (transparent_union attribute does not work with MODE_PARTIAL_INT)
Jozef Lawrynowicz
1
-0
/
+41
2018-11-06
msp430.h (REG_CLASS_CONTENTS): Add R0 to REG_CLASS_CONTENTS[GEN_REGS].
Jozef Lawrynowicz
1
-0
/
+16
2018-08-06
re PR target/86662 (msp430-elf segfault with -flto and -mlarge)
Jozef Lawrynowicz
1
-0
/
+13
2018-06-07
msp430.c (msp430_mcu_name): Set the "i" in the symbol defined for msp430i* de...
Jozef Lawrynowicz
3
-0
/
+16
2018-06-06
MSP430: Allow interrupt handlers to be static
Jozef Lawrynowicz
2
-0
/
+137
2018-05-23
re PR target/78849 (ICE on initialization of global struct containing __int20...
Jeff Law
2
-4
/
+59
2018-02-14
re PR target/79242 (ICE in simplify_subreg, at simplify-rtx.c:6029)
Jozef Lawrynowicz
1
-0
/
+11
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-08-29
re PR target/80993 ([msp430] __attribute__((interrupt)) should imply __attrib...
Jozef Lawrynowicz
1
-0
/
+13
2017-06-15
Fix problems with the MSP430 port's handling of persistent data.
Jozef Lawrynowicz
5
-0
/
+43
2017-05-30
re PR target/78838 (msp430 option -mcode-region=either, -ffunction-sections, ...
Jozef Lawrynowicz
1
-0
/
+13
2017-01-17
t-msp430 (LIB2ADD): Remove mpy.c
Joe Seymour
1
-0
/
+15
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
[next]