aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-12re PR c++/67104 (Constant expression factory function initializes std::array ...Jason Merrill2-1/+4
2015-08-12re PR c++/67104 (Constant expression factory function initializes std::array ...Jason Merrill3-3/+58
2015-08-12re PR c++/67108 (ICE: in cxx_eval_call_expression, at cp/constexpr.c:1345 whe...Jason Merrill5-1/+54
2015-08-12xtensa: add -mauto-litpools optionMax Filippov9-21/+94
2015-08-12re PR c++/67161 (ICE with a static_assert using our internal __not/__or/__and...Jason Merrill3-1/+37
2015-08-12re PR c++/55095 (Wshift-overflow)Marek Polacek6-4/+124
2015-08-12compiler: Don't make gc symbol for bad array type.Ian Lance Taylor2-2/+5
2015-08-12re PR c++/52742 (Initializing an array using brace initializer and template p...Paolo Carlini2-0/+21
2015-08-12arm-fpus.def: Replace booleans with feature flags.Matthew Wahab4-31/+47
2015-08-12Fix warnings when bootstrapping on darwin with vtable verification enabled.Caroline Tice3-2/+19
2015-08-12Remove --with-host-libstdcxxTom de Vries5-53/+27
2015-08-12arm.h (arm_fpu_feature_set): New.Matthew Wahab2-0/+22
2015-08-12Add Knights Landing support to __builtin_cpu_isH.J. Lu4-0/+19
2015-08-12re PR c++/47461 (warn_unused_result attribute ignored for templates)Paolo Carlini2-0/+13
2015-08-12[AArch64] Do not ICE after apologising for -mcmodel=large -fPICKyrylo Tkachov2-0/+6
2015-08-12tree-ssa-sccvn.c (vn_nary_op_compute_hash): Also canonicalize comparison oper...Richard Biener19-39/+223
2015-08-12re PR target/67127 ([ARM] Avoiding odd-number ldrd/strd in movdi introduced a...Yvan Roux2-2/+8
2015-08-12tree-vrp.c (simplify_min_or_max_using_ranges): New.Nathan Sidwell5-1/+109
2015-08-12c-decl.c (grokdeclarator): Call error_at instead of error and pass LOC to it.Marek Polacek2-2/+7
2015-08-12appendix_contributing.xml: Update patch email policy.Jonathan Wakely5-24/+27
2015-08-12[MIPS] Scheduler fix for the 74k & 24k.Simon Dardis3-4/+10
2015-08-12gimple.h (remove_pointer): New trait.Richard Biener3-38/+195
2015-08-12tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Eliminate edges m...Richard Biener5-34/+87
2015-08-12Fix vect/trapv-vect-reduc-4.c for sparcTom de Vries2-1/+8
2015-08-12Daily bump.GCC Administrator1-1/+1
2015-08-11compiler: Check for EOF in malformed signatures.Ian Lance Taylor2-2/+3
2015-08-11compiler: Handle newlines in general comments.Ian Lance Taylor3-4/+13
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders33-357/+131
2015-08-11add GCC_FINAL to ansidecl.hTrevor Saunders2-0/+13
2015-08-11compiler: Don't make void-typed temporaries.Ian Lance Taylor2-2/+10
2015-08-11* gcc.target/i386/avx2-vect-shift.c: Remove unneeded dg directives.Uros Bizjak1-2/+0
2015-08-11configure.ac (tools/gjdoc): Depend on CREATE_WRAPPERS.Uros Bizjak5-73/+53
2015-08-11re PR target/66954 (function multiversioning fails for target "aes")Uros Bizjak6-2/+63
2015-08-11tree-vect-stmts.c (vectorizable_shift): Add missed test on vect_induction_def.Yuri Rumyantsev4-1/+28
2015-08-11re PR c/66098 (#pragma diagnostic 'ignored' not fully undone by pop for stric...Manuel López-Ibáñez5-3/+130
2015-08-11* tree-vrp.c (simplify_abs_using_ranges): Simplify.Nathan Sidwell2-21/+11
2015-08-11tree-ssa-phiopt.c (minmax_replacement): Create new ssa name if we're not the ...Nathan Sidwell5-1/+66
2015-08-11[AArch64][Obivious] Add the missing ',' for enumeration elementJiong Wang2-1/+6
2015-08-11Add todo comment for move_sese_region_to_fnTom de Vries2-1/+9
2015-08-11Fix test failure on Solaris 9 where strtod() does not accept hexadecimalsIain Buclaw3-22/+22
2015-08-11Daily bump.GCC Administrator1-1/+1
2015-08-10re PR libfortran/67140 (undefined reference to _gfortran_mvbits_i16)Steven G. Kargl2-0/+7
2015-08-10Treat model == 0x4f as BroadwellH.J. Lu4-0/+12
2015-08-10Update -mtune=knl for Knights LandingH.J. Lu3-2/+8
2015-08-10[multiple changes]Steven G. Kargl5-0/+32
2015-08-10[PR libgomp/65742, PR middle-end/66332] libgomp: Remove plugin for non-shared...Thomas Schwinge29-477/+262
2015-08-10Empty libgomp for nvptxThomas Schwinge43-6/+79
2015-08-10Fix offloading machine mode stream readingThomas Schwinge5-5/+40
2015-08-10Correctly advance iterator in offloading machine mode stream readingThomas Schwinge2-1/+7
2015-08-10[AArch64] Recommit correct version for improving TLS descriptor patternRamana Radhakrishnan5-8/+73