summaryrefslogtreecommitdiff
path: root/gcc/gcse.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/32321 (ICE in df_refs_verify with -fgcse-sm)Seongbae Park2007-06-181-11/+14
* Revert 125825 due to mismatching patch/changelog.Seongbae Park2007-06-181-14/+11
* re PR rtl-optimization/32339 (ICE in insert_save, at caller-save.c:726)Seongbae Park2007-06-181-11/+14
* re PR rtl-optimization/32355 (ICE in df_lr_verify_transfer_functions, at df-p...Kenneth Zadeck2007-06-181-0/+1
* df-scan.c (df_get_exit-block_use_set): Always add the stack pointer to the ex...Seongbae Park2007-06-121-6/+0
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-36/+42
* cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector.Zdenek Dvorak2007-06-031-10/+7
* gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka2007-05-211-2/+1
* gcse.c (gcse_main): Do jump bypassing in CPROP2.Steven Bosscher2007-05-121-1/+1
* gcse.c (store_killed_in_insn): Handle PARALLELs.Alexandre Oliva2007-04-211-24/+45
* fwprop.c (try_fwprop_subst): Use set_unique_reg_note to add the REG_EQ* note.Steven Bosscher2007-02-111-1/+2
* alias.c (init_alias_analysis): Correct whitespace.Roger Sayle2007-02-011-4/+4
* cse.c (cse_process_notes): Copy the propagated value.Jan Hubicka2006-11-101-0/+5
* fwprop.c: New file.Paolo Bonzini2006-11-041-1/+2
* gcse.c, rtlanal.c: Remove obsolete comments associated with loop.c.Kazu Hirata2006-05-291-3/+0
* re PR rtl-optimization/27073 (invalid gcse manipulation of REG_EQUIV notes)Richard Sandiford2006-04-111-5/+5
* re PR rtl-optimization/27073 (invalid gcse manipulation of REG_EQUIV notes)Richard Sandiford2006-04-091-1/+1
* cse.c (rest_of_handle_cse): Do not pass CLEANUP_PRE_LOOP to cfg cleanup.Zdenek Dvorak2006-03-031-1/+1
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-2/+4
* gcse.c (want_to_gcse_p): On STACK_REGS targets...Roger Sayle2006-02-191-0/+8
* cfg.c (dump_flow_info): Get dump flags as an additional parameter.Paolo Bonzini2006-02-151-2/+2
* tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak2006-02-061-142/+124
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-10/+10
* re PR rtl-optimization/24257 (ICE: in extract_insn with -O -fgcse -fgcse-sm)Steven Bosscher2006-01-141-0/+8
* final.c (compute_alignments): Make it static.Kazu Hirata2005-12-251-2/+2
* re PR rtl-optimization/25115 (Segmentation fault in pre_insert_copy_insn)Roger Sayle2005-12-201-5/+17
* gcse.c (gcse_main, [...]): Fix non-GNU-isms from the 2005-12-17 patch to renu...Steven Bosscher2005-12-181-3/+4
* basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin2005-12-171-2/+3
* gcse.c (hash_scan_set): Look through REG_EQUAL or REG_EQUIV notes also when d...Paolo Bonzini2005-11-241-6/+10
* gcse.c (find_rtx_in_ldst): Handle NULL pre_ldst_table.Richard Guenther2005-11-121-0/+2
* gcse.c (free_ldst_entry): Only free hashtable if it exists.Richard Guenther2005-11-101-1/+2
* re PR middle-end/15855 (g++ crash with -O2 and -O3 on input file)Richard Guenther2005-09-261-10/+44
* gcse.c (try_replace_reg): Disallow REG_EQUAL notes for STRICT_LOW_PART SETs.Andreas Krebbel2005-09-061-1/+2
* re PR rtl-optimization/22167 (Strange optimization bug when using -Os)Richard Sandiford2005-07-211-1/+1
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-0/+109
* Update FSF address.Kelley Cook2005-06-251-2/+2
* gcse.c (compute_transp, [...]): Use MEM_READONLY_P.Mostafa Hagog2005-06-011-38/+45
* c-common.c, [...]: Fix comment typos.Kazu Hirata2005-05-261-2/+2
* c-common.c (unsigned_conversion_warning): Move warning control from if() to w...DJ Delorie2005-05-241-6/+6
* calls.c (purge_reg_equiv_notes): Remove, fold into...Steven Bosscher2005-05-091-1/+1
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-2/+2
* cselib.c (clear_table): Rename to cselib_clear_table.Steven Bosscher2005-04-101-89/+100
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2005-04-011-1/+1
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-5/+6
* * gcse.c (bypass_block): Use find_edge wherever possible.Kazu Hirata2005-03-041-20/+6
* ChangeLog.5: Fix log message typo(s).Volker Reichelt2005-02-241-2/+2
* * gcse.c: Remove an obsolete comment.Kazu Hirata2005-02-211-13/+2
* bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell2005-02-171-6/+6
* gcse.c (blocks_with_calls): New bitmap.Jeff Law2005-02-151-31/+49
* gcse.c (canon_modify_mem_set_list_set): Kill unnecessary bitmap.Jeff Law2005-02-151-12/+2