aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/avr
AgeCommit message (Expand)AuthorFilesLines
2017-08-30[72/77] Pass scalar_mode to scalar_mode_supported_pRichard Sandiford1-1/+1
2017-08-30[67/77] Use scalar_mode in fixed-value.*Richard Sandiford1-1/+1
2017-08-30[62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford1-2/+2
2017-08-30[18/77] Make int_mode_for_mode return an opt_scalar_int_modeRichard Sandiford1-4/+4
2017-08-30[2/77] Add an E_ prefix to case statementsRichard Sandiford2-91/+91
2017-08-22re PR target/81910 ([avr] ICE with "address" attribute on type)Georg-Johann Lay1-11/+15
2017-08-21re PR target/79883 (avr i18n: untranslated "interrupt" or "signal")Georg-Johann Lay1-1/+1
2017-08-14re PR target/81754 (Building of cross compiler avr-elf is broken)Georg-Johann Lay3-5/+5
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-07-25* config/avr/avr-log.c (avr_log_vadump) ['T']: Print NULL-TREE.Georg-Johann Lay1-1/+7
2017-07-18re PR target/81473 ([avr] build fails due to INT8_MIN and friends.)Georg-Johann Lay1-3/+3
2017-07-17Remove stuff dead since r239246.Georg-Johann Lay2-67/+0
2017-07-17re PR middle-end/80929 (Division with constant no more optimized to mult high...Georg-Johann Lay1-10/+37
2017-07-12re PR target/79883 (avr i18n: untranslated "interrupt" or "signal")Georg-Johann Lay1-7/+23
2017-07-12re PR target/81407 ([avr] Diagnose if a variable in progmem needs constructing.)Georg-Johann Lay1-8/+16
2017-07-10Better ISR prologues by supporting GASes __gcc_isr pseudo insn.Georg-Johann Lay8-45/+352
2017-07-10Move jump-tables out of .text again.Georg-Johann Lay6-14/+96
2017-07-05Graceful degrade if Binutils PR21472 is not available.Georg-Johann Lay1-1/+6
2017-07-05re PR target/81305 ([avr] avrtiny uses LDS for SREG in ISR routines which is ...Georg-Johann Lay1-9/+7
2017-06-13re PR target/81072 ([avr] Support some XMEGA devices with flash seen in RAM a...Georg-Johann Lay2-2/+2
2017-06-12Support multilibs and devices that see flash in RAM address range.Georg-Johann Lay10-45/+122
2017-05-23genmultilib.awk: Use gsub instead of gensub.Georg-Johann Lay1-1/+1
2017-05-22Simplify config/avr/genmultilib.awk.Georg-Johann Lay3-141/+68
2017-05-05avr.md [...]: Remove any occurence of this flag from insn conditions due to r...Georg-Johann Lay1-4/+4
2017-04-19re PR target/80462 ([avr] Incorrect "warning: uninitialized variable 'xxx' pu...Georg-Johann Lay1-3/+10
2017-04-18re PR c++/79435 (ICE on invalid C++ code (with member access into an incomple...Georg-Johann Lay1-5/+6
2017-04-03Fix numerous typos in commentsJonathan Wakely2-2/+2
2017-03-08avr.md (setmemhi): Make sure match_dup operand number comes before match_scra...Jakub Jelinek1-3/+3
2017-02-06re PR rtl-optimization/78883 ([avr] ICE triggered by change to combine.c (r24...Georg-Johann Lay1-0/+32
2017-02-06avr.md (*addhi3_zero_extend): Add alternative where REGNO($0) == REGNO($1).Georg-Johann Lay1-5/+7
2017-01-16avr.h (BRANCH_COST): Increase by 4.Georg-Johann Lay1-1/+6
2017-01-09re PR translation/79019 (translatable string typo in cif-code.def:141)Jakub Jelinek2-2/+2
2017-01-01Update copyright years.Jakub Jelinek28-29/+29
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 Lay5-285/+281
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-30Commit files forgotten in r242966.Pitchumani Sivanupandi4-12/+15
2016-11-29avr-arch.h (avr_mcu_t): Add flash_size member.Pitchumani Sivanupandi1-274/+277
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 Lay2-1/+156
2016-11-23re PR target/60300 ([avr] Suboptimal stack pointer manipulation for frame setup)Georg-Johann Lay2-3/+7
2016-11-21avr-c.c (avr_register_target_pragmas): Use C++ for-loop declaration of loop v...Georg-Johann Lay2-72/+43
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 Lay6-9/+25
2016-10-26gen-pass-instances.awk is sensitive to the order in which passes are added...Georg-Johann Lay1-10/+13
2016-10-25New avt target pass to work around performance loss by PR fix.Georg-Johann Lay5-8/+439
2016-10-25re PR target/71676 ([avr] casesi won't handle switch values larger than 16 bits)Georg-Johann Lay1-16/+17