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
/
config
/
msp430
Age
Commit message (
Expand
)
Author
Files
Lines
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-24
MSP430: Tweaks to generation of 430X instructions
Jozef Lawrynowicz
2
-4
/
+9
2019-10-23
msp430-protos.h (msp430_has_hwmult): New.
Jozef Lawrynowicz
3
-14
/
+17
2019-10-15
msp430.md (zero_extendqipsi2): New.
Jozef Lawrynowicz
1
-18
/
+108
2019-10-15
msp430.md: Group zero_extend* insns together.
Jozef Lawrynowicz
1
-58
/
+59
2019-10-15
constraints.md: Allow post_inc operand for "Ya" constraint.
Jozef Lawrynowicz
5
-99
/
+183
2019-10-07
Revert: 2019-10-07 Jozef Lawrynowicz <jozef.l@mittosystems.com>
Jozef Lawrynowicz
1
-58
/
+59
2019-10-07
msp430.md: Group zero_extend* insns together.
Jozef Lawrynowicz
1
-59
/
+58
2019-10-07
msp430.c (msp430_file_end): s/msp_/msp430_/
Jozef Lawrynowicz
3
-72
/
+74
2019-10-07
msp430-protos.h (msp430_split_addsi): New prototype.
Jozef Lawrynowicz
3
-17
/
+27
2019-10-07
MSP430: Don't generate 430X insns when handling data in the lower memory region
Jozef Lawrynowicz
8
-124
/
+326
2019-09-30
Pass an ABI to choose_hard_reg_mode
Richard Sandiford
1
-1
/
+1
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
5
-82
/
+152
2019-08-15
MSP430: Fix whitespace errors and incorrect indentation in config/msp430/*.{c...
Jozef Lawrynowicz
4
-870
/
+867
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: Read MCU data from external file
Jozef Lawrynowicz
4
-2
/
+316
2019-08-13
MSP430: Consolidate handling of hard-coded MCU data
Jozef Lawrynowicz
6
-1509
/
+799
2019-07-29
MSP430: Disallow use of code/data regions in the small memory model
Jozef Lawrynowicz
2
-4
/
+39
2019-07-29
Allow both upper and lower case 'r' in register names
Jozef Lawrynowicz
1
-0
/
+22
2019-07-24
Fix non-GNU style in previous commits
Jozef Lawrynowicz
1
-1
/
+2
2019-07-24
msp430.h (ENDFILE_SPEC): Wrap uses of crtn*.o in if-exists.
Jozef Lawrynowicz
1
-1
/
+1
2019-07-22
MSP430: Don't save all callee-saved regs in non-leaf interrupt functions
Jozef Lawrynowicz
1
-5
/
+13
2019-06-25
Implement alternate "__intN__" form of "__intN" type
Jozef Lawrynowicz
1
-2
/
+4
2019-06-16
MSP430: Implement 64-bit shifts in assembly code
Jozef Lawrynowicz
2
-2
/
+47
2019-06-06
MSP430: Use minimal code size library shift functions when optimizing for size
Jozef Lawrynowicz
1
-6
/
+9
2019-06-06
MSP430: Emulate 16-bit shifts with rotate insn when src operand is in memory
Jozef Lawrynowicz
1
-6
/
+9
2019-04-05
Remove usage of apostrophes in error and warning messages (PR translation/899...
Martin Liska
1
-9
/
+9
2019-03-11
Wrap option names in gcc internal messages with %< and %>.
Martin Liska
1
-13
/
+18
2019-01-01
Update copyright years.
Jakub Jelinek
10
-10
/
+10
2018-12-29
msp430.c (msp430_attr): Warn when the critical and interrupt function attribu...
Jozef Lawrynowicz
1
-0
/
+9
2018-12-18
msp430.h: Define TARGET_VTABLE_ENTRY_ALIGN.
Jozef Lawrynowicz
1
-0
/
+5
2018-11-16
re PR target/87927 (ICE: segmentation fault with patchable_function_entry att...
Jozef Lawrynowicz
1
-0
/
+5
2018-11-06
msp430.h (REG_CLASS_CONTENTS): Add R0 to REG_CLASS_CONTENTS[GEN_REGS].
Jozef Lawrynowicz
1
-2
/
+9
2018-08-02
re PR target/86797 (msp430 port needs updating for CVE-2017-5753)
Nick Clifton
1
-0
/
+3
2018-06-07
msp430.c (msp430_mcu_name): Set the "i" in the symbol defined for msp430i* de...
Jozef Lawrynowicz
1
-3
/
+18
2018-06-06
MSP430: Allow interrupt handlers to be static
Jozef Lawrynowicz
1
-10
/
+7
2018-05-30
msp430.c (msp430_output_labelref): Prepend user_label_prefix to name.
Jozef Lawrynowicz
1
-0
/
+3
2018-05-30
msp430.md: Remove erroneous subreg expression from zero_extendqisi2 insn patt...
Jozef Lawrynowicz
1
-3
/
+3
[prev]
[next]