summaryrefslogtreecommitdiff
path: root/gcc/gcse.c
Commit message (Expand)AuthorAgeFilesLines
* loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka2008-08-291-5/+3
* df-problems.c (df_set_note): Avoid C++ keywords.Kaveh R. Ghazi2008-07-151-26/+26
* rtlanal.c (add_reg_note): New function.Ian Lance Taylor2008-07-021-3/+2
* dwarf2out.c (new_cfi, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi2008-06-261-24/+38
* Remove libcall notes.Steven Bosscher2008-06-171-117/+13
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-2/+2
* gcse.c (hash_scan_set): Do not pick up a REG_EQUAL value if SRC is a REG.Steven Bosscher2008-05-251-2/+15
* re PR c++/36185 (wrong code with -O2 -fgcse-sm)Kenneth Zadeck2008-05-101-1/+1
* [multiple changes]Kenneth Zadeck2008-05-071-2/+2
* re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka2008-04-251-2/+2
* PR middle-end/PR28690Peter Bergner2008-04-071-6/+5
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-6/+10
* dbgcnt.def (cfg_cleanup, [...]): New counters.David Edelsohn2008-02-261-12/+21
* gcse.c (cprop_jump): Call validate_unshare_change instead of validate_change ...Uros Bizjak2008-01-131-1/+1
* rtlanal.c (label_is_jump_target_p): Return true for a matching REG_LABEL_TARGET.Hans-Peter Nilsson2007-11-241-12/+10
* re PR rtl-optimization/34132 (ICE: internal consistency failure (invalid rtl ...Jakub Jelinek2007-11-181-1/+2
* re PR rtl-optimization/34035 (ICE in calc_dfs_tree with -O2 -fnon-call-except...Eric Botcazou2007-11-121-1/+3
* gcse.c (CUID_INSN): Remove.Steven Bosscher2007-11-101-15/+0
* re PR rtl-optimization/33828 (Issues with code hoisting implementation in gcs...Steven Bosscher2007-11-011-3/+7
* re PR rtl-optimization/33673 (ICE in verify_flow_info, missing barrier, when ...Jakub Jelinek2007-11-011-0/+18
* gcse.c (hash_scan_set): If the next nonnote insn is in a different basic bloc...Richard Guenther2007-10-111-0/+1
* gcse.c (hash_scan_set): Insert set in insn before note at the end of basic bl...Alexandre Oliva2007-10-031-2/+2
* Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET.Hans-Peter Nilsson2007-09-091-9/+18
* regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka2007-09-051-1/+1
* rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT...Chao-ying Fu2007-08-231-0/+5
* alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi2007-08-141-41/+41
* configure.ac: Remove --enable-checking=df from default settings.Paolo Bonzini2007-08-051-1/+1
* alias.c (record_set, [...]): Constify.Kaveh R. Ghazi2007-07-301-12/+12
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* 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