aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-06-12Support multilibs and devices that see flash in RAM address range.Georg-Johann Lay16-83/+341
2017-06-12* cgraph.c (cgraph_node::dump): Complain about profile insanities.Jan Hubicka2-1/+38
2017-06-12sdiv_costs_1.c: Disable on softfloat.Tamar Christina2-0/+6
2017-06-12config.gcc (*-*-vxworks*): Set use_gcc_stdint to "provide".Doug Rupp3-0/+61
2017-06-12Create an extra BB in profile-generate (PR tree-optimization/81041).Martin Liska2-0/+15
2017-06-12re PR bootstrap/80897 (gnat bootstrap broken on SPARC64/Linux)Eric Botcazou2-1/+6
2017-06-12rs6000: Remove e500.h from config.gcc some moreSegher Boessenkool1-10/+10
2017-06-12re PR ada/81070 (build failure for s-intrr.adb)Eric Botcazou3-1/+1117
2017-06-12re PR tree-optimization/81003 (ICE: tree check: expected ssa_name, have integ...Jakub Jelinek4-6/+44
2017-06-12re PR tree-optimization/81053 (ICE on valid code at -O3 on x86_64-linux-gnu: ...Richard Biener4-36/+52
2017-06-12Daily bump.GCC Administrator1-1/+1
2017-06-11Disable constant pool for nvptxTom de Vries2-0/+18
2017-06-11opts.c (finish_options): Move test for flag_split_stack after it has been ini...Jan Hubicka2-13/+19
2017-06-11* error.c (dump_expr): Use is_this_parameter.Jason Merrill2-5/+4
2017-06-11tree.h (id_equal): New.Jason Merrill20-37/+63
2017-06-11Daily bump.GCC Administrator1-1/+1
2017-06-10ipa-inline-transform.c: Include function.h, cfg.h and basic-block.hJan Hubicka2-2/+41
2017-06-10cgraph.h (cgraph_edge::clone): Update prototype.Jan Hubicka4-25/+32
2017-06-11rs6000: Factor out emit_vrsave_prologueSegher Boessenkool2-23/+38
2017-06-11rs6000: Factor out emit_split_stack_prologueSegher Boessenkool2-39/+53
2017-06-10predict.c (drop_profile): Also drop individual bb/edge and cgraph edge counts.Jan Hubicka2-9/+41
2017-06-10cgraphbuild.c (cgraph_edge::rebuild_references): Do not touch profile.Jan Hubicka2-2/+5
2017-06-10re PR fortran/80988 (171_swim fails)Thomas Koenig4-1/+49
2017-06-10Add effective target signalTom de Vries12-4/+43
2017-06-10Add effective target stack_sizeTom de Vries44-8/+147
2017-06-09Missing bits from N4268, constant evaluation for all non-type args.Jason Merrill16-100/+166
2017-06-09Overhaul pointer-to-member conversion and template argument handling.Jason Merrill7-45/+61
2017-06-10Daily bump.GCC Administrator1-1/+1
2017-06-09Don't fold conversion from a constant variable.Jason Merrill3-36/+27
2017-06-09Add support for mutually-incompatible fix-it hintsDavid Malcolm7-1/+90
2017-06-09Fix template argument of nullptr_t type.Jason Merrill3-1/+13
2017-06-09Fix array decay handling in constant expressions.Jason Merrill5-6/+72
2017-06-09PR c++/80384 - ICE with dependent noexcept-specifierJason Merrill3-0/+23
2017-06-09* constexpr.c (potential_constant_expression_1): Allow 'this' capture.Jason Merrill3-1/+15
2017-06-09opts.c (finish_options): If -fsplit-stack, disable implicit -forder-blocks-an...Ian Lance Taylor7-1/+80
2017-06-09builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST, [...]): New.Jan Hubicka13-17/+56
2017-06-09* predict.c (unlikely_executed_stmt_p): Cleanup.Jan Hubicka1-1/+1
2017-06-09* predict.c (unlikely_executed_stmt_p): Cleanup.Jan Hubicka2-2/+7
2017-06-09aarch64.md (lrint<GPF:mode><GPI:mode>2): New.Tamar Christina8-0/+111
2017-06-09tree-ssa-loop-im.c (execute_sm): Do not force multi-threaded model if the ref...Richard Biener2-2/+10
2017-06-09arm.c (arm_rtx_costs_internal): Make sdiv more expensive than udiv.Tamar Christina4-1/+53
2017-06-09Add "sorry, target cannot support label values" for nvptxTom de Vries4-0/+28
2017-06-09[ARM] Allow arm_arch_*_ok to test several macrosThomas Preud'homme2-27/+20
2017-06-09Speed-up indirect-call instrumentationMartin Liska2-16/+51
2017-06-09profile.c (edge_gcov_counts): Turn to pointer.Jan Hubicka2-1/+1
2017-06-09profile.c (edge_gcov_counts): Turn to pointer.Jan Hubicka3-4/+13
2017-06-09* gimple.h (gimple_check_failed): Mark cold.Jan Hubicka2-1/+6
2017-06-09re PR tree-optimization/66623 (Unsafe FP math reduction used in strict math m...Richard Biener4-51/+161
2017-06-09re PR tree-optimization/79483 ([graphite] ICE: verify_ssa failed (error: defi...Richard Biener4-1/+81
2017-06-09re PR ipa/81007 (ICE with virtual function in broken class)Richard Biener5-2/+32