aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-10-08formatJason Merrill1-1/+1
2015-10-08re PR c++/67557 (Calling copy constructor of base class in constructor of der...Jason Merrill3-1/+93
2015-10-08tree-vect-loop.c (vect_analyze_loop_operations): Skip virtual phi in the tail...Yuri Rumyantsev4-0/+89
2015-10-08rs6000.c (rs6000_xcoff_debug_unwind_info): Always return UI_NONE.David Edelsohn2-4/+6
2015-10-08tree-ssa-loop-unswitch.c: Include "gimple-iterator.h" and "cfghooks.h"...Yuri Rumyantsev6-34/+534
2015-10-08tree-ssa-reassoc.c (dump_ops_vector): Print newline after each ops element.Marek Polacek2-0/+6
2015-10-08Dump only required dse1 fileTom de Vries3-2/+7
2015-10-08S/390: Use create_tmp_var_raw in s390_atomic_assign_expand_fenv.Andreas Krebbel2-2/+8
2015-10-08Daily bump.GCC Administrator1-1/+1
2015-10-07expr.c (store_expr_with_bounds): Handle aggregate moves from BLKmode.Jan Hubicka3-10/+30
2015-10-07Re: [PATCH] Improve DOM's optimization of control statementsJeff Law3-6/+19
2015-10-07gather bbs and conditions in a single walk through dominatorsAditya Kumar10-198/+118
2015-10-07xcoff.h (ASM_PREFERRED_EH_DATA_FORMAT): Use 64-bit encoding in 64-bit mode.David Edelsohn2-2/+7
2015-10-07compiler: Don't make temporaries for constant operands.Ian Lance Taylor2-3/+3
2015-10-07re PR target/66697 (Feature request: -mstackrealign and force_align_arg_point...Uros Bizjak6-21/+97
2015-10-07re PR go/67874 (fd_unix.go does not build when there is fcntl64 and no fcntl ...Ian Lance Taylor1-1/+1
2015-10-07atomic-dg.exp (atomic_link_flags): Move flag setting to atomic_init.James Norris2-4/+17
2015-10-07remove unused codeAditya Kumar4-11/+11
2015-10-07move graphite bookkeeping from sese to sese_infoAditya Kumar9-239/+283
2015-10-07re PR sanitizer/67867 (UBSan bootstrap fails with error: ‘otype’ may be u...Marek Polacek2-1/+6
2015-10-07Define x86 CALL_USED_REGISTERS_MASKH.J. Lu3-3/+10
2015-10-07Check $READELF_FOR_TARGET for readelf in configureH.J. Lu3-3/+13
2015-10-07re PR fortran/65889 ([6 Regressions] [OOP] ICE with sizeof a polymorphic vari...Andre Vehreschild4-3/+34
2015-10-07Merge ix86_maybe_switch_abi with ix86_set_current_functionH.J. Lu2-14/+15
2015-10-07Check in forgotten test for fortran/65766Louis Krupp1-0/+23
2015-10-07tree-vectorizer.h (stmt_vec_info_vec): Use vec<stmt_vec_info>.Richard Biener5-159/+98
2015-10-07Fix PR c/65345 for armRamana Radhakrishnan2-2/+8
2015-10-07Cache reals for 1/4, 1/6 and 1/9Richard Sandiford4-45/+48
2015-10-07cp-gimplify.c (genericize_if_stmt): Use protected_set_expr_location.Marek Polacek5-17/+22
2015-10-06[PATCH][PR tree-optimization/67816] Fix jump threading when DOM removes condi...Jeff Law6-26/+97
2015-10-07reorg.c: use vec<rtx_insn *> instead of rtx_insn_list for the delay insn listTrevor Saunders2-201/+172
2015-10-06re PR c++/67810 (Non-expression recognized as fold expression)Jason Merrill6-62/+170
2015-10-07Daily bump.GCC Administrator1-1/+1
2015-10-06[multiple changes]Louis Krupp3-3/+22
2015-10-06compiler: Record each import as a distinct alias.Ian Lance Taylor7-79/+129
2015-10-06nios2.c (nios2_symbol_ref_in_small_data_p): For -mgpopt=local, also exclude u...Sandra Loosemore3-5/+16
2015-10-06iterators.md (vwcore): Add missing cases for V4HF/V8HF modes.Kugan Vivekanandarajah4-0/+35
2015-10-06move dr->alias_set to a helper structureAditya Kumar6-40/+82
2015-10-06remove unused struct base_alias_pairAditya Kumar6-49/+20
2015-10-06remove dead code in computation of alias setsAditya Kumar4-267/+40
2015-10-06c-parser.c (c_parser_statement_after_labels): Use protected_set_expr_location.Marek Polacek3-19/+24
2015-10-06re PR c++/67863 (-Wtautological-compare warns when it shouldn't)Marek Polacek4-1/+27
2015-10-06Remove duplicate target line.Michael Meissner1-1/+0
2015-10-06re PR target/67808 (LRA ICEs on simple double to long double conversion test ...Michael Meissner4-33/+106
2015-10-06Remove ATTRIBUTE_UNUSED from `decl' parameter of default_elf_asm_named_sectionRamana Radhakrishnan2-1/+6
2015-10-06re PR middle-end/67861 (coreutils' wc.c:write_counts is miscompiled since com...Nathan Sidwell2-0/+7
2015-10-06Rename scop->ctx to isl_contextH.J. Lu2-1/+6
2015-10-06arm.c (arm_emit_probe_stack_range): Adjust comment.Eric Botcazou3-15/+21
2015-10-06* config.gcc (lm32-elf): Add newlib-stdint.h to tm_file.Nick Clifton2-1/+5
2015-10-06gcc * config/msp430/msp430.c (ATTR_NOINIT): New constant.Nick Clifton6-2/+235