aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-switch-conversion.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-06-01* tree-switch-conversion.c (build_one_array): Make it readonly.Jan Hubicka1-0/+1
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-1/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-2/+2
2009-09-10ira-conflicts.c: Use fputs or putc instead of fprintf where appropriate.Uros Bizjak1-6/+6
2009-07-30Add source_location support to PHI arguments.Andrew MacLeod1-2/+2
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-7/+10
2009-07-03re PR tree-optimization/40640 (ICE in set_value_range, at tree-vrp.c:383)Richard Guenther1-2/+2
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-4/+5
2009-04-22re PR tree-optimization/39845 (ICE: in make_decl_rtl, at varasm.c:1304)Richard Guenther1-2/+5
2009-04-21tree-switch-conversion.c (build_constructors): Split a long line.Martin Jambor1-46/+74
2008-12-30re PR tree-optimization/38661 (ICE: vector VEC(constructor_elt,base) push dom...Andrew Pinski1-2/+3
2008-10-15re PR tree-optimization/36881 (Creating runtime relocations for code which do...Jakub Jelinek1-5/+22
2008-10-15Revert unintended commit.Jakub Jelinek1-22/+5
2008-10-11re PR target/35760 (ICE with complex types and -static on PPC darwin)Jakub Jelinek1-5/+22
2008-09-04re PR middle-end/37343 (ICE in expand_expr_real_1, at expr.c:7290)Jan Hubicka1-1/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-136/+123
2008-07-20re PR tree-optimization/36879 (undefined reference to a variable)Andrew Pinski1-1/+2
2008-07-14tree-switch-conversion.c (gen_inbound_check): Make sure the type in which we ...Martin Jambor1-1/+7
2008-07-04tree-switch-conversion.c (build_one_array, [...]): Use build_gimple_modify_stmt.Jakub Jelinek1-11/+16
2008-07-02tree-switch-conversion.c: Included timevar.h which I forgot before.Martin Jambor1-0/+1
2008-07-02tree-switch-conversion.c: Included timevar.hMartin Jambor1-1/+1
2008-07-02tree-switch-conversion.c: Corrected various comments and whitespace issuesMartin Jambor1-9/+10
2008-07-01Makefile.in (tree-switch-conversion.o): Add.Martin Jambor1-0/+878