summaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
Commit message (Expand)AuthorAgeFilesLines
* c-lex.c: NULL_PTR -> NULL.Kaveh R. Ghazi2001-05-021-1/+1
* emit-rtl.c (try_split): Copy EH notes to sequence.Andrew Haley2001-04-301-1/+15
* emit-rtl.c (constant_subword): Also do sign extension in BITS_PER_WORD == 16 ...J"orn Rennecke2001-04-251-2/+2
* emit-rtl.c (subreg_hard_regno): Only do HARD_REGNO_MODE_OK check if check_mod...Jakub Jelinek2001-04-251-1/+1
* When splitting insns, properly update label usage countsHerman A.J. ten Brugge2001-04-041-0/+34
* Use byte offsets in SUBREGs instead of words.Jakub Jelinek2001-04-031-235/+365
* varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell2001-03-151-3/+5
* emit-rtl.c (remove_unnecessary_notes): Reverse Richard Kenner's 2001-02-24 wh...Jeffrey Oldham2001-03-121-1/+0
* emit-rtl.c (remove_unnecessary_notes): Verify proper nesting of block notes a...Richard Henderson2001-03-071-25/+55
* print-rtl.c (print_rtx): Cast enums to int for comparison.John David Anglin2001-03-021-3/+3
* tree.h (BLOCK_DEAD): New macro.Richard Kenner2001-02-241-0/+1
* cse.c (cse_main): Converts ifdefs on PIC_OFFSET_TABLE_REGNUM to conditionals.Jan Hubicka2001-02-131-3/+2
* diagnostic.h (set_internal_error_function): Renamed.Richard Kenner2001-02-041-2/+4
* configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi2001-01-281-1/+0
* Remove {save|restore}_machine_status.Nick Clifton2001-01-101-3/+3
* simplify-rtx.c (cfc_args): add "unordered" field.Jan Hubicka2001-01-051-14/+6
* Introduce ORIGINAL_REGNO macroBernd Schmidt2000-12-291-13/+27
* 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