aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-07-24Enable reductions without fassociative-math in graphiteTom de Vries2-2/+6
2015-07-24Don't allow unsafe reductions in graphiteTom de Vries15-9/+363
2015-07-24re PR c++/64079 (%+D in diagnostics breaks pragma GCC diagnostic)Manuel López-Ibáñez4-4/+26
2015-07-24i386.c (ix86_call_abi_override): Call ix86_function_abi.Uros Bizjak2-51/+43
2015-07-24compiler: Don't parse malformed receiver/parameters.Ian Lance Taylor2-4/+6
2015-07-24compiler: Disallow rune literals with '\X'.Ian Lance Taylor2-2/+1
2015-07-24re PR other/66259 (Combined gcc and binutils build from git-master fails, wit...Jeff Law10-19/+35
2015-07-24compiler: Don't make temporaries for constant expressions.Ian Lance Taylor2-2/+3
2015-07-24[obvious] Use std::swap instead of manually swapping in a few more placesKyrylo Tkachov4-8/+13
2015-07-24be.po, [...]: Update.Joseph Myers20-74890/+130380
2015-07-24re PR target/64003 (valgrind complains about get_attr_length_nobnd in insn-at...Uros Bizjak3-21/+45
2015-07-24gimplify.c (omp_default_clause): New function.Nathan Sidwell2-79/+97
2015-07-24re PR middle-end/66984 (ICE: fold_binary changes type of operand, causing fai...Gary Funck2-1/+9
2015-07-24Add transform_to_exit_first_loop_alt dump success messageTom de Vries13-72/+51
2015-07-24Fix gfortran.dg/class_to_type_4.f90 deallocation code misordering failureMikael Morin2-1/+7
2015-07-24re PR libgomp/66714 (ICE in loc_list_from_tree with -g)Cesar Philippidis2-1/+46
2015-07-24[AArch64] elf toolchain does not pass -shared linker optionSzabolcs Nagy2-1/+11
2015-07-24[AArch64] Fix LINUX_TARGET_LINK_SPEC to be consistent with ARMSzabolcs Nagy2-2/+10
2015-07-24re PR ipa/66566 ([CHKP] ICE in early_inliner: internal compiler error: in ope...Ilya Enkovich4-0/+29
2015-07-24genmatch.c (struct dt_node): Add statistic fields.Richard Biener2-0/+51
2015-07-24fold-const.c (fold_binary_loc): Move simplifying of comparisons against the h...Richard Biener3-117/+73
2015-07-24genmatch.c (struct capture_info): Add same_as field.Richard Biener2-7/+34
2015-07-24Add a testcase for PR bootstrap/66978H.J. Lu2-0/+20
2015-07-24S/390: Fix cfi for GPR 2 FPR savesAndreas Krebbel4-0/+36
2015-07-24[PATCH] S/390: Improve risbg usageAndreas Krebbel7-3/+346
2015-07-24[PATCH 4/4] S390 -march=native related fixesDominik Vogt2-19/+24
2015-07-24[PATCH 3/4] S390 -march=native related fixesDominik Vogt3-41/+135
2015-07-24[PATCH 2/4] S390 -march=native related fixesDominik Vogt2-6/+10
2015-07-24S390 -march=native related fixesDominik Vogt2-0/+9
2015-07-24fold-const.c (maybe_canonicalize_comparison_1): Move A code CST canonicalizat...Richard Biener5-67/+62
2015-07-24Remove xfail in autopar/uns-outer-4.cTom de Vries2-1/+5
2015-07-24[AArch64] Revert REG_ALLOC_ORDER/HONOR_REG_ALLOC_ORDERJiong Wang2-25/+8
2015-07-24genmatch.c (add_operator): Allow SSA_NAME as predicate.Richard Biener4-27/+27
2015-07-24gimple-fold.c (replace_stmt_with_simplification): Special-case valueizing cal...Richard Biener3-152/+104
2015-07-24re PR middle-end/25530 ((unsigned / 2)*2 is not changed into unsigned &~1)Naveen H.S4-0/+27
2015-07-24re PR middle-end/25529 ((unsigned * 2)/2 is not changed into unsigned &0x7FFF...Naveen H.S4-1/+31
2015-07-24reg_equal_test.c: New test.Kugan Vivekanandarajah4-3/+44
2015-07-24cse.c (cse_insn): Fix missing check for STRICT_LOW_PART and minor clean up.Kugan Vivekanandarajah2-5/+10
2015-07-24Daily bump.GCC Administrator1-1/+1
2015-07-23i386.c (ix86_build_builtin_va_list_64): Rename from ix86_build_builtin_va_lis...Uros Bizjak2-43/+26
2015-07-23jit: supply MULTILIB_DEFAULTS as arguments when invoking driverDavid Malcolm5-32/+81
2015-07-23re PR lto/66752 (spec2000 255.vortex performance compiled with GCC is ~20% lo...Jeff Law7-0/+176
2015-07-23compiler: Make empty interface types for vars during parse time.Ian Lance Taylor2-2/+6
2015-07-23compiler: Check for errors in the underlying types of unary expressions.Ian Lance Taylor2-1/+3
2015-07-23tree-pass.h (get_current_pass_name): Removed.Bernd Edlinger2-1/+4
2015-07-23re PR c++/66572 (Bogus Wlogical-op warning for operands coming from template ...Marek Polacek4-0/+41
2015-07-23c-ubsan.c (ubsan_instrument_division): Use unshare_expr throughout.Marek Polacek2-7/+17
2015-07-23[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva30-853/+1133
2015-07-23re PR target/66217 (PowerPC rotate/shift/mask instructions not optimal)Segher Boessenkool4-15/+109
2015-07-23generic-match-head.c: Include cgraph.h.Richard Biener6-24/+37