aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-10-27constraints.md (wH constraint): Add new constraints for allowing 32-bit integ...Michael Meissner13-70/+429
2016-10-27re PR fortran/78026 (ICE in gfc_resolve_omp_declare_simd, at fortran/openmp.c...Jakub Jelinek6-39/+70
2016-10-27re PR middle-end/78025 (ICE in simd_clone_adjust, at omp-simd-clone.c:1126)Jakub Jelinek4-93/+194
2016-10-27Fix initialization of UNIONs with -finit-derived.Fritz Reese9-22/+318
2016-10-27builtins.c (expand_builtin_nonlocal_goto): Avoid evaluating PIC_OFFSET_TABLE_...Aldy Hernandez2-2/+7
2016-10-27match.pd ((convert (op:s (convert@2 @0) (convert?@3 @1)))): Add support for c...Bin Cheng4-5/+32
2016-10-27Fix some DEC I/O testcases.Fritz Reese3-7/+29
2016-10-27dwarf2out.c (gen_member_die): Only reparent_child instead of splice_child_die...Jakub Jelinek2-1/+7
2016-10-27* class.c (add_method): Allow using-declarations to coexist.Jason Merrill3-0/+28
2016-10-27Enable ARMv8-M atomic and synchronization support for ARMv8-M BaselineThomas Preud'homme13-3/+127
2016-10-27Adapt other atomic operations to ARMv8-M BaselineThomas Preud'homme4-37/+161
2016-10-27plugin.c (register_plugin_info): Produce an error message if the plugin is no...Nick Clifton2-1/+14
2016-10-27match.pd ((convert1 (minmax ((convert2 (x) c)))) -> minmax (x c)): New pattern.Bin Cheng5-0/+51
2016-10-27re PR fortran/78092 (ICE when calling SIZEOF on CLASS(*) entry)Steven G. Kargl4-1/+35
2016-10-27Daily bump.GCC Administrator1-1/+1
2016-10-26sh.c (output_branch): Add missing fallthru comments.Jeff Law3-2/+11
2016-10-26re PR target/78056 (build failure on Power7)Kelvin Nilsen6-6/+92
2016-10-26mips.c (mips16_constant_cost): Add missing fallthru comments.Jeff Law2-2/+11
2016-10-26Show INSN_UIDs in compact modeDavid Malcolm4-9/+17
2016-10-26haifa-sched.c (call_used_regs_num): Rename to...Pat Haugen2-12/+28
2016-10-26microblaze.c (tls_mentioned_p): Avoid fallthru.Jeff Law2-0/+4
2016-10-26Introduce class rtx_writerDavid Malcolm5-244/+308
2016-10-26arc.c (acr_print_operand): Adjust fallthru comment.Jeff Law4-2/+13
2016-10-26cr16.c (cr16_print_operand): Add missing fallthru comment.Jeff Law2-0/+5
2016-10-26epiphany.c (epiphany_print_operand): Adjust fallthru comment.Jeff Law2-1/+7
2016-10-26re PR fortran/77973 (ICE in scan_omp_1_op, at omp-low.c:3841)Jakub Jelinek4-3/+35
2016-10-26gen-pass-instances.awk (adjust_linenos): INcrement pass_lines[p] by increment...Jakub Jelinek2-5/+15
2016-10-26* config/fr30/fr30.c (fr30_print_operand): Adjust fallthru comment.Jeff Law2-1/+4
2016-10-26Adapt atomic compare and swap to ARMv8-M BaselineThomas Preud'homme3-14/+38
2016-10-26Refactor atomic compare_and_swap to make it fit for ARMv8-M BaselineThomas Preud'homme4-50/+108
2016-10-26frv.c (comparison_string): Do not fall through after an error.Jeff Law2-1/+4
2016-10-26iq2000.c (iq2000_function_arg): Adjust fallthru comment.Jeff Law2-1/+6
2016-10-26m32c.c (encode_pattern_1): Add fallthru comment.Jeff Law2-0/+5
2016-10-26* config/m32r/m32r.c (m32r_print_operand): Adjust fallthru comment.Jeff Law2-1/+4
2016-10-26* config/mcore/mcore.c (mcore_gen_compare): Adjust fallthru comments.Jeff Law2-5/+7
2016-10-26microblaze.c (microblaze_function_arg): Adjust fallthru comment.Jeff Law2-1/+4
2016-10-26msp430.c (msp430_legitimate_address_p): Adjust fallthru comment.Jeff Law2-1/+4
2016-10-26* config/nios2/nios2.c (nios2_rtx_costs): Avoid fallthru.Jeff Law2-0/+3
2016-10-26rl78.c (rl78_calculate_death_notes): Add fallthru comment.Jeff Law2-1/+6
2016-10-26stormy16.c (xstormy16_asm_output_destrutor): Increase buffer size.Jeff Law2-2/+6
2016-10-26pa.c (pa_asm_output_mi_thunk): Increase buffer size.Jeff Law2-1/+4
2016-10-26h8300.c (h8300_print_operand): Adjust FALLTHRU comment to silence warning.Jeff Law2-4/+9
2016-10-26spu.c (spu_sched_reorder): Add missing fallthru comment.Jeff Law2-1/+9
2016-10-26re PR fortran/78108 (Generic type-bound operator conflicts)Paul Thomas5-1/+132
2016-10-26fix pr78060 pr78061 pr78088Michael Matz6-18/+112
2016-10-26New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.Fritz Reese14-5/+582
2016-10-26gen-pass-instances.awk is sensitive to the order in which passes are added...Georg-Johann Lay2-10/+23
2016-10-26Daily bump.GCC Administrator1-1/+1
2016-10-25vax.c (vad_address_cost_1): Add missing FALLTHRU comment.Jeff Law2-0/+7
2016-10-25re PR fortran/45516 ([F08] allocatable compontents of recursive type)Paul Thomas14-18/+464