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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-18
re PR target/86040 ([avr]: RAMPZ is not always cleared after loading __flashN...
Georg-Johann Lay
1
-7
/
+8
2019-10-17
Fix breakage introduced by r276985.
Georg-Johann Lay
1
-9
/
+0
2019-09-30
Pass an ABI identifier to hard_regno_call_part_clobbered
Richard Sandiford
1
-2
/
+2
2019-09-10
Add call_used_or_fixed_reg_p
Richard Sandiford
1
-6
/
+6
2019-08-20
Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCE
Richard Sandiford
1
-3
/
+3
2019-08-20
Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARG
Richard Sandiford
1
-4
/
+3
2019-08-13
Use checking forms of DECL_FUNCTION_CODE (PR 91421)
Richard Sandiford
1
-2
/
+2
2019-07-22
Do not emit __gnu_lto_v1 symbol.
Martin Liska
1
-1
/
+1
2019-06-27
builtins.c (get_memory_rtx): Fix comment.
Aaron Sawdey
1
-7
/
+7
2019-06-22
* config/avr/avr.c (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Remove.
Jeff Law
1
-3
/
+0
2019-06-19
Simplify setjmp and non-local goto implementation (PR84521)
Wilco Dijkstra
1
-16
/
+0
2019-03-11
Wrap option names in gcc internal messages with %< and %>.
Martin Liska
1
-4
/
+4
2019-01-11
aarch64.c (aarch64_simd_call_p): New function.
Steve Ellcey
1
-1
/
+2
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-02-01
avr.c (avr_option_override): Move disabling of -fdelete-null-pointer-checks t...
Georg-Johann Lay
1
-8
/
+0
2018-01-09
Don't save registers in main().
Georg-Johann Lay
1
-22
/
+28
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-12-21
poly_int: argument sizes
Richard Sandiford
1
-1
/
+2
2017-12-21
poly_int: frame allocations
Richard Sandiford
1
-1
/
+1
2017-12-19
read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...
Jakub Jelinek
1
-59
/
+47
2017-12-16
poly_int: IN_TARGET_CODE
Richard Sandiford
1
-0
/
+2
2017-12-15
tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...
Jakub Jelinek
1
-28
/
+27
2017-12-08
arc.c (arc_attribute_table): Add exclusions to the comment.
Jakub Jelinek
1
-1
/
+1
2017-12-07
PR c/81544 - attribute noreturn and warn_unused_result on the same function a...
Martin Sebor
1
-12
/
+12
2017-10-23
Convert STARTING_FRAME_OFFSET to a hook
Richard Sandiford
1
-5
/
+8
2017-10-10
Require wi::to_wide for trees
Richard Sandiford
1
-1
/
+1
2017-09-04
Turn HARD_REGNO_MODE_OK into a target hook
Richard Sandiford
1
-9
/
+9
2017-09-04
Turn HARD_REGNO_CALL_PART_CLOBBERED into a target hook
Richard Sandiford
1
-2
/
+6
2017-08-30
[72/77] Pass scalar_mode to scalar_mode_supported_p
Richard Sandiford
1
-1
/
+1
2017-08-30
[67/77] Use scalar_mode in fixed-value.*
Richard Sandiford
1
-1
/
+1
2017-08-30
[62/77] Big machine_mode to scalar_int_mode replacement
Richard Sandiford
1
-2
/
+2
2017-08-30
[18/77] Make int_mode_for_mode return an opt_scalar_int_mode
Richard Sandiford
1
-4
/
+4
2017-08-30
[2/77] Add an E_ prefix to case statements
Richard Sandiford
1
-35
/
+35
2017-08-22
re PR target/81910 ([avr] ICE with "address" attribute on type)
Georg-Johann Lay
1
-11
/
+15
2017-08-21
re PR target/79883 (avr i18n: untranslated "interrupt" or "signal")
Georg-Johann Lay
1
-1
/
+1
2017-08-14
re PR target/81754 (Building of cross compiler avr-elf is broken)
Georg-Johann Lay
1
-2
/
+2
2017-08-08
trans.c: Include header files.
Martin Liska
1
-0
/
+2
2017-07-18
re PR target/81473 ([avr] build fails due to INT8_MIN and friends.)
Georg-Johann Lay
1
-3
/
+3
2017-07-17
re PR middle-end/80929 (Division with constant no more optimized to mult high...
Georg-Johann Lay
1
-10
/
+37
2017-07-12
re PR target/79883 (avr i18n: untranslated "interrupt" or "signal")
Georg-Johann Lay
1
-7
/
+23
2017-07-12
re PR target/81407 ([avr] Diagnose if a variable in progmem needs constructing.)
Georg-Johann Lay
1
-8
/
+16
2017-07-10
Better ISR prologues by supporting GASes __gcc_isr pseudo insn.
Georg-Johann Lay
1
-42
/
+276
2017-07-10
Move jump-tables out of .text again.
Georg-Johann Lay
1
-5
/
+86
2017-07-05
Graceful degrade if Binutils PR21472 is not available.
Georg-Johann Lay
1
-1
/
+6
2017-07-05
re PR target/81305 ([avr] avrtiny uses LDS for SREG in ISR routines which is ...
Georg-Johann Lay
1
-9
/
+7
2017-06-12
Support multilibs and devices that see flash in RAM address range.
Georg-Johann Lay
1
-6
/
+12
2017-04-19
re PR target/80462 ([avr] Incorrect "warning: uninitialized variable 'xxx' pu...
Georg-Johann Lay
1
-3
/
+10
2017-04-18
re PR c++/79435 (ICE on invalid C++ code (with member access into an incomple...
Georg-Johann Lay
1
-5
/
+6
2017-04-03
Fix numerous typos in comments
Jonathan Wakely
1
-1
/
+1
2017-02-06
re PR rtl-optimization/78883 ([avr] ICE triggered by change to combine.c (r24...
Georg-Johann Lay
1
-0
/
+32
[next]