]> gcc.gnu.org Git - gcc.git/history - gcc/tree-switch-conversion.c
Merge in wide-int.
[gcc.git] / gcc / tree-switch-conversion.c
2014-05-06 Kenneth ZadeckMerge in wide-int.
2014-05-06 Richard Bienertree-pass.h (TODO_verify_ssa, [...]): Remove.
2014-04-17 Trevor Saunderspass cfun to pass::execute
2014-04-17 Trevor Saunderspass current function to opt_pass::gate ()
2014-04-17 Trevor Saundersremove has_gate
2014-04-14 Richard Bienertree-switch-conversion.c (lshift_cheap_p): Get speed_p...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-09 David MalcolmEliminate FOR_EACH_BB macro.
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-18 Richard Sandifordc-common.c (convert_vector_to_pointer_for_subscript...
2013-11-18 Richard Sandifordcuintp.c (UI_From_gnu): Use tree_to_shwi rather than...
2013-11-18 Richard Sandiforddecl.c, [...]: Replace tree_low_cst (..., 1) with tree_...
2013-11-18 Richard Sandiforddecl.c, [...]: Replace host_integerp (..., 1) with...
2013-11-14 Andrew MacLeodgimplify-be.h: New file.
2013-11-13 Andrew Macleodgimple-walk.h: New File.
2013-11-12 Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-10-23 Andrew MacLeodtree-ssa.h: Remove all #include's
2013-10-18 Andrew MacLeodtree-ssa.h: Don't include gimple-low.h...
2013-10-09 Andrew MacLeodtree-flow.h (tm_restart_node, gimple_df): Move to gimpl...
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-12 Andrew MacLeodtree-ssa.h: New.
2013-08-05 David MalcolmAutomated conversion of passes to C++ classes
2013-04-26 Richard Bienertree-cfg.c (execute_build_cfg): Build the loop tree.
2013-04-10 Richard Bienerpasses.c (execute_todo): Do not call ggc_collect condit...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-12-19 Richard Bienerre PR lto/55736 (lto ICE: tree code ''junl is not suppo...
2012-11-20 Diego NovilloIntroduce vNULL to use as a nil initializer for vec<>.
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01 Sharad Singhaiinvoke.texi: Update -fopt-info documentation.
2012-09-11 Diego NovilloRemove unnecessary VEC function overloads.
2012-09-07 Lawrence CrowlModify gcc/*.[hc] double_int call sites to use the...
2012-09-04 Steven Bosschergimple.h (gimple_build_switch): Remove.
2012-08-10 Richard Guenthertree-ssa-pre.c (pretemp, [...]): Remove.
2012-08-07 Richard Guenthertree-flow.h (copy_ssa_name_fn): New function.
2012-08-06 Tom de Vriestree-switch-conversion.c (emit_case_bit_tests): Generat...
2012-08-02 Richard Guenthertree-dfa.c (referenced_var_lookup): Remove.
2012-07-21 Steven BosscherFix comment typo.
2012-07-16 Steven Bosschersystem.h (dump_file): Do not define.
2012-07-16 Dehao Chenrevert: tree.h (phi_arg_d): New field.
2012-07-10 Dehao Chentree.h (phi_arg_d): New field.
2012-07-09 Steven Bosscherre PR middle-end/53887 (ICE in hoist_edge_and_branch_if...
2012-07-07 Steven Bosscherre PR tree-optimization/53881 (ICE in hoist_edge_and_br...
2012-07-02 Steven Bosscherstmt.c (emit_case_bit_tests): Remove.
2012-06-04 Steven Bosscheroutput.h (merge_weak, [...]): Move protos from here...
2012-05-24 Richard Guenthertree-flow.h (create_var_ann): Remove.
2012-05-03 Steven Bosschertree-switch-conversion.c (gen_inbound_check): Free...
2012-04-27 Steven Bosschertree-switch-conversion.c (struct switch_conv_info)...
2012-04-22 Jan Hubickalto-symtab.c (lto_varpool_replace_node): Do not merge...
2012-04-18 Steven Bosschertree-switch-conversion.c (info): Remove global pass...
2011-06-14 David Lidumping cleanup phase 1 -- Removing TODO_dump_func
2011-05-04 Richard Guenthertree.h (int_const_binop): Remove notrunc argument.
2011-04-30 Jakub Jelinekre PR testsuite/48809 (switch statement optimization...
2010-11-29 Joseph Myerssystem.h: Include "safe-ctype.h" instead of <safe-ctype.h>.
2010-11-19 Jakub Jelinekre PR tree-optimization/45830 (Code+rodata increase...
2010-09-04 Jan Hubickafoldconst-1.c: New testcase.
2010-08-19 Ian BoltonFor Ian Bolton <ian.bolton@arm.com>
2010-06-01 Steven Bosschergimplify.c: Do not include except.h and optabs.h.
2010-06-01 Jan Hubicka* tree-switch-conversion.c (build_one_array): Make...
2010-05-21 Joseph Myersdiagnostic.c: Don't include tm.h, tree.h, tm_p.h, langh...
2009-11-25 H.J. LuRemove trailing white spaces.
2009-09-10 Uros Bizjakira-conflicts.c: Use fputs or putc instead of fprintf...
2009-07-30 Andrew MacLeodAdd source_location support to PHI arguments.
2009-07-16 Aldy Hernandezre PR c/40435 (Revision 148442 caused many regressions...
2009-07-03 Richard Guentherre PR tree-optimization/40640 (ICE in set_value_range...
2009-06-12 Aldy Hernandezjava-gimplify.c (java_gimplify_block): New argument...
2009-04-22 Richard Guentherre PR tree-optimization/39845 (ICE: in make_decl_rtl...
2009-04-21 Martin Jambortree-switch-conversion.c (build_constructors): Split...
2008-12-30 Andrew Pinskire PR tree-optimization/38661 (ICE: vector VEC(construc...
2008-10-15 Jakub Jelinekre PR tree-optimization/36881 (Creating runtime relocat...
2008-10-15 Jakub JelinekRevert unintended commit.
2008-10-11 Jakub Jelinekre PR target/35760 (ICE with complex types and -static...
2008-09-04 Jan Hubickare PR middle-end/37343 (ICE in expand_expr_real_1,...
2008-07-28 Richard Bienerbackport: ChangeLog.tuples: ChangeLog from gimple-tuple...
2008-07-20 Andrew Pinskire PR tree-optimization/36879 (undefined reference...
2008-07-14 Martin Jambortree-switch-conversion.c (gen_inbound_check): Make...
2008-07-04 Jakub Jelinektree-switch-conversion.c (build_one_array, [...]):...
2008-07-02 Martin Jambortree-switch-conversion.c: Included timevar.h which...
2008-07-02 Martin Jambortree-switch-conversion.c: Included timevar.h
2008-07-02 Martin Jambortree-switch-conversion.c: Corrected various comments...
2008-07-01 Martin JamborMakefile.in (tree-switch-conversion.o): Add.
This page took 7.723559 seconds and 89 git commands to generate.