aboutsummaryrefslogtreecommitdiff
path: root/gcc/integrate.c
AgeCommit message (Expand)AuthorFilesLines
1999-10-03cpplib.c (if_directive_nameo): Add static prototype.Kaveh R. Ghazi1-1/+1
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1-0/+1
1999-09-17functiion.h (struct function): Add x_whole_function_mode_p.Mark Mitchell1-3/+16
1999-09-16function.c (identify_blocks): Don't shadow a variable in an outer scope.Mark Mitchell1-37/+38
1999-09-14except.c (expand_eh_region_start_for_decl): Use NOTE_EH_HANDLER, not NOTE_BLO...Mark Mitchell1-3/+3
1999-09-06Merge in gcc2-ss-010999Jeff Law1-8/+14
1999-09-05Fix typo in last change.Mark Mitchell1-1/+1
1999-09-05integrate.c (function_cannot_inline_p): Do not inline functions with forced l...Richard Henderson1-0/+3
1999-09-04Change memory mangement and constant pool handling for nested functions to ma...Bernd Schmidt1-1009/+82
1999-08-31rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and bounds- check RTL ...Zack Weinberg1-1/+2
1999-08-30integrate.c (copy_rtx_and_substitute): Handle internal_arg_pointer just like ...Jeffrey A Law1-2/+7
1999-08-25Warning fixes:Kaveh R. Ghazi1-3/+3
1999-08-20rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1-5/+5
1999-08-19rtl.def (NOTE): Change format to "iuu0n".Zack Weinberg1-3/+8
1999-08-18Combined compare & jump infrastructureBernd Schmidt1-2/+3
1999-08-09Include function.h in most files.Bernd Schmidt1-204/+88
1999-04-25flags.h (inline_max_insns): Declare.Theodore Papadopoulo1-3/+22
1999-04-14graph.c (node_data): Return void.Zack Weinberg1-1/+5
1999-04-11* integrate.c (INTEGRATE_THRESHOLD): Sync it with the comment.Theodore Papadopoulo1-1/+1
1999-03-06c-aux-info.c (data_type, [...]): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1-1/+1
1999-02-08output.h (current_function_has_computed_jump): Rename from current_function_a...Richard Henderson1-13/+8
1999-02-01Use varrays for constant-equivalence data:Ken Raeburn1-75/+54
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-24/+33
1999-01-19rtl.h (rtx_def): Update documentation.Mark Mitchell1-4/+4
1999-01-15Revert mistaken commit from the wrong tree.Richard Henderson1-105/+12
1999-01-14Update copyright.Richard Henderson1-13/+106
1999-01-13integrate.c (expand_inline_function): Recognize (mem (addressof)) and substit...Richard Henderson1-30/+45
1998-12-15Cope with inlining functions which return a multiword CONCAT valueNick Clifton1-1/+11
1998-12-09except.h (struct handler_info): Add handler_number fieldAndrew MacLeod1-6/+1
1998-12-08See ChangeLog..Andrew MacLeod1-25/+42
1998-10-06loop.c (count_one_set): New static function, broken out of count_loop_regs_setBernd Schmidt1-91/+58
1998-10-01calls.c (expand_call): Encapsulate code into copy_blkmode_from_reg.Gavin Romig-Koch1-7/+25
1998-09-23rtl.h (init_virtual_regs): New function.Mark Mitchell1-4/+1
1998-09-15* integrate.c (copy_decl_list): Fix typo.Mark Mitchell1-1/+1
1998-09-10tree.h (DECL_ORIGIN): New macro.Mark Mitchell1-13/+27
1998-06-25invoke.texi (-fstrict-aliasing): Document.Mark Mitchell1-0/+1
1998-06-21* integrate.c (pushdecl, poplevel): Remove declaration.H.J. Lu1-3/+0
1998-06-08function.c: Define current_function_cannot_inline.Jason Merrill1-0/+3
1998-05-19Warning Fixes:Kaveh R. Ghazi1-2/+2
1998-05-14First cut of changes to utilize the new exception handling modelAndrew MacLeod1-3/+42
1998-05-13Warning fixes:Kaveh R. Ghazi1-0/+1
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-22/+40
1998-03-28integrate.c (copy_rtx_and_substitute): Rework to avoid need for unused "junk"...Jeffrey A Law1-5/+8
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-5/+1
1998-02-28Fix warious warnings:Kaveh R. Ghazi1-1/+3
1998-02-07c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.Robert Lipe1-0/+5
1998-02-05integrate.c (INTEGRATE_THRESHOLD): Inline only small functions when -Os is sp...Marc Lehmann1-1/+5
1998-01-20Makefile.in: Remove all bytecode support.Jeffrey A Law1-7/+0
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1-31/+32
1997-12-18integrate.c (get_label_from_map): New function.Jeff Law1-6/+29