aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)Author
2016-02-11backport: re PR tree-optimization/68680 (On-stack VLA does not cause instrume...Jakub Jelinek
2015-12-09calls.c (expand_call): Wrap precompute_register_parameters with NO_DEFER_POP/...Uros Bizjak
2015-11-26[calls.c] PR rtl-optimization/67226: Take into account pretend_args_size when...Kyrylo Tkachov
2014-03-20calls.c (store_one_arg): Remove incorrect const qualification on the type of ...Eric Botcazou
2014-02-10re PR target/59927 (ICE sorry, unimplemented: ms_abi attribute requires -macc...Richard Henderson
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-14Fix REG_PARM_STACK_SPACE usage in expand_callTom de Vries
2013-12-13re PR tree-optimization/59149 (diagnose_tm_1 calls flags_from_decl_or_type on...Aldy Hernandez
2013-12-03re PR middle-end/56344 (ICE for program with very large structs returned by v...Marek Polacek
2013-12-03re PR target/58864 (ICE in connect_traces, at dwarf2cfi.c:NNNN)Jakub Jelinek
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-14function.c (assign_parms): Use all.reg_parm_stack_space instead of re-evaluat...Ulrich Weigand
2013-11-14calls.c (store_unaligned_arguments_into_pseudos): Skip PARALLEL arguments.Ulrich Weigand
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod
2013-10-03re PR c++/19476 (Missed null checking elimination with new)Marc Glisse
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-09-27expr.h (extract_bit_field): Remove packedp parameter.Sandra Loosemore
2013-09-12tree-ssa.h: New.Andrew MacLeod
2013-05-07calls.c (special_function_p): setjmp-like functions are leaf.Richard Biener
2013-03-25re PR rtl-optimization/56434 (document that __attribute__((__malloc__)) assum...Richard Biener
2013-03-23calls.c (expand_call): Add missing guard to code handling return of non-BLKmo...Eric Botcazou
2013-01-11re PR tree-optimization/55890 (calling a builtin func through a cast triggers...Tom de Vries
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-11-29re PR middle-end/55321 (Ada bootstrap failure on armv5tel-linux-gnueabi)Eric Botcazou
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl
2012-10-21re PR rtl-optimization/44194 (struct returned by value generates useless stores)Eric Botcazou
2012-10-20re PR middle-end/54315 (unnecessary copy of return value for union)Eric Botcazou
2012-10-16rtl.h (get_call_rtx_from): New prototype.Steven Bosscher
2012-09-16calls.c (expand_call): Use emit_group_move for PARALLEL->PARALLEL moves.Richard Sandiford
2012-09-14re PR rtl-optimization/44194 (struct returned by value generates useless stores)Eric Botcazou
2012-08-09calls.c (mem_overlaps_already_clobbered_arg_p): Use SBITMAP_SIZE instead of l...Steven Bosscher
2012-05-29rtl.h (assign_stack_temp, [...]): Remove 'keep' argument.Michael Matz
2012-05-29expr.c (expand_expr_real_1 <normal_inner_ref>): Don't allocate a kept temp.Michael Matz
2012-05-14attribs.c (decl_attributes): Avoid emitting a warning if ATTR_FLAG_BUILT_IN.Bernd Schmidt
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford
2012-03-26toplev.c (check_global_declaration_1): Do not call assemble_external.Steven Bosscher
2012-02-06re PR middle-end/52047 ([trans-mem] ICE: SIGSEGV in execute_tm_mark (trans-me...Patrick Marlier
2012-02-06re PR target/52129 (wrong code to pass parameters to tail call function)Jakub Jelinek
2012-01-05re PR debug/51762 (ICE in maybe_record_trace_start, at dwarf2cfi.c:2231)Jakub Jelinek
2011-12-21tree-vect-patterns.c (vect_operation_fits_smaller_type): Initialize *op0 and ...Jakub Jelinek
2011-12-12re PR middle-end/51510 (gcc for arm-linux-gnueabi ICEs on gcc.c-torture/execu...Jakub Jelinek
2011-12-05re PR middle-end/51323 (g++ confuses this with function argument in optimized...Jakub Jelinek
2011-11-26re PR middle-end/50074 (gcc.dg/sibcall-6.c execution test on x86_64 with -fPIC)Joern Rennecke
2011-11-08Merge from transactional-memory branch.Aldy Hernandez
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner
2011-09-22re PR middle-end/50113 (soft-float MIPS64 compiler is miscompiling ggc-page.c)Richard Sandiford
2011-09-12re PR debug/50299 (entryval: bigendian 32bit->64bit extension breaks address ...Jakub Jelinek