]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cfgexpand.cc
[prange] Reword dispatch error message
[thirdparty/gcc.git] / gcc / cfgexpand.cc
2024-05-07  Richard BienerUse unsigned for stack var indexes during RTL expansion
2024-05-02  Richard Bienermiddle-end/114579 - speed up add_scope_conflicts
2024-04-30  Andrew PinskiRemove support for nontemporal stores with ssa_names...
2024-02-15  Jakub Jelinekexpand: Fix handling of asm goto outputs vs. PHI argume...
2024-02-10  Jakub JelinekUse HOST_SIZE_T_PRINT_* and HOST_WIDE_INT_T_PRINT_...
2024-02-09  Jakub Jelinekexpand: Fix asm goto expansion [PR113415]
2024-01-23  Andrew Pinskiaarch64/expr: Use ccmp when the outer expression is...
2024-01-19  Jakub Jelinekexpansion: Fix ICEs with BLKmode VIEW_CONVERT_EXPR...
2024-01-16  Jakub Jelinekcfgexpand: Workaround CSE of ADDR_EXPRs in VAR_DECL...
2024-01-03  Jakub JelinekUpdate copyright years.
2023-12-13  Richard Bienermiddle-end/111591 - explain why TBAA doesn't need adjus...
2023-12-05  Richard SandifordAllow targets to add USEs to asms
2023-11-27  Richard Bienertree-optimization/112653 - PTA and return
2023-09-06  Jakub JelinekMiddle-end _BitInt support [PR102989]
2023-06-05  Andre VieiraRemove widen_plus/minus_expr tree codes
2023-05-18  Bernhard Reutner... gcc: use _P() defines from tree.h
2023-03-01  Jakub Jelinekcfgexpand: Handle WIDEN_{PLUS,MINUS}_EXPR and VEC_WIDEN...
2023-02-21  Richard BienerRevert "tree-optimization/108691 - indirect calls to...
2023-02-13  Richard Bienertree-optimization/108691 - indirect calls to setjmp
2023-01-09  Richard Bienermiddle-end/69482 - not preserving volatile accesses
2023-01-02  Jakub JelinekUpdate copyright years.
2022-07-04  Roger Saylemiddle-end: Support ABIs that pass FP values as wider...
2022-06-27  David MalcolmAdd 'final' and 'override' to opt_pass vfunc impls
2022-05-19  Jakub Jelinekcfgexpand: Yet another spot with debug insns references...
2022-05-02  Jakub Jelinekexpand: Throw away non-external decls without varpool...
2022-03-09  Richard BienerRestore INDIRECT_REF asm operand heuristic with MEM_REF
2022-03-09  Richard Bienermiddle-end/104786 - ICE with asm and VLA
2022-03-01  H.J. LuClear currently_expanding_gimple_stmt properly
2022-01-17  Martin LiskaChange references of .c files to .cc files
2022-01-17  Martin LiskaRename .c files to .cc files.