aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
AgeCommit message (Expand)AuthorFilesLines
1998-11-15function.c (purge_addressof_1): Unshare rtl created by store_bit_field.J"orn Rennecke1-0/+12
1998-11-06function.c (purge_addressof): Clear purge_addressof_replacements only after p...Richard Henderson1-1/+1
1998-10-28Andreas Schwab <schwab@issan.cs.uni-dortmund.de>Andreas Schwab1-11/+44
1998-10-19[multiple changes]Jeff Law1-1/+1
1998-10-18function.c (uninitialized_vars_warning): Do not warn for a VAR_DECL if it has...Jeffrey A Law1-0/+8
1998-10-17Warning fixes:Kaveh R. Ghazi1-2/+2
1998-10-13function.c (purge_addressof_1): Force the first argument of a CALL insn to me...Andreas Schwab1-0/+6
1998-10-13function.c (purge_addressof_1): Fix typo in inequality: do bitfield optimizat...Richard Henderson1-1/+1
1998-10-12flow.c: Update comment.John Wehle1-0/+7
1998-10-11Fine-grained control of -fcheck-memory-usage with new no_check_memory_usage a...Ken Raeburn1-3/+13
1998-10-09expmed.c (store_bit_field): Pun non-integral str_rtx modes.Richard Henderson1-12/+2
1998-10-03function.c (purge_addressof_1): If trying to take a sub-word integral piece o...David S. Miller1-0/+11
1998-10-02function.c (purge_addressof_1): Do not perform endianness corrections on bitp...David S. Miller1-15/+2
1998-09-30Typo in last commit.Richard Henderson1-1/+1
1998-09-30function.c (purge_addressof_1): Use bitfield manipulation routines to handle ...Richard Henderson1-12/+80
1998-09-30function.c (gen_mem_addressof): If the address REG is REG_USERVAR_P make the ...Mark Mitchell1-1/+3
1998-09-20reload1.c (emit_reload_insns): Accept a new arg for the bb.Richard Henderson1-1/+15
1998-09-15combine.c (make_extraction): If no mode is specified for an operand of insv...Jeffrey A Law1-4/+15
1998-09-15tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused.Richard Henderson1-0/+21
1998-07-30Function entry/exit profiling instrumentation:Ken Raeburn1-1/+42
1998-07-17Fix some sparc complex testsuite failures.Jim Wilson1-1/+4
1998-06-30expr.c (emit_group_load, [...]): Rewrite considering the size and alignment o...Richard Henderson1-3/+8
1998-06-29* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1-2/+2
1998-06-25invoke.texi (-fstrict-aliasing): Document.Mark Mitchell1-0/+4
1998-06-08function.c: Define current_function_cannot_inline.Jason Merrill1-0/+6
1998-05-23m68k.h: Declare more functions used in macros.Andreas Schwab1-0/+2
1998-05-21function.c (init_function_start): Don't call emit_line_note if lineno is 0.Per Bothner1-2/+4
1998-05-19Warning Fixes:Kaveh R. Ghazi1-2/+6
1998-05-18function.c (identify_blocks): Fix thinko when setting the block number for NO...Jeffrey A Law1-1/+1
1998-05-06typo typo fixes fixesJeff Law1-1/+1
1998-05-06toplev.h: New file.Robert Lipe1-0/+1
1998-05-05* Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1-1/+35
1998-04-16* function.c (assign_outer_stack_local): Make static and add prototype.Jeffrey A Law1-1/+3
1998-04-14function.c (assign_parms): Initialize unsignedp before passing its pointer to...John Carr1-0/+1
1998-04-10Reinstall this patch from Jason.Jeff Law1-2/+0
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-63/+119
1998-04-01fold-const.c (optimze_bit_field_compare): Initialize rnbitpos, rnbitsize, rnm...Jeffrey A Law1-3/+3
1998-03-27basic-block.h (basic_block_computed_jump_target): Declare.Bernd Schmidt1-0/+7
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-4/+1
1998-03-19except.c (init_eh): Do nothing.Jason Merrill1-1/+0
1998-03-18Fix more warnings...Kaveh R. Ghazi1-1/+4
1998-03-09Patch to fix mips64-elf varargs aliasing failures.Jim Wilson1-2/+11
1998-02-28Fix warious warnings:Kaveh R. Ghazi1-2/+9
1998-02-13varasm.c (output_constant_pool): Bring back 'done' label inside an appropriat...Jeffrey A Law1-6/+7
1998-02-07* function.c (assign_parms): Fix typo in last change.Jeffrey A Law1-1/+1
1998-02-06Fix irix6 stdarg failure when last named arg has FP type.Jim Wilson1-9/+17
1998-01-20More bytecode stuff disappears.Jeffrey A Law1-18/+0
1998-01-20Makefile.in: Remove all bytecode support.Jeffrey A Law1-166/+2
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1-73/+61
1998-01-14Bring in final gcc-2.8.0 changes.Jeff Law1-2/+4