Age | Commit message (Expand) | Author | Files | Lines |
2008-08-29 | loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p. | Jan Hubicka | 1 | -5/+3 |
2008-07-15 | df-problems.c (df_set_note): Avoid C++ keywords. | Kaveh R. Ghazi | 1 | -26/+26 |
2008-07-02 | rtlanal.c (add_reg_note): New function. | Ian Lance Taylor | 1 | -3/+2 |
2008-06-26 | dwarf2out.c (new_cfi, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings. | Kaveh R. Ghazi | 1 | -24/+38 |
2008-06-17 | Remove libcall notes. | Steven Bosscher | 1 | -117/+13 |
2008-06-06 | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 1 | -2/+2 |
2008-05-25 | gcse.c (hash_scan_set): Do not pick up a REG_EQUAL value if SRC is a REG. | Steven Bosscher | 1 | -2/+15 |
2008-05-10 | re PR c++/36185 (wrong code with -O2 -fgcse-sm) | Kenneth Zadeck | 1 | -1/+1 |
2008-05-07 | [multiple changes] | Kenneth Zadeck | 1 | -2/+2 |
2008-04-25 | re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore) | Jan Hubicka | 1 | -2/+2 |
2008-04-07 | PR middle-end/PR28690 | Peter Bergner | 1 | -6/+5 |
2008-03-19 | re PR other/35094 (RTL dump file letters hosed and partly undocumented) | Jan Hubicka | 1 | -6/+10 |
2008-02-26 | dbgcnt.def (cfg_cleanup, [...]): New counters. | David Edelsohn | 1 | -12/+21 |
2008-01-13 | gcse.c (cprop_jump): Call validate_unshare_change instead of validate_change ... | Uros Bizjak | 1 | -1/+1 |
2007-11-24 | rtlanal.c (label_is_jump_target_p): Return true for a matching REG_LABEL_TARGET. | Hans-Peter Nilsson | 1 | -12/+10 |
2007-11-18 | re PR rtl-optimization/34132 (ICE: internal consistency failure (invalid rtl ... | Jakub Jelinek | 1 | -1/+2 |
2007-11-12 | re PR rtl-optimization/34035 (ICE in calc_dfs_tree with -O2 -fnon-call-except... | Eric Botcazou | 1 | -1/+3 |
2007-11-10 | gcse.c (CUID_INSN): Remove. | Steven Bosscher | 1 | -15/+0 |
2007-11-01 | re PR rtl-optimization/33828 (Issues with code hoisting implementation in gcs... | Steven Bosscher | 1 | -3/+7 |
2007-11-01 | re PR rtl-optimization/33673 (ICE in verify_flow_info, missing barrier, when ... | Jakub Jelinek | 1 | -0/+18 |
2007-10-11 | gcse.c (hash_scan_set): If the next nonnote insn is in a different basic bloc... | Richard Guenther | 1 | -0/+1 |
2007-10-03 | gcse.c (hash_scan_set): Insert set in insn before note at the end of basic bl... | Alexandre Oliva | 1 | -2/+2 |
2007-09-09 | Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET. | Hans-Peter Nilsson | 1 | -9/+18 |
2007-09-05 | regrename.c (pass_regrename, [...]): Add RTL sharing verifier. | Jan Hubicka | 1 | -1/+1 |
2007-08-23 | rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT... | Chao-ying Fu | 1 | -0/+5 |
2007-08-14 | alias.c (rtx_equal_for_memref_p): Constify. | Kaveh R. Ghazi | 1 | -41/+41 |
2007-08-05 | configure.ac: Remove --enable-checking=df from default settings. | Paolo Bonzini | 1 | -1/+1 |
2007-07-30 | alias.c (record_set, [...]): Constify. | Kaveh R. Ghazi | 1 | -12/+12 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-06-18 | re PR middle-end/32321 (ICE in df_refs_verify with -fgcse-sm) | Seongbae Park | 1 | -11/+14 |
2007-06-18 | Revert 125825 due to mismatching patch/changelog. | Seongbae Park | 1 | -14/+11 |
2007-06-18 | re PR rtl-optimization/32339 (ICE in insert_save, at caller-save.c:726) | Seongbae Park | 1 | -11/+14 |
2007-06-18 | re PR rtl-optimization/32355 (ICE in df_lr_verify_transfer_functions, at df-p... | Kenneth Zadeck | 1 | -0/+1 |
2007-06-12 | df-scan.c (df_get_exit-block_use_set): Always add the stack pointer to the ex... | Seongbae Park | 1 | -6/+0 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 1 | -36/+42 |
2007-06-03 | cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector. | Zdenek Dvorak | 1 | -10/+7 |
2007-05-21 | gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER... | Jan Hubicka | 1 | -2/+1 |
2007-05-12 | gcse.c (gcse_main): Do jump bypassing in CPROP2. | Steven Bosscher | 1 | -1/+1 |
2007-04-21 | gcse.c (store_killed_in_insn): Handle PARALLELs. | Alexandre Oliva | 1 | -24/+45 |
2007-02-11 | fwprop.c (try_fwprop_subst): Use set_unique_reg_note to add the REG_EQ* note. | Steven Bosscher | 1 | -1/+2 |
2007-02-01 | alias.c (init_alias_analysis): Correct whitespace. | Roger Sayle | 1 | -4/+4 |
2006-11-10 | cse.c (cse_process_notes): Copy the propagated value. | Jan Hubicka | 1 | -0/+5 |
2006-11-04 | fwprop.c: New file. | Paolo Bonzini | 1 | -1/+2 |
2006-05-29 | gcse.c, rtlanal.c: Remove obsolete comments associated with loop.c. | Kazu Hirata | 1 | -3/+0 |
2006-04-11 | re PR rtl-optimization/27073 (invalid gcse manipulation of REG_EQUIV notes) | Richard Sandiford | 1 | -5/+5 |
2006-04-09 | re PR rtl-optimization/27073 (invalid gcse manipulation of REG_EQUIV notes) | Richard Sandiford | 1 | -1/+1 |
2006-03-03 | cse.c (rest_of_handle_cse): Do not pass CLEANUP_PRE_LOOP to cfg cleanup. | Zdenek Dvorak | 1 | -1/+1 |
2006-03-02 | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 1 | -2/+4 |
2006-02-19 | gcse.c (want_to_gcse_p): On STACK_REGS targets... | Roger Sayle | 1 | -0/+8 |
2006-02-15 | cfg.c (dump_flow_info): Get dump flags as an additional parameter. | Paolo Bonzini | 1 | -2/+2 |