| Commit message (Expand) | Author | Age | Files | Lines |
* | * output.h (__gcc_host_wide_int__): Move to hwint.h. | steven | 2012-05-31 | 1 | -1/+0 |
* | * basic-block.h (struct rtl_bb_info): Remove visited member and | matz | 2012-05-08 | 1 | -28/+25 |
* | 2012-04-14 Tom de Vries <tom@codesourcery.com> | vries | 2012-04-14 | 1 | -0/+3 |
* | PR tree-optimization/50693 | jakub | 2011-11-05 | 1 | -0/+6 |
* | * doc/rtl.texi (simple_return): Document. | bernds | 2011-08-27 | 1 | -1/+3 |
* | * rtlanal.c (tablejump_p): False for returns. | bernds | 2011-07-28 | 1 | -1/+4 |
* | * target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to | jsm28 | 2011-06-14 | 1 | -1/+2 |
* | dumping cleanup phase 1 -- Removing TODO_dump_func | davidxl | 2011-06-14 | 1 | -2/+2 |
* | * cfglayout.c (insn_locators_alloc): Initialize curr_location and | ebotcazou | 2011-03-30 | 1 | -2/+2 |
* | * cfgexpand.c (expand_gimple_cond): Always set the source location and | ebotcazou | 2011-03-28 | 1 | -1/+1 |
* | * tree-ssa-live.c (remove_unused_scope_block_p): Remove set but | law | 2011-03-24 | 1 | -4/+7 |
* | * final.c (final_scan_insn): Handle NOTE_INSN_CALL_ARG_LOCATION. | jakub | 2011-03-16 | 1 | -4/+3 |
* | PR rtl-optimization/46777 | jakub | 2010-12-06 | 1 | -1/+14 |
* | PR middle-end/46515 | rth | 2010-11-18 | 1 | -1/+1 |
* | * timevar.def (TV_IPA_OPT, TV_EARLY_LOCAL, TV_OPTIMIZE, | matz | 2010-11-17 | 1 | -2/+2 |
* | * cfglayout.c (fixup_reorder_chain): When ensuring that there is at | ebotcazou | 2010-10-24 | 1 | -4/+25 |
* | * basic-block.h (single_succ_edge): Use gcc_checking_assert. | froydnj | 2010-10-21 | 1 | -8/+4 |
* | * basic-block.h (find_fallthru_edge): Define. | froydnj | 2010-10-21 | 1 | -10/+4 |
* | PR debug/45531 | aoliva | 2010-09-08 | 1 | -2/+2 |
* | * fwprop.c: Make emit-rtl.h include last. | hubicka | 2010-06-01 | 1 | -0/+1 |
* | * tree-vrp.c (debug_value_range, debug_all_value_ranges, | hubicka | 2010-05-29 | 1 | -1/+1 |
* | PR bootstrap/42347 | jakub | 2010-05-17 | 1 | -1/+2 |
* | PR middle-end/44071 | jakub | 2010-05-11 | 1 | -3/+6 |
* | Remove trailing white spaces. | hjl | 2009-11-25 | 1 | -2/+2 |
* | 2009-09-17 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | krebbel | 2009-09-17 | 1 | -0/+11 |
* | * builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec. | rth | 2009-09-14 | 1 | -0/+9 |
* | gcc/ChangeLog: | aoliva | 2009-09-02 | 1 | -4/+17 |
* | 2009-06-22 Shujing Zhao <pearly.zhao@oracle.com> | paolo | 2009-06-22 | 1 | -6/+2 |
* | * cfgcleanup.c (try_crossjump_to_edge): Only skip past | rth | 2009-05-30 | 1 | -9/+5 |
* | * df.h: Include "timevar.h". | ian | 2009-04-17 | 1 | -3/+3 |
* | 2009-03-09 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2009-03-30 | 1 | -2/+2 |
* | 2008-10-13 Andrew Pinski <andrew_pinski@playstation.sony.com> | pinskia | 2008-10-13 | 1 | -1/+1 |
* | * rtl.h (locator_eq): New decl. | jakub | 2008-10-09 | 1 | -16/+39 |
* | PR debug/29609 | jakub | 2008-10-07 | 1 | -0/+40 |
* | * function.c (free_after_compilation): Call insn_locators_free. | hubicka | 2008-09-11 | 1 | -0/+13 |
* | * rtlanal.c (add_reg_note): New function. | ian | 2008-07-02 | 1 | -2/+1 |
* | gcc/ | rwild | 2008-06-06 | 1 | -1/+1 |
* | * gcc.dg/20050811-2.c: Update dumping flags. | hubicka | 2008-03-19 | 1 | -4/+8 |
* | gcc | tromey | 2008-02-26 | 1 | -18/+1 |
* | * alias.c (memory_modified_1, memory_modified_in_insn_p): | ghazi | 2007-08-27 | 1 | -2/+2 |
* | * cfglayout.c, config/arm/arm.c, config/arm/cortex-a8.md, | kazu | 2007-07-28 | 1 | -1/+1 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | nickc | 2007-07-26 | 1 | -4/+3 |
* | * cfglayout.c (insn_scope, insn_line): Constify. | ghazi | 2007-07-25 | 1 | -4/+4 |
* | PR rtl-optimization/32773 | rakdver | 2007-07-17 | 1 | -0/+51 |
* | Merge dataflow branch into mainline | dberlin | 2007-06-11 | 1 | -15/+16 |
* | * cfg.c (init_flow): Use type safe memory macros. | tneumann | 2007-06-05 | 1 | -6/+6 |
* | * cfglayout.c, cgraphunit.c, config/avr/avr.c, fold-const.c, | kazu | 2007-05-25 | 1 | -1/+1 |
* | * gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of | hubicka | 2007-05-21 | 1 | -14/+8 |
* | * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Use | hubicka | 2007-04-28 | 1 | -142/+113 |
* | Revert: | hubicka | 2007-04-24 | 1 | -107/+142 |