aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)Author
1998-06-30expr.c (emit_group_load, [...]): Rewrite considering the size and alignment o...Richard Henderson
1998-06-19calls.c (expand_call): Initialize "src" and "dest".Jeffrey A Law
1998-05-13Warning fixes:Kaveh R. Ghazi
1998-05-06toplev.h: New file.Robert Lipe
1998-04-29calls.c (expand_call): Fix recognition of C++ operator new.John Carr
1998-04-29calls.c (expand_call): Bump the length limit on the specially recognized func...Andreas Schwab
1998-04-08calls.c (expand_call): Fix typo.Jeff Law
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi
1998-03-18Fix more warnings...Kaveh R. Ghazi
1998-02-13varasm.c (output_constant_pool): Bring back 'done' label inside an appropriat...Jeffrey A Law
1998-02-13c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors.Robert Lipe
1998-02-08bitmap.c (bitmap_debug_file): HOST_PTR_PRINTF converts a pointer, not a HOST_...John Carr
1998-02-07c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.Robert Lipe
1998-02-05calls.c (expand_call): Don't confuse member functions named realloc...Mark Mitchell
1998-01-16calls.c (expand_call): Move #ifdef code out of macro argument lists.Jeff Law
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson
1997-12-24flags.h, [...]: Remove flag_alias_check; optimization is now always enabled.John Carr
1997-12-18* calls.c (expand_call): Implement LOAD_ARGS_REVERSED.Gavin Koch
1997-12-06Merge from gcc-2.8Jeff Law
1997-11-14* calls.c (expand_call): Handle pcc_struct_value correctly for C++.Jeffrey A Law
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law
1997-08-11* Integrate alias analysis changes from jfc@mit.eduJeffrey A Law
1997-08-02(store_one_arg): Allow stack_slot to be SP in ARGS_GROW_DOWNWARD case.misc/cutover-egcs-0Richard Kenner
1997-08-02(expand_call): If -fcheck-memory-usage...Richard Kenner
1997-07-25(expand_call): If -fstack-check and temp needed for arg is too large,Richard Kenner
1997-07-16(emit_library_call_value): Initialize all argvec elements.Richard Kenner
1997-07-14calls.c (emit_library_call): Use right index into argvec array when iterating...Jeff Law
1997-05-06reformat a little to match GNU coding standards.Mike Stump
1997-04-24xJason Merrill
1997-04-23Add setjmp/longjmp exception handling.Mike Stump
1997-04-15Fix typo in last change.Jeff Law
1997-04-14calls.c (emit_library_call): Handle saving of stack slots when ACCUMULATE_OUT...Jeff Law
1997-04-13calls.c (expand_call): When copying unaligned values into a register...Doug Evans
1997-01-04(emit_library_call_value): Remove redundant check for outmode !=Richard Kenner
1996-12-13Check SMALL_REGISTER_CLASSES at runtimeIan Lance Taylor
1996-12-12(emit_library_call): Don't pass VOIDmode to type_for_mode.Richard Kenner
1996-12-11(emit_library_call...Richard Kenner
1996-10-31(expand_call): Disable special handling for const callsJim Wilson
1996-10-24Fix typo in comment.Richard Kenner
1996-10-23(expand_call): In target code, move PARALLEL case aboveJim Wilson
1996-07-08(expand_call): For assign_stack_temp call in PARALLEL case,Jim Wilson
1996-07-03formatting tweaksMike Stump
1996-06-06(expand_call): Handle NIL in PARALLEL.Jim Wilson
1996-04-25(expand_call): In inlining case, if BEFORE_CALLS is zero, startRichard Kenner
1996-04-11(expand_call): In inlining case, if BEFORE_CALLS is zero, startRichard Kenner
1996-03-31calls.c (expand_call): Remove current_call_is_indirect nonsense.Jeff Law
1996-03-26(expand_call): In convert_to_mode call, use word_modeJim Wilson
1996-03-02(expand_call): If passing by invisible ref, not const.Richard Kenner
1996-02-09(expand_call): Test RTX_INTEGRATED_P in DECL_SAVED_INSNS.Richard Kenner