aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2014-08-15re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez20-36/+222
2014-08-15rs6000.c (rs6000_emit_move): Use SDmode for load/store from/to non-floating c...Vladimir Makarov2-0/+53
2014-08-15input.c (diagnostic_file_cache_fini): Fix typo in comment.Manuel López-Ibáñez2-1/+5
2014-08-15tree-ssa-structalias.c (readonly_id): Rename to string_id.Richard Biener2-35/+26
2014-08-15gcc/Ilya Tocar47-33/+1079
2014-08-15fold-const.c (tree_swap_operands_p): Put all constants last...Richard Biener2-22/+10
2014-08-15re PR fortran/62131 (OpenMP: Subobject of an allocatable array not allowed in...Jakub Jelinek4-1/+33
2014-08-15[AArch64] Move one_match > zero_match case to just before simple_sequence.Kyrylo Tkachov2-18/+23
2014-08-15data-streamer.h (streamer_string_index, [...]): Remove.Richard Biener6-14/+13
2014-08-15re PR tree-optimization/62031 (Different results between O2 and O2 -fpredicti...Richard Biener5-15/+95
2014-08-15re PR fortran/62107 (libgomp.fortran/target2.f90 error while compiling for Op...Jakub Jelinek2-1/+38
2014-08-15re PR middle-end/62092 (libgomp.c++/target-2.C FAIL while compiling for OpenM...Jakub Jelinek2-1/+8
2014-08-14rl78-real.md (addqi3_real): Allow adding global variables to the accumulator.DJ Delorie2-1/+4
2014-08-14predicates.md (rl78_near_mem_operand): New.DJ Delorie3-1/+27
2014-08-15tree-ssa-loop-ivopts.c (ivopts_data): New field name_expansion_cache.Bin Cheng4-62/+61
2014-08-14rl78-expand.md (umulqihi3): Disable for G10.DJ Delorie4-5/+11
2014-08-14* config/rl78/rl78-virt.md (movhi_virt): Allow const->far moves.DJ Delorie2-1/+5
2014-08-15Daily bump.GCC Administrator1-1/+1
2014-08-14re PR tree-optimization/62091 (ice in before_dom_children)Jan Hubicka5-2/+48
2014-08-14ipa-utils.h (compare_virtual_tables): Declare.Jan Hubicka5-0/+128
2014-08-14typeck.c (composite_pointer_type, [...]): When a pedwarn is suppressed under ...Paolo Carlini2-30/+56
2014-08-14DR 458Marek Polacek4-24/+48
2014-08-14re PR fortran/62106 (Adding a scalar variable to an array constructor gives w...Thomas Koenig5-7/+51
2014-08-14gfortran.texi (caf_register_t): Add CAF_REGTYPE_CRITICAL.Tobias Burnus6-35/+223
2014-08-14gfortran.texi (Coarray Programming): Add first ABI documentation.Tobias Burnus2-0/+380
2014-08-14Fix ChangeLog entryTom de Vries1-1/+0
2014-08-14Remove duplicate declaration of mem_attrs_eq_pTom de Vries2-1/+4
2014-08-14re PR c++/62101 (deleted definitions of friend functions are rejected)Ville Voutilainen4-12/+54
2014-08-14re PR c++/54377 (Consider default arguments in "wrong number of template argu...Paolo Carlini14-17/+56
2014-08-14re PR fortran/62076 (testsuite failure in udr2.90)Jakub Jelinek2-1/+16
2014-08-14Fix if-conversion pass for dead type-unsafe codeTom de Vries7-3/+193
2014-08-14graphite-scop-detection.c: Add inclusion of cp-tree.h.Roman Gareev2-0/+16
2014-08-14BASE-VER: Change to 5.0.0Richard Biener2-1/+5
2014-08-14sse.md (define_mode_attr avx512): New.Alexander Ivchenko2-22/+98
2014-08-14sse.md: Allow V64QI, V32QI, V32HI, V4HI modes.Alexander Ivchenko3-11/+80
2014-08-14i386.md (define_attr "isa"): Add avx512bw,noavx512bw.Alexander Ivchenko2-48/+188
2014-08-14i386.c (ix86_preferred_simd_mode): Allow V64QImode and V32HImode.Alexander Ivchenko2-2/+16
2014-08-14i386.c (print_reg): Сorrectly print 64-bit mask registers.Alexander Ivchenko4-14/+82
2014-08-14re PR tree-optimization/62081 (ICE: in fix_loop_structure, at loop-init.c:208...Richard Biener4-4/+63
2014-08-14re PR lto/62067 (lto-lang.c:549: too many calls to va_end on some code paths ?)Richard Biener2-5/+11
2014-08-14tree.c (type_hash_lookup, [...]): Merge into ...Richard Biener2-44/+28
2014-08-14parser.c (cp_parser_init_declarator): Remove redundant check of decl_specifie...Paolo Carlini19-39/+34
2014-08-14re PR middle-end/62090 (ice in compute_may_aliases)Richard Biener5-95/+160
2014-08-14re PR tree-optimization/62079 (ICE: in calc_dfs_tree, at dominance.c:401 with...Richard Biener4-0/+91
2014-08-14ipa-devirt.c (get_polymorphic_call_info): Use fndecl instead of current_funct...Ilya Enkovich2-1/+6
2014-08-14cgraph.c (cgraph_node::function_symbol): Fix wrong cgraph_function_node to cg...Ilya Enkovich2-2/+8
2014-08-14arm.c (arm_option_override): Set max_insns_skipped to MAX_INSN_PER_IT_BLOCK w...Zhenqiang Chen4-0/+34
2014-08-14addrtmp.c: Add bind_pic_locally option.Bin Cheng2-0/+5
2014-08-14Daily bump.GCC Administrator1-1/+1
2014-08-13compiler, runtime: Fix unexpected GC interfering with closure passing.Ian Lance Taylor2-4/+47