]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/gimple-fold.c
* config/mips/mips.c (mips_final_postscan_insn): Modify call
[thirdparty/gcc.git] / gcc / gimple-fold.c
2019-06-10  mseborgcc/ChangeLog:
2019-06-07  aldyhSplit up value_range::intersect into base (value_range_...
2019-05-22  rguenth2019-05-22 Richard Biener <rguenther@suse.de>
2019-05-03  rguenth2019-05-03 Richard Biener <rguenther@suse.de>
2019-04-30  marxinRefactor gimple_fold_builtin_memory_op function.
2019-04-25  rguenth2019-04-24 Richard Biener <rguenther@suse.de>
2019-04-09  jakub PR tree-optimization/89998
2019-03-07  jason PR c++/80916 - spurious "static but not defined" warning.
2019-01-30  mseborPR middle-end/88956 - ICE: Floating point exception...
2019-01-17  mseborPR tree-optimization/88800 - Spurious -Werror=array...
2019-01-09  sandra2019-01-09 Sandra Loosemore <sandra@codesourcery...
2019-01-02  law * gimple-fold.c (strlen_range_kind): Remove SRK_LENRAN...
2019-01-02  law * gimple-fold.c (gimple_fold_builtin_strlen): Use...
2019-01-02  law PR middle-end/88663
2019-01-02  law * gimple-fold.c (get_range_strlen_tree): Record if...
2019-01-02  law * gimple-fold.h (get_range_strlen): Update prototype.
2019-01-01  law * gimple-fold.c (get_range_strlen): Update prototype.
2019-01-01  jakub Update copyright years.
2018-12-31  law * gimple-fold.c (get_range_strlen): Minor logic cleanu...
2018-12-31  law * gimple-fold.c (strlen_range_kind): New enum.
2018-12-24  law * gimple-fold.c (get_range_strlen_tree): Factored...
2018-12-23  law * builtins.h (c_strlen_data): Add new fields and comments.
2018-12-23  law * builtins.c (unterminated_array): Rename "data" to...
2018-12-23  law2018-12-23 Martin Sebor <msebor@redhat.com>
2018-11-09  aldyh * gimple-fold.c (size_must_be_zero_p): Use value_range...
2018-11-04  edlingergcc:
2018-10-22  jambormAdd a fun parameter to three stmt_could_throw... functions
2018-10-17  aldyh * bitmap.c (bitmap_head::dump): New.
2018-10-03  law * gimple-fold.c (get_range_strlen): Only set *nonstr...
2018-10-02  law * gimple-fold.c (get_range_strlen): Remove dead code.
2018-09-29  law * builtins.c (unterminated_array): Pass in c_strlen_da...
2018-09-18  mpolacek P1064R0 - Allowing Virtual Function Calls in Constant...
2018-09-14  law * builtins.c (unterminated_array): Handle ARRAY_REF.
2018-09-14  law * builtins.c (unterminated_array): New.
2018-09-14  law * builtins.h (c_srlen): Add argument.
2018-09-14  law * builtins.c (c_strlen): Handle not zero terminated...
2018-08-27  marxinCome up with fndecl_built_in_p.
2018-08-16  law * builtins.c (c_strlen): Add new parameter eltsize...
2018-08-10  marxinIntroduce __builtin_expect_with_probability (PR target...
2018-08-01  mseborPR tree-optimization/86650 - -Warray-bounds missing...
2018-07-23  edlinger2018-07-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
2018-07-19  aldyh * wide-int.h (widest2_int): New.
2018-07-09  mseborPR middle-end/77357 - strlen of constant strings not...
2018-07-03  mpolacek PR middle-end/86202
2018-06-26  dmalcolmIntroduce dump_location_t
2018-06-25  mseborPR tree-optimization/85700 - Spurious -Wstringop-trunca...
2018-06-13  mseborPR tree-optimization/86114 - ICE in gimple_fold_builtin...
2018-06-08  marxinRemove MPX
2018-06-01  rguenth2018-06-01 Richard Biener <rguenther@suse.de>
2018-05-31  qinzhao2nd Patch for PR78009
2018-05-24  rsandifoAdd a class to represent a gimple match result
2018-05-18  rsandifoReplace FMA_EXPR with one internal fn per optab
2018-05-17  rsandifoAllow gimple_build with internal functions
2018-04-20  mseborPR c/85365 - -Wrestrict false positives with -fsanitiz...
2018-03-12  mseborPR tree-optimization/83456 - -Wrestrict false positive...
2018-02-22  mseborPR tree-optimization/84480 - bogus -Wstringop-truncatio...
2018-02-21  jakub PR tree-optimization/84478
2018-02-19  marxinFix ubsan in gimple-fold.c (PR tree-optimization/82491).
2018-02-13  jakub PR tree-optimization/84339
2018-01-11  mseborPR tree-optimization/83781 - Bootstrap failed on x86...
2018-01-10  mseborPR tree-optimization/83671 - Fix for false positive...
2018-01-03  rsandifopoly_int: GET_MODE_SIZE
2018-01-03  rsandifopoly_int: GET_MODE_BITSIZE
2018-01-03  rsandifopoly_int: TYPE_VECTOR_SUBPARTS
2018-01-03  jakub Update copyright years.
2017-12-21  rsandifopoly_int: MEM_REF offsets
2017-12-20  vriesSimplify fold_internal_goacc_dim
2017-12-20  rsandifopoly_int: get_addr_base_and_unit_offset
2017-12-20  rsandifopoly_int: get_ref_base_and_extent
2017-12-20  rsandifopoly_int: fold_ctor_reference
2017-12-16  mseborPR tree-optimization/78918 - missing -Wrestrict on...
2017-12-14  qinzhaoPatch for middle-end/PR79538
2017-12-07  rsandifoMake gimple_build_vector take a tree_vector_builder
2017-12-07  rsandifoUse tree_vector_builder instead of build_vector
2017-11-30  jakub * spellcheck-tree.c (test_find_closest_identifier...
2017-11-28  rguenth2017-11-28 Richard Biener <rguenther@suse.de>
2017-11-27  rguenth2017-11-27 Richard Biener <rguenther@suse.de>
2017-11-21  mseborPR tree-optimization/82945 - add warning for passing...
2017-11-17  law2017-11-15 Qing Zhao <qing.zhao@oracle.com>
2017-11-10  mseborPR c/81117 - Improve buffer overflow checking in strncpy
2017-10-31  jamborm[PR 81702] Remove devirtualization assert
2017-10-10  rsandifoRequire wi::to_wide for trees
2017-09-14  rsandifoAdd gimple_build_vector* helpers
2017-09-14  rsandifoUse vec<> in build_vector
2017-09-13  rguenth2017-09-13 Richard Biener <rguenther@suse.de>
2017-09-12  rsandifoTurn SLOW_UNALIGNED_ACCESS into a target hook
2017-09-04  jakub PR sanitizer/81981
2017-08-30  rsandifo[34/77] Add a SCALAR_INT_TYPE_MODE macro
2017-08-30  rsandifo[24/77] Replace a != BLKmode check with is_a <scalar_in...
2017-08-25  mseborPR middle-end/81908 - FAIL: gfortran.dg/alloc_comp_auto...
2017-08-08  marxin.
2017-07-28  rguenth2017-07-28 Richard Biener <rguenther@suse.de>
2017-07-06  chefmaxASAN: Implement dynamic allocas/VLAs sanitization.
2017-06-27  jakub PR middle-end/81207
2017-06-16  mseborPR tree-optimization/80934 - bzero should be assumed...
2017-06-13  marxinImplement no_sanitize function attribute
2017-05-16  marxinAdd default value for last argument of dump functions.
2017-05-14  mseborPR middle-end/77671 - missing -Wformat-overflow warning...
2017-05-12  willschm2017-05-12 Will Schmidt <will_schmidt@vnet.ibm.com>
2017-05-04  rguenth2017-05-04 Richard Biener <rguenther@suse.de>
next