summaryrefslogtreecommitdiff
path: root/gcc/gimple.c
AgeCommit message (Expand)Author
2020-09-01vec: use inexact growth where possible.Martin Liska
2020-08-27vec: add exact argument for various grow functions.Martin Liska
2020-08-25gimple: Ignore *0 = {CLOBBER} in path isolation [PR96722]Jakub Jelinek
2020-08-03Removal of HSA offloading from gcc and libgompMartin Jambor
2020-04-08Allow new/delete operator deletion only for replaceable.Martin Liska
2020-03-05Commit correct version of gimple.c fileJeff Law
2020-03-05Fix location maybe_diag_overlap passes to diagnostics so that diagnostic prag...Jeff Law
2020-01-01Update copyright years.Jakub Jelinek
2019-10-07Allow COND_EXPR and VEC_COND_EXPR condtions to trapIlya Leoshkevich
2019-09-30gimple.c (gimple_get_lhs): For PHIs return the result.Richard Biener
2019-09-24Use more switch statements.Martin Liska
2019-09-16Auto-generate maybe_fold_and/or_comparisons from match.pdLi Jia He
2019-08-05Add a gimple_move_vops helper functionRichard Sandiford
2019-07-25Extend DCE to remove unnecessary new/delete-pairs (PR c++/23383).Martin Liska
2019-07-25Come up with function_decl_type and use it in tree_function_decl.Martin Liska
2019-06-10tree.def (OMP_SCAN): New tree code.Jakub Jelinek
2019-04-01re PR c/71598 (Wrong optimization with aliasing enums)Richard Biener
2019-01-01Update copyright years.Jakub Jelinek
2018-12-11re PR middle-end/88448 (gnat.dg/opt66.adb etc. FAIL)Richard Biener
2018-12-10re PR tree-optimization/88415 (ICE: verify_gimple failed (error: dead STMT in...Richard Biener
2018-11-15re PR tree-optimization/88029 (ICE in execute_todo, at passes.c:1974)Richard Biener
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek
2018-11-05Come up with SIZE_AMOUNT and use it in memory statistics and sort stats.Martin Liska
2018-08-27Come up with fndecl_built_in_p.Martin Liska
2018-07-11vr-values.c (gimple_stmt_nonzero_p): Abstract common code to...Aldy Hernandez
2018-06-08Convert dump and optgroup flags to enumsDavid Malcolm
2018-06-08Remove MPXMartin Liska
2018-05-18Replace FMA_EXPR with one internal fn per optabRichard Sandiford
2018-05-17Gimple FE support for internal functionsRichard Sandiford
2018-02-09[IEPM] Introduce inline entry point markersAlexandre Oliva
2018-01-12Fix integer overflow in stats of GIMPLE statements.Martin Liska
2018-01-03Update copyright years.Jakub Jelinek
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva
2017-11-10PR c/81117 - Improve buffer overflow checking in strncpyMartin Sebor
2017-10-26Fix unsharing of GIMPLE_OMP_{SINGLE,TARGET,TEAMS} in gimple_copyTom de Vries
2017-10-20Add generic part for Intel CET enabling. The spec is available atIgor Tsimbalist
2017-10-19asan.c (handle_builtin_alloca): Deal with all alloca variants.Eric Botcazou
2017-10-10Require wi::to_wide for treesRichard Sandiford
2017-08-08trans.c: Include header files.Martin Liska
2017-07-29use c++ for gimple_build_debug_bind{,_source}Trevor Saunders
2017-07-29replace gimple_alloc_stat with c++Trevor Saunders
2017-07-25gimple.c (gimple_assign_set_rhs_with_ops): Do not ask gsi_replace to update E...Eric Botcazou
2017-01-01Update copyright years.Jakub Jelinek
2016-12-13Add pretty printer for ASAN_MARK and add a helper fnMartin Liska
2016-11-07Introduce -fsanitize-address-use-after-scopeMartin Liska
2016-10-16re PR ada/37139 (DEP prevents using Ada tasking)Eric Botcazou
2016-08-04Designate the widest case label to be the default labelPatrick Palka
2016-06-29re PR middle-end/71002 (-fstrict-aliasing breaks Boost's short string optimiz...Richard Biener
2016-06-07gimple.c: Include builtins.hJan Hubicka
2016-06-06Selftest frameworkDavid Malcolm