summaryrefslogtreecommitdiff
path: root/gcc/explow.c
Commit message (Expand)AuthorAgeFilesLines
* Remove obstacks.Mark Mitchell2000-10-131-5/+0
* combine.c (if_then_else_cond): Canonicalize BImode true to STORE_FLAG_VALUE.Richard Henderson2000-09-181-0/+4
* unuglyfying codeAldy Hernandez2000-07-231-0/+2
* * explow.c (set_mem_attributes): Do nothing for NULL type.Richard Henderson2000-06-131-1/+9
* explow.c (maybe_set_unchanging): New function, broken out from...Jason Merrill2000-06-051-3/+27
* Makefile.in (c-decl.o): Depend on rtl.h and expr.h.Richard Kenner2000-05-311-12/+59
* combine.c (try_combine): Use any_condjump_p...Jan Hubicka2000-05-251-1/+1
* simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.Jason Merrill2000-05-041-3/+4
* rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and MEM_ALIAS_SET.Richard Kenner2000-05-041-6/+2
* builtins.c (expand_builtin_apply): Pass proper parameters to allocate_dynamic...Jan Hubicka2000-04-011-0/+17
* calls.c (expand_call): Pass bit alignment to mark_reg_pointer.Richard Kenner2000-03-301-3/+3
* * Rework fields used to describe positions of bitfields andRichard Kenner2000-03-251-1/+4
* Copyright fixes.Jeff Law2000-02-251-1/+2
* calls.c (compute_argument_block_size): New argument preferred_stack_boundary.Jan Hubicka2000-02-071-0/+7
* stupid.c: Die die die.Richard Henderson2000-01-191-4/+0
* eh-common.h: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-141-5/+5
* c-common.c (enum attrs): Add A_NO_LIMIT_STACK.Geoff Keating1999-12-041-0/+27
* explow.c (hard_function_value): Add outgoing argument.Jakub Jelinek1999-11-161-3/+13
* [multiple changes]Richard Kenner1999-10-311-5/+27
* Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1999-09-201-0/+1
* Replace insn_foo with insn_data.foo.Richard Henderson1999-09-121-9/+8
* Merge in gcc2-ss-010999Jeff Law1999-09-061-4/+8
* Fix misuses of MAX_MACHINE_MODE that can result in an infinite loop.Jim Wilson1999-08-151-2/+2
* Include function.h in most files.Bernd Schmidt1999-08-091-0/+1
* Call force_operand if X does not satisfy general_operandNick Clifton1999-08-021-0/+5
* explow.c (trunc_int_for_mode): New function.Richard Henderson1999-07-221-0/+41
* c-aux-info.c, [...]: Include toplev.h for real declaration of trim_filename.Zack Weinberg1999-04-171-0/+1
* explow.c (allocate_dynamic_stack_space): Undo last change.Jeffrey A Law1999-04-141-1/+5
* explow.c (allocate_dynamic_stack_space): Correctly convert TARGET to Pmode.Donn Terry1999-04-141-1/+1
* Warning fixes:Kaveh R. Ghazi1999-03-191-1/+1
* except.c (start_catch_handler): Use emit_cmp_and_jump_insns.Jeffrey A Law1999-02-141-2/+2
* cse.c (fold_rtx): Revert 29 Dec change.Richard Henderson1999-01-201-1/+1
* Update copyrightsMark Mitchell1999-01-191-1/+1
* rtl.h (rtx_def): Update documentation.Mark Mitchell1999-01-191-2/+3
* explow.c (plus_constant_wide): Don't immediately return with result of recurs...J"orn Rennecke1998-12-081-9/+22
* function.c (nonlocal_goto_handler_slots): Renamed from nonlocal_goto_handler_...Bernd Schmidt1998-11-201-1/+1
* expr.c (STACK_BYTES): Delete unused macro.Bernd Schmidt1998-11-191-9/+13
* Warning fixes:Kaveh R. Ghazi1998-10-131-1/+1
* expr.h (STACK_SIZE_MODE): New macro.David Edelsohn1998-07-021-3/+5
* invoke.texi (-fstrict-aliasing): Document.Mark Mitchell1998-06-251-0/+5
* optabs.c: Use gen_rtx_FOO (...) instead of gen_rtx (FOO, ...).John Carr1998-06-241-3/+3
* explow.c (emit_stack_save): Add prototype for FCN.H.J. Lu1998-06-191-2/+2
* tree.c (get_inner_array_type): New function.David Edelsohn1998-06-041-20/+7
* typo typo fixes fixesJeff Law1998-05-061-1/+1
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1998-04-041-2/+3
* Major cutover to using system.h:Kaveh R. Ghazi1998-03-201-1/+1
* Rats. Forgot to change copyrights on the first commit.Robert Lipe1998-02-131-1/+1
* c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors.Robert Lipe1998-02-131-1/+0
* c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.Robert Lipe1998-02-071-1/+0
* explow.c (optimize_save_area_alloca): New function for targets where SETJMP_V...David S. Miller1998-01-171-0/+133