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
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-12-02
avr.c: Fix coding rule glitches.
Georg-Johann Lay
1
-182
/
+179
2016-12-02
avr-arch.h (avr_mcu_t): Remove field.
Georg-Johann Lay
1
-1
/
+1
2016-12-01
avr.c: Fix coding rule glitches.
Georg-Johann Lay
1
-76
/
+76
2016-12-01
avr.c (avr_print_operand): Use SYMBOL_REF_P if possible.
Georg-Johann Lay
1
-5
/
+5
2016-11-28
avr.c (out_movhi_r_mr): Only SBIW if X is not unused after.
Georg-Johann Lay
1
-10
/
+16
2016-11-28
re PR target/41076 ([avr] pessimal code for logical OR of 8-bit fields)
Georg-Johann Lay
1
-0
/
+13
2016-11-23
re PR target/60300 ([avr] Suboptimal stack pointer manipulation for frame setup)
Georg-Johann Lay
1
-1
/
+5
2016-11-21
avr-c.c (avr_register_target_pragmas): Use C++ for-loop declaration of loop v...
Georg-Johann Lay
1
-66
/
+41
2016-11-21
avr.c (avr_popcount): Remove static function.
Georg-Johann Lay
1
-19
/
+2
2016-11-21
re PR target/78093 ([avr] New variable attribute "absdata" and option "-mabsd...
Georg-Johann Lay
1
-1
/
+34
2016-11-17
avr.c (avr_print_operand_address): Use CONST_INT_P if appropriate.
Georg-Johann Lay
1
-32
/
+33
2016-11-14
re PR target/78093 ([avr] New variable attribute "absdata" and option "-mabsd...
Georg-Johann Lay
1
-2
/
+6
2016-10-25
New avt target pass to work around performance loss by PR fix.
Georg-Johann Lay
1
-0
/
+350
2016-10-24
re PR target/78093 ([avr] New variable attribute "absdata" and option "-mabsd...
Georg-Johann Lay
1
-11
/
+98
2016-10-13
Move MEMMODEL_* from coretypes.h to memmodel.h
Thomas Preud'homme
1
-0
/
+1
2016-10-11
New avr-passes.def to register AVR specific passes.
Georg-Johann Lay
1
-17
/
+5
2016-09-23
Provide right LDD offset bound in avr_address_cost
Senthil Kumar Selvaraj
1
-2
/
+6
2016-09-21
re PR target/77326 ([avr] Invalid optimization omits comparison)
Georg-Johann Lay
1
-2
/
+38
2016-09-14
Put a TARGET_LRA_P into every target
Segher Boessenkool
1
-0
/
+3
2016-08-01
re PR target/71948 ([avr] Make progmem work on reduced Tiny cores by adding 0...
Georg-Johann Lay
1
-1
/
+1
2016-08-01
extend.texi (AVR Built-in Functions): Document __builtin_avr_nops.
Georg-Johann Lay
1
-0
/
+25
2016-07-29
avr.c (avr_out_compare): Use const0_rtx instead of 0 when testing for compare...
Georg-Johann Lay
1
-1
/
+1
2016-07-22
avr.c (TARGET_SECONDARY_RELOAD): Remove hook define...
Georg-Johann Lay
1
-48
/
+0
2016-07-21
Some patterns for moving one bit around by BST + BLD.
Georg-Johann Lay
1
-0
/
+80
2016-07-20
avr.c (avr_legitimize_address): Force constant addresses outside [0,0xc0] int...
Georg-Johann Lay
1
-59
/
+77
2016-07-20
Implement attribute progmem on reduced Tiny cores by adding flash offset 0x40...
Georg-Johann Lay
1
-2
/
+49
2016-07-20
avr-protos.h (avr_addr_space_supported_p): New prototype.
Georg-Johann Lay
1
-36
/
+48
2016-07-15
predicates.md (const_m255_to_m1_operand): New.
Georg-Johann Lay
1
-2
/
+30
2016-07-06
re PR target/50739 ([avr] nameless error with -fmerge-all-constants)
Senthil Kumar Selvaraj
1
-1
/
+3
2016-06-20
avr.c (avr_print_operand): Fix "format not a string literal" build warnings.
Georg-Johann Lay
1
-4
/
+4
2016-06-16
avr.c (avr_asm_init_sections): Remove setup of progmem_swtable_section.
Senthil Kumar Selvaraj
1
-83
/
+0
2016-06-15
re PR target/67353 ([avr] Option-ize Warning "appears to be a misspelled sign...
Pitchumani Sivanupandi
1
-2
/
+2
2016-05-21
avr.c (avr_expand_prologue): Add INCOMING_FRAME_SP_OFFSET to computed stack_u...
Senthil Kumar Selvaraj
1
-1
/
+1
2016-04-18
tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
Michael Matz
1
-1
/
+1
2016-02-02
avr.c (avr_option_override): Set PARAM_ALLOW_STORE_DATA_RACES to 1.
Senthil Kumar Selvaraj
1
-0
/
+10
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
-0
/
+25
2015-11-09
Machine modes for address printing.
Julian Brown
1
-7
/
+8
2015-10-16
gen-mul-tables.cc: Adjust include files.
Andrew MacLeod
1
-24
/
+7
2015-10-05
Remove REAL_VALUE_FROM_CONST_DOUBLE
Richard Sandiford
1
-3
/
+1
2015-09-04
re PR target/65210 ([avr] ICE: when using attributs 'address' and 'io_low')
Senthil Kumar Selvaraj
1
-0
/
+2
2015-08-20
avr.c (avr_insert_attributes): In diagnostic essage: Multiply argument avr_n_...
Georg-Johann Lay
1
-3
/
+3
2015-07-10
bb-reorder.c: Don't include obstack.h if backend.h is included.
Andrew Macleod
1
-1
/
+0
2015-07-10
gimple-predict.h: New file.
Andrew MacLeod
1
-0
/
+1
2015-07-08
target.def (rtx_costs): Remove "code" param, add "mode".
Alan Modra
1
-15
/
+21
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-10
/
+3
2015-06-25
aarch64.c, [...]: Add comment above target-def.h include.
Richard Sandiford
1
-0
/
+1
2015-06-25
aarch64.c, [...]: Move target-def.h includes to end.
Richard Sandiford
1
-1
/
+2
2015-06-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
1
-1
/
+0
[prev]
[next]