aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)AuthorFilesLines
1998-05-06toplev.h: New file.Robert Lipe1-0/+1
1998-04-29calls.c (expand_call): Fix recognition of C++ operator new.John Carr1-2/+6
1998-04-29calls.c (expand_call): Bump the length limit on the specially recognized func...Andreas Schwab1-1/+1
1998-04-08calls.c (expand_call): Fix typo.Jeff Law1-1/+1
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-83/+62
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-6/+6
1998-03-18Fix more warnings...Kaveh R. Ghazi1-0/+2
1998-02-13varasm.c (output_constant_pool): Bring back 'done' label inside an appropriat...Jeffrey A Law1-3/+0
1998-02-13c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors.Robert Lipe1-5/+15
1998-02-08bitmap.c (bitmap_debug_file): HOST_PTR_PRINTF converts a pointer, not a HOST_...John Carr1-2/+2
1998-02-07c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.Robert Lipe1-4/+0
1998-02-05calls.c (expand_call): Don't confuse member functions named realloc...Mark Mitchell1-1/+5
1998-01-16calls.c (expand_call): Move #ifdef code out of macro argument lists.Jeff Law1-27/+35
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1-81/+84
1997-12-24flags.h, [...]: Remove flag_alias_check; optimization is now always enabled.John Carr1-5/+7
1997-12-18* calls.c (expand_call): Implement LOAD_ARGS_REVERSED.Gavin Koch1-0/+4
1997-12-06Merge from gcc-2.8Jeff Law1-2/+4
1997-11-14* calls.c (expand_call): Handle pcc_struct_value correctly for C++.Jeffrey A Law1-30/+6
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-50/+50
1997-08-11* Integrate alias analysis changes from jfc@mit.eduJeffrey A Law1-1/+40
1997-08-02(store_one_arg): Allow stack_slot to be SP in ARGS_GROW_DOWNWARD case.misc/cutover-egcs-0Richard Kenner1-1/+1
1997-08-02(expand_call): If -fcheck-memory-usage...Richard Kenner1-2/+36
1997-07-25(expand_call): If -fstack-check and temp needed for arg is too large,Richard Kenner1-1/+5
1997-07-16(emit_library_call_value): Initialize all argvec elements.Richard Kenner1-1/+1
1997-07-14calls.c (emit_library_call): Use right index into argvec array when iterating...Jeff Law1-18/+26
1997-05-06reformat a little to match GNU coding standards.Mike Stump1-10/+10
1997-04-24xJason Merrill1-8/+12
1997-04-23Add setjmp/longjmp exception handling.Mike Stump1-21/+3
1997-04-15Fix typo in last change.Jeff Law1-1/+1
1997-04-14calls.c (emit_library_call): Handle saving of stack slots when ACCUMULATE_OUT...Jeff Law1-40/+460
1997-04-13calls.c (expand_call): When copying unaligned values into a register...Doug Evans1-2/+8
1997-01-04(emit_library_call_value): Remove redundant check for outmode !=Richard Kenner1-3/+2
1996-12-13Check SMALL_REGISTER_CLASSES at runtimeIan Lance Taylor1-4/+6
1996-12-12(emit_library_call): Don't pass VOIDmode to type_for_mode.Richard Kenner1-1/+2
1996-12-11(emit_library_call...Richard Kenner1-6/+16
1996-10-31(expand_call): Disable special handling for const callsJim Wilson1-2/+3
1996-10-24Fix typo in comment.Richard Kenner1-1/+1
1996-10-23(expand_call): In target code, move PARALLEL case aboveJim Wilson1-9/+9
1996-07-08(expand_call): For assign_stack_temp call in PARALLEL case,Jim Wilson1-1/+1
1996-07-03formatting tweaksMike Stump1-10/+11
1996-06-06(expand_call): Handle NIL in PARALLEL.Jim Wilson1-33/+39
1996-04-25(expand_call): In inlining case, if BEFORE_CALLS is zero, startRichard Kenner1-4/+5
1996-04-11(expand_call): In inlining case, if BEFORE_CALLS is zero, startRichard Kenner1-1/+2
1996-03-31calls.c (expand_call): Remove current_call_is_indirect nonsense.Jeff Law1-18/+9
1996-03-26(expand_call): In convert_to_mode call, use word_modeJim Wilson1-1/+1
1996-03-02(expand_call): If passing by invisible ref, not const.Richard Kenner1-0/+1
1996-02-09(expand_call): Test RTX_INTEGRATED_P in DECL_SAVED_INSNS.Richard Kenner1-1/+2
1996-01-31(struct arg_data, expand_call): Test STRICT_ALIGN with #if.Richard Kenner1-59/+52
1995-12-31(expand_call): Don't warn about not being able to inline if -O0.Richard Kenner1-2/+3
1995-10-26(expand_call): Don't trust the callee to copy a TREE_ADDRESSABLE type.Richard Kenner1-1/+2