aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-27Fix handling of VEC_COND_EXPR trap tests [PR100284]Richard Sandiford1-3/+0
2021-04-23VEC_COND_EXPR code cleanupRichard Biener1-2/+5
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-04gimple: Return fnspec only for replaceable new/delete operators called from n...Jakub Jelinek1-1/+2
2020-11-25Add EAF_NODIRECTESCAPE flagJan Hubicka1-1/+1
2020-11-14Detect EAF flags in ipa-modrefJan Hubicka1-15/+38
2020-11-13[PATCH] Implementation of asm goto outputsVladimir N. Makarov1-4/+0
2020-11-05Add fnspecs for C++ new and delete operatorsJan Hubicka1-0/+13
2020-10-26Extend builtin fnspecsJan Hubicka1-19/+20
2020-10-02Commonize handling of attr-fnspecJan Hubicka1-36/+25
2020-10-02c++: Set CALL_FROM_NEW_OR_DELETE_P on more calls.Jason Merrill1-2/+2
2020-10-02make use of CALL_FROM_NEW_OR_DELETE_PRichard Biener1-0/+4
2020-09-01vec: use inexact growth where possible.Martin Liska1-6/+1
2020-08-27vec: add exact argument for various grow functions.Martin Liska1-1/+1
2020-08-25gimple: Ignore *0 = {CLOBBER} in path isolation [PR96722]Jakub Jelinek1-3/+4
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