]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cfgexpand.c
x86: Remove "%!" before ret
[thirdparty/gcc.git] / gcc / cfgexpand.c
2021-11-16  Martin JamborReplace more DEBUG_EXPR_DECL creations with build_debug...
2021-11-09  Martin JamborIntroduce build_debug_expr_decl
2021-10-21  Eric BotcazouFix again PR middle-end/102764
2021-10-20  Eric BotcazouFix PR middle-end/102764
2021-08-11  Eric BotcazouSmall tweak to expand_used_vars
2021-07-15  Trevor Saunderspass location to md_asm_adjust
2021-07-15  Trevor Saundersuse error_at and warning_at in cfgexpand.c
2021-06-25  Martin Sebormiddle-end: add support for per-location warning groups.
2021-06-21  Jakub Jelinekinline-asm: Fix ICE with bitfields in "m" operands...
2021-05-19  Richard BienerAvoid marking TARGET_MEM_REF bases addressable
2021-05-18  Richard BienerAvoid setting TREE_ADDRESSABLE on stack vars during...
2021-05-12  Jakub Jelinekexpand: Don't reuse DEBUG_EXPRs with vector type if...
2021-05-07  Eric BotcazouFix incorrect array bounds with -fgnat-encodings=minima...
2021-05-05  Richard Bienermiddle-end/100394 - avoid DSE/DCE of pure call that...
2021-03-04  Ilya LeoshkevichAdd input_modes parameter to TARGET_MD_ASM_ADJUST hook
2021-02-08  Martin Liskaopts: fix handling of -fpatchable-function-entries...
2021-01-27  Jakub JelinekRename PROP_trees to PROP_gimple
2021-01-05  Jakub Jelinekexpand: Fold x - y < 0 to x < y during expansion [PR94802]
2021-01-04  Jakub JelinekUpdate copyright years.
2020-12-10  Bernd EdlingerRemove misleading debug line entries
2020-12-04  Jakub Jelinekdebug: Fix another vector DECL_MODE ICE [PR98100]
2020-11-25  Matthew Malcomsonlibsanitizer: mid-end: Introduce stack variable handli...
2020-11-13  Vladimir N. Makarov[PATCH] Implementation of asm goto outputs
2020-11-13  Richard Bienerremove almost all users of gimple_expr_code
2020-11-06  Nathan Sidwellcore: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTIN
2020-11-03  Bernd EdlingerFix PR97205
2020-10-22  Martin LiskaImplement no_stack_protector attribute.
2020-10-22  Martin LiskaCome up with stack_protector enum.
2020-09-16  H.J. Lurtl_data: Add sp_is_clobbered_by_asm
2020-08-27  Martin Liskavec: add exact argument for various grow functions.
2020-06-05  Richard Bienermiddle-end/95493 - bogus MEM_ATTRS for variable array...
2020-05-07  Richard Bienerextend DECL_GIMPLE_REG_P to all types
2020-05-02  H.J. LuAdd patch_area_size and patch_area_entry to crtl
2020-03-17  Jakub JelinekFix up duplicated duplicated words mostly in comments
2020-01-22  Richard Sandifordcfgexpand: Update partition size when merging variables
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-10  Jakub Jelinekre PR middle-end/92825 (Unnecesary stack protection...
2019-12-06  Jan Hubicka* cfgexpand.c (expand_debug_expr): Do not ICE on SAD_EXPR.
2019-12-03  Richard SandifordMark constant-sized objects as addressable if they...
2019-11-12  Martin LiskaRemove gcc/params.* files.
2019-11-12  Martin LiskaApply mechanical replacement (generated patch).
2019-10-01  Richard SandifordRemove clobber_high
2019-09-24  Martin LiskaUse more switch statements.
2019-09-05  Richard SandifordForce IFN_LOAD/STORE_LANES operands to be memory (PR91577)
2019-07-12  Eric Botcazoucfgexpand.c (expand_gimple_stmt_1): If the statement...
2019-07-09  Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-09  Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-02  Eric Botcazoucfgexpand.c (pass_expand::execute): Deal specially...
2019-06-27  Martin LiskaRemove quite obvious dead assignments.
2019-06-18  Richard Bienerre PR debug/90900 (ICE in copy_rtx, at rtl.c:376)
2019-06-12  Jakub Jelinekre PR target/90811 ([nvptx] ptxas error on OpenMP offlo...
2019-05-17  Martin Sebortrans.c (check_inlining_for_nested_subprog): Quote...
2019-05-07  Uros Bizjakcfgexpand.c (asm_clobber_reg_is_valid): Reject clobbers...
2019-01-17  Jakub Jelinekre PR tree-optimization/86214 (Strongly increased stack...
2019-01-15  Richard SandifordPR inline-asm/52813 revisited
2019-01-14  Jakub Jelinekre PR rtl-optimization/88796 (-fstack-protector* kills...
2019-01-07  Jakub Jelinekre PR sanitizer/88619 (ICE in asan_emit_stack_protectio...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-12-11  Dimitar Dimitrovcfgexpand.c (asm_clobber_reg_is_valid): Also produce...
2018-12-05  Jakub Jelinekre PR sanitizer/88333 (ice in asan_emit_stack_protectio...
2018-11-30  Martin LiskaMake red zone size more flexible for stack variables...
2018-11-22  Thomas Preud'hommePR85434: Prevent spilling of stack protector guard...
2018-11-08  Peter Bergnerre PR rtl-optimization/87600 (Fix for PRs 86939 and...
2018-11-04  Uros Bizjakre PR c++/58372 (internal compiler error: ix86_compute_...
2018-10-19  Eric Botcazoucfgexpand.c (expand_one_var): Use specific wording...
2018-09-24  Martin LiskaUnpoison variable partition properly (PR sanitizer...
2018-09-15  Eric Botcazoure PR middle-end/86864 (ICE in commit_one_edge_insertio...
2018-09-12  Jakub Jelinekre PR middle-end/82853 (Optimize x % 3 == 0 without...
2018-08-27  Martin LiskaCome up with fndecl_built_in_p.
2018-08-27  Martin LiskaAdd new gswitch related functions into tree-cfg.c.
2018-08-06  Alan HaywardRemaining support for clobber high
2018-08-02  Thomas Preud'hommeRevert "[ARM] Fix PR85434: spilling of stack protector...
2018-08-02  Thomas Preud'homme[ARM] Fix PR85434: spilling of stack protector guard...
2018-07-31  Jozef Lawrynowiczre PR middle-end/86705 (pr45678-2.c ICE with msp430...
2018-07-09  Tom de Vries[debug] Handle debug references to skipped params
2018-06-16  Kugan Vivekanandarajahre PR tree-optimization/64946 ([AArch64] gcc.target...
2018-06-12  Richard SandifordUse poly_int rtx accessors instead of hwi accessors
2018-06-08  Martin LiskaRemove MPX
2018-05-29  Jakub Jelinekre PR target/85918 (Conversions to/from [unsigned]...
2018-05-18  Richard SandifordReplace FMA_EXPR with one internal fn per optab
2018-05-09  Richard SandifordAdd clobbers around IFN_LOAD/STORE_LANES
2018-05-06  Jakub Jelinekre PR c++/85659 (ICE with inline assembly inside virtua...
2018-02-09  Alexandre Oliva[IEPM] Introduce inline entry point markers
2018-01-06  Jakub Jelinekre PR debug/83694 (New test case gcc.dg/pr83666.c from...
2018-01-04  Jakub Jelinekre PR debug/83666 (ICE: SIGFPE with -O2 -g --param...
2018-01-03  Richard Sandifordpoly_int: TYPE_VECTOR_SUBPARTS
2018-01-03  Jakub Jelinekre PR debug/83621 (ICE: in simplify_subreg, at simplify...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-21  Richard Sandifordpoly_int: cfgexpand stack variables
2017-12-21  Richard Sandifordpoly_int: frame allocations
2017-12-20  Alexandre Oliva[SFN] debug markers before labels no more
2017-12-20  Richard Sandifordpoly_int: expand_debug_expr
2017-12-20  Richard Sandifordpoly_int: get_ref_base_and_extent
2017-12-20  Richard Sandifordpoly_int: tree constants
2017-12-19  Alexandre Oliva[SFN] start rtl block with label, then markers
2017-12-19  Jakub Jelinekread-rtl.c (parse_reg_note_name): Replace Yoda conditio...
2017-12-16  Martin SeborPR tree-optimization/78918 - missing -Wrestrict on...
2017-12-16  Richard SandifordAdd VEC_SERIES_EXPR and associated optab
2017-12-16  Richard SandifordAdd VEC_DUPLICATE_EXPR and associated optab
2017-12-12  Alexandre Oliva[SFN] introduce statement frontier notes, still disabled
next