summaryrefslogtreecommitdiff
path: root/gcc/cse.c
Commit message (Expand)AuthorAgeFilesLines
* cse.c (cse_altered): New internal flag.Zack Weinberg2000-02-141-1/+8
* rtl.def: Add unordered fp comparisions.Richard Henderson2000-01-241-3/+7
* combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.Richard Henderson2000-01-171-10/+19
* cse.c (cse_insn): When changing (set (pc) (reg)) to (set (pc) (label_ref))...Jeffrey A Law2000-01-141-2/+12
* cccp.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-141-51/+51
* cse.c (cse_insn): Missing cast added.Jeff Law2000-01-041-2/+2
* cse.c (free_element, [...]): Remove unused prototypes.Kaveh R. Ghazi1999-12-291-2/+0
* Makefile.in (ggc-simple.c, ggc-page.c): Don't depend on hash.h.Zack Weinberg1999-12-231-4/+0
* alias.c: Minor reformatting.Richard Kenner1999-12-181-5/+5
* * cse.c: Fix a few minor whitespace goofs.Jeff Law1999-12-131-3/+4
* cse.c (struct cse_reg_info): Add hash_next member, reorder rest of struct for...David S. Miller1999-12-121-124/+111
* * cse.c (cse_basic_block): Free qty_table consistently.Jeffrey A Law1999-12-121-3/+12
* sparc.h (PROMOTE_FOR_CALL_ONLY): Define.Jakub Jelinek1999-12-091-9/+8
* Delete obsolete macrosBernd Schmidt1999-11-301-9/+1
* Move quantity tables and register equivalence chains intoDavid S. Miller1999-11-291-284/+354
* addr_affects_sp_p now unconditionalBernd Schmidt1999-11-191-9/+0
* cse.c (delete_trivially_dead_insns): Identify no-op insns containing subregs ...Richard Henderson1999-11-171-4/+7
* Delete two unused functionsBernd Schmidt1999-11-141-208/+0
* Remove useless codeBernd Schmidt1999-11-121-49/+1
* cse.c (delete_trivially_dead_insns): Replace alloca with xmalloc/xcalloc.Mark Mitchell1999-11-081-2/+5
* Fix cse bug that broke the ia64 port.Jim Wilson1999-11-041-22/+25
* cse.c (cse_main): Use xmalloc, not alloca.Richard Henderson1999-11-041-12/+23
* Delete two useless declarations.Bernd Schmidt1999-11-021-3/+0
* cse.c (cse_insn): If an insn has only a single set...Jeffrey A Law1999-10-311-2/+3
* [multiple changes]Richard Kenner1999-10-311-129/+132
* Remove experimental hunk that wasn't supposed to be checked in.Jeff Law1999-10-311-21/+0
* simplify-rtx.c: New file.Jeffrey A Law1999-10-311-1796/+40
* rtl.h (note_stores): Add additional paramter.Mark Mitchell1999-10-271-19/+20
* alias.c (init_alias_analysis): Allocate reg_known_value and reg_known_equiv_p...Mark Mitchell1999-10-271-0/+3
* c-parse.in (cast_expr): Constify.Kaveh R. Ghazi1999-10-261-3/+3
* cse.c (cse_end_of_basic_block): Don't return the end of a basic block reached...Mark Mitchell1999-10-211-0/+9
* cse.c (invalidate_for_call): Do not remove memory references from the table h...Jeffrey A Law1999-10-181-6/+0
* cse.c: Include hashtab.h instead of splay-tree.h (struct cse_reg_info): No lo...Vladimir Makarov1999-10-151-33/+59
* cpplib.c (if_directive_nameo): Add static prototype.Kaveh R. Ghazi1999-10-031-2/+0
* cse.c (struct set): Delete inner_dest_loc field.Jeffrey A Law1999-09-291-7/+1
* cse.c: Update comments.Jeffrey A Law1999-09-251-46/+13
* Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1999-09-201-0/+1
* cse.c (FIXED_BASE_PLUS_P): Do not consider referneces to arg_pointer_rtx fixe...Jeffrey A Law1999-09-141-3/+5
* Replace insn_foo with insn_data.foo.Richard Henderson1999-09-121-2/+2
* * cse.c (cse_main): If gc'ing, collect around cse_basic_block.Richard Henderson1999-09-111-0/+10
* Merge in gcc2-ss-010999Jeff Law1999-09-061-10/+15
* cse.c (delete_trivially_dead_insns): Do not skip the last insn if it is a rea...Jeffrey A Law1999-09-061-2/+10
* cse.c (delete_trivially_dead_insns): Do not delete stores to the internal_arg...Jeffrey A Law1999-08-311-1/+7
* rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and bounds- check RTL ...Zack Weinberg1999-08-311-4/+4
* * cse.c: (fold_rtx): Cast to HOST_WIDE_INT in left shift.Kaveh R. Ghazi1999-08-311-1/+2
* jump.c (jump_optimize_1): Do not delete assignments to internal_arg_pointer.Jeffrey A Law1999-08-281-1/+7
* * cse.c (fold_rtx): Work around bug in Sun V5.0 compilers.Jeffrey A Law1999-08-271-1/+8
* Warning fixes:Kaveh R. Ghazi1999-08-251-9/+9
* Fix more problems from GC diffsBernd Schmidt1999-08-241-2/+0
* rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1999-08-201-9/+9