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