aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple.cc
AgeCommit message (Expand)AuthorFilesLines
2023-12-08OpenMP/Fortran: Implement omp allocators/allocate for ptr/allocatablesTobias Burnus1-0/+2
2023-10-20Control flow redundancy hardeningAlexandre Oliva1-0/+6
2023-09-27OpenMP: GIMPLE_OMP_STRUCTURED_BLOCK bug fixSandra Loosemore1-0/+1
2023-08-25OpenMP: Add OMP_STRUCTURED_BLOCK and GIMPLE_OMP_STRUCTURED_BLOCK.Sandra Loosemore1-0/+15
2023-08-25gcc: Rename TRUE/FALSE to true/false in *.cc filesUros Bizjak1-6/+6
2023-04-19Simplify gimple_assign_loadRichard Biener1-0/+20
2023-02-02Replace IFN_TRAP with BUILT_IN_UNREACHABLE_TRAP [PR107300]Jakub Jelinek1-10/+1
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-11-24Remove ASSERT_EXPR.Aldy Hernandez1-1/+0
2022-10-18middle-end IFN_ASSUME support [PR106654]Jakub Jelinek1-0/+19
2022-09-08Fix some gimple_ctrl_altering_p mistakesRichard Biener1-0/+1
2022-07-28gimple, internal-fn: Add IFN_TRAP and use it for __builtin_unreachable [PR106...Jakub Jelinek1-1/+10
2022-06-22ubsan: default to trap on unreachable at -O0 and -Og [PR104642]Jason Merrill1-0/+13
2022-04-29Fix is_gimple_condexpr vs is_gimple_condexpr_for_condRichard Biener1-42/+0
2022-04-06gimple.cc: Follow-up to adjust gimple_call_builtin_p and gimple_call_combined...Jakub Jelinek1-25/+11
2022-04-06gimple.cc: Adjust gimple_call_builtin_p and gimple_call_combined_fn [PR105150]Jakub Jelinek1-7/+25
2022-01-19Update per-file selftest and finalization hooks for .c to .cc renamingDavid Malcolm1-1/+1
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+3525