summaryrefslogtreecommitdiff
path: root/gcc/postreload.c
Commit message (Expand)AuthorAgeFilesLines
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-1/+2
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-1/+1
* * postreload.c (reload_cse_move2add): Don't try to work with BImode.Richard Kenner2005-11-181-1/+1
* postreload.c (reload_cse_simplify_operands): Fix bug in sorting algorithm so ...Ulrich Weigand2005-11-111-1/+2
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-0/+38
* Update FSF address.Kelley Cook2005-06-251-2/+2
* basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka2005-06-161-2/+2
* re PR rtl-optimization/21144 (Apparent infinite loop in reload)Michael Matz2005-04-291-1/+2
* params.c (set_param_value): Use gcc_assert & gcc_unreachable.Nathan Sidwell2005-04-031-5/+3
* combine.c (simplify_and_const_int): Use gen_int_mode instead of GEN_INT (trun...Kazu Hirata2005-03-051-11/+8
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* postreload.c (move2add_note_store): Only call trunc_int_for_mode on scalar in...Aldy Hernandez2005-01-141-1/+1
* combine.c (expand_compound_operation): Add comment that we fall through after...Steven Bosscher2005-01-051-4/+1
* c-cppbuiltin.c, [...]: Fix comment typos.Kazu Hirata2004-11-131-1/+1
* re PR inline-asm/6806 (gcc 3.0.4 ignoring clobbered registers in inline asm w...Richard Henderson2004-09-131-0/+13
* Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell2004-09-101-3/+5
* lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo2004-09-101-5/+3
* postreload.c (reload_cse_move2add): Allow any condjump...Richard Earnshaw2004-08-201-1/+2
* rtl.def (NIL): Delete.Zack Weinberg2004-08-181-6/+6
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-8/+8
* alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn2004-07-011-5/+5
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-24/+24
* cfgcleanup.c (thread_jump): Update call of cselib_init.Jan Hubicka2004-03-041-1/+1
* postreload.c (reload_cse_move2add): Generate just a PLUS instead of an entire...Kazu Hirata2004-02-261-6/+2
* alias.c (record_set): Use hard_regno_nregs.Jan Hubicka2004-02-021-11/+11
* c-common.h: Fix comment typos.Kazu Hirata2004-01-251-1/+1
* tm.texi: Insert some weasel words when LOAD_EXTEND_OP may or may not return n...J"orn Rennecke2004-01-231-0/+9
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* postreload.c (reload_cse_simplify_operands): Don't remove implicit extension ...J"orn Rennecke2004-01-161-1/+48
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-1/+1
* re PR rtl-optimization/12799 (faulty mov->add change clobbers the CC register)Eric Botcazou2003-11-021-12/+11
* postreload.c (reload_combine): Check that REGY doesn't die in an insn of the ...Richard Earnshaw2003-10-311-1/+4
* c-pretty-print.c: Fix comment typos.Kazu Hirata2003-10-051-1/+1
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-7/+7
* jump.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-36/+21
* postreload.c (reload_cse_simplify_set): Call cselib_lookup earlier.Kazu Hirata2003-06-261-6/+4
* Makefile.in (OBJS): Add postreload.o.Kazu Hirata2003-06-261-0/+1519