aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/avr
AgeCommit message (Expand)AuthorFilesLines
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-08driver-avr.c (specfiles_doc_url): Remove.Pitchumani Sivanupandi1-55/+10
2016-08-04re PR target/55181 (Expensive shift loop where a bit-testing instruction coul...Georg-Johann Lay1-0/+23
2016-08-01re PR target/71948 ([avr] Make progmem work on reduced Tiny cores by adding 0...Georg-Johann Lay1-1/+1
2016-08-01re PR target/72767 ([avr] Some branches report too small insn length)Georg-Johann Lay1-2/+2
2016-08-01extend.texi (AVR Built-in Functions): Document __builtin_avr_nops.Georg-Johann Lay2-0/+26
2016-07-29avr.c (avr_out_compare): Use const0_rtx instead of 0 when testing for compare...Georg-Johann Lay1-1/+1
2016-07-29* config/avr/avr.md: Fix " in comment.Georg-Johann Lay1-1/+1
2016-07-29avr.md (addqi3): Revert glitch in insn attribute introduced in r238381.Georg-Johann Lay1-1/+1
2016-07-22avr.c (TARGET_SECONDARY_RELOAD): Remove hook define...Georg-Johann Lay3-73/+1
2016-07-21Some patterns for moving one bit around by BST + BLD.Georg-Johann Lay3-1/+186
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 Lay3-4/+54
2016-07-20avr-protos.h (avr_addr_space_supported_p): New prototype.Georg-Johann Lay3-42/+55
2016-07-15predicates.md (const_m255_to_m1_operand): New.Georg-Johann Lay4-15/+117
2016-07-06re PR target/50739 ([avr] nameless error with -fmerge-all-constants)Senthil Kumar Selvaraj1-1/+3
2016-06-28re PR target/58655 ([avr] -mfract-convert-truncate not documented)Pitchumani Sivanupandi1-1/+1
2016-06-21remove avr-rtems supportTrevor Saunders3-39/+0
2016-06-21re PR target/30417 (Section .data cannot be moved with -mmcu=atmega88)Georg-Johann Lay1-3/+4
2016-06-21re PR target/71103 (avr-gcc crashes with unrecognizable insn error)Georg-Johann Lay1-2/+3
2016-06-20re PR target/71103 (avr-gcc crashes with unrecognizable insn error)Georg-Johann Lay1-7/+15
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 Selvaraj2-84/+1
2016-06-15re PR target/67353 ([avr] Option-ize Warning "appears to be a misspelled sign...Pitchumani Sivanupandi2-2/+6
2016-05-21avr.c (avr_expand_prologue): Add INCOMING_FRAME_SP_OFFSET to computed stack_u...Senthil Kumar Selvaraj1-1/+1
2016-05-21re PR target/71103 (avr-gcc crashes with unrecognizable insn error)Pitchumani Sivanupandi1-0/+7
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-1/+1
2016-03-15avr.md (rotl<mode>3): Set mode for operand 2.Senthil Kumar Selvaraj1-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 Jelinek28-29/+29
2015-12-17avr.h (MOVE_MAX): Set value to 1.Senthil Kumar Selvaraj2-1/+41
2015-11-18avr-mcus.def: Add new avr4 devices atmega48pb and atmega88pb.Pitchumani Sivanupandi1-0/+7
2015-11-09Machine modes for address printing.Julian Brown1-7/+8
2015-10-28re PR target/67839 (Bit addressable instructions generated for invalid memory...Senthil Kumar Selvaraj1-2/+2
2015-10-21Improve --help output to generate references to option aliases.Martin Sebor1-11/+11
2015-10-16gen-mul-tables.cc: Adjust include files.Andrew MacLeod4-36/+12
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-21re PR target/66956 ([avr] Using 32*32=64 multiplicatiion (umulsidi3) for 32=3...Georg-Johann Lay1-2/+4
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 MacLeod3-13/+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 MacLeod3-4/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod3-12/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod3-11/+0