]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/gimplify.c
gcc/ada/ChangeLog:
[thirdparty/gcc.git] / gcc / gimplify.c
2019-05-17  mseborgcc/ada/ChangeLog:
2019-05-03  marxinCome up with is_empty for hash_{table,map,set}.
2019-04-25  jakub PR middle-end/89765
2019-03-29  jakub PR c/89872
2019-03-19  jakub PR target/89752
2019-03-07  jakub PR translation/79999
2019-03-05  jason PR c++/86485 - -Wmaybe-unused with empty class ?:
2019-02-28  mpolacek PR c++/87068 - missing diagnostic with fallthrough...
2019-01-28  jakub PR middle-end/89002
2019-01-22  jakub PR middle-end/88968
2019-01-01  jakub Update copyright years.
2018-12-28  tschwingepoly_int: get_inner_reference & co.: fix known_eq typo/bug
2018-12-14  jakub PR c++/82294
2018-12-06  segherasm inline
2018-12-05  law PR c/87028
2018-11-16  jason Implement P0479R5, [[likely]] and [[unlikely]].
2018-11-14  matzAdd comment
2018-11-14  matzFix PR middle-end/86575
2018-11-13  dmalcolmEliminate source_location in favor of location_t
2018-11-09  jakub * gimplify.c (gimplify_scan_omp_clauses): Call sorry_a...
2018-11-08  jakub * builtin-types.def (BT_FN_VOID_BOOL, BT_FN_VOID_SIZE_...
2018-09-20  aoliva[PR87054] fix unaligned access
2018-09-12  jules[OpenACC] C++ reference mapping
2018-08-27  marxinCome up with fndecl_built_in_p.
2018-08-20  dmalcolmAdd support for grouping of related diagnostics (PR...
2018-07-17  jakub PR middle-end/86539
2018-07-10  jakub PR c++/86443
2018-07-06  kugangcc/ChangeLog:
2018-06-22  hainqueImprove entry/exit instrumentation for nested functions
2018-06-20  cesarUpdate OpenACC data clause semantics to the 2.5 behavior
2018-06-19  ebotcazou * gimplify.c (gimplify_init_constructor): Really never...
2018-06-17  ebotcazou * gimplify.c (nonlocal_vlas): Delete.
2018-06-08  marxinRemove MPX
2018-05-31  cesarFix PR middle-end/85879
2018-05-18  rsandifoReplace FMA_EXPR with one internal fn per optab
2018-05-02  rguenth2018-05-02 Richard Biener <rguenther@suse.de>
2018-04-30  jason PR c++/61982 - dead stores to destroyed objects.
2018-04-30  jason * tree.c (build_clobber): New.
2018-03-28  marxinFix wrong use-after-scope sanitization for omp variable...
2018-03-16  jakub PR c++/79937
2018-01-18  jakub PR sanitizer/81715
2018-01-16  jakub PR libgomp/83590
2018-01-12  rsandifoAllow variable-sized temporary variables in gimplify.c
2018-01-03  jakub Update copyright years.
2017-12-21  rsandifopoly_int: get_inner_reference & co.
2017-12-20  paolo2017-12-20 Paolo Carlini <paolo.carlini@oracle.com>
2017-12-20  rsandifopoly_int: tree constants
2017-12-19  paolo2017-12-19 Paolo Carlini <paolo.carlini@oracle.com>
2017-12-12  aoliva[SFN] introduce statement frontier notes, still disabled
2017-12-12  aoliva[SFN] not-quite-boilerplate changes in preparation...
2017-12-01  jakub PR c/79153
2017-11-28  jkovalRemove Cilk Plus support.
2017-11-28  jakub * tree.def (SWITCH_EXPR): Change from 3 operand to...
2017-11-23  ebotcazou * doc/generic.texi (ANNOTATE_EXPR): Document 3rd operand.
2017-11-17  rguenth2017-11-17 Richard Biener <rguenther@suse.de>
2017-11-08  marxinSimplify call of gimple_call_internal_p.
2017-11-08  marxinFix fallthrough attribute ignorance w/ -fsanitize=addre...
2017-10-30  wilsonFix ia64 build failure.
2017-10-30  wilsonFix cygwin builds, broken by PR sanitizer/82517 fix.
2017-10-20  itsimbalAdd generic part for Intel CET enabling. The spec is...
2017-10-19  ebotcazou * asan.c (handle_builtin_alloca): Deal with all alloca...
2017-10-19  marxinDo not instrument use-after-scope for vars with large...
2017-09-27  jakub PR c++/82159
2017-08-29  rsandifoSet the call nothrow flag more often
2017-08-17  mpolacek * gimplify.c (gimplify_adjust_omp_clauses): Compare...
2017-08-08  marxin.
2017-08-07  jakub PR c/69389
2017-07-31  marxinRecover GOTO predictor.
2017-07-31  marxinRemove a Java-specific hunk.
2017-07-16  ebotcazou * gimplify.c (mostly_copy_tree_r): Revert latest change.
2017-07-14  marxinRemove Java references in source code.
2017-06-21  marxinRework cold and hot label attributes in predict.c.
2017-06-21  marxinMake early return predictor more precise.
2017-06-21  jakub PR c++/81130
2017-06-19  marxinInitialize live_switch_vars for SWITCH_BODY == STATEMEN...
2017-06-13  marxinImplement no_sanitize function attribute
2017-06-07  jakub * dumpfile.h (enum tree_dump_index): Rename TDI_generic to
2017-05-30  pmderodatgimplify_modify_expr: avoid DECL_DEBUG_EXPR links acros...
2017-05-22  jakub PR middle-end/80809
2017-05-19  tschwingeOpenACC 2.5 default (present) clause
2017-05-19  tschwingeClarify gcc/gimplify.c:oacc_default_clause
2017-05-16  marxinAdd default value for last argument of dump functions.
2017-05-11  nathan * dumpfle.h (dump_function): Declare here ...
2017-05-01  law2017-05-01 Xi Ruoyao <ryxi@stu.xidian.edu.cn>
2017-04-10  rguenth2017-04-10 Richard Biener <rguenther@suse.de>
2017-03-30  jakub PR translation/80189
2017-03-23  rguenth2017-03-23 Richard Biener <rguenther@suse.de>
2017-03-22  jakub PR c++/80129
2017-03-22  cesar PR c++/80029
2017-03-21  rguenth2017-03-21 Richard Biener <rguenther@suse.de>
2017-03-08  jakub PR c/79940
2017-02-20  mpolacek PR middle-end/79537
2017-02-09  jakub PR c/79431
2017-02-09  cltang2017-02-09 Nathan Sidwell <nathan@codesourcery.com>
2017-01-26  davids2017-01-26 David Sherwood <david.sherwood@arm.com>
2017-01-23  marxinuse-after-scope: handle writes to a poisoned variable
2017-01-20  mpolacek PR c/79152
2017-01-16  jakub PR c/79089
2017-01-05  marxinDo not sanitize in an abnormal context (PR sanitizer...
2017-01-01  jakub Update copyright years.
next