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
/
avr
/
avr.h
Age
Commit message (
Expand
)
Author
Files
Lines
14 days
AVR: target/118001 - Add __flashx as 24-bit named address space.
Georg-Johann Lay
1
-0
/
+1
2024-11-29
AVR: Fix some coding rule nits and typos.
Georg-Johann Lay
1
-1
/
+1
2024-11-22
AVR: target/117726 - Tweak ashiftrt:SI and lshiftrt:SI insns.
Georg-Johann Lay
1
-3
/
+4
2024-11-22
AVR: Use Var(avropt_xxx) for option variables in avr.opt.
Georg-Johann Lay
1
-3
/
+3
2024-11-21
AVR: target/117726 - Better optimizations of ASHIFT:SI insns.
Georg-Johann Lay
1
-0
/
+6
2024-11-19
AVR: Use more bool.
Georg-Johann Lay
1
-11
/
+11
2024-10-25
gcc: Remove trailing whitespace
Jakub Jelinek
1
-6
/
+6
2024-09-18
reload1.cc: rtl-optimization/116326 - Use RELOAD_ELIMINABLE_REGS.
Georg-Johann Lay
1
-1
/
+8
2024-09-06
AVR: Remove "Atmel" from header comment.
Georg-Johann Lay
1
-1
/
+1
2024-07-28
AVR target 116056 - Support attribute signal(n), interrupt(n) and noblock.
Georg-Johann Lay
1
-4
/
+14
2024-06-25
Replace {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE with new hook mode_for_floating_type
Kewen Lin
1
-3
/
+0
2024-02-29
AVR: target/114132 - Code sets up a frame pointer without need.
Georg-Johann Lay
1
-0
/
+4
2024-02-15
AVR: target 113927 - Simple code triggers stack frame for Reduced Tiny.
Georg-Johann Lay
1
-0
/
+1
2024-01-15
AVR: target/107201: Make -nodevicelib work for all devices.
Georg-Johann Lay
1
-0
/
+2
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-01-17
Change references of .c files to .cc files
Martin Liska
1
-2
/
+2
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-04-28
AVR cc0 conversion
Senthil Kumar Selvaraj
1
-23
/
+11
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-01-08
Implement 64-bit double functions.
Georg-Johann Lay
1
-0
/
+3
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-11-07
Support 64-bit double and 64-bit long double configurations.
Georg-Johann Lay
1
-4
/
+8
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-02-07
re PR target/84209 ([avr] Don't split SP in split2)
Georg-Johann Lay
1
-0
/
+3
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-10-23
Convert STARTING_FRAME_OFFSET to a hook
Richard Sandiford
1
-2
/
+0
2017-09-15
Turn TRULY_NOOP_TRUNCATION into a hook
Richard Sandiford
1
-2
/
+0
2017-09-12
Turn HARD_REGNO_NREGS into a target hook
Richard Sandiford
1
-3
/
+0
2017-09-04
Turn MODES_TIEABLE_P into a target hook
Richard Sandiford
1
-2
/
+0
2017-09-04
Turn HARD_REGNO_MODE_OK into a target hook
Richard Sandiford
1
-2
/
+0
2017-09-04
Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hook
Richard Sandiford
1
-3
/
+0
2017-07-10
Better ISR prologues by supporting GASes __gcc_isr pseudo insn.
Georg-Johann Lay
1
-0
/
+20
2017-07-10
Move jump-tables out of .text again.
Georg-Johann Lay
1
-2
/
+6
2017-06-12
Support multilibs and devices that see flash in RAM address range.
Georg-Johann Lay
1
-3
/
+3
2017-01-16
avr.h (BRANCH_COST): Increase by 4.
Georg-Johann Lay
1
-1
/
+6
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-07-20
Implement attribute progmem on reduced Tiny cores by adding flash offset 0x40...
Georg-Johann Lay
1
-0
/
+2
2016-06-16
avr.c (avr_asm_init_sections): Remove setup of progmem_swtable_section.
Senthil Kumar Selvaraj
1
-1
/
+1
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-12-17
avr.h (MOVE_MAX): Set value to 1.
Senthil Kumar Selvaraj
1
-1
/
+16
2015-05-22
always define STACK_GROWS_DOWNWARD
Trevor Saunders
1
-1
/
+1
2015-04-28
add default for NO_FUNCTION_CSE
Trevor Saunders
1
-1
/
+1
2015-03-10
re PR target/65296 ([avr] fix various issues with specs file generation)
Georg-Johann Lay
1
-31
/
+29
2015-03-03
Fix various problems with specs file generation.
Georg-Johann Lay
1
-28
/
+4
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-11-10
* config/avr/avr.h (CPLUSPLUS_CPP_SPEC): Define.
Joern Rennecke
1
-0
/
+4
2014-10-23
avr.c: Fix GNU coding rules and typos.
Georg-Johann Lay
1
-6
/
+6
2014-10-21
avr-c.c (avr_cpu_cpp_builtins): Don't define __MEMX for avrtiny.
Joern Rennecke
1
-1
/
+3
2014-10-09
avr.opt (mmcu=): Change to have a string value.
Joern Rennecke
1
-24
/
+13
[next]