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