aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-10fold-const.c (distribute_bit_expr): Remove.Richard Biener3-114/+51
2015-07-10[AArch64] Mark GOT related MEM rtx as const to help RTL loop IVJiong Wang4-6/+60
2015-07-10gimple-predict.h: New file.Andrew MacLeod230-70/+548
2015-07-10attr_thumb.c: Skip if Thumb is not supported.Christophe Lyon3-0/+9
2015-07-10genmatch.c (dt_node::gen_kids_1): Fix indenting of case labels.Richard Biener2-25/+32
2015-07-10re PR target/66813 (gcc.target/i386/asm-flag-5.c failed with -march=pentium)Uros Bizjak4-1/+27
2015-07-10re PR middle-end/66820 (internal compiler error: in get_expr_operands, at tre...Jakub Jelinek5-6/+38
2015-07-10[obvious] Fix typos above expand_cond_expr_using_cmoveKyrylo Tkachov2-3/+8
2015-07-10re PR c++/65592 (internal compiler error: Segmentation fault when using non-e...Paolo Carlini2-0/+24
2015-07-10Insert new bound in try_transform_to_exit_first_loop_altTom de Vries8-1/+156
2015-07-10tree-if-conv.c (if_convertible_gimple_assign_stmt_p): Use ifcvt_could_trap_p ...Richard Biener2-22/+21
2015-07-10ipa-icf.c: Fix typo in dump messageBernhard Reutner-Fischer2-1/+6
2015-07-10re PR tree-optimization/66823 (-ftree-loop-if-convert-stores miscompiles gfor...Richard Biener4-3/+14
2015-07-10re PR c++/64848 (G++ internal compiler error with templated lambdas capturing...Paolo Carlini2-0/+37
2015-07-10Daily bump.GCC Administrator1-1/+1
2015-07-09mti-linux.h (MIPS_SYSVERSION_SPEC): Update to handle mips[32|64]r3 and mips[3...Steve Ellcey2-4/+13
2015-07-09re PR middle-end/66633 (ICE on valid "verify_gimple failed" with OpenMP)Jakub Jelinek7-8/+108
2015-07-09re PR tree-optimization/66718 (Non-invariant ADDR_EXPR not vectorized)Jakub Jelinek2-7/+110
2015-07-09target-supports.exp (check_effective_target_pie): Add *-*-dragonfly*John Marino2-0/+6
2015-07-09Adjust variable shift costs for IA MCUH.J. Lu2-1/+6
2015-07-09rs6000-protos.h (rs6000_secondary_reload_memory): Use machine mode, not enum ...Michael Meissner1-0/+58
2015-07-09rs6000-protos.h (rs6000_secondary_reload_memory): Use machine mode, not enum ...Michael Meissner3-60/+113
2015-07-09pt.c (instantiation_dependent_r): Call value_dependent_expression_p.Jason Merrill3-5/+6
2015-07-09cp-tree.h (struct cp_parameter_declarator): Rename ellipsis_p to template_par...Jason Merrill3-79/+43
2015-07-09* parser.c (cp_parser_default_type_template_argument)Andrew Sutton2-40/+72
2015-07-09re PR rtl-optimization/66782 (Unable to run 64-bit wine after MS->SYSV regist...Vladimir Makarov5-9/+50
2015-07-09genmatch.c (fprintf_indent): New function.Michael Matz2-256/+407
2015-07-09re PR target/66814 (ICE: gcc.target/i386/avx512f-klogic-2.c)Uros Bizjak5-6/+32
2015-07-09typeck.c (warn_args_num): Rename to error_args_num.Paolo Carlini2-5/+10
2015-07-09getruntime.c (RUSAGE_SELF): Define if not already defined.Uros Bizjak2-7/+7
2015-07-09fnmul-1.c: Fix whitespace.Szabolcs Nagy5-18/+25
2015-07-09lto-streamer.h: Don't include target.h and alloc-pool.h.Andrew MacLeod25-16/+46
2015-07-09genmatch.c (struct expr): Add force_single_use flag.Richard Biener3-72/+131
2015-07-09Update config/i386/iamcu.hH.J. Lu2-0/+49
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod37-30/+68
2015-07-09re PR c++/65790 (compilation error : receive std::index_sequence)Paolo Carlini2-0/+40
2015-07-09Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCUH.J. Lu4-1/+17
2015-07-09Check int_size_in_bytes in ix86_return_in_memoryH.J. Lu4-1/+39
2015-07-09re PR tree-optimization/66718 (Non-invariant ADDR_EXPR not vectorized)Marek Polacek8-0/+218
2015-07-09toplev.c (compile_file): Reset maximum_field_alignment after parsing.Richard Biener2-0/+9
2015-07-09re PR middle-end/66807 (--enable-libmpx failed)Richard Biener2-0/+7
2015-07-08function.c (stack_protect_epilogue): Use if rather than switch for check targ...Kito Cheng2-14/+11
2015-07-08*.C: generate dwarf-2 debug information even when dwarf-2 is not the default.Carlos Sánchez de La Lama56-55/+60
2015-07-09always define WORD_REGISTER_OPERATIONSTrevor Saunders38-77/+113
2015-07-09reduce conditional compilation based on AUTO_INC_DECTrevor Saunders13-125/+111
2015-07-09always define AUTO_INC_DECTrevor Saunders14-36/+62
2015-07-09use #if for HARD_FRAME_POINTER_IS_FRAME_POINTER lessTrevor Saunders5-23/+26
2015-07-09always define SHORT_IMMEDIATES_SIGN_EXTENDTrevor Saunders15-25/+46
2015-07-09remove #if for HAVE_cc0 in combine.cTrevor Saunders2-35/+36
2015-07-09reduce conditional compilation for LOAD_EXTEND_OPTrevor Saunders5-24/+29