aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-11-15introduce TDF_compare_debug, omit OBJ_TYPE_REF casts with itAlexandre Oliva4-2/+17
2017-11-15Use compare-debug for bootstrap-debug-lean to ignore != DW_AT_producerAlexandre Oliva2-0/+6
2017-11-15Add __builtin_tgmath for better tgmath.h implementation (bug 81156).Joseph Myers15-63/+1441
2017-11-15compiler: remove LHS/RHS context determination for var exprsThan McIntosh11-154/+34
2017-11-14vr-values.c: New file with contents extracted from tree-vrp.c.Jeff Law5-4196/+4315
2017-11-15Daily bump.GCC Administrator1-1/+1
2017-11-14rs6000.md (bswapdi2): On 32-bit ISA 3.0, don't generate the XXBRD instruction.Michael Meissner2-6/+3
2017-11-14rs6000-c.c (is_float128_p): New helper function.Michael Meissner7-131/+325
2017-11-14tree-ssa-threadupdate.c (compute_path_counts): Remove unused path_in_freq_ptr...Jan Hubicka2-12/+8
2017-11-14ipa-inline.c (edge_badness): Dump sreal frequency.Jan Hubicka3-5/+10
2017-11-14Adapt Solaris 12 referencesRainer Orth8-9/+24
2017-11-14rs6000.c (swap_endian_selector_for_mode): Remove le_ and be_ prefixes to swap...Carl Love5-98/+75
2017-11-14Support GTY((cache)) on hash_map.Jason Merrill12-53/+96
2017-11-14tree-cfgcleanup.c (cleanup_control_expr_graph): Remove first_p paramter and h...Richard Biener2-34/+65
2017-11-14libgo: adapt Solaris 12 referencesIan Lance Taylor1-1/+1
2017-11-14[Patch AArch64] Stop generating BSL for simple integer codeJames Greenhalgh5-14/+222
2017-11-14tracer.c (better_p): Do not compare frequencies.Jan Hubicka4-16/+16
2017-11-14auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.Jan Hubicka11-60/+85
2017-11-14ipa-inline.c (compute_uninlined_call_time, [...]): always use frequencies.Jan Hubicka2-8/+6
2017-11-14Require alloca for c-c++-common/Wstringop-truncation.cTom de Vries2-1/+6
2017-11-14bb-reorder.c: Remove frequencies from comments.Jan Hubicka2-49/+76
2017-11-14ipa-split.c (struct split_point): Add count.Jan Hubicka5-17/+71
2017-11-14re PR fortran/78240 (ICE in match_clist_expr, at fortran/decl.c:728)Fritz Reese6-14/+70
2017-11-14Daily bump.GCC Administrator1-1/+1
2017-11-13altivec.md (altivec_vsumsws_be): Add define_expand.Carl Love4-0/+25
2017-11-13Capture adjustments for P0588R1.Jason Merrill10-150/+68
2017-11-13Defer folding of *&.Jason Merrill14-66/+94
2017-11-13Fix cp-ubsan typo.Jason Merrill2-1/+4
2017-11-13PR c++/82360 - ICE with static_cast in template.Jason Merrill4-1/+45
2017-11-13Implement __VA_OPT__Tom Tromey6-10/+121
2017-11-13rs6000-c.c (altivec_overloaded_builtins): Add support for builtins...Carl Love9-6/+1369
2017-11-13match.pd: Convert fminf<N>...Michael Meissner4-4/+34
2017-11-13re PR lto/81351 (Many LTO testcases FAIL)Eric Botcazou2-1/+15
2017-11-13* tree-ssa-coalesce.c (coalesce_cost): Fix formating.Jan Hubicka2-1/+4
2017-11-13* tree-ssa-sink.c (select_best_block): Do not use frequencies.Jan Hubicka2-2/+8
2017-11-13re PR lto/81351 (Many LTO testcases FAIL)Eric Botcazou6-82/+38
2017-11-13cgraph.c (cgraph_edge::sreal_frequency): New function.Jan Hubicka7-15/+79
2017-11-13Remove the null check from placement new in all modesVille Voutilainen7-10/+39
2017-11-13[ARM] Fix more -Wreturn-type fallout (gcc.target/arm/pr67989.C).Christophe Lyon2-1/+7
2017-11-13[Diagnostic Patch] don't print column zeroNathan Sidwell51-438/+520
2017-11-13ieee_8.f90: xfail for aarch64*-*-gnu*Charles Baylis2-1/+5
2017-11-13[Documentation] Fix latency in pipeline description exampleLuis Machado2-2/+7
2017-11-13re PR tree-optimization/78821 (GCC7: Copying whole 32 bits structure field by...Jakub Jelinek4-18/+175
2017-11-13GCOV: remove typedef of coverage_t.Martin Liska2-12/+22
2017-11-13GCOV: remove typedef for block_tMartin Liska2-26/+43
2017-11-13GCOV: remove typedef for arc_tMartin Liska2-29/+46
2017-11-13GCOV: remove typedef for function_tMartin Liska2-35/+52
2017-11-13GCOV: introduce vector for function_info::counts.Martin Liska2-13/+18
2017-11-13GCOV: simplify usage of function_info::artificial.Martin Liska2-26/+47
2017-11-13GCOV: introduce global vector of functionsMartin Liska2-66/+52