]> gcc.gnu.org Git - gcc.git/history - gcc/gimple.h
Daily bump.
[gcc.git] / gcc / gimple.h
2023-02-16 Patrick Palkadon't declare header-defined functions both static...
2023-01-02 Jakub JelinekUpdate copyright years.
2022-10-18 Jakub Jelinekmiddle-end IFN_ASSUME support [PR106654]
2022-09-06 Jakub Jelinekopenmp: Introduce gimple_omp_ordered_standalone_p
2022-06-22 Jason Merrillubsan: default to trap on unreachable at -O0 and -Og...
2022-06-13 Eric BotcazouDo not erase warning data in gimple_set_location
2022-04-29 Richard BienerFix is_gimple_condexpr vs is_gimple_condexpr_for_cond
2022-02-04 Richard BienerAdd CLOBBER_EOL to mark storage end-of-life clobbers
2022-01-17 Martin LiskaChange references of .c files to .cc files
2022-01-03 Jakub JelinekUpdate copyright years.
2021-11-30 Richard Sandifordvect: Use generalised accessors to build SLP nodes
2021-11-02 Jan HubickaStatic chain support in ipa-modref
2021-10-29 Jan Hubickahandle retslot in modref
2021-09-10 Jakub Jelinekopenmp: Implement OpenMP 5.1 atomics, so far for C...
2021-08-17 Jakub Jelinekopenmp: Implement OpenMP 5.1 scope construct
2021-08-12 Jakub Jelinekopenmp: Add support for OpenMP 5.1 masked construct
2021-07-20 Martin SeborAdjust by-value function vec arguments to by-reference.
2021-07-19 Richard BienerRemove gimple_expr_type
2021-07-13 Roger SayleMake gimple_could_trap_p const-safe.
2021-06-25 Martin Sebormiddle-end: add support for per-location warning groups.
2021-06-10 Andrew StubbsOpenACC: Separate enter/exit data ABIs
2021-05-18 Thomas Schwinge[OMP] Tighten 'is_gimple_omp_oacc'
2021-01-04 Jakub JelinekUpdate copyright years.
2020-11-13 Gergö BaranyDecompose OpenACC 'kernels' constructs into parts,...
2020-11-13 Andrew MacLeodRe: Fix gimple_expr_code?
2020-11-13 Vladimir N. Makarov[PATCH] Implementation of asm goto outputs
2020-11-05 Jan HubickaAdd fnspecs for C++ new and delete operators
2020-10-27 Richard BienerSLP vectorize across PHI nodes
2020-10-02 Jason Merrillc++: Set CALL_FROM_NEW_OR_DELETE_P on more calls.
2020-10-02 Richard Bienermake use of CALL_FROM_NEW_OR_DELETE_P
2020-09-03 Jakub Jelineklto: Cache location_ts including BLOCKs in GIMPLE strea...
2020-08-03 Martin JamborRemoval of HSA offloading from gcc and libgomp
2020-07-03 Eric BotcazouExtend store merging to STRING_CST
2020-04-08 Martin LiskaAllow new/delete operator deletion only for replaceable.
2020-03-26 Jakub Jelinekgimplify: Fix -fcompare-debug differences caused by...
2020-03-05 Jeff LawFix location maybe_diag_overlap passes to diagnostics...
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-19 David Malcolmgimple const-correctness fixes
2019-11-12 Maciej W. RozyckiAdd OpenACC 2.6 `serial' construct support
2019-09-16 Li Jia HeAuto-generate maybe_fold_and/or_comparisons from match.pd
2019-08-05 Richard SandifordAdd a gimple_move_vops helper function
2019-07-25 Martin LiskaExtend DCE to remove unnecessary new/delete-pairs ...
2019-07-17 Jakub Jelinekgimple.h (enum gf_mask): Remove GF_OMP_FOR_SIMD...
2019-06-10 Jakub Jelinektree.def (OMP_SCAN): New tree code.
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-06 Segher Boessenkoolasm inline
2018-11-13 David MalcolmEliminate source_location in favor of location_t
2018-11-08 Jakub Jelinekbuiltin-types.def (BT_FN_VOID_BOOL, [...]): New.
2018-11-05 Martin LiskaCome up with SIZE_AMOUNT and use it in memory statistic...
2018-07-11 Aldy Hernandezvr-values.c (gimple_stmt_nonzero_p): Abstract common...
2018-06-27 Eric Botcazougimple.h (gimple_return_retbnd): Delete.
2018-06-12 Martin SeborPR tree-optimization/85259 - Missing -Wstringop-overflo...
2018-06-08 Martin LiskaRemove MPX
2018-02-09 Alexandre Oliva[IEPM] Introduce inline entry point markers
2018-01-13 Richard SandifordAdd support for SVE scatter stores
2018-01-12 Martin LiskaFix integer overflow in stats of GIMPLE statements.
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-12 Alexandre Oliva[SFN] introduce statement frontier notes, still disabled
2017-12-12 Alexandre Oliva[SFN] not-quite-boilerplate changes in preparation...
2017-12-12 Alexandre Oliva[SFN] boilerplate changes in preparation to introduce...
2017-11-28 Julia KovalRemove Cilk Plus support.
2017-10-20 Igor TsimbalistAdd generic part for Intel CET enabling. The spec is...
2017-07-29 Trevor Saundersuse c++ for gimple_build_debug_bind{,_source}
2017-07-29 Trevor Saundersreplace gimple_alloc_stat with c++
2017-07-20 Richard Bienergimple.h (gimple_phi_result): Add gphi * overload.
2017-07-19 Tom de VriesFix assert in gimple_phi_set_arg
2017-07-19 Tom de VriesFix assert in gimple_phi_arg
2017-06-09 Jan Hubicka* gimple.h (gimple_check_failed): Mark cold.
2017-01-01 Jakub JelinekUpdate copyright years.
2016-11-23 Martin Jamborbackport: hsa-builtins.def: New file.
2016-10-16 Eric Botcazoure PR ada/37139 (DEP prevents using Ada tasking)
2016-09-26 Marek PolacekImplement -Wimplicit-fallthrough.
2016-07-14 Jan Hubickagimple.h (stmt_can_terminate_bb_p): New function.
2016-06-07 Jan Hubickagimple.c: Include builtins.h
2016-05-20 David MalcolmImplement CALL_EXPR_MUST_TAIL_CALL
2016-01-19 Martin JamborMerge of HSA
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-22 Richard Hendersonre PR ipa/67811 ([TM] ICE with try-block in transaction)
2015-12-01 Julian BrownOpenACC host_data support.
2015-11-27 Bernd SchmidtBe more careful about barriers when speculating conditi...
2015-11-17 Richard SandifordAdd a combined_fn enum
2015-11-13 David MalcolmSource range tracking in libcpp and C FE, with bit...
2015-11-12 James Norrisc-pragma.c (oacc_pragmas): Add entry for declare directive.
2015-10-27 Nathan Sidwellinternal-fn.c (expand_UNIQUE): New.
2015-10-13 Jakub Jelinekbuiltin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONG...
2015-10-05 Trevor Saundersmake more gimple_x_ptr accessors const correct
2015-10-05 Trevor Saundersremove unused gasm accessors
2015-10-05 Trevor Saundersremove gimple_location_ptr ()
2015-09-28 Trevor Saundersupdate a few places for the change from gimple_statemen...
2015-09-20 Trevor Saundersswitch from gimple to gimple*
2015-08-13 Richard Bienergimple.h (gcall::code_): New constant static member.
2015-08-12 Richard Bienergimple.h (remove_pointer): New trait.
2015-08-06 Richard Bienergimple.h (gimple_call_set_fn): Access op member directly.
2015-08-05 Manuel López-Ibáñezre PR c/16351 (NULL dereference warnings)
2015-07-23 Richard Bienergimple.h (gimple_cond_make_false): Use 0 != 0.
2015-07-10 Andrew MacLeodgimple-predict.h: New file.
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-26 Andrew MacLeodgimple.c (gimple_call_set_fndecl): Remove.
2015-06-25 Andrew MacLeodgimple.h (gimple_call_set_fn): Move inline function.
2015-05-22 Aditya Kumargimple.h (gimple_expr_type): Refactor to make it concise.
next
This page took 4.548826 seconds and 107 git commands to generate.