| Commit message (Expand) | Author | Age | Files | Lines |
* | Warning fixes: | ghazi | 1998-05-13 | 1 | -0/+1 |
* | Wed May 6 06:35:38 1998 Robert Lipe <robertl@dgii.com> | robertl | 1998-05-06 | 1 | -0/+1 |
* | * calls.c (expand_call): Fix recognition of C++ operator new. | jfc | 1998-04-29 | 1 | -2/+6 |
* | * calls.c (expand_call): Bump the length limit on the specially | schwab | 1998-04-29 | 1 | -1/+1 |
* | 8 | law | 1998-04-09 | 1 | -1/+1 |
* | * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 | law | 1998-04-04 | 1 | -83/+62 |
* | Major cutover to using system.h: | ghazi | 1998-03-20 | 1 | -6/+6 |
* | Fix more warnings... | ghazi | 1998-03-18 | 1 | -0/+2 |
* | * varasm.c (output_constant_pool): Bring back 'done' label inside | law | 1998-02-14 | 1 | -3/+0 |
* | * c-lang.c (finish_file): Bracket declaration of static_ctors, | robertl | 1998-02-13 | 1 | -5/+15 |
* | * bitmap.c (bitmap_debug_file): HOST_PTR_PRINTF converts a pointer, | law | 1998-02-08 | 1 | -2/+2 |
* | * c-common.c: Include <stdlib.h> and <string.h>/<strings.h>. | law | 1998-02-07 | 1 | -4/+0 |
* | * calls.c (expand_call): Don't confuse member functions named | law | 1998-02-06 | 1 | -1/+5 |
* | ` | law | 1998-01-16 | 1 | -27/+35 |
* | * alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO; | rth | 1998-01-14 | 1 | -81/+84 |
* | * flags.h, toplev.c, calls.c, alias.c: Remove flag_alias_check; | law | 1997-12-24 | 1 | -5/+7 |
* | * calls.c (expand_call): Implement LOAD_ARGS_REVERSED. | law | 1997-12-18 | 1 | -0/+4 |
* | Merge from gcc-2.8 | law | 1997-12-07 | 1 | -2/+4 |
* | * calls.c (expand_call): Handle pcc_struct_value correctly for C++. | law | 1997-11-14 | 1 | -30/+6 |
* | Update mainline egcs to gcc2 snapshot 971021. | law | 1997-11-02 | 1 | -50/+50 |
* | * Integrate alias analysis changes from jfc@mit.edu | law | 1997-08-11 | 1 | -1/+40 |
* | (store_one_arg): Allow stack_slot to be SP in ARGS_GROW_DOWNWARD case. | kenner | 1997-08-02 | 1 | -1/+1 |
* | (expand_call): If -fcheck-memory-usage, use pseudo-register, check | kenner | 1997-08-02 | 1 | -2/+36 |
* | (expand_call): If -fstack-check and temp needed for arg is too large, | kenner | 1997-07-25 | 1 | -1/+5 |
* | (emit_library_call_value): Initialize all argvec elements. | kenner | 1997-07-16 | 1 | -1/+1 |
* | * calls.c (emit_library_call): Use right index into argvec array | law | 1997-07-14 | 1 | -18/+26 |
* | reformat a little to match GNU coding standards. | mrs | 1997-05-06 | 1 | -10/+10 |
* | x | merrill | 1997-04-24 | 1 | -8/+12 |
* | Add setjmp/longjmp exception handling. | mrs | 1997-04-23 | 1 | -21/+3 |
* | Fix typo in last change. | law | 1997-04-15 | 1 | -1/+1 |
* | * calls.c (emit_library_call): Handle saving of stack slots when | law | 1997-04-14 | 1 | -40/+460 |
* | * calls.c (expand_call): When copying unaligned values into a register, | dje | 1997-04-13 | 1 | -2/+8 |
* | (emit_library_call_value): Remove redundant check for outmode != | kenner | 1997-01-04 | 1 | -3/+2 |
* | Check SMALL_REGISTER_CLASSES at runtime | ian | 1996-12-13 | 1 | -4/+6 |
* | (emit_library_call): Don't pass VOIDmode to type_for_mode. | kenner | 1996-12-12 | 1 | -1/+2 |
* | (emit_library_call, emit_library_call_value): Don't pass an identifier | kenner | 1996-12-11 | 1 | -6/+16 |
* | (expand_call): Disable special handling for const calls | wilson | 1996-10-31 | 1 | -2/+3 |
* | Fix typo in comment. | kenner | 1996-10-24 | 1 | -1/+1 |
* | (expand_call): In target code, move PARALLEL case above | wilson | 1996-10-23 | 1 | -9/+9 |
* | (expand_call): For assign_stack_temp call in PARALLEL case, | wilson | 1996-07-08 | 1 | -1/+1 |
* | formatting tweaks | mrs | 1996-07-03 | 1 | -10/+11 |
* | (expand_call): Handle NIL in PARALLEL. Handle PARALLEL | wilson | 1996-06-06 | 1 | -33/+39 |
* | (expand_call): In inlining case, if BEFORE_CALLS is zero, start | kenner | 1996-04-25 | 1 | -4/+5 |
* | (expand_call): In inlining case, if BEFORE_CALLS is zero, start | kenner | 1996-04-11 | 1 | -1/+2 |
* | * calls.c (expand_call): Remove current_call_is_indirect nonsense. | law | 1996-04-01 | 1 | -18/+9 |
* | (expand_call): In convert_to_mode call, use word_mode | wilson | 1996-03-26 | 1 | -1/+1 |
* | (expand_call): If passing by invisible ref, not const. | kenner | 1996-03-02 | 1 | -0/+1 |
* | (expand_call): Test RTX_INTEGRATED_P in DECL_SAVED_INSNS. | kenner | 1996-02-09 | 1 | -1/+2 |
* | (struct arg_data, expand_call): Test STRICT_ALIGN with #if. | kenner | 1996-01-31 | 1 | -59/+52 |
* | (expand_call): Don't warn about not being able to inline if -O0. | kenner | 1995-12-31 | 1 | -2/+3 |