summaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-11/+11
* Eliminate last_basic_block macro.dmalcolm2013-12-091-5/+8
* Eliminate profile_status macro.dmalcolm2013-12-091-3/+3
* Eliminate basic_block_info macro.dmalcolm2013-12-091-2/+2
* Eliminate BASIC_BLOCK macro.dmalcolm2013-12-091-1/+1
* Eliminate SET_BASIC_BLOCK macro.dmalcolm2013-12-091-1/+1
* PR bootstrap/59279steven2013-11-241-21/+10
* * jump.c (reset_insn_reg_label_operand_notes): New function,steven2013-11-241-10/+21
* Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-211-1/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-77/+95
* Eliminate n_basic_blocks macrodmalcolm2013-11-191-5/+5
* This patch fixes an lto profiledbootstrap failure withtejohnson2013-11-181-0/+9
* * cfgrtl.c (can_fallthru): Reorder code to move tablejump check up.steven2013-11-131-5/+9
* PR middle-end/58670jakub2013-10-101-2/+10
* gcc/rsandifo2013-09-281-9/+9
* gcc/rsandifo2013-09-231-8/+8
* This patch sanitizes the partitioning to address issues such as edgetejohnson2013-08-311-3/+153
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-51/+102
* 2013-06-06 Teresa Johnson <tejohnson@google.com>tejohnson2013-06-061-44/+168
* 2013-05-16 Teresa Johnson <tejohnson@google.com>tejohnson2013-05-161-113/+197
* 2013-05-15 Teresa Johnson <tejohnson@google.com>tejohnson2013-05-151-0/+41
* * cfgrtl.c (cfg_layout_merge_blocks): Revert r184005, implementsteven2013-04-161-29/+34
* * emit-rtl.c (remove_insn): Do not call df_insn_delete here.steven2013-04-131-0/+2
* First phase of unifying the computation of profile scale factors/probabilitiestejohnson2013-04-081-0/+2
* * cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.steven2013-03-301-21/+18
* * cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieusteven2013-03-291-2/+1
* 2013-02-25 Tom de Vries <tom@codesourcery.com>vries2013-02-251-6/+4
* 2013-02-06 Tom de Vries <tom@codesourcery.com>vries2013-02-061-3/+9
* Update copyright years in gcc/rsandifo2013-01-101-3/+1
* * rtl.h (print_insn_with_notes): Remove prototype.steven2012-12-041-0/+2
* * function.h (struct rtl_data): Remove epilogue_delay_list.steven2012-12-021-8/+0
* 2012-11-27 Dehao Chen <dehao@google.com>dehao2012-11-271-2/+3
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-4/+4
* PR rtl-optimization/54127jakub2012-11-131-1/+33
* * cfg-flags.def (ABNORMAL_CALL): Fix comment.ebotcazou2012-11-021-16/+27
* This patch normalizes more bitmap function names.crowl2012-11-011-3/+3
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+3
* This patch implements the unification of the *bitmap interfaces as discussed.crowl2012-10-301-1/+1
* * loop-doloop.c (doloop_modify): Pass doloop_end pattern toamylaar2012-10-161-9/+20
* * basic-block. (profile_record): New struct, moved from passes.c.steven2012-10-091-0/+24
* * bitmap.h (bitmap_and_into): Update prototype.steven2012-10-081-1/+8
* 2012-09-27 Dehao Chen <dehao@google.com>dehao2012-09-271-8/+6
* Integrate lexical block into source_location.dehao2012-09-191-19/+20
* * ipa-pure-const.c (state_from_flags, local_pure_const): Usesteven2012-09-131-2/+51
* 2012-08-13 Richard Guenther <rguenther@suse.de>rguenth2012-08-131-1/+0
* * cfgrtl.c (print_rtl_with_bb): Do not print a newline between insns.steven2012-08-031-2/+1
* gcc/steven2012-07-201-27/+50
* * dumpfile.h (TDF_COMMENT): New define.steven2012-07-171-123/+23
* * haifa-sched.c (init_before_recovery): Do not set EDGE_CAN_FALLTHRU.steven2012-07-161-2/+2
* gcc/steven2012-07-081-3/+220