aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-09Fix ICE in find_taken_edge_computed_goto (PR 84136)David Malcolm1-4/+8
2018-01-24re PR fortran/84000 (ICE in replace_loop_annotate, at tree-cfg.c:352)Richard Biener1-0/+1
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford1-8/+8
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford1-15/+17
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-02Use ssizetype selectors for autovectorised VEC_PERM_EXPRsRichard Sandiford1-2/+5
2017-12-21poly_int: bit_field_size/offsetRichard Sandiford1-8/+8
2017-12-20[SFN] debug markers before labels no moreAlexandre Oliva1-38/+63
2017-12-20poly_int: tree constantsRichard Sandiford1-3/+3
2017-12-16Add VEC_SERIES_EXPR and associated optabRichard Sandiford1-0/+17
2017-12-16Add VEC_DUPLICATE_EXPR and associated optabRichard Sandiford1-0/+11
2017-12-14vrp_prop: Use dom_walker for -Warray-bounds (PR tree-optimization/83312)David Malcolm1-28/+51
2017-12-13tree-cfg.c (verify_gimple_in_cfg): Verify no non-label stmts with the excepti...Jakub Jelinek1-0/+14
2017-12-12re PR tree-optimization/83359 (ICE in expand_LOOP_DIST_ALIAS, at internal-fn....Jakub Jelinek1-5/+103
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-7/+45
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-1/+1
2017-12-07re PR middle-end/83164 (internal compiler error: verify_gimple failed)Jakub Jelinek1-1/+3
2017-12-06re PR tree-optimization/81945 (ICE in operator[], at vec.h:749)Jakub Jelinek1-0/+16
2017-12-02re PR sanitizer/81212 (-Wreturn-type is disabled when used together with -fsa...Jakub Jelinek1-3/+6
2017-12-01re PR sanitizer/81275 (-fsanitize=thread produce incorrect -Wreturn-type warn...Jakub Jelinek1-1/+8
2017-12-01re PR sanitizer/83219 (c-c++-common/ubsan/unreachable-2.c fails starting with...Jakub Jelinek1-1/+7
2017-11-23generic.texi (ANNOTATE_EXPR): Document 3rd operand.Eric Botcazou1-0/+8
2017-11-22Replace REDUC_*_EXPRs with internal functions.Richard Sandiford1-12/+0
2017-11-21New POINTER_DIFF_EXPRMarc Glisse1-0/+38
2017-11-21re PR c++/83045 (-Wreturn-type regression in C++)Jakub Jelinek1-4/+34
2017-11-17ipa-cp.c (update_profiling_info): Handle conversion to local profile.Jan Hubicka1-13/+4
2017-11-17re PR fortran/83017 (DO CONCURRENT not parallelizing)Richard Biener1-0/+4
2017-11-16* tree-cfg.c (gimple_find_sub_bbs): Do not compute freq.Jan Hubicka1-2/+0
2017-11-15Disable -Wreturn-type by default in all languages other from C++.Martin Liska1-1/+1
2017-11-10auto-profile.c (afdo_indirect_call): Drop frequency.Jan Hubicka1-6/+11
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-58/+21
2017-10-20re PR target/82158 (_Noreturn functions that do return clobber caller's regis...Jakub Jelinek1-2/+18
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka1-22/+6
2017-10-10Require wi::to_wide for treesRichard Sandiford1-2/+2
2017-09-13tree-cfg.c (verify_gimple_assign_binary): Add verification for WIDEN_SUM_EXPR...Richard Biener1-2/+88
2017-09-05Learn CFG cleanup to transform single case switches to gcond.Martin Liska1-0/+24
2017-08-30[65/77] Add a SCALAR_TYPE_MODE macroRichard Sandiford1-1/+1
2017-08-30[34/77] Add a SCALAR_INT_TYPE_MODE macroRichard Sandiford1-1/+1
2017-08-22tree-cfg.c (gimple_split_edge): Avoid reallocating target PHI nodes.Richard Biener1-1/+2
2017-08-10re PR c/81687 (Compiler drops label in OpenMP region)Jakub Jelinek1-1/+24
2017-07-28re PR middle-end/81502 (In some cases the data is moved to memory unnecessari...Richard Biener1-1/+4
2017-07-27re PR middle-end/81564 (ICE in group_case_labels_stmt())Peter Bergner1-2/+3
2017-07-14Remove Java references in source code.Martin Liska1-2/+0
2017-07-03* tree-cfg.c (gimple_find_sub_bbs): Fix profile updating.Jan Hubicka1-3/+8
2017-07-03tree-cfgcleanup.c (want_merge_blocks_p): New function.Jan Hubicka1-1/+1
2017-07-02dumpfile.c: Include profile-count.hJan Hubicka1-5/+18
2017-07-01cfgrtl.c (rtl_flow_call_edges_add): Update profile.Jan Hubicka1-2/+4
2017-06-30tree-cfg.c (group_case_labels_stmt): Merge scanning and compressing loops.Peter Bergner1-22/+17
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-6/+4
2017-06-29tree-cfg.c (group_case_labels_stmt): Return whether we changed anything.Richard Biener1-13/+19