summaryrefslogtreecommitdiff
path: root/gcc/calls.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/52047 ([trans-mem] ICE: SIGSEGV in execute_tm_mark (trans-me...Patrick Marlier2012-02-061-1/+1
* re PR target/52129 (wrong code to pass parameters to tail call function)Jakub Jelinek2012-02-061-0/+5
* re PR debug/51762 (ICE in maybe_record_trace_start, at dwarf2cfi.c:2231)Jakub Jelinek2012-01-051-1/+6
* tree-vect-patterns.c (vect_operation_fits_smaller_type): Initialize *op0 and ...Jakub Jelinek2011-12-211-1/+1
* re PR middle-end/51510 (gcc for arm-linux-gnueabi ICEs on gcc.c-torture/execu...Jakub Jelinek2011-12-121-3/+5
* re PR middle-end/51323 (g++ confuses this with function argument in optimized...Jakub Jelinek2011-12-051-15/+131
* re PR middle-end/50074 (gcc.dg/sibcall-6.c execution test on x86_64 with -fPIC)Joern Rennecke2011-11-261-0/+2
* Merge from transactional-memory branch.Aldy Hernandez2011-11-081-2/+83
* Convert standard builtin functions from being arrays to using a functional in...Michael Meissner2011-10-111-4/+9
* re PR middle-end/50113 (soft-float MIPS64 compiler is miscompiling ggc-page.c)Richard Sandiford2011-09-221-11/+20
* re PR debug/50299 (entryval: bigendian 32bit->64bit extension breaks address ...Jakub Jelinek2011-09-121-5/+6
* rtl.h (set_src_cost, [...]): New functions.Richard Sandiford2011-08-181-1/+1
* re PR middle-end/49968 (ICE in calls.c:3141 / assert after emit_stack_restore)Richard Henderson2011-08-041-8/+2
* re PR debug/49864 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2439)Richard Henderson2011-08-021-0/+13
* Declare size only if BLOCK_REG_PADDING is defined.H.J. Lu2011-08-011-0/+2
* calls.c (emit_library_call_value_1): Support padding for libcall arguments an...Julian Brown2011-08-011-2/+39
* params.h (ALLOW_STORE_DATA_RACES): New.Aldy Hernandez2011-07-271-2/+2
* rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford2011-07-191-2/+2
* re PR middle-end/49519 (Revision 175272 miscompiled 447.dealII in SPEC CPU 2006)Kirill Yukhin2011-07-081-0/+8
* Promote the function argument before checking non-legitimate constant.H.J. Lu2011-07-051-6/+6
* re PR rtl-optimization/49429 (dse.c change (r175063) causes execution failures)Easwaran Raman2011-06-241-1/+8
* re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke2011-06-161-28/+33
* re PR tree-optimization/49243 (attribute((returns_twice)) doesn't work)Mikael Pettersson2011-06-061-0/+2
* re PR debug/48333 (-fcompare-debug failure (length) - "memmove" x "__builtin_...Alexandre Oliva2011-06-041-1/+14
* common.opt (flag_stack_usage_info): New variable.Eric Botcazou2011-05-251-3/+3
* calls.c (emit_library_call_value_1): Invoke promote_function_mode hook on lib...Andreas Krebbel2011-05-041-2/+3
* expr.h (expand_shift): Rename to ...Richard Guenther2011-04-291-6/+2
* tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle MEM_REF and TARGET_MEM_...Richard Guenther2011-04-211-1/+1
* target.def (legitimate_constant_p): New hook.Richard Sandiford2011-04-211-3/+4
* remove useless if-before-free testsJim Meyering2011-04-201-10/+5
* emit-rtl.c (try_split): Don't call copy_call_info debug hook.Jakub Jelinek2011-03-161-6/+0
* calls.c (emit_call_1): Set MEM_EXPR on call's MEM.Jakub Jelinek2011-03-161-22/+34
* final.c (final_scan_insn): Handle NOTE_INSN_CALL_ARG_LOCATION.Jakub Jelinek2011-03-161-27/+21
* explow.c (emit_stack_save): Remove 'after' parameter.Richard Henderson2011-03-031-5/+4
* builtins.c (std_gimplify_va_arg_expr): Use targetm.calls.function_arg_boundary.Nathan Froyd2010-11-161-1/+1
* expr.c (emit_group_load_1): Update calls to extract_bit_field.Jie Zhang2010-10-221-1/+1
* re PR rtl-optimization/33721 ([meta-bug] Gcc can't properly align stack varia...Richard Henderson2010-10-091-6/+7
* extend.texi: (attribute leaf): Document.Jan Hubicka2010-09-241-0/+2
* re PR middle-end/45234 (ICE in expand_call, at calls.c:2845 when passing alig...Jakub Jelinek2010-09-241-13/+0
* Make sure that all variable sized adjustments are multiple of preferredH.J. Lu2010-09-171-0/+13
* target.def (class_likely_spilled_p): New hook.Anatoly Sokolov2010-09-021-1/+1
* Stack usage supportEric Botcazou2010-08-301-2/+31
* re PR tree-optimization/44485 (ICE in get_expr_operands, at tree-ssa-operands...Jakub Jelinek2010-08-261-3/+7
* calls.c (load_register_parameters): Move check for zero sized items so that o...Iain Sandoe2010-07-221-5/+6
* re PR rtl-optimization/44941 (ICE: RTL check: expected code 'mem', have 'reg'...Richard Guenther2010-07-191-1/+2
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-1/+1
* calls.c, [...]: Call targetm.calls.function_arg...Nathan Froyd2010-06-291-22/+27
* reginfo.c (init_reg_sets_1): Adjust comments.Nathan Froyd2010-06-291-11/+14
* tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.Steven Bosscher2010-05-031-2/+4
* tree.h (TREE_ADDRESSABLE): Document its effect for function types.Eric Botcazou2010-04-081-1/+1