aboutsummaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
AgeCommit message (Expand)AuthorFilesLines
2001-01-10Remove {save|restore}_machine_status.Nick Clifton1-3/+3
2001-01-05simplify-rtx.c (cfc_args): add "unordered" field.Jan Hubicka1-14/+6
2000-12-29Introduce ORIGINAL_REGNO macroBernd Schmidt1-13/+27
2000-11-29function.h (emit_status): Delete member regno_pointer_flag and rename regno_p...John David Anglin1-28/+20
2000-11-25sh-protos.h (symbol_ref_operand): Declare.Alexandre Oliva1-0/+8
2000-11-23emit-rtl.c (gen_lowpart_common): Use word 0 if register mode is narrower than...Alexandre Oliva1-2/+5
2000-11-10alpha.c (check_float_value): Use memcpy, not bcopy.Kaveh R. Ghazi1-2/+2
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers1-1/+1
2000-10-18c-common.c (back_end_hook): New variable.Mark Mitchell1-6/+6
2000-10-13Remove obstacks.Mark Mitchell1-63/+6
2000-10-05emit-rtl.c (gen_lowpart_common): Fix conversion from float to integral mode w...Jakub Jelinek1-8/+18
2000-09-25emit-rtl-c (gen_lowpart_common): Accept non-paradoxical SUBREG when UNITS_PER...Alan Lehotsky1-1/+2
2000-09-24* emit-rtl.c (gen_lowpart_common): Use trunc_int_for_mode.Richard Henderson1-7/+2
2000-09-18emit-rtl.c (init_emit_once): Initialize const_tiny_rtx for BImode.Richard Henderson1-0/+4
2000-09-11defaults.h: Provide default definitions for...Zack Weinberg1-4/+1
2000-09-02rtl.h (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): New macro.Alexandre Oliva1-4/+4
2000-09-01stmt.c (expand_asm_operands): Twiddle generating_concat_p so that CONCATs are...Geoff Keating1-2/+3
2000-08-24optabs.c (init_optabs): Initialize fixtab...Greg McGary1-1/+4
2000-08-15Minor whitespace fixesRichard Kenner1-9/+11
2000-08-04alias.c (mark_constant_function): Use INSN_P.Rodney Brown1-10/+7
2000-08-02c-common.h: Prototype min_precision and c_build_qualified_type here...Zack Weinberg1-10/+13
2000-07-28* emit-rtl.c (gen_lowpart_common): Add missing 'c' variable.Richard Henderson1-0/+1
2000-07-27emit-rtl.c (gen_lowpart_common): Handle cross-compiling between 64-bit and 32...Geoff Keating1-65/+95
2000-07-22collect2.c (main): Typo fixed.Jeffrey Oldham1-1/+1
2000-06-13combine.c (subst): Use CLASS_CANNOT_CHANGE_MODE and CLASS_CANNOT_CHANGE_MODE_...Richard Henderson1-3/+3
2000-06-09ggc-none.c, [...] (ggc_alloc_obj): Rename it ggc_alloc, drop second argument,...Zack Weinberg1-0/+1
2000-05-26emit-rtl.c (reset_used_decls): New function.Alexandre Oliva1-1/+22
2000-05-25combine.c (try_combine): Use any_condjump_p...Jan Hubicka1-1/+1
2000-05-24emit-rtl.c (unshare_all_decls): New function.Alexandre Oliva1-0/+21
2000-05-20* emit-rtl.c (unshare_all_rtl): Store the copied rtx.Alexandre Oliva1-2/+2
2000-05-04simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.Jason Merrill1-3/+3
2000-05-04rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and MEM_ALIAS_SET.Richard Kenner1-6/+0
2000-05-02toplev.c (debug_ignore_block): Return int.Jason Merrill1-8/+3
2000-04-18conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.Richard Kenner1-1/+2
2000-04-15emit-rtl.c (unshare_all_rtl_again): Unmark everything, then call unshare_all_...Richard Earnshaw1-1/+10
2000-04-13emit-rtl.c (try_split): Avoid infinite loop if the split results in a sequenc...Clinton Popetz1-1/+9
2000-04-10expmed.c (init_expmed): Don't free objects we make.Richard Kenner1-13/+10
2000-04-04sparc.c (output_restore_regs): Prototype.Kaveh R. Ghazi1-2/+2
2000-04-02emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the permanent obs...Mark Mitchell1-1/+10
2000-03-31Makefile.in (emit-rtl.o): Depend on HASHTAB_H.Mark Mitchell1-5/+76
2000-03-30calls.c (expand_call): Pass bit alignment to mark_reg_pointer.Richard Kenner1-15/+10
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-4/+7
2000-03-19emit-rtl.c (push_to_full_sequence, [...]): New functions.Martin v. Löwis1-0/+26
2000-03-19emit-rtl.c (remove_unncessary_notes): Check that all NOTE_INSN_BLOCK_BEG and ...Mark Mitchell1-3/+10
2000-03-07rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi1-4/+4
2000-03-05Revert this patch:Mark Mitchell1-0/+20
2000-03-05function.h (struct sequence_stack): Remove rtl_expr.Mark Mitchell1-20/+0
2000-03-04stmt.c (is_body_block): Move...Jason Merrill1-4/+10
2000-03-03dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.Jason Merrill1-0/+2
2000-02-28emit-rtl.c (remove_unncessary_notes): Remove notes for empty blocks.Mark Mitchell1-0/+42