aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple.h
AgeCommit message (Expand)AuthorFilesLines
2018-07-11vr-values.c (gimple_stmt_nonzero_p): Abstract common code to...Aldy Hernandez1-0/+2
2018-06-27gimple.h (gimple_return_retbnd): Delete.Eric Botcazou1-20/+0
2018-06-12PR tree-optimization/85259 - Missing -Wstringop-overflow= since r256683Martin Sebor1-0/+14
2018-06-08Remove MPXMartin Liska1-39/+0
2018-02-09[IEPM] Introduce inline entry point markersAlexandre Oliva1-2/+16
2018-01-13Add support for SVE scatter storesRichard Sandiford1-5/+12
2018-01-12Fix integer overflow in stats of GIMPLE statements.Martin Liska1-2/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva1-0/+1
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-0/+16
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-5/+26
2017-11-28Remove Cilk Plus support.Julia Koval1-2/+0
2017-10-20Add generic part for Intel CET enabling. The spec is available atIgor Tsimbalist1-1/+21
2017-07-29use c++ for gimple_build_debug_bind{,_source}Trevor Saunders1-6/+2
2017-07-29replace gimple_alloc_stat with c++Trevor Saunders1-2/+1
2017-07-20gimple.h (gimple_phi_result): Add gphi * overload.Richard Biener1-4/+28
2017-07-19Fix assert in gimple_phi_set_argTom de Vries1-1/+1
2017-07-19Fix assert in gimple_phi_argTom de Vries1-1/+1
2017-06-09* gimple.h (gimple_check_failed): Mark cold.Jan Hubicka1-1/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-23backport: hsa-builtins.def: New file.Martin Jambor1-0/+57
2016-10-16re PR ada/37139 (DEP prevents using Ada tasking)Eric Botcazou1-0/+21
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek1-0/+10
2016-07-14gimple.h (stmt_can_terminate_bb_p): New function.Jan Hubicka1-0/+1
2016-06-07gimple.c: Include builtins.hJan Hubicka1-0/+1
2016-05-20Implement CALL_EXPR_MUST_TAIL_CALLDavid Malcolm1-0/+20
2016-01-19Merge of HSAMartin Jambor1-2/+63
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-22re PR ipa/67811 ([TM] ICE with try-block in transaction)Richard Henderson1-11/+48
2015-12-01OpenACC host_data support.Julian Brown1-0/+2
2015-11-27Be more careful about barriers when speculating conditional stores.Bernd Schmidt1-0/+1
2015-11-17Add a combined_fn enumRichard Sandiford1-0/+1
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm1-5/+1
2015-11-12c-pragma.c (oacc_pragmas): Add entry for declare directive.James Norris1-0/+2
2015-10-27internal-fn.c (expand_UNIQUE): New.Nathan Sidwell1-0/+15
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-18/+133
2015-10-05make more gimple_x_ptr accessors const correctTrevor Saunders1-39/+39
2015-10-05remove unused gasm accessorsTrevor Saunders1-20/+0
2015-10-05remove gimple_location_ptr ()Trevor Saunders1-9/+0
2015-09-28update a few places for the change from gimple_statement_base to gimpleTrevor Saunders1-5/+5
2015-09-20switch from gimple to gimple*Trevor Saunders1-349/+349
2015-08-13gimple.h (gcall::code_): New constant static member.Richard Biener1-55/+208
2015-08-12gimple.h (remove_pointer): New trait.Richard Biener1-38/+171
2015-08-06gimple.h (gimple_call_set_fn): Access op member directly.Richard Biener1-36/+32
2015-08-05re PR c/16351 (NULL dereference warnings)Manuel López-Ibáñez1-1/+3
2015-07-23gimple.h (gimple_cond_make_false): Use 0 != 0.Richard Biener1-4/+4
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-45/+0
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-0/+3
2015-06-26gimple.c (gimple_call_set_fndecl): Remove.Andrew MacLeod1-1/+13
2015-06-25gimple.h (gimple_call_set_fn): Move inline function.Andrew MacLeod1-11/+1