aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-03Removal of HSA offloading from gcc and libgompMartin Jambor1-15/+0
2020-04-08Allow new/delete operator deletion only for replaceable.Martin Liska1-3/+3
2020-03-05Commit correct version of gimple.c fileJeff Law1-1/+1
2020-03-05Fix location maybe_diag_overlap passes to diagnostics so that diagnostic prag...Jeff Law1-0/+13
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-07Allow COND_EXPR and VEC_COND_EXPR condtions to trapIlya Leoshkevich1-1/+13
2019-09-30gimple.c (gimple_get_lhs): For PHIs return the result.Richard Biener1-0/+2
2019-09-24Use more switch statements.Martin Liska1-10/+12
2019-09-16Auto-generate maybe_fold_and/or_comparisons from match.pdLi Jia He1-15/+22
2019-08-05Add a gimple_move_vops helper functionRichard Sandiford1-0/+12
2019-07-25Extend DCE to remove unnecessary new/delete-pairs (PR c++/23383).Martin Liska1-0/+12
2019-07-25Come up with function_decl_type and use it in tree_function_decl.Martin Liska1-1/+1
2019-06-10tree.def (OMP_SCAN): New tree code.Jakub Jelinek1-0/+25
2019-04-01re PR c/71598 (Wrong optimization with aliasing enums)Richard Biener1-0/+11
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-11re PR middle-end/88448 (gnat.dg/opt66.adb etc. FAIL)Richard Biener1-1/+1
2018-12-10re PR tree-optimization/88415 (ICE: verify_gimple failed (error: dead STMT in...Richard Biener1-6/+7
2018-11-15re PR tree-optimization/88029 (ICE in execute_todo, at passes.c:1974)Richard Biener1-6/+8
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek1-8/+16
2018-11-05Come up with SIZE_AMOUNT and use it in memory statistics and sort stats.Martin Liska1-5/+6
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-4/+3
2018-07-11vr-values.c (gimple_stmt_nonzero_p): Abstract common code to...Aldy Hernandez1-0/+51
2018-06-08Convert dump and optgroup flags to enumsDavid Malcolm1-1/+1
2018-06-08Remove MPXMartin Liska1-1/+0
2018-05-18Replace FMA_EXPR with one internal fn per optabRichard Sandiford1-2/+1
2018-05-17Gimple FE support for internal functionsRichard Sandiford1-2/+9
2018-02-09[IEPM] Introduce inline entry point markersAlexandre Oliva1-0/+21
2018-01-12Fix integer overflow in stats of GIMPLE statements.Martin Liska1-7/+10
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva1-0/+24
2017-11-10PR c/81117 - Improve buffer overflow checking in strncpyMartin Sebor1-0/+1
2017-10-26Fix unsharing of GIMPLE_OMP_{SINGLE,TARGET,TEAMS} in gimple_copyTom de Vries1-1/+25
2017-10-20Add generic part for Intel CET enabling. The spec is available atIgor Tsimbalist1-1/+18
2017-10-19asan.c (handle_builtin_alloca): Deal with all alloca variants.Eric Botcazou1-2/+1
2017-10-10Require wi::to_wide for treesRichard Sandiford1-5/+6
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-07-29use c++ for gimple_build_debug_bind{,_source}Trevor Saunders1-2/+2
2017-07-29replace gimple_alloc_stat with c++Trevor Saunders1-2/+2
2017-07-25gimple.c (gimple_assign_set_rhs_with_ops): Do not ask gsi_replace to update E...Eric Botcazou1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-13Add pretty printer for ASAN_MARK and add a helper fnMartin Liska1-1/+1
2016-11-07Introduce -fsanitize-address-use-after-scopeMartin Liska1-0/+3
2016-10-16re PR ada/37139 (DEP prevents using Ada tasking)Eric Botcazou1-0/+4
2016-08-04Designate the widest case label to be the default labelPatrick Palka1-1/+13
2016-06-29re PR middle-end/71002 (-fstrict-aliasing breaks Boost's short string optimiz...Richard Biener1-15/+0
2016-06-07gimple.c: Include builtins.hJan Hubicka1-0/+14
2016-06-06Selftest frameworkDavid Malcolm1-0/+137
2016-06-06re PR c/24414 (Old-style asms don't clobber memory)Bernd Edlinger1-0/+4
2016-05-20Implement CALL_EXPR_MUST_TAIL_CALLDavid Malcolm1-0/+1
2016-05-20re PR target/29756 (SSE intrinsics hard to use without redundant temporaries ...Richard Guenther1-0/+1