summaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
Commit message (Expand)AuthorAgeFilesLines
* function.h (emit_status): Delete member regno_pointer_flag and rename regno_p...John David Anglin2000-11-291-28/+20
* sh-protos.h (symbol_ref_operand): Declare.Alexandre Oliva2000-11-251-0/+8
* emit-rtl.c (gen_lowpart_common): Use word 0 if register mode is narrower than...Alexandre Oliva2000-11-231-2/+5
* alpha.c (check_float_value): Use memcpy, not bcopy.Kaveh R. Ghazi2000-11-101-2/+2
* alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers2000-11-071-1/+1
* c-common.c (back_end_hook): New variable.Mark Mitchell2000-10-181-6/+6
* Remove obstacks.Mark Mitchell2000-10-131-63/+6
* emit-rtl.c (gen_lowpart_common): Fix conversion from float to integral mode w...Jakub Jelinek2000-10-051-8/+18
* emit-rtl-c (gen_lowpart_common): Accept non-paradoxical SUBREG when UNITS_PER...Alan Lehotsky2000-09-251-1/+2
* * emit-rtl.c (gen_lowpart_common): Use trunc_int_for_mode.Richard Henderson2000-09-241-7/+2
* emit-rtl.c (init_emit_once): Initialize const_tiny_rtx for BImode.Richard Henderson2000-09-181-0/+4
* defaults.h: Provide default definitions for...Zack Weinberg2000-09-111-4/+1
* rtl.h (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): New macro.Alexandre Oliva2000-09-021-4/+4
* stmt.c (expand_asm_operands): Twiddle generating_concat_p so that CONCATs are...Geoff Keating2000-09-011-2/+3
* optabs.c (init_optabs): Initialize fixtab...Greg McGary2000-08-241-1/+4
* Minor whitespace fixesRichard Kenner2000-08-151-9/+11
* alias.c (mark_constant_function): Use INSN_P.Rodney Brown2000-08-041-10/+7
* c-common.h: Prototype min_precision and c_build_qualified_type here...Zack Weinberg2000-08-021-10/+13
* * emit-rtl.c (gen_lowpart_common): Add missing 'c' variable.Richard Henderson2000-07-281-0/+1
* emit-rtl.c (gen_lowpart_common): Handle cross-compiling between 64-bit and 32...Geoff Keating2000-07-271-65/+95
* collect2.c (main): Typo fixed.Jeffrey Oldham2000-07-221-1/+1
* combine.c (subst): Use CLASS_CANNOT_CHANGE_MODE and CLASS_CANNOT_CHANGE_MODE_...Richard Henderson2000-06-131-3/+3
* ggc-none.c, [...] (ggc_alloc_obj): Rename it ggc_alloc, drop second argument,...Zack Weinberg2000-06-091-0/+1
* emit-rtl.c (reset_used_decls): New function.Alexandre Oliva2000-05-261-1/+22
* combine.c (try_combine): Use any_condjump_p...Jan Hubicka2000-05-251-1/+1
* emit-rtl.c (unshare_all_decls): New function.Alexandre Oliva2000-05-241-0/+21
* * emit-rtl.c (unshare_all_rtl): Store the copied rtx.Alexandre Oliva2000-05-201-2/+2
* simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.Jason Merrill2000-05-041-3/+3
* rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and MEM_ALIAS_SET.Richard Kenner2000-05-041-6/+0
* toplev.c (debug_ignore_block): Return int.Jason Merrill2000-05-021-8/+3
* conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.Richard Kenner2000-04-181-1/+2
* emit-rtl.c (unshare_all_rtl_again): Unmark everything, then call unshare_all_...Richard Earnshaw2000-04-151-1/+10
* emit-rtl.c (try_split): Avoid infinite loop if the split results in a sequenc...Clinton Popetz2000-04-131-1/+9
* expmed.c (init_expmed): Don't free objects we make.Richard Kenner2000-04-101-13/+10
* sparc.c (output_restore_regs): Prototype.Kaveh R. Ghazi2000-04-041-2/+2
* emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the permanent obs...Mark Mitchell2000-04-021-1/+10
* Makefile.in (emit-rtl.o): Depend on HASHTAB_H.Mark Mitchell2000-03-311-5/+76
* calls.c (expand_call): Pass bit alignment to mark_reg_pointer.Richard Kenner2000-03-301-15/+10
* * Rework fields used to describe positions of bitfields andRichard Kenner2000-03-251-4/+7
* emit-rtl.c (push_to_full_sequence, [...]): New functions.Martin v. Löwis2000-03-191-0/+26
* emit-rtl.c (remove_unncessary_notes): Check that all NOTE_INSN_BLOCK_BEG and ...Mark Mitchell2000-03-191-3/+10
* rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi2000-03-071-4/+4
* Revert this patch:Mark Mitchell2000-03-051-0/+20
* function.h (struct sequence_stack): Remove rtl_expr.Mark Mitchell2000-03-051-20/+0
* stmt.c (is_body_block): Move...Jason Merrill2000-03-041-4/+10
* dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.Jason Merrill2000-03-031-0/+2
* emit-rtl.c (remove_unncessary_notes): Remove notes for empty blocks.Mark Mitchell2000-02-281-0/+42
* Copyright fixes.Jeff Law2000-02-251-1/+2
* Move RTL checking code into make_insn_rawNick Clifton2000-02-161-12/+12
* flow.c (flow_delete_insn, [...]): Export.Richard Henderson2000-02-061-12/+13