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/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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-19
avr: Fix wrong array bounds warning on SFR access
Senthil Kumar Selvaraj
1
-0
/
+17
2023-06-19
avr: Fix ICE on optimize attribute.
Senthil Kumar Selvaraj
1
-2
/
+2
2023-06-11
Use canonical form for reversed single-bit insertions after reload.
Georg-Johann Lay
3
-111
/
+41
2023-06-11
target/19907: Overhaul bit extractions.
Georg-Johann Lay
5
-114
/
+519
2023-06-10
target/109650: Fix wrong code after cc0 -> CCmode transition.
Georg-Johann Lay
7
-777
/
+1318
2023-06-02
target/110088: Improve operation of l-reg with const after move from d-reg.
Georg-Johann Lay
1
-1
/
+40
2023-05-25
target/104327: Allow more inlining between different optimization levels.
Georg-Johann Lay
1
-0
/
+16
2023-05-25
target/82931: Make a pattern more generic to match more bit-transfers.
Georg-Johann Lay
2
-10
/
+23
2023-05-23
Improve cost computation for single-bit bit insertions.
Georg-Johann Lay
1
-0
/
+48
2023-05-21
target/90622: __builtin_avr_insert bits: Use BLD/BST for one bit in place.
Georg-Johann Lay
1
-3
/
+6
2023-05-20
target/105753: Fix ICE in add_clobbers due to extra PARALLEL in insn.
Triffid Hunter
1
-62
/
+64
2023-05-18
gcc/config/*: use _P() defines from tree.h
Bernhard Reutner-Fischer
1
-6
/
+5
2023-05-18
Remove a stale */ after a 1-line // comment.
Georg-Johann Lay
1
-1
/
+1
2023-04-20
arch: Use VIRTUAL_REGISTER_P predicate.
Uros Bizjak
1
-2
/
+1
2023-01-02
Update copyright years.
Jakub Jelinek
27
-28
/
+28
2022-11-14
Revert "avr: sphinx: port gen-avr-mmcu to RST"
Martin Liska
4
-40
/
+43
2022-11-09
avr: sphinx: port gen-avr-mmcu to RST
Martin Liska
4
-43
/
+40
2022-05-28
[PATCH 1/2] avr: Added AVR-DA and DB MCU series
Joel Holdsworth
3
-2
/
+24
2022-05-16
Use more ARRAY_SIZE.
Martin Liska
1
-3
/
+5
2022-01-18
Fix -Wformat-diag in various targets.
Martin Liska
1
-1
/
+1
2022-01-17
Manual changes for .cc renaming.
Martin Liska
1
-1
/
+1
2022-01-17
Change references of .c files to .cc files
Martin Liska
14
-40
/
+40
2022-01-17
Rename .c files to .cc files.
Martin Liska
7
-0
/
+0
2022-01-03
Update copyright years.
Jakub Jelinek
27
-28
/
+28
2021-12-06
avr: Fix AVR build [PR71934]
Jakub Jelinek
1
-2
/
+2
2021-12-03
pch: Add support for PCH for relocatable executables [PR71934]
Jakub Jelinek
1
-3
/
+2
2021-12-02
build: Implement --with-multilib-list for avr target
Matt Jacobson
2
-0
/
+17
2021-09-19
[PATCH] avr: Add atmega324pb MCU
Matwey V. Kornilov
1
-0
/
+1
2021-09-13
Default AVR to DWARF2 debug
Richard Biener
1
-3
/
+0
2021-07-15
pass location to md_asm_adjust
Trevor Saunders
1
-1
/
+2
2021-05-18
Use startswith in targets.
Martin Liska
1
-14
/
+11
2021-05-05
Remove cc0 remnants from avr port
Jeff Law
1
-4
/
+0
2021-04-30
AVR cc0 conversion - adjust peepholes
Senthil Kumar Selvaraj
1
-216
/
+308
2021-04-28
AVR cc0 conversion
Senthil Kumar Selvaraj
5
-1183
/
+4111
2021-01-04
Update copyright years.
Jakub Jelinek
27
-28
/
+28
2020-12-16
opts: Remove all usages of Report keyword.
Martin Liska
1
-26
/
+26
2020-01-08
Add -nodevicespecs option for avr.
Georg-Johann Lay
2
-4
/
+8
2020-01-08
Implement 64-bit double functions.
Georg-Johann Lay
4
-1
/
+53
2020-01-01
Update copyright years.
Jakub Jelinek
27
-28
/
+28
2019-12-18
* config/avr/avr-mcus.def: Typo.
Georg-Johann Lay
1
-21
/
+21
2019-12-12
Add support for some more AVR devices from avrxmega3 family.
Georg-Johann Lay
1
-0
/
+11
2019-11-28
Must use push insn to pass varargs arguments of DFmode because otherwise the ...
Georg-Johann Lay
1
-1
/
+1
2019-11-25
Build double32 / long-double32 multilibs if needed.
Georg-Johann Lay
3
-40
/
+107
2019-11-20
Make 0-series device specs work with older versions of avr-gcc.
Georg-Johann Lay
2
-10
/
+5
2019-11-18
re PR target/92545 (avr: support ATmega devices from the 0-series)
Georg-Johann Lay
1
-1
/
+1
2019-11-18
Add support for AVR devices from the 0-series.
Georg-Johann Lay
6
-333
/
+441
2019-11-13
re PR target/92055 ([avr] Support 64-bit double)
Georg-Johann Lay
1
-2
/
+1
2019-11-12
Remove gcc/params.* files.
Martin Liska
1
-1
/
+0
2019-11-08
re PR target/92055 ([avr] Support 64-bit double)
Georg-Johann Lay
1
-2
/
+2
2019-11-07
Support 64-bit double and 64-bit long double configurations.
Georg-Johann Lay
8
-56
/
+207
[next]