aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-switch-conversion.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+4
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-18c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford1-1/+1
2013-11-18cuintp.c (UI_From_gnu): Use tree_to_shwi rather than tree_low_cst.Richard Sandiford1-6/+4
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-2/+2
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-1/+1
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+6
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-1/+0
2013-10-09tree-flow.h (tm_restart_node, gimple_df): Move to gimple-ssa.h.Andrew MacLeod1-1/+0
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-3/+3
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-20/+37
2013-04-26tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener1-0/+3
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-12-19re PR lto/55736 (lto ICE: tree code ''junl is not supported in LTO streams)Richard Biener1-2/+3
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-30/+32
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-11/+8
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-6/+3
2012-09-04gimple.h (gimple_build_switch): Remove.Steven Bosscher1-7/+5
2012-08-10tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther1-7/+3
2012-08-07tree-flow.h (copy_ssa_name_fn): New function.Richard Guenther1-6/+2
2012-08-06tree-switch-conversion.c (emit_case_bit_tests): Generate MINUS_EXPR in unsign...Tom de Vries1-4/+4
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-2/+0
2012-07-21Fix comment typo.Steven Bosscher1-1/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+3
2012-07-16revert: tree.h (phi_arg_d): New field.Dehao Chen1-4/+2
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-2/+4
2012-07-09re PR middle-end/53887 (ICE in hoist_edge_and_branch_if_true, at tree-switch-...Steven Bosscher1-2/+8
2012-07-07re PR tree-optimization/53881 (ICE in hoist_edge_and_branch_if_true)Steven Bosscher1-3/+2
2012-07-02stmt.c (emit_case_bit_tests): Remove.Steven Bosscher1-38/+487
2012-06-04output.h (merge_weak, [...]): Move protos from here...Steven Bosscher1-1/+0
2012-05-24tree-flow.h (create_var_ann): Remove.Richard Guenther1-1/+0
2012-05-03tree-switch-conversion.c (gen_inbound_check): Free post-dominance information...Steven Bosscher1-4/+31
2012-04-27tree-switch-conversion.c (struct switch_conv_info): Add range_max, reorganize...Steven Bosscher1-153/+138
2012-04-22lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka1-1/+0
2012-04-18tree-switch-conversion.c (info): Remove global pass info.Steven Bosscher1-151/+152
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-1/+1
2011-05-04tree.h (int_const_binop): Remove notrunc argument.Richard Guenther1-5/+5
2011-04-30re PR testsuite/48809 (switch statement optimization error)Jakub Jelinek1-42/+18
2010-11-29system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers1-2/+0
2010-11-20re PR tree-optimization/45830 (Code+rodata increase with -ftree-switch-conver...Jakub Jelinek1-19/+142
2010-09-04foldconst-1.c: New testcase.Jan Hubicka1-0/+1
2010-08-19For Ian Bolton <ian.bolton@arm.com>Ian Bolton1-2/+5