aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-05-09use rtx_insn * more in reorg.cTrevor Saunders2-5/+9
2015-05-09change more argument types to rtx_insn *Trevor Saunders4-4/+10
2015-05-09pass rtx_insn * more in gcse.cTrevor Saunders2-4/+8
2015-05-09cse_change_cc0_mode can take a rtx_insn *Trevor Saunders2-1/+5
2015-05-09make emit_debug_insn_before take a rtx_insn *Trevor Saunders3-2/+8
2015-05-09emit_note_before can take a rtx_insn *Trevor Saunders3-3/+7
2015-05-09emit_note_after can take a rtx_insn *Trevor Saunders3-3/+7
2015-05-09prev_cc0_setter can take a rtx_insn *Trevor Saunders3-4/+7
2015-05-09make noop_move_p take a rtx_insn *Trevor Saunders3-2/+7
2015-05-09make add_shallow_copy_of_reg_note take an rtx_insn *Trevor Saunders3-2/+8
2015-05-09make remove_reg_equal_equiv_notes take an rtx_insn *Trevor Saunders3-2/+8
2015-05-09can_nonlocal_goto can take a rtx_insn *Trevor Saunders3-2/+8
2015-05-09computed_jump_p takes a rtx_insn *Trevor Saunders3-2/+7
2015-05-09change in_expr_list_p to in_insn_list_pTrevor Saunders4-6/+12
2015-05-09make stop_search_p take a rtx_insn *Trevor Saunders2-2/+6
2015-05-09make make_reg_eh_region_note and friend take rtx_insn *Trevor Saunders3-4/+11
2015-05-09use rtx_insn * as the type of a local variable in mode-switching.cTrevor Saunders2-2/+7
2015-05-09decl2.c (mangling_aliases): New variable.Jason Merrill4-24/+77
2015-05-09decl2.c (collect_candidates_for_java_method_aliases): Remove.Aldy Hernandez2-61/+22
2015-05-09Daily bump.GCC Administrator1-1/+1
2015-05-08install.texi (--enable-languages): Add missing jit and lto info.Jim Wilson3-4/+15
2015-05-08[PATCH 6/13] mips musl supportGregor Richards2-1/+14
2015-05-08re PR tree-optimization/66036 (strided group loads are not vectorized)Richard Biener5-94/+217
2015-05-08trans-array.c (gfc_walk_elemental_function_args): Don't skip the advance to t...Mikael Morin4-1/+49
2015-05-08rs6000.md: Require operand inequality in one of the peepholes.Segher Boessenkool2-1/+7
2015-05-08Franz Sirl <Franz.Sirl-kernel@lauterbach.com>Richard Sandiford3-34/+42
2015-05-08[AArch64] Idiomatic 64x1 comparisons in arm_neon.hAlan Lawrence4-20/+32
2015-05-08[AArch64] Add vcond(u?)didi patternAlan Lawrence2-18/+23
2015-05-08optabs.c: Make vector_compare_rtx cope with VOID mode constants (e.g. const0_...Alan Lawrence2-3/+17
2015-05-08[PATCH 0/13] Add musl support to GCCSzabolcs Nagy6-4/+34
2015-05-08[PATCH 2/13] musl libc configGregor Richards7-18/+143
2015-05-08PR target/48904 x86_64-knetbsd-gnu missing defsH.J. Lu3-1/+35
2015-05-08re PR c++/59012 (alignas does not support parameter pack expansions)Jason Merrill5-5/+66
2015-05-08Daily bump.GCC Administrator1-1/+1
2015-05-07re PR c/64918 (invalid (?) warning when initializing structure)Marek Polacek9-3/+87
2015-05-07re PR c/65179 (Introduce new C warning: -Wshift-negative-value)Marek Polacek20-2/+405
2015-05-07gcov-tool.c (do_merge): Refactore to remove int ret.Aditya Kumar4-7/+12
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford111-1845/+1525
2015-05-07DR 1467 PR c++/51747Jason Merrill3-0/+24
2015-05-07re PR middle-end/192 (String literals don't obey -fdata-sections)Segher Boessenkool4-2/+46
2015-05-07re PR testsuite/66046 (UBSan output pattern tests fail on target ARM board.)Marek Polacek52-51/+107
2015-05-07match.pd (bit_and (plus/minus (convert @0) (convert @1) mask): New simplifier...Jeff Law6-13/+165
2015-05-07combine.c (make_compound_operation): Remove checks for PLUS/MINUS rtx type.Venkataramanan Kumar2-5/+7
2015-05-07re PR tree-optimization/66002 (paq8p benchmark 50% slower than clang on sandy...Richard Biener4-0/+32
2015-05-07c-ubsan.c (ubsan_instrument_bounds): Don't skip instrumenting flexible member...Marek Polacek8-5/+53
2015-05-07re PR target/66015 (align directives not propagated after __attribute__ ((__o...Uros Bizjak2-11/+32
2015-05-07Daily bump.GCC Administrator1-1/+1
2015-05-06compiler: Analyze escape information of interface parameters.Ian Lance Taylor1-12/+16
2015-05-06re PR fortran/37131 (inline matmul for small matrix sizes)Thomas Koenig21-44/+1652
2015-05-06jit: add test-benchmark.cDavid Malcolm4-1/+255