summaryrefslogtreecommitdiff
path: root/gcc/explow.c
Commit message (Expand)AuthorAgeFilesLines
...
* * tree.def (ARRAY_RANGE_REF): New code.kenner2001-06-041-1/+2
* * bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".ghazi2001-05-011-3/+3
* * mkconfig.sh: Include insn-flags.h.rth2001-03-221-2/+0
* * explow.c (trunc_int_for_mode): Sign-extend value to mode.aoliva2001-02-131-22/+10
* * combine.c (nonzero_bits, case PLUS): If pointers extend unsignedkenner2001-02-061-0/+5
* * builtins.c (expand_builtin_alloca): allocate_dynamic_stack_spacekenner2001-02-011-15/+10
* * explow.c (probe_stack_range): Ensure value passed tokenner2001-01-221-6/+14
* * explow.c (convert_memory_address, case SYMBOL_REF): Copykenner2001-01-011-0/+1
* Remove obstacks.mmitchel2000-10-131-5/+0
* * combine.c (if_then_else_cond): Canonicalize BImode true torth2000-09-181-0/+4
* unuglyfying codealdyh2000-07-231-0/+2
* * explow.c (set_mem_attributes): Do nothing for NULL type.rth2000-06-131-1/+9
* * explow.c (maybe_set_unchanging): New function, broken out from...jason2000-06-061-3/+27
* * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.kenner2000-05-311-12/+59
* * combine.c (try_combine): Use any_condjump_p, any_uncondjump_prth2000-05-251-1/+1
* * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.jason2000-05-041-3/+4
* * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P andkenner2000-05-041-6/+2
* * builtins.c (expand_builtin_apply): Pass proper parameters tohubicka2000-04-011-0/+17
* * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.kenner2000-03-301-3/+3
* * Rework fields used to describe positions of bitfields andkenner2000-03-251-1/+4
* Copyright fixes.law2000-02-261-1/+2
* * calls.c (compute_argument_block_size): New argumenthubicka2000-02-071-0/+7
* * stupid.c: Die die die.rth2000-01-191-4/+0
* * eh-common.h: PROTO -> PARAMS.ghazi2000-01-141-5/+5
* * c-common.c (enum attrs): Add A_NO_LIMIT_STACK.geoffk1999-12-041-0/+27
* * explow.c (hard_function_value): Add outgoing argument.rth1999-11-161-3/+13
* Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR>kenner1999-11-011-5/+27
* Make it possible to prototype port-specific functions (and convert i386 to us...crux1999-09-201-0/+1
* Replace insn_foo with insn_data.foo.rth1999-09-121-9/+8
* Merge in gcc2-ss-010999law1999-09-071-4/+8
* Fix misuses of MAX_MACHINE_MODE that can result in an infinite loop.wilson1999-08-151-2/+2
* Include function.h in most files. Remove most of the global variablescrux1999-08-091-0/+1
* Call force_operand if X does not satisfy general_operandnickc1999-08-021-0/+5
* * explow.c (trunc_int_for_mode): New function.rth1999-07-231-0/+41
* 1999-04-17 20:11 -0400 Zack Weinberg <zack@rabi.columbia.edu>zack1999-04-171-0/+1
* * explow.c (allocate_dynamic_stack_space): Undo last change. Uselaw1999-04-141-1/+5
* * explow.c (allocate_dynamic_stack_space): Correctly convert TARGETlaw1999-04-141-1/+1
* Warning fixes:ghazi1999-03-191-1/+1
* * except.c (start_catch_handler): Use emit_cmp_and_jump_insns.law1999-02-141-2/+2
* * cse.c (fold_rtx): Revert 29 Dec change.rth1999-01-211-1/+1
* Update copyrightsmmitchel1999-01-191-1/+1
* * rtl.h (rtx_def): Update documentation.mmitchel1999-01-191-2/+3
* * explow.c (plus_constant_wide): Don't immediately return withamylaar1998-12-081-9/+22
* * function.c (nonlocal_goto_handler_slots): Renamed fromlaw1998-11-201-1/+1
* * expr.c (STACK_BYTES): Delete unused macro.law1998-11-191-9/+13
* Warning fixes:ghazi1998-10-131-1/+1
* * expr.h (STACK_SIZE_MODE): New macro.dje1998-07-021-3/+5
* * invoke.texi (-fstrict-aliasing): Document.mmitchel1998-06-251-0/+5
* * optabs.c: Use gen_rtx_FOO (...) instead of gen_rtx (FOO, ...).jfc1998-06-241-3/+3
* * explow.c (emit_stack_save): Add prototype for FCN.law1998-06-191-2/+2