summaryrefslogtreecommitdiff
path: root/gcc/config/avr
Commit message (Expand)AuthorAgeFilesLines
* avr-c.c (avr_cpu_cpp_builtins): Add __AVR_DEVICE_NAME__.Senthil Kumar Selvaraj2014-07-241-1/+5
* avr-mcus.def: Add new avrxmega2 devices (atxmega8e5, atxmega16e5, atxmega32c3...Denis Chertykov2014-07-163-58/+78
* avr-mcus.def: Add new avr5 devices (ata5702m322...Denis Chertykov2014-07-163-172/+212
* avr-arch.h (avr_mcu_t): Add text section start attribute.Pitchumani Sivanupandi2014-07-117-429/+471
* re PR target/61443 ([avr] ICE when varargs argument is indirect addr-space ac...Georg-Johann Lay2014-06-121-0/+9
* avr-mcus.def: Add new avr25 devices attiny441, attiny828 and attiny841.Denis Chertykov2014-06-033-232/+277
* expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod2014-06-021-0/+1
* avr-mcus.def: Change ATA6289 ISA to AVR4Pitchumani Sivanupandi2014-05-303-47/+47
* use templates instead of gengtype for typed allocation functionsTrevor Saunders2014-05-171-1/+1
* avr.h (REG_CLASS_CONTENTS): Use unsigned suffix for shifted values to avoid b...Georg-Johann Lay2014-05-141-7/+7
* re PR target/60991 ([avr] Stack corruption when using 24-bit integers __int24...Senthil Kumar Selvaraj2014-05-121-1/+1
* avr-fixed.md (round<mode>3): Use -1U instead of -1 in unsigned int initialize...Georg-Johann Lay2014-05-091-2/+2
* re PR target/61055 ([avr] wrong test instruction after increment with -O1)Georg-Johann Lay2014-05-092-6/+13
* Merge in wide-int.Kenneth Zadeck2014-05-061-4/+5
* avr.c (avr_can_eliminate): Mark unused argument.Jan-Benedict Glaw2014-05-061-1/+1
* avr.c (avr_adjust_insn_length): Handle JUMP_TABLE_DATA.Denis Chertykov2014-05-031-2/+2
* avr.c: Add comment on why -fdelete-null-pointer-checks is disabled.Vishnu K S2014-04-241-0/+6
* avr-mcus.def: Correct typo for atxmega256a3bu macro.Pitchumani Sivanupandi2014-04-161-1/+1
* avr-arch.h (avr_mcu_t): Add dev_attribute field to have device specific ISA/ ...Pitchumani Sivanupandi2014-04-059-297/+324
* re PR target/59396 ([avr] Wrong warning with ISR() and -flto)Georg-Johann Lay2014-03-141-2/+6
* re PR target/60486 ([avr] superfluous or missing comparision after addition o...Georg-Johann Lay2014-03-131-2/+2
* avr-mcus.def: Remove atxmega16x1.Senthil Kumar Selvaraj2014-03-033-61/+56
* avr.c (avr_can_eliminate): Allow elimination from ARG_POINTER_REGNUM to STACK...Joern Rennecke2014-02-222-5/+3
* avr-c.c (avr_resolve_overloaded_builtin): Pass vNULL for arg_loc.Senthil Kumar Selvaraj2014-02-121-3/+3
* Update copyright years in gcc/Richard Sandiford2014-01-0228-30/+30
* avr.c (avr_option_override): Warn if asked to generate position independent c...Senthil Kumar Selvaraj2013-12-032-1/+11
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-193-0/+6
* avr-log.c (avr_double_int_pop_digit): Delete.Richard Sandiford2013-11-042-98/+35
* avr.opt (mfract-convert-truncate): New option.Joern Rennecke2013-08-262-2/+200
* avr-stdint.h (INT16_TYPE): Change default to "int".Joern Rennecke2013-08-261-2/+2
* avr.md: Explain asm print modifier 'r' for REG.Georg-Johann Lay2013-07-231-0/+1
* avr.c (avr_out_xload): No SBIS around LPM so that instruction sequence is 1 b...Georg-Johann Lay2013-07-221-6/+2
* Fix typos.Mike Stump2013-07-211-1/+1
* re PR target/57516 ([avr] Incorrect fixed-point rounding result in the overfl...Georg-Johann Lay2013-07-194-59/+101
* re PR target/57631 (Use assembler name for sanity checking of ISR names provi...Georg-Johann Lay2013-07-111-1/+6
* re PR target/57844 (ICE: unrecognizable addqi3 insn with -msp8 and frame size...Georg-Johann Lay2013-07-101-2/+4
* re PR target/57506 ([avr] Some devices are present twice in avr-mcus.def)Georg-Johann Lay2013-07-104-212/+161
* re PR target/56987 (gcc/config/avr/avr.opt:80: "change" -> "changed"?)Georg-Johann Lay2013-07-101-1/+1
* avr.c (avr_encode_section_info): Bail out if the type is error_mark_node.Joern Rennecke2013-05-141-1/+4
* avr.c, [...]: Where applicable...Steven Bosscher2013-03-231-2/+2
* re PR target/56263 ([avr] Provide strict address-space checking)Georg-Johann Lay2013-03-122-0/+67
* re PR target/56591 (Missing space)Georg-Johann Lay2013-03-111-1/+1
* re PR target/56445 (avr.c:11551:16: error: invoking macro FX_FTYPE_FX ar gume...Georg-Johann Lay2013-02-282-31/+31
* * avr/avr-mcus.def (ata5272, ata5505, attiny1634, ata6285)Georg-Johann Lay2013-02-283-182/+529
* avr.h (device_to_arch): Rename to device_to_ld.Georg-Johann Lay2013-02-282-13/+25
* re PR target/54222 ([avr] Implement fixed-point support)Georg-Johann Lay2013-02-121-0/+31
* re PR target/54222 ([avr] Implement fixed-point support)Georg-Johann Lay2013-02-086-378/+775
* re PR target/54222 ([avr] Implement fixed-point support)Georg-Johann Lay2013-01-254-30/+194
* avr.c (avr_out_fract): Make register numbers that might be outside of source ...Georg-Johann Lay2013-01-241-6/+6
* re PR target/54222 ([avr] Implement fixed-point support)Georg-Johann Lay2013-01-232-0/+376