summaryrefslogtreecommitdiff
path: root/gcc/function.c
Commit message (Expand)AuthorAgeFilesLines
* function.c (purge_addressof): Clear purge_addressof_replacements only after p...Richard Henderson1998-11-061-1/+1
* Andreas Schwab <schwab@issan.cs.uni-dortmund.de>Andreas Schwab1998-10-281-11/+44
* [multiple changes]Jeff Law1998-10-191-1/+1
* function.c (uninitialized_vars_warning): Do not warn for a VAR_DECL if it has...Jeffrey A Law1998-10-181-0/+8
* Warning fixes:Kaveh R. Ghazi1998-10-171-2/+2
* function.c (purge_addressof_1): Force the first argument of a CALL insn to me...Andreas Schwab1998-10-131-0/+6
* function.c (purge_addressof_1): Fix typo in inequality: do bitfield optimizat...Richard Henderson1998-10-131-1/+1
* flow.c: Update comment.John Wehle1998-10-121-0/+7
* Fine-grained control of -fcheck-memory-usage with new no_check_memory_usage a...Ken Raeburn1998-10-111-3/+13
* expmed.c (store_bit_field): Pun non-integral str_rtx modes.Richard Henderson1998-10-091-12/+2
* function.c (purge_addressof_1): If trying to take a sub-word integral piece o...David S. Miller1998-10-031-0/+11
* function.c (purge_addressof_1): Do not perform endianness corrections on bitp...David S. Miller1998-10-021-15/+2
* Typo in last commit.Richard Henderson1998-09-301-1/+1
* function.c (purge_addressof_1): Use bitfield manipulation routines to handle ...Richard Henderson1998-09-301-12/+80
* function.c (gen_mem_addressof): If the address REG is REG_USERVAR_P make the ...Mark Mitchell1998-09-301-1/+3
* reload1.c (emit_reload_insns): Accept a new arg for the bb.Richard Henderson1998-09-201-1/+15
* combine.c (make_extraction): If no mode is specified for an operand of insv...Jeffrey A Law1998-09-151-4/+15
* tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused.Richard Henderson1998-09-151-0/+21
* Function entry/exit profiling instrumentation:Ken Raeburn1998-07-301-1/+42
* Fix some sparc complex testsuite failures.Jim Wilson1998-07-171-1/+4
* expr.c (emit_group_load, [...]): Rewrite considering the size and alignment o...Richard Henderson1998-06-301-3/+8
* * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1998-06-291-2/+2
* invoke.texi (-fstrict-aliasing): Document.Mark Mitchell1998-06-251-0/+4
* function.c: Define current_function_cannot_inline.Jason Merrill1998-06-081-0/+6
* m68k.h: Declare more functions used in macros.Andreas Schwab1998-05-231-0/+2
* function.c (init_function_start): Don't call emit_line_note if lineno is 0.Per Bothner1998-05-211-2/+4
* Warning Fixes:Kaveh R. Ghazi1998-05-191-2/+6
* function.c (identify_blocks): Fix thinko when setting the block number for NO...Jeffrey A Law1998-05-181-1/+1
* typo typo fixes fixesJeff Law1998-05-061-1/+1
* toplev.h: New file.Robert Lipe1998-05-061-0/+1
* * Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1998-05-051-1/+35
* * function.c (assign_outer_stack_local): Make static and add prototype.Jeffrey A Law1998-04-161-1/+3
* function.c (assign_parms): Initialize unsignedp before passing its pointer to...John Carr1998-04-141-0/+1
* Reinstall this patch from Jason.Jeff Law1998-04-101-2/+0
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1998-04-041-63/+119
* fold-const.c (optimze_bit_field_compare): Initialize rnbitpos, rnbitsize, rnm...Jeffrey A Law1998-04-011-3/+3
* basic-block.h (basic_block_computed_jump_target): Declare.Bernd Schmidt1998-03-271-0/+7
* Major cutover to using system.h:Kaveh R. Ghazi1998-03-201-4/+1
* except.c (init_eh): Do nothing.Jason Merrill1998-03-191-1/+0
* Fix more warnings...Kaveh R. Ghazi1998-03-181-1/+4
* Patch to fix mips64-elf varargs aliasing failures.Jim Wilson1998-03-091-2/+11
* Fix warious warnings:Kaveh R. Ghazi1998-02-281-2/+9
* varasm.c (output_constant_pool): Bring back 'done' label inside an appropriat...Jeffrey A Law1998-02-131-6/+7
* * function.c (assign_parms): Fix typo in last change.Jeffrey A Law1998-02-071-1/+1
* Fix irix6 stdarg failure when last named arg has FP type.Jim Wilson1998-02-061-9/+17
* More bytecode stuff disappears.Jeffrey A Law1998-01-201-18/+0
* Makefile.in: Remove all bytecode support.Jeffrey A Law1998-01-201-166/+2
* alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1998-01-141-73/+61
* Bring in final gcc-2.8.0 changes.Jeff Law1998-01-141-2/+4
* Bring over changes from latest gcc-2.8 pre-release.Jeff Law1997-12-151-2/+2