aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/avr/avr-c.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-30[2/77] Add an E_ prefix to case statementsRichard Sandiford1-56/+56
2017-06-12Support multilibs and devices that see flash in RAM address range.Georg-Johann Lay1-5/+14
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-21avr-c.c (avr_register_target_pragmas): Use C++ for-loop declaration of loop v...Georg-Johann Lay1-6/+2
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-07-20Implement attribute progmem on reduced Tiny cores by adding flash offset 0x40...Georg-Johann Lay1-2/+3
2016-07-20avr-protos.h (avr_addr_space_supported_p): New prototype.Georg-Johann Lay1-6/+6
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-16gen-mul-tables.cc: Adjust include files.Andrew MacLeod1-6/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-03-10re PR target/65296 ([avr] fix various issues with specs file generation)Georg-Johann Lay1-10/+12
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-21PR debug/38757 gcc does not emit DW_LANG_C99.Mark Wielaard1-1/+1
2014-10-23avr.c: Fix GNU coding rules and typos.Georg-Johann Lay1-7/+7
2014-10-21avr-c.c (avr_cpu_cpp_builtins): Don't define __MEMX for avrtiny.Joern Rennecke1-1/+21
2014-10-09avr.opt (mmcu=): Change to have a string value.Joern Rennecke1-9/+3
2014-07-24avr-c.c (avr_cpu_cpp_builtins): Add __AVR_DEVICE_NAME__.Senthil Kumar Selvaraj1-1/+5
2014-04-05avr-arch.h (avr_mcu_t): Add dev_attribute field to have device specific ISA/ ...Pitchumani Sivanupandi1-1/+4
2014-02-12avr-c.c (avr_resolve_overloaded_builtin): Pass vNULL for arg_loc.Senthil Kumar Selvaraj1-3/+3
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-02-08re PR target/54222 ([avr] Implement fixed-point support)Georg-Johann Lay1-0/+218
2013-01-25re PR target/54222 ([avr] Implement fixed-point support)Georg-Johann Lay1-1/+1
2013-01-17builtins.def (DEF_BUILTIN): Factor out "__builtin_avr_" from NAME, turn NAME ...Georg-Johann Lay1-15/+4
2013-01-14re PR target/55974 ([avr] Wrong suffix for built-in defines __INT24_MAX__ and...Georg-Johann Lay1-4/+5
2013-01-14* Fix typos. Remove trailing blanks. Fix coding style.Georg-Johann Lay1-13/+13
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-07re PR target/55897 ([avr] Allocate __memx data to .progmemx.data)Georg-Johann Lay1-2/+2
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-10-17avr-arch.h (avr_extra_arch_macro): Remove prototype.Georg-Johann Lay1-2/+2
2012-09-05re PR target/54461 ([avr] add configure option for better AVR-Libc integration)Georg-Johann Lay1-0/+4
2012-03-28re PR target/52737 ([avr]: -mtiny-stack shall not influence multilib selection)Georg-Johann Lay1-0/+6
2012-03-01avr-c.c (avr_cpu_cpp_builtins): Restore built-in defines for __UINT24_MAX__...Georg-Johann Lay1-3/+8
2012-02-28builtins.def: New file.Georg-Johann Lay1-18/+17
2012-02-28re PR target/49868 (Implement named address space to place/access data in fla...Georg-Johann Lay1-1/+5
2012-02-15re PR target/52261 ([avr] Add support for AVR Xmega cores)Georg-Johann Lay1-13/+13
2012-02-15builtin_insert_bits-1.c: New test.Georg-Johann Lay1-2/+1
2012-01-02re PR target/51345 ([avr] Devices with 8-bit SP need their own multilib(s))Georg-Johann Lay1-1/+1
2011-12-06re PR target/51409 ([avr] Build fails if configured for other languages than ...Georg-Johann Lay1-14/+41
2011-11-28extend.texi (AVR Built-in Functions): Add documentation for __builtin_avr_map...Georg-Johann Lay1-0/+2
2011-11-21avr.h (struct base_arch_s): Add field sfr_offset.Georg-Johann Lay1-0/+3
2011-11-18re PR target/49868 (Implement named address space to place/access data in fla...Georg-Johann Lay1-0/+12
2011-11-15re PR target/49868 (Implement named address space to place/access data in fla...Georg-Johann Lay1-1/+22
2011-11-04re PR target/50931 ([avr] Support a 24-bit scalar integer mode)Georg-Johann Lay1-0/+4
2011-08-01avr.h (mcu_type_s): Add errata_skip field.Georg-Johann Lay1-0/+8
2011-07-04extend.texi (AVR Built-in Functions): Update documentation of __builtin_avr_f...Georg-Johann Lay1-6/+3