aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-07-17class.c (maybe_warn_about_overly_private_class): Ignore public copy ctors.Nathan Sidwell4-9/+42
2017-07-17class.c (type_has_user_declared_move_constructor, [...]): Combine into ...Nathan Sidwell5-45/+31
2017-07-17gcc-dg.exp: Increase expect's match buffer size.Bernd Edlinger2-0/+7
2017-07-17tree-vrp.c (compare_assert_loc): Fix comparison function to return predictabl...Yury Gribov2-1/+6
2017-07-17[ARC] Deprecate mexpand-adddi option.Claudiu Zissulescu4-40/+11
2017-07-17[ARC] [LRA] Avoid emitting COND_EXEC during expand.Claudiu Zissulescu2-7/+44
2017-07-17[ARC] Enable indexed loads for elf targers.Claudiu Zissulescu4-2/+29
2017-07-17semantics.c (classtype_has_nothrow_assign_or_copy_p): Clarify semantics, simp...Nathan Sidwell2-20/+17
2017-07-17Do not allow -fgnu-tm w/ -fsanitize={kernel-,}address (PR sanitizer/81302).Martin Liska2-0/+13
2017-07-17re PR tree-optimization/81369 (ICE in generate_code_for_partition)Bin Cheng2-13/+21
2017-07-17re PR tree-optimization/81369 (ICE in generate_code_for_partition)Bin Cheng4-1/+36
2017-07-17re PR tree-optimization/81374 (ICE in bb_top_order_cmp, at tree-loop-distribu...Bin Cheng2-3/+10
2017-07-17[ARC] Consolidate PIC implementation.Claudiu Zissulescu9-112/+167
2017-07-17[PATCH] [ARC] Add support for naked functions.Claudiu Zissulescu8-66/+234
2017-07-17re PR tree-optimization/81428 (ICE: in build_one_cst, at tree.c:2079 with -O2...Jakub Jelinek4-2/+21
2017-07-17Remove stuff dead since r239246.Georg-Johann Lay3-67/+8
2017-07-17arm_neon.h: Fix softp typo.Tamar Christina2-1/+5
2017-07-17re PR tree-optimization/81365 (GCC miscompiles swap)Jakub Jelinek4-1/+76
2017-07-17re PR middle-end/80929 (Division with constant no more optimized to mult high...Georg-Johann Lay2-10/+44
2017-07-17re PR tree-optimization/81396 (Optimization of reading Little-Endian 64-bit n...Jakub Jelinek4-2/+78
2017-07-17Insert diverging jump alap in nvptx_singleTom de Vries2-3/+25
2017-07-17[SPARC/RTEMS] Add __FIX_LEON3FT_B2BSTSebastian Huber2-0/+7
2017-07-17[RTEMS] Add multilibs for LEON3FT back-to-back store workaroundDaniel Cederman2-15/+27
2017-07-17Daily bump.GCC Administrator1-1/+1
2017-07-16re PR rtl-optimization/81424 (internal error on GPRbuild with -O2)Eric Botcazou4-2/+42
2017-07-16tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Use profile_proabilit...Jan Hubicka3-26/+23
2017-07-16* cgraph.c (cgraph_edge::redirect_call_stmt_to_caller): Cleanup.Jan Hubicka2-11/+15
2017-07-16cfgloopmanip.c (scale_loop_profile): Avoid use of REG_BR_PROB_BASE fixpoint a...Jan Hubicka2-2/+7
2017-07-16tree-ssa-loop-unswitch.c (hoist_guard): Avoid use of REG_BR_PROB_BASE fixpoin...Jan Hubicka2-3/+6
2017-07-16asan.c (create_cond_insert_point): Avoid use of REG_BR_PROB_BASE fixpoint ari...Jan Hubicka2-7/+10
2017-07-16profile-count.h (profile_probability::from_reg_br_prob_note, [...]): New func...Jan Hubicka38-185/+262
2017-07-16gimplify.c (mostly_copy_tree_r): Revert latest change.Eric Botcazou2-5/+24
2017-07-16* ipa-visibility.c (function_and_variable_visibility): Fix pasto.Jan Hubicka2-1/+5
2017-07-16ipa-fnsummary.c (pass_data_ipa_fn_summary): Use TV_IPA_FNSUMMARY.Jan Hubicka3-1/+8
2017-07-16sparc.md (divdf3_fix): Add NOP to prevent back to back store errata sensitive...Daniel Cederman2-4/+10
2017-07-16tree-ssa-threadupdate.c (compute_path_counts, [...]): Use profile_probability.Jan Hubicka2-4/+8
2017-07-16Add forgotten Changelog entries forVolker Reichelt2-0/+13
2017-07-16parser.c (cp_parser_cast_expression): Use %q#T instead of %qT in old-style ca...Volker Reichelt5-130/+126
2017-07-16Daily bump.GCC Administrator1-1/+1
2017-07-15re PR ada/81446 (building Ada fails due to missing No_Elaboration_Code_All)John Paul Adrian Glaubitz2-2/+11
2017-07-15Revert "[ARM] Fix definition of __ARM_FEATURE_NUMERIC_MAXMIN"Thomas Preud'homme2-1/+9
2017-07-15Daily bump.GCC Administrator1-1/+1
2017-07-14libgo: don't copy semt into runtime.incIan Lance Taylor1-1/+1
2017-07-14cmd/go: use gccSupportsFlag for -fsplit-stackIan Lance Taylor1-1/+1
2017-07-14rs6000-c.c (altivec_overloaded_builtins): Add array entries to represent __ie...Kelvin Nilsen58-12/+2015
2017-07-14re PR tree-optimization/81162 (UBSAN switch triggers incorrect optimization i...Bill Schmidt4-2/+31
2017-07-14ssa-dse-30.c: Correct test to look for memmove that bcopy is expected to be t...Martin Sebor2-2/+7
2017-07-14[Patch ARM] Document the +crypto extension on CPUs.James Greenhalgh2-0/+12
2017-07-14[ARM] Fix definition of __ARM_FEATURE_NUMERIC_MAXMINThomas Preud'homme2-1/+6
2017-07-14[ARM] Add support for ARM Cortex-R52 processorThomas Preud'homme6-4/+30