]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/gimple.c
[Ada] Get rid of more references to Universal_Integer in expanded code
[thirdparty/gcc.git] / gcc / gimple.c
2020-04-08  Martin LiskaAllow new/delete operator deletion only for replaceable.
2020-03-05  Jeff LawCommit correct version of gimple.c file
2020-03-05  Jeff LawFix location maybe_diag_overlap passes to diagnostics...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-10-07  Ilya LeoshkevichAllow COND_EXPR and VEC_COND_EXPR condtions to trap
2019-09-30  Richard Bienergimple.c (gimple_get_lhs): For PHIs return the result.
2019-09-24  Martin LiskaUse more switch statements.
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-25  Martin LiskaCome up with function_decl_type and use it in tree_func...
2019-06-10  Jakub Jelinektree.def (OMP_SCAN): New tree code.
2019-04-01  Richard Bienerre PR c/71598 (Wrong optimization with aliasing enums)
2019-01-01  Jakub JelinekUpdate copyright years.
2018-12-11  Richard Bienerre PR middle-end/88448 (gnat.dg/opt66.adb etc. FAIL)
2018-12-10  Richard Bienerre PR tree-optimization/88415 (ICE: verify_gimple faile...
2018-11-15  Richard Bienerre PR tree-optimization/88029 (ICE in execute_todo...
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-08-27  Martin LiskaCome up with fndecl_built_in_p.
2018-07-11  Aldy Hernandezvr-values.c (gimple_stmt_nonzero_p): Abstract common...
2018-06-08  David MalcolmConvert dump and optgroup flags to enums
2018-06-08  Martin LiskaRemove MPX
2018-05-18  Richard SandifordReplace FMA_EXPR with one internal fn per optab
2018-05-17  Richard SandifordGimple FE support for internal functions
2018-02-09  Alexandre Oliva[IEPM] Introduce inline entry point markers
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-11-10  Martin SeborPR c/81117 - Improve buffer overflow checking in strncpy
2017-10-26  Tom de VriesFix unsharing of GIMPLE_OMP_{SINGLE,TARGET,TEAMS} in...
2017-10-20  Igor TsimbalistAdd generic part for Intel CET enabling. The spec is...
2017-10-19  Eric Botcazouasan.c (handle_builtin_alloca): Deal with all alloca...
2017-10-10  Richard SandifordRequire wi::to_wide for trees
2017-08-08  Martin Liskatrans.c: Include header files.
2017-07-29  Trevor Saundersuse c++ for gimple_build_debug_bind{,_source}
2017-07-29  Trevor Saundersreplace gimple_alloc_stat with c++
2017-07-25  Eric Botcazougimple.c (gimple_assign_set_rhs_with_ops): Do not ask...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-12-13  Martin LiskaAdd pretty printer for ASAN_MARK and add a helper fn
2016-11-07  Martin LiskaIntroduce -fsanitize-address-use-after-scope
2016-10-16  Eric Botcazoure PR ada/37139 (DEP prevents using Ada tasking)
2016-08-04  Patrick PalkaDesignate the widest case label to be the default label
2016-06-29  Richard Bienerre PR middle-end/71002 (-fstrict-aliasing breaks Boost...
2016-06-07  Jan Hubickagimple.c: Include builtins.h
2016-06-06  David MalcolmSelftest framework
2016-06-06  Bernd Edlingerre PR c/24414 (Old-style asms don't clobber memory)
2016-05-20  David MalcolmImplement CALL_EXPR_MUST_TAIL_CALL
2016-05-20  Richard Guentherre PR target/29756 (SSE intrinsics hard to use without...
2016-05-16  Marek Polacekgimple.c (maybe_remove_unused_call_args): Fix typos...
2016-05-06  Nathan Sidwellgimple.c (gimple_call_same_target_p): Unique functions...
2016-05-02  Jakub Jelinekre PR target/49244 (__sync or __atomic builtins will...
2016-03-11  Jakub Jelinekre PR tree-optimization/70177 (ICE in extract_ops_from_...
2016-01-19  Martin JamborMerge of HSA
2016-01-18  Richard Bienerre PR tree-optimization/69308 (ifcombine joins together...
2016-01-13  Jakub Jelinekre PR middle-end/69156 (gcc.dg/pr59630.c: ICE: verify_g...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-22  Richard Hendersonre PR ipa/67811 ([TM] ICE with try-block in transaction)
2015-11-27  Bernd SchmidtBe more careful about barriers when speculating conditi...
2015-11-17  Richard SandifordAdd a combined_fn enum
2015-11-09  Richard HendersonAdd TARGET_ADDR_SPACE_ZERO_ADDRESS_VALID
2015-10-30  Andrew MacLeodalias.c: Remove unused headers.
2015-10-29  Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
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-09-20  Trevor Saundersswitch from gimple to gimple*
2015-08-14  Marek Polacekre PR middle-end/67133 (ICE at -Os and above on x86_64...
2015-08-13  Richard Bienergimple.h (gcall::code_): New constant static member.
2015-08-12  Richard Bienergimple.h (remove_pointer): New trait.
2015-08-05  Manuel López-Ibáñezre PR c/16351 (NULL dereference warnings)
2015-07-10  Andrew MacLeodgimple-predict.h: New file.
2015-07-09  Andrew MacLeodlto-streamer.h: Don't include target.h and alloc-pool.h.
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-06-25  Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04  Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-11  Richard HendersonConvert to md_asm_adjust
2015-02-04  Jan Hubickare PR middle-end/64922 (runtime error: member call...
2015-01-15  Thomas SchwingeMerge current set of OpenACC changes from gomp-4_0...
2015-01-09  Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-01  Jakub Jelinekgimple.h (gimple_build_assign_stat): Remove prototype.
2014-11-19  David MalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-19  Jakub Jelinekgimple.h (gimple_build_assign_with_ops): Add unary...
2014-11-14  Jakub Jelinekipa-pure-const.c (struct funct_state_d): Add can_free...
2014-11-14  Jakub Jelineksanopt.c: Include tree-ssa-operands.h.
2014-11-05  Ilya Enkovichipa-chkp.c: New.
2014-10-27  Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-17  Jakub Jelinekre PR tree-optimization/63464 (compare one character...
2014-10-14  DJ Deloriemachmode.h (int_n_data_t): New.
2014-08-11  Yury GribovAdded fnspec to internal functions.
2014-08-08  Richard Bienerbuiltins.c (c_getstr, [...]): Export.
2014-06-25  Cong Houtree-vect-patterns.c (vect_recog_sad_pattern): New...
2014-05-17  Trevor Saundersuse templates instead of gengtype for typed allocation...
2014-05-17  Trevor Saundersrm a bunch of _stat allocation functions
2014-05-07  David MalcolmConst-correctness of gimple_call_builtin_p
2014-05-06  Kenneth ZadeckMerge in wide-int.
next