aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.cc
AgeCommit message (Expand)AuthorFilesLines
2024-03-01calls: Further fixes for TYPE_NO_NAMED_ARGS_STDARG_P handling [PR114136]Jakub Jelinek1-3/+4
2024-01-21Re: [PATCH] Avoid ICE with m68k-elf -malign-int and libcallsMikael Pettersson1-2/+2
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-05Add a new target hook: TARGET_START_CALL_ARGSRichard Sandiford1-28/+33
2023-12-05Add a target hook for sibcall epiloguesRichard Sandiford1-1/+2
2023-10-20Control flow redundancy hardeningAlexandre Oliva1-0/+3
2023-09-29Remove poly_int_podRichard Sandiford1-2/+2
2023-06-20calls: Change return type of predicate function from int to boolUros Bizjak1-81/+85
2023-05-03do not tailcall __sanitizer_cov_trace_pc [PR90746]Alexander Monakov1-0/+10
2023-02-21Revert "tree-optimization/108691 - indirect calls to setjmp"Richard Biener1-5/+5
2023-02-13tree-optimization/108691 - indirect calls to setjmpRichard Biener1-5/+5
2023-01-09calls: Fix up TYPE_NO_NAMED_ARGS_STDARG_P handling [PR107453]Jakub Jelinek1-2/+6
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-09-27stack-protector: Check stack canary before throwing exceptionH.J. Lu1-1/+5
2022-07-08middle-end: Use subregs to expand COMPLEX_EXPR to set the lowpart.Tamar Christina1-1/+1
2022-07-04middle-end: Support ABIs that pass FP values as wider integers.Roger Sayle1-11/+27
2022-06-07PR middle-end/105853: Call store_constructor directly from calls.cc.Roger Sayle1-3/+4
2022-06-04PR middle-end/95126: Expand small const structs as immediate constants.Roger Sayle1-1/+20
2022-05-13Make gimple_build main workers more flexibleRichard Biener1-0/+1
2022-03-26PR middle-end/104885: Fix ICE with large stack frame on powerpc64.Roger Sayle1-1/+2
2022-03-22calls: Fix error recovery after sorry differently [PR104989]Jakub Jelinek1-1/+8
2022-03-10PR c++/84964: Middle-end patch to expand_call for ICE after sorry.Roger Sayle1-0/+2
2022-03-03calls: When bypassing emit_push_insn for 0 sized arg, emit at least anti_adju...Jakub Jelinek1-0/+7
2022-01-17Change references of .c files to .cc filesMartin Liska1-6/+6
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+5254