aboutsummaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-07convert the rest of the users of pointer_map to hash_mapTrevor Saunders1-30/+23
2014-07-15re PR rtl-optimization/61772 (RTL if-conversion removes asm volatile goto)Michael Matz1-0/+2
2014-07-09remove has_executeTrevor Saunders1-3/+0
2014-06-15df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford1-15/+9
2014-05-19reg-notes.def (CROSSING_JUMP): Likewise.Richard Sandiford1-8/+12
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-3/+3
2014-04-17pass cfun to pass::executeTrevor Saunders1-17/+14
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-24/+17
2014-04-17remove has_gateTrevor Saunders1-3/+0
2014-03-21re PR target/60598 (ICE in maybe_record_trace_start, at dwarf2cfi.c:2239)Richard Henderson1-0/+15
2014-01-31Fix a typo.Jakub Jelinek1-1/+1
2014-01-30re PR regression/59923 (ICE in maybe_record_trace_start, at dwarf2cfi.c:2239 ...Jakub Jelinek1-0/+4
2014-01-09re PR rtl-optimization/59724 (ICE : in rtl_verify_bb_layout, at cfgrtl.c)Jakub Jelinek1-1/+4
2014-01-07re PR middle-end/59285 (gcc.dg/builtin-unreachable-6.c:17:1: internal compile...Jeff Law1-0/+28
2014-01-07re PR rtl-optimization/58668 (internal compiler error: in cond_exec_process_i...Jakub Jelinek1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-19re PR other/59545 (Signed integer overflow issues)Jakub Jelinek1-3/+4
2013-12-10cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo1-6/+6
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-14/+18
2013-11-15ifcvt.c (find_cond_trap): Properly handle case where trap_bb == else_bb.Jeff Law1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-7/+7
2013-09-23rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford1-18/+21
2013-09-09asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated ...Richard Sandiford1-7/+7
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-52/+105
2013-07-13ifcvt.c (ifcvt_after_combine): New static variable.Bin Cheng1-7/+26
2013-06-06re PR c++/53743 (ICE when compiling firefox with PGO and LTO)Teresa Johnson1-4/+3
2013-04-12ifcvt.c (end_ifcvt_sequence): Mark a and b for unsharing as well.Andreas Krebbel1-0/+2
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-4/+2
2013-04-02re PR rtl-optimization/56745 (ICE in merge_if_block)Jakub Jelinek1-1/+1
2013-03-05re PR rtl-optimization/56484 (ICE in assign_by_spills, at lra-assigns.c:1268)Jakub Jelinek1-0/+6
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-2/+2
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-9/+8
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+3
2012-10-17re PR rtl-optimization/54900 (write introduction incorrect wrt the C11 memory...Aldy Hernandez1-1/+1
2012-09-19Integrate lexical block into source_location.Dehao Chen1-15/+15
2012-08-08re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher1-63/+60
2012-07-24Introduce and use code_to_optab and optab_to_code functionsRichard Henderson1-2/+2
2012-07-17dumpfile.h (TDF_COMMENT): New define.Steven Bosscher1-6/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-07-08basic-block.h: Re-group most prototypes per file.Steven Bosscher1-1/+4
2012-06-29system.h (IFCVT_EXTRA_FIELDS): Poison.Steven Bosscher1-2/+2
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2012-05-09re PR bootstrap/53249 (Bootstrap failure)Richard Sandiford1-2/+1
2012-04-11re PR middle-end/52881 (ICE due to null pointer deref in cfgloop.c)Richard Guenther1-0/+5
2012-02-27ifcvt.c (noce_get_condition): Check condition variable is not small_register_...Stuart Henderson1-1/+3
2012-01-24rtl.texi (MEM_IN_STRUCT_P, [...]): Delete.Richard Sandiford1-4/+0