aboutsummaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
AgeCommit message (Expand)AuthorFilesLines
2001-05-17integrate.c (copy_rtx_and_substitute): Use simplify_gen_subreg.Jan Hubicka1-4/+0
2001-05-17simplify-rtx.c (simplify_subreg): Break out from ...Jan Hubicka1-9/+23
2001-05-02c-lex.c: NULL_PTR -> NULL.Kaveh R. Ghazi1-1/+1
2001-04-30emit-rtl.c (try_split): Copy EH notes to sequence.Andrew Haley1-1/+15
2001-04-25emit-rtl.c (constant_subword): Also do sign extension in BITS_PER_WORD == 16 ...J"orn Rennecke1-2/+2
2001-04-25emit-rtl.c (subreg_hard_regno): Only do HARD_REGNO_MODE_OK check if check_mod...Jakub Jelinek1-1/+1
2001-04-04When splitting insns, properly update label usage countsHerman A.J. ten Brugge1-0/+34
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-235/+365
2001-03-15varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell1-3/+5
2001-03-12emit-rtl.c (remove_unnecessary_notes): Reverse Richard Kenner's 2001-02-24 wh...Jeffrey Oldham1-1/+0
2001-03-07emit-rtl.c (remove_unnecessary_notes): Verify proper nesting of block notes a...Richard Henderson1-25/+55
2001-03-02print-rtl.c (print_rtx): Cast enums to int for comparison.John David Anglin1-3/+3
2001-02-24tree.h (BLOCK_DEAD): New macro.Richard Kenner1-0/+1
2001-02-13cse.c (cse_main): Converts ifdefs on PIC_OFFSET_TABLE_REGNUM to conditionals.Jan Hubicka1-3/+2
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner1-2/+4
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-1/+0
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