]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/gimple.cc
c++, mingw: Fix up types of dtor hooks to __cxa_{,thread_}atexit/__cxa_throw on mingw...
[thirdparty/gcc.git] / gcc / gimple.cc
2024-01-03  Jakub JelinekUpdate copyright years.
2023-12-08  Tobias BurnusOpenMP/Fortran: Implement omp allocators/allocate for...
2023-10-20  Alexandre OlivaControl flow redundancy hardening
2023-09-27  Sandra LoosemoreOpenMP: GIMPLE_OMP_STRUCTURED_BLOCK bug fix
2023-08-25  Sandra LoosemoreOpenMP: Add OMP_STRUCTURED_BLOCK and GIMPLE_OMP_STRUCTU...
2023-08-25  Uros Bizjakgcc: Rename TRUE/FALSE to true/false in *.cc files
2023-04-19  Richard BienerSimplify gimple_assign_load
2023-02-02  Jakub JelinekReplace IFN_TRAP with BUILT_IN_UNREACHABLE_TRAP [PR107300]
2023-01-02  Jakub JelinekUpdate copyright years.
2022-11-24  Aldy HernandezRemove ASSERT_EXPR.
2022-10-18  Jakub Jelinekmiddle-end IFN_ASSUME support [PR106654]
2022-09-08  Richard BienerFix some gimple_ctrl_altering_p mistakes
2022-07-28  Jakub Jelinekgimple, internal-fn: Add IFN_TRAP and use it for __buil...
2022-06-22  Jason Merrillubsan: default to trap on unreachable at -O0 and -Og...
2022-04-29  Richard BienerFix is_gimple_condexpr vs is_gimple_condexpr_for_cond
2022-04-06  Jakub Jelinekgimple.cc: Follow-up to adjust gimple_call_builtin_p...
2022-04-06  Jakub Jelinekgimple.cc: Adjust gimple_call_builtin_p and gimple_call...
2022-01-19  David MalcolmUpdate per-file selftest and finalization hooks for...
2022-01-17  Martin LiskaRename .c files to .cc files.