aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-16Don't use %z printf length specifierMichael Matz1-3/+3
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-1/+1
2018-11-13Improve -fprofile-report.Martin Liska1-6/+5
2018-11-05Come up with SIZE_AMOUNT and use it in memory statistics and sort stats.Martin Liska1-4/+4
2018-10-23re PR tree-optimization/87105 (Autovectorization [X86, SSE2, AVX2, DoublePrec...Richard Biener1-5/+13
2018-10-22Add a fun parameter to three stmt_could_throw... functionsMartin Jambor1-4/+4
2018-09-03Make __builtin_expect effective in switch statements (PR middle-end/PR59521).Martin Liska1-4/+2
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-5/+4
2018-08-27Add new gswitch related functions into tree-cfg.c.Martin Liska1-25/+58
2018-08-22re PR tree-optimization/86945 (BUG with optimisation of select case statement...Richard Biener1-11/+7
2018-06-28tree-cfg.c (verify_gimple_in_cfg): Call verify_location on the goto_locus of ...Eric Botcazou1-0/+6
2018-06-16re PR tree-optimization/64946 ([AArch64] gcc.target/aarch64/vect-abs-compile....Kugan Vivekanandarajah1-0/+14
2018-06-15re PR tree-optimization/86159 (g++ ICE at -O1 and above on valid code: incorr...Richard Biener1-6/+0
2018-06-15re PR tree-optimization/86076 (ICE: verify_gimple failed (error: location ref...Richard Biener1-1/+10
2018-06-05tree-cfg.c (struct locus_discrim_map): Store line, not location.Richard Biener1-19/+23
2018-05-29tree-cfg.c (verify_gimple_assign_unary): Add checking for VEC_UNPACK_*_EXPR.Jakub Jelinek1-3/+37
2018-05-29re PR target/85918 (Conversions to/from [unsigned] long long are not vectoriz...Jakub Jelinek1-0/+20
2018-05-18Replace FMA_EXPR with one internal fn per optabRichard Sandiford1-14/+0
2018-05-16tree-cfg.c (verify_gimple_assign_ternary): Properly verify the [VEC_]COND_EXP...Richard Biener1-0/+6
2018-04-30tree-cfg.c (verify_address): Remove base argument, add flag whether to check ...Richard Biener1-348/+171
2018-04-30tree-chrec.h (evolution_function_is_constant_p): Remove redundant check.Richard Biener1-7/+4
2018-04-28tree-cfg.c (verify_gimple_phi): Take a gphi * argument.Richard Biener1-8/+6
2018-04-27tree-cfg.c (verify_expr): Make dead code hit gcc_unreachable.Richard Biener1-69/+21
2018-04-26re PR middle-end/85450 (ICE: invalid types in nop conversion during GIMPLE pa...Richard Biener1-1/+1
2018-03-21re PR tree-optimization/84960 (ICE in GIMPLE pass: isolate-paths)Jakub Jelinek1-0/+6
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