aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2018-06-21except.c (finish_eh_generation): Commit edge insertions only after the EH edg...Eric Botcazou2-5/+11
2018-06-21tree-nested.c (get_frame_type): Use create_tmp_var_raw instead of create_tmp_...Eric Botcazou2-13/+15
2018-06-21tree-inline.c (copy_edges_for_bb): Minor tweak.Eric Botcazou2-11/+22
2018-06-21IPA summaries use ::get in ipa-pure-const.c.Martin Liska2-6/+14
2018-06-21lto-streamer-out.c (DFS::DFS_write_tree_body): Update outdated comment.Richard Biener4-35/+12
2018-06-21Fix IPA crash in libgccjitDavid Malcolm3-0/+14
2018-06-21[testsuite] Fix guality/pr45882.c for fltoTom de Vries2-1/+5
2018-06-21[tail-merge] Fix side-effect test in stmt_local_defTom de Vries4-1/+39
2018-06-21re PR tree-optimization/86232 (ICE in record_estimate, at tree-ssa-loop-niter...Richard Biener4-3/+30
2018-06-21[AArch64][PATCH 2/2] Combine AES instructions with xor and zero operandsAndre Vieira4-0/+102
2018-06-21[AArch64][PATCH 1/2] Make AES unspecs commutativeAndre Vieira4-1/+89
2018-06-21tree-data-ref.c (dr_step_indicator): Handle NULL DR_STEP.Richard Biener5-81/+102
2018-06-21Daily bump.GCC Administrator1-1/+1
2018-06-20re PR libgcc/86213 (-fsplit-stack runtime may clobber SSE input param reg)Than McIntosh2-0/+48
2018-06-20rs6000-c.c (altivec_overloaded_builtins): Change behavior of vec_packsu (vect...Kelvin Nilsen5-5/+19
2018-06-20[PR c++/85634] Fix tsubst ICENathan Sidwell4-0/+32
2018-06-20decl.c (grokfndecl): Add const cp_decl_specifier_seq* parameter...Paolo Carlini10-22/+56
2018-06-20Update OpenACC data clause semantics to the 2.5 behaviorChung-Lin Tang45-466/+717
2018-06-20re PR c++/86210 (Missing -Wnonnull warning for function defined in the same TU)Jakub Jelinek4-4/+34
2018-06-20re PR c++/86240 (ice: unexpected expression absu_expr)Marek Polacek5-0/+27
2018-06-20re PR debug/86194 (ICE: SIGSEGV in avoid_constant_pool_reference (simplify-rt...Jakub Jelinek4-0/+49
2018-06-20re PR tree-optimization/86231 (vrp_meet causes wrong-code)Jakub Jelinek5-1/+63
2018-06-20Generate correctly typed compare in canonicalize_loop_ivsTom de Vries4-1/+44
2018-06-20cfgrtl.c (rtl_verify_edges): Formatting fix.Jakub Jelinek2-9/+27
2018-06-20[PR c++/85634] Fix tsubst ICENathan Sidwell10-116/+99
2018-06-20Remove not longer valid FIXME comment.Martin Liska2-2/+5
2018-06-20* ginclude/stddef.h: Limit #include <machine/ansi.h> to NetBSD.Maya Rashish2-15/+9
2018-06-20[AArch64] Support for LDP/STP of Q-registersKyrylo Tkachov10-4/+167
2018-06-20Change default for jump_table expansion ratio to 8.Martin Liska2-8/+7
2018-06-20Enable clustering for switch statements.Martin Liska3-20/+184
2018-06-20Switch other switch expansion methods into classes.Martin Liska5-529/+1457
2018-06-20Transform switch_conversion into a class.Martin Liska3-847/+566
2018-06-20[8/n] PR85694: Make patterns check for target supportRichard Sandiford3-207/+161
2018-06-20[7/n] PR85694: Add a vect_pattern_detected helperRichard Sandiford2-99/+49
2018-06-20[6/n] PR85694: Add a vect_get_internal_def helperRichard Sandiford2-76/+68
2018-06-20[5/n] PR85694: Remove dead WIDEN_SUM handlingRichard Sandiford2-54/+35
2018-06-20[4/n] PR85694: Remove redundant calls to types_compatible_pRichard Sandiford2-20/+8
2018-06-20[3/n] PR85694: Fix dummy assignment handling in vectorizable_callRichard Sandiford2-4/+9
2018-06-20[2/n] PR85694: Attach a DEF_SEQ only to the original statementRichard Sandiford5-42/+48
2018-06-20[1/n] PR85694: Allow pattern definition statements to be reusedRichard Sandiford3-204/+152
2018-06-20Daily bump.GCC Administrator1-1/+1
2018-06-19Wrap is_static with COLLECT_EXPORT_LISTDavid Edelsohn1-0/+4
2018-06-19PR middle-end/85602 - -Warray-bounds fails to detect the out of bound array a...Martin Sebor2-0/+20
2018-06-19tree-cfgcleanup.c (tree_forwarder_block_p): Do not return false at -O0 if the...Eric Botcazou2-3/+14
2018-06-19rs6000-string.c (select_block_compare_mode): Check TARGET_EFFICIENT_OVERLAPPI...Aaron Sawdey3-190/+185
2018-06-19collect2.c (static_obj): New variable.Tony Reix2-5/+44
2018-06-19cp-tree.h (CONSTRUCTOR_NO_IMPLICIT_ZERO): Remove.Jason Merrill3-27/+24
2018-06-19PR c++/86192 - ICE with anonymous union passed to template.Jason Merrill3-1/+23
2018-06-19xtensa: fix PR target/65416Max Filippov2-0/+52
2018-06-19re PR middle-end/85602 (-Wsizeof-pointer-memaccess for strncat with size of s...Martin Sebor2-1/+7