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