]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cfgexpand.c
PR testsuite/92016 - Excess errors in Wstringop-overflow-17.c
[thirdparty/gcc.git] / gcc / cfgexpand.c
2019-10-01  rsandifoRemove clobber_high
2019-09-24  marxinUse more switch statements.
2019-09-05  rsandifoForce IFN_LOAD/STORE_LANES operands to be memory (PR91577)
2019-07-12  ebotcazou * cfgexpand.c (expand_gimple_stmt_1) <GIMPLE_RETURN...
2019-07-09  mseborPR c++/61339 - add mismatch between struct and class...
2019-07-09  mseborPR c++/61339 - add mismatch between struct and class...
2019-07-02  ebotcazou * cfgexpand.c (pass_expand::execute): Deal specially...
2019-06-27  marxinRemove quite obvious dead assignments.
2019-06-18  rguenth2019-06-18 Richard Biener <rguenther@suse.de>
2019-06-12  jakub PR target/90811
2019-05-17  mseborgcc/ada/ChangeLog:
2019-05-07  uros * cfgexpand.c (asm_clobber_reg_is_valid): Reject
2019-01-17  jakub PR tree-optimization/86214
2019-01-15  rsandifoPR inline-asm/52813 revisited
2019-01-14  jakub PR rtl-optimization/88796
2019-01-07  jakub PR sanitizer/88619
2019-01-01  jakub Update copyright years.
2018-12-11  rsandifogcc/
2018-12-05  jakub PR sanitizer/88333
2018-11-30  marxinMake red zone size more flexible for stack variables...
2018-11-22  thopre01PR85434: Prevent spilling of stack protector guard...
2018-11-08  bergnergcc/
2018-11-04  uros PR middle-end/58372
2018-10-19  ebotcazou * cfgexpand.c (expand_one_var): Use specific wording...
2018-09-24  marxinUnpoison variable partition properly (PR sanitizer...
2018-09-15  ebotcazou PR middle-end/86864
2018-09-12  jakub PR middle-end/82853
2018-08-27  marxinCome up with fndecl_built_in_p.
2018-08-27  marxinAdd new gswitch related functions into tree-cfg.c.
2018-08-06  alahay01Remaining support for clobber high
2018-08-02  thopre01Revert "[ARM] Fix PR85434: spilling of stack protector...
2018-08-02  thopre01[ARM] Fix PR85434: spilling of stack protector guard...
2018-07-31  jozefl PR middle-end/86705
2018-07-09  vries[debug] Handle debug references to skipped params
2018-06-16  kugangcc/ChangeLog:
2018-06-12  rsandifoUse poly_int rtx accessors instead of hwi accessors
2018-06-08  marxinRemove MPX
2018-05-29  jakub PR target/85918
2018-05-18  rsandifoReplace FMA_EXPR with one internal fn per optab
2018-05-09  rsandifoAdd clobbers around IFN_LOAD/STORE_LANES
2018-05-06  jakub PR c++/85659
2018-02-09  aoliva[IEPM] Introduce inline entry point markers
2018-01-06  jakub PR middle-end/83694
2018-01-04  jakub PR debug/83666
2018-01-03  rsandifopoly_int: TYPE_VECTOR_SUBPARTS
2018-01-03  jakub PR debug/83621
2018-01-03  jakub Update copyright years.
2017-12-21  rsandifopoly_int: cfgexpand stack variables
2017-12-21  rsandifopoly_int: frame allocations
2017-12-20  aoliva[SFN] debug markers before labels no more
2017-12-20  rsandifopoly_int: expand_debug_expr
2017-12-20  rsandifopoly_int: get_ref_base_and_extent
2017-12-20  rsandifopoly_int: tree constants
2017-12-19  aoliva[SFN] start rtl block with label, then markers
2017-12-19  jakub * read-rtl.c (parse_reg_note_name): Replace Yoda condi...
2017-12-16  mseborPR tree-optimization/78918 - missing -Wrestrict on...
2017-12-16  rsandifoAdd VEC_SERIES_EXPR and associated optab
2017-12-16  rsandifoAdd VEC_DUPLICATE_EXPR and associated optab
2017-12-12  aoliva[SFN] introduce statement frontier notes, still disabled
2017-12-12  aoliva[SFN] not-quite-boilerplate changes in preparation...
2017-12-12  aoliva[SFN] boilerplate changes in preparation to introduce...
2017-11-22  rsandifoReplace REDUC_*_EXPRs with internal functions.
2017-11-21  glisseNew POINTER_DIFF_EXPR
2017-11-03  hubicka * asan.c (create_cond_insert_point): Maintain profile.
2017-10-24  ebotcazou PR middle-end/82569
2017-10-23  rsandifoConvert STARTING_FRAME_OFFSET to a hook
2017-10-22  rsandifoMake more use of GET_MODE_UNIT_PRECISION
2017-10-20  itsimbalAdd generic part for Intel CET enabling. The spec is...
2017-10-19  hubicka * asan.c (create_cond_insert_point): Do not update...
2017-10-19  ebotcazou * asan.c (handle_builtin_alloca): Deal with all alloca...
2017-10-13  rsandifoMake more use of GET_MODE_UNIT_BITSIZE
2017-09-14  rsandifoStore VECTOR_CST_NELTS directly in tree_node
2017-09-04  rsandifoPR82045: Avoid passing machine modes through "..."
2017-08-30  rsandifo[64/77] Add a scalar_mode class
2017-08-30  rsandifo[62/77] Big machine_mode to scalar_int_mode replacement
2017-08-30  rsandifo[35/77] Add uses of as_a <scalar_int_mode>
2017-08-30  rsandifo[34/77] Add a SCALAR_INT_TYPE_MODE macro
2017-08-30  rsandifo[23/77] Replace != VOIDmode checks with is_a <scalar_in...
2017-08-30  rsandifo[21/77] Replace SCALAR_INT_MODE_P checks with is_a...
2017-08-30  rsandifo[19/77] Add a smallest_int_mode_for_size helper function
2017-08-30  rsandifo[18/77] Make int_mode_for_mode return an opt_scalar_int...
2017-08-21  rguenth2017-08-21 Richard Biener <rguenther@suse.de>
2017-08-08  marxin.
2017-07-19  hubicka * predict.c (propagate_unlikely_bbs_forward): Break...
2017-07-14  marxinRemove Java references in source code.
2017-07-06  chefmaxgcc/
2017-07-06  chefmaxASAN: Implement dynamic allocas/VLAs sanitization.
2017-06-30  nathan * ggc.h (empty_string): Delete.
2017-06-29  hubicka * asan.c (asan_emit_stack_protection): Update.
2017-06-29  bergnergcc/
2017-06-05  hubicka * cfgexpand.c (expand_gimple_tailcall): Initialize...
2017-06-04  hubicka2017-05-23 Jan Hubicka <hubicka@ucw.cz>
2017-05-30  rguenth2017-05-30 Richard Biener <rguenther@suse.de>
2017-05-30  rguenth2017-05-30 Richard Biener <rguenther@suse.de>
2017-05-19  rguenth2017-05-19 Richard Biener <rguenther@suse.de>
2017-05-11  rguenth2017-05-11 Richard Biener <rguenther@suse.de>
2017-01-05  aoliva[-fcompare-debug] find jump before debug insns in expand
2017-01-01  jakub Update copyright years.
2016-12-07  dmalcolmIntroduce rtl_data::init_stack_alignment
2016-11-29  jiwang[Patch] New hook TARGET_STACK_PROTECT_RUNTIME_ENABLED_P...
next