summaryrefslogtreecommitdiff
path: root/gcc/tree-switch-conversion.c
Commit message (Expand)AuthorAgeFilesLines
* re PR lto/55736 (lto ICE: tree code ''junl is not supported in LTO streams)Richard Biener2012-12-191-2/+3
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-30/+32
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+1
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-11/+8
* Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl2012-09-071-6/+3
* gimple.h (gimple_build_switch): Remove.Steven Bosscher2012-09-041-7/+5
* tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther2012-08-101-7/+3
* tree-flow.h (copy_ssa_name_fn): New function.Richard Guenther2012-08-071-6/+2
* tree-switch-conversion.c (emit_case_bit_tests): Generate MINUS_EXPR in unsign...Tom de Vries2012-08-061-4/+4
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-2/+0
* Fix comment typo.Steven Bosscher2012-07-211-1/+1
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-2/+3
* revert: tree.h (phi_arg_d): New field.Dehao Chen2012-07-161-4/+2
* tree.h (phi_arg_d): New field.Dehao Chen2012-07-101-2/+4
* re PR middle-end/53887 (ICE in hoist_edge_and_branch_if_true, at tree-switch-...Steven Bosscher2012-07-091-2/+8
* re PR tree-optimization/53881 (ICE in hoist_edge_and_branch_if_true)Steven Bosscher2012-07-071-3/+2
* stmt.c (emit_case_bit_tests): Remove.Steven Bosscher2012-07-021-38/+487
* output.h (merge_weak, [...]): Move protos from here...Steven Bosscher2012-06-041-1/+0
* tree-flow.h (create_var_ann): Remove.Richard Guenther2012-05-241-1/+0
* tree-switch-conversion.c (gen_inbound_check): Free post-dominance information...Steven Bosscher2012-05-031-4/+31
* tree-switch-conversion.c (struct switch_conv_info): Add range_max, reorganize...Steven Bosscher2012-04-271-153/+138
* lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka2012-04-221-1/+0
* tree-switch-conversion.c (info): Remove global pass info.Steven Bosscher2012-04-181-151/+152
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-1/+1
* tree.h (int_const_binop): Remove notrunc argument.Richard Guenther2011-05-041-5/+5
* re PR testsuite/48809 (switch statement optimization error)Jakub Jelinek2011-04-301-42/+18
* system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers2010-11-291-2/+0
* re PR tree-optimization/45830 (Code+rodata increase with -ftree-switch-conver...Jakub Jelinek2010-11-201-19/+142
* foldconst-1.c: New testcase.Jan Hubicka2010-09-041-0/+1
* For Ian Bolton <ian.bolton@arm.com>Ian Bolton2010-08-191-2/+5
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* * tree-switch-conversion.c (build_one_array): Make it readonly.Jan Hubicka2010-06-011-0/+1
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-1/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-2/+2
* ira-conflicts.c: Use fputs or putc instead of fprintf where appropriate.Uros Bizjak2009-09-101-6/+6
* Add source_location support to PHI arguments.Andrew MacLeod2009-07-301-2/+2
* re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez2009-07-161-7/+10
* re PR tree-optimization/40640 (ICE in set_value_range, at tree-vrp.c:383)Richard Guenther2009-07-031-2/+2
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-4/+5
* re PR tree-optimization/39845 (ICE: in make_decl_rtl, at varasm.c:1304)Richard Guenther2009-04-221-2/+5
* tree-switch-conversion.c (build_constructors): Split a long line.Martin Jambor2009-04-211-46/+74
* re PR tree-optimization/38661 (ICE: vector VEC(constructor_elt,base) push dom...Andrew Pinski2008-12-301-2/+3
* re PR tree-optimization/36881 (Creating runtime relocations for code which do...Jakub Jelinek2008-10-151-5/+22
* Revert unintended commit.Jakub Jelinek2008-10-151-22/+5
* re PR target/35760 (ICE with complex types and -static on PPC darwin)Jakub Jelinek2008-10-111-5/+22
* re PR middle-end/37343 (ICE in expand_expr_real_1, at expr.c:7290)Jan Hubicka2008-09-041-1/+1
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-136/+123
* re PR tree-optimization/36879 (undefined reference to a variable)Andrew Pinski2008-07-201-1/+2
* tree-switch-conversion.c (gen_inbound_check): Make sure the type in which we ...Martin Jambor2008-07-141-1/+7