aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/avr
AgeCommit message (Expand)AuthorFilesLines
2012-09-05hooks.c (hook_int_rtx_mode_as_bool_0): New function.Oleg Endo1-1/+3
2012-09-05re PR target/54461 ([avr] add configure option for better AVR-Libc integration)Georg-Johann Lay2-0/+35
2012-09-04re PR target/54476 ([avr] __builtin_avr_delay_cycles (-1ul) causes memory usa...Georg-Johann Lay1-1/+1
2012-09-04re PR target/54220 ([avr] Potential stack corruption in naked functions at -O0)Senthil Kumar Selvaraj1-0/+13
2012-08-24re PR target/54222 ([avr] Implement fixed-point support)Georg-Johann Lay9-530/+1682
2012-08-19avr-log.c (avr_log_vadump): Properly use int-promoted enum values.Jan-Benedict Glaw3-5/+5
2012-08-17t-avr (gen-avr-mmcu-texi): Use $(CC) to compile gen-avr-mmcu-texi.c.Georg-Johann Lay1-1/+1
2012-08-16t-avr: Replace occurrences of $(CC) with $(COMPILER).Nick Clifton2-9/+9
2012-07-25re PR target/53633 (__attribute__((naked)) should disable -Wreturn-type)Sandra Loosemore1-0/+14
2012-07-16system.h (dump_file): Do not define.Steven Bosscher2-2/+2
2012-06-28re PR other/53595 (Code size increase of +10% between two 4.7.1 snapshot)Georg-Johann Lay3-4/+25
2012-06-24output.h: (current_function_is_leaf...Steven Bosscher1-3/+3
2012-06-15avr.c (avr_default_expand_builtin): New function.Georg-Johann Lay1-159/+45
2012-06-08avr.c (avr_case_values_threshold): Return 7.Georg-Johann Lay1-2/+10
2012-06-06Fix commentsGeorg-Johann Lay1-2/+2
2012-06-06Fix commentsGeorg-Johann Lay1-1/+4
2012-06-04re PR target/46261 (avr-gcc: Segfaults when compiled with the -mint8 option)Georg-Johann Lay1-0/+66
2012-05-31re PR target/51345 ([avr] Devices with 8-bit SP need their own multilib(s))Georg-Johann Lay1-1/+2
2012-05-31gen-avr-mmcu-texi.c: Sort MCUs.Georg-Johann Lay1-15/+38
2012-05-31t-avr: Correct avr-mmcu.texi dependencies.Georg-Johann Lay1-2/+10
2012-05-29t-avr (s-avr-mmcu-texi): Call gen-avr-mmcu-texi$(build_exeext) via ./ and don...Georg-Johann Lay1-1/+1
2012-05-29LANGUAGES: Fix typos.Joseph Myers4-6/+6
2012-05-23re PR target/53448 ([avr] ignoring __attribute__((aligned(2))))Georg-Johann Lay2-5/+5
2012-05-14re PR target/53344 (Dont' emit an assembler warning when assembling 3-byte sy...Georg-Johann Lay1-50/+10
2012-05-09re PR target/53256 ([avr] Attribute 'interrupt' shall override attribute 'sig...Georg-Johann Lay4-64/+92
2012-05-08Makefile.in (TEXI_GCC_FILES): Add avr-mmcu.texi.Georg-Johann Lay4-0/+146
2012-05-07avr.c (avr_prologue_setup_frame): Fix mode passed down to plus_constant.Georg-Johann Lay1-2/+3
2012-05-07config/avr/avr.c: Adjust indentation.Georg-Johann Lay1-7/+7
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-15/+20
2012-04-24re PR target/53065 (ICE replace_reg_with_saved_mem, at caller-save.c:1125)Georg-Johann Lay1-0/+5
2012-04-19re PR target/53033 ([avr]: Wrong register number for 3-byte loads via X)Georg-Johann Lay1-7/+8
2012-03-28re PR target/52692 ([avr]: Add support for avr-specific built-ins + LTO)Georg-Johann Lay1-44/+61
2012-03-28re PR target/52737 ([avr]: -mtiny-stack shall not influence multilib selection)Georg-Johann Lay9-222/+96
2012-03-22re PR target/52496 (avr-specific built-ins missing memory barrier)Georg-Johann Lay1-12/+15
2012-03-21re PR rtl-optimization/52543 (lower-subreg.c: code bloat of 300%-400% for mul...Georg-Johann Lay3-342/+222
2012-03-13re PR target/52488 (avr-*: internal compiler error: in extract_insn, at reco...Georg-Johann Lay1-4/+38
2012-03-12re PR target/52499 (avr MODE_CODE_BASE_REG_CLASS enum conversion problem)Georg-Johann Lay2-2/+2
2012-03-12re PR rtl-optimization/52148 (ICE: in spill_failure, at reload1.c:2120)Georg-Johann Lay1-1/+1
2012-03-08avr.md (*addhi3, [...]): Add "w" alternative for constants in [-63,63].Georg-Johann Lay1-10/+11
2012-03-08re PR target/52496 (avr-specific built-ins missing memory barrier)Georg-Johann Lay2-41/+117
2012-03-07re PR target/52484 ([avr]: Missing __memx insn because of wrong register foot...Georg-Johann Lay1-0/+1
2012-03-07re PR target/52506 ([avr]: XMEGA: Wrong order of save/restore of RAMPX/Y/Z/D ...Georg-Johann Lay1-10/+10
2012-03-07re PR target/52505 ([avr]: __memx address space reading unintentionally from ...Georg-Johann Lay2-4/+20
2012-03-07re PR target/52461 ([avr] XMEGA+EBI: RAMPZ clobbered while reading from flash)Georg-Johann Lay1-0/+7
2012-03-05avr.md (*umaddqihi4.2): New insn-and-split.Georg-Johann Lay1-0/+23
2012-03-01extend.texi (AVR Built-in Functions): Document __builtin_avr_flash_segment.Georg-Johann Lay3-0/+61
2012-03-01avr-c.c (avr_cpu_cpp_builtins): Restore built-in defines for __UINT24_MAX__...Georg-Johann Lay1-3/+8
2012-02-29avr.c: Move definition of TARGET macros to end of file.Georg-Johann Lay1-132/+134
2012-02-29avr-protos.h (avr_output_bld): Remove unused prototype.Georg-Johann Lay2-27/+4
2012-02-29avr.md (eqne): New code iterator.Georg-Johann Lay1-296/+313