re PR c++/24780 (ICE set_mem_attributes_minus_bitpos)
[gcc.git] / gcc / reload1.c
2005-09-30 Daniel Jacobowitzreload1.c (merge_assigned_reloads): Do not change any...
2005-09-07 Andreas Krebbelreload1.c (fixup_eh_region_note): Remove assertion.
2005-09-01 Richard Hendersonre PR middle-end/23676 (ICE: "missing REG_EH_REGION...
2005-08-31 Richard Hendersonre PR rtl-optimization/23601 (reload may drop non-call...
2005-08-19 James E WilsonFix uninitialized register read problem.
2005-08-01 Kazu Hiratadwarf2out.c, [...]: Fix comment typos.
2005-06-25 Kelley CookUpdate FSF address.
2005-06-16 Jan Hubickabasic-block.h (rtl_bb_info): Break out head_, end_...
2005-06-15 Bernd SchmidtMakefile.in (local-alloc.o): Depend on $(GGC_H) and...
2005-06-03 Bernd SchmidtRevert my previous patch.
2005-06-02 Bernd Schmidtreload1.c (reload): Undo 2005-04-20 change.
2005-06-01 J"orn Renneckere PR rtl-optimization/21767 (if-convert leaves invalid...
2005-05-26 Ian Lance Taylorreload1.c (verify_initial_elim_offsets): Add braces...
2005-05-25 Ulrich Weigandreload1.c (verify_initial_elim_offsets): Return boolean...
2005-04-23 DJ Deloriediagnostic.c (warning): Accept parameter to classify...
2005-04-21 Nathan Sidwelllambda.h (lambda_vector_min_nz): Likewise.
2005-04-20 Jeff Lawreload1.c (reload): Ignore equivalences between pseudos...
2005-03-23 Ian Lance Taylorfinal.c (final_scan_insn): Don't remove no-op instructions.
2005-03-23 Kazu Hiratareload1.c (indirect_symref_ok): Make it global.
2005-03-23 Kazu Hiratareload1.c (indirect_symref_ok, [...]): Make them static.
2005-03-07 Richard Sandifordre PR rtl-optimization/19683 (MIPS wrong-code for 64...
2005-03-07 Kazu Hiratareload1.c (reload_startobj, [...]): Make them static.
2005-02-01 Eric BotcazouPatch from Richard Sandiford <rsandifo@redhat.com>
2005-01-15 Roger Sayleharg-reg-set.h (reg_class_names): Prototype global...
2005-01-13 Hans-Peter Nilssonre PR target/18329 (mmix-knuth-mmixware testsuite failu...
2005-01-06 Richard HendersonUpdate copyright.
2005-01-06 Richard Hendersonre PR rtl-optimization/10692 ([m68k] miscompilation...
2004-12-23 Kaz Kojimare PR target/18511 (cc1plus segfaults when compiling...
2004-11-26 Richard Hendersonre PR c++/6764 (Throwing exception causes crash with...
2004-11-23 Zack Weinbergfunction.h (struct function): Remove calls_longjmp.
2004-11-09 Kazu Hiratareload1.c (reloads_conflict, gen_reload): Make them...
2004-11-04 Nathan Sidwellbitmap.c (bitmap_print): Make bitno unsigned.
2004-10-18 Kazu Hiratareload1.c (ior_hard_reg_set): Remove.
2004-10-18 Kazu Hiratabasic-block.h (reg_set_iterator): New.
2004-09-30 Jan Hubickare PR debug/13974 (bad line marker in debug info)
2004-09-28 Ben Ellistonbackport: basic-block.h: Include vec.h, errors.h.
2004-09-20 Jan Hubickare PR middle-end/16460 (ICE when compiling glibc (ld...
2004-09-17 Jeffrey D. Oldhamalias.c (find_base_decl): Remove unreachable case ...
2004-09-15 Joseph Myersattribs.c, [...]: Use %<, %> and %q for quoting in...
2004-09-09 Nathan Sidwellra-build.c (copy_insn_p, [...]): Use gcc_assert and...
2004-08-18 Richard Hendersonrtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.
2004-08-03 Zack Weinbergdefaults.h (LEGITIMATE_PIC_OPERAND_P): Provide default...
2004-07-09 Jerry Quinnalias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P...
2004-07-04 Richard Hendersonrtl.def (ADDRESSOF): Remove.
2004-07-01 Jerry Quinnalias.c (get_alias_set, [...]): Use MEM_P.
2004-06-30 Per BothnerConditionally compile support for --enable-mapped_location.
2004-06-15 Jerry Quinnalias.c (record_set, [...]): Use REG_P.
2004-05-20 J"orn RenneckeMakefile.in (GTFILES): Add $(srcdir)/reload.h.
2004-05-06 Roger Sayle* reload1.c (inherit_piecemeal_p): Mark parameters...
2004-05-04 Richard Sandifordreload1.c (inherit_piecemeal_p): New function.
2004-04-13 Ulrich Weigandreload1.c (emit_reload_insns): Set reg_has_output_reloa...
2004-03-05 Paolo Bonzinicse.c (cse_end_of_basic_block): Make static.
2004-03-03 Paolo Bonzinialias.c (rtx_equal_for_memref_p): Use predicates to...
2004-02-25 J"orn Renneckereload1.c (reload): Only spill eliminable register...
2004-02-24 Richard Hendersontoplev.c (dump_file_tbl): Rename from dump_file.
2004-02-19 Ian Lance Taylorreload1.c (reload): Correct comment.
2004-02-06 Kazu Hiratareload1.c (check_eliminable_occurrences): Optimize...
2004-02-06 Kazu Hiratareload1.c (eliminate_regs_in_insn): If a set has a...
2004-02-03 Kazu Hiratacombine.c (simplify_set): Use gen_rtx_fmt_e instead...
2004-02-02 Jan Hubickaalias.c (record_set): Use hard_regno_nregs.
2004-01-31 Kazu Hirataalloc-pool.c: Fix comment typos.
2004-01-31 Kazu Hiratabt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".
2004-01-30 Ulrich Weigandre PR rtl-optimization/12147 (Wrong code with -O2 in...
2004-01-17 Daniel Jacobowitz* rtl.h (emit_insn_before_sameloc, emit_jump_insn_befor...
2003-12-22 Dale Johannesenreload1.c: Add reg_reloaded_call_part_clobbered.
2003-12-16 Kazu Hirataflow.c (EXIT_IGNORE_STACK): Move to ...
2003-12-11 Steven Bosscherbasic-block.h (BLOCK_HEAD, BLOCK_END): Remove.
2003-12-09 Kazu Hiratadefaults.h (LOCAL_REGNO): Give the default definition.
2003-11-30 James E WilsonMake NON_SAVING_SETJMP usable again.
2003-11-27 Eric Botcazoure PR rtl-optimization/13041 (linux-2.6/sound/core...
2003-11-21 James E Wilsonre PR c/13133 (Extraneous register-saves triggered...
2003-11-19 Eric Christopherreload1.c (reload): Revert 2 previous checkins.
2003-11-18 Eric Christopherreload1.c (reload): Fix previous change.
2003-11-14 Eric Christopherreload1.c (reload): Revert previous patch.
2003-11-12 Eric Christopherreload1.c (reload): Verify that addresses for reg_equiv...
2003-10-27 Jakub Jelinekreload1.c (struct elim_table): Change offset, initial_o...
2003-10-18 Richard Sandifordrtl.h (rtl_size): Declare.
2003-07-19 Kaveh R. Ghazialias.c [...]: Remove unnecessary casts.
2003-07-10 Steven Bosscherggc.h, [...]: Use `rtx' instead of `struct rtx_def...
2003-07-06 Andreas Jaegerjump.c: Convert prototypes to ISO C90.
2003-06-30 James E Wilsonreload.c (find_reloads): Change push_reloads to push_re...
2003-06-27 Hans-Peter Nilssondefaults.h (REGISTER_MOVE_COST): Define default here.
2003-06-27 Nathan Sidwellrtl.h (emit_note): Remove FILE parameter.
2003-06-26 Kazu HirataMakefile.in (OBJS): Add postreload.o.
2003-06-16 Kaveh R. Ghazidecl.c, [...]: Don't use the PTR macro.
2003-06-16 Andreas Jaegertracer.c: Remove duplication declaration.
2003-06-12 Kazu Hiratagcse.c (fis_get_condition): Make it a global function.
2003-06-11 James E Wilsonre PR rtl-optimization/8812 ([avr] Registers allocated...
2003-06-07 James E Wilsonre PR inline-asm/10890 (ICE in merge_assigned_reloads...
2003-05-11 Alexandre Olivareload1.c (reload_cse_move2add): Revert part of my...
2003-05-09 Alexandre Olivareload1.c (reload_cse_move2add): Don't turn an implicit...
2003-05-03 Olivier Hainqueemit-rtl.c (last_call_insn, [...]): New functions.
2003-04-27 Kazu Hirata* reload1.c (reg_set_luid): Fix a comment typo.
2003-04-18 Kazu Hirata* reload1.c: Revert my previous patch on 2002-04-17.
2003-04-17 Kazu Hiratareload1.c (move2add_last_cc0): New.
2003-04-17 Alexandre Olivareload1.c (reload_cse_noop_set_p): Return false if...
2003-04-09 Alexandre Olivaoptabs.c: Comment that gen_add2_insn and others may...
2003-03-30 Kazu Hirata* reload1.c (reload_cse_move2add): Fix a comment typo.
2003-03-28 Alan Modrareload1.c (reload_as_needed): Allow a USE in asm reloads.
2003-03-15 Glen Nakamurareload1.c (choose_reload_regs): Use && instead of ...
next