aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)AuthorFilesLines
1998-11-20function.c (nonlocal_goto_handler_slots): Renamed from nonlocal_goto_handler_...Bernd Schmidt1-1/+1
1998-11-19expr.c (STACK_BYTES): Delete unused macro.Bernd Schmidt1-14/+18
1998-11-08gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1-4/+4
1998-10-13Warning fixes:Kaveh R. Ghazi1-8/+7
1998-10-11Fine-grained control of -fcheck-memory-usage with new no_check_memory_usage a...Ken Raeburn1-9/+7
1998-10-01calls.c (expand_call): Encapsulate code into copy_blkmode_from_reg.Gavin Romig-Koch1-69/+1
1998-08-26calls.c (expand_call): Use bitfield instructions to extract/deposit word size...Jeffrey A Law1-20/+14
1998-08-26system.h: Include stdarg.h/varargs.h...Kaveh R. Ghazi1-5/+0
1998-06-30expr.c (emit_group_load, [...]): Rewrite considering the size and alignment o...Richard Henderson1-3/+10
1998-06-19calls.c (expand_call): Initialize "src" and "dest".Jeffrey A Law1-1/+1
1998-05-13Warning fixes:Kaveh R. Ghazi1-0/+1
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