Age | Commit message (Expand) | Author | Files | Lines |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -0/+4 |
2013-11-19 | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -8/+10 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+3 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -1/+2 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+1 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 1 | -1/+1 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -1/+7 |
2013-10-15 | tree-tailcall.c (find_tail_calls): Don't use tail-call recursion for built-in... | Richard Sandiford | 1 | -1/+3 |
2013-09-30 | basic-block.h (edge_list): Prefix member names with "m_". | Richard Sandiford | 1 | -1/+1 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -4/+4 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-09-06 | re PR middle-end/58094 (IPA devirt testsuite errors) | Jan Hubicka | 1 | -1/+2 |
2013-08-23 | re PR tree-optimization/58209 (ICE in extract_range_from_binary_expr, at tree... | Jakub Jelinek | 1 | -7/+29 |
2013-08-12 | re PR tree-optimization/57980 (gcc 4.8.1 -foptimize-sibling-calls -O1 ICE in ... | Marek Polacek | 1 | -10/+2 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -34/+71 |
2013-03-07 | re PR tree-optimization/56539 (ICE: verify_ssa failed: caused by -foptimize-s... | Jakub Jelinek | 1 | -3/+3 |
2013-02-08 | Makefile.in (tree-tailcall.o): Add $(CFGLOOP_H) dependency. | Richard Biener | 1 | -1/+7 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2012-11-01 | invoke.texi: Update -fopt-info documentation. | Sharad Singhai | 1 | -0/+2 |
2012-08-10 | tree-ssa-pre.c (pretemp, [...]): Remove. | Richard Guenther | 1 | -8/+4 |
2012-08-07 | tree-flow.h (copy_ssa_name_fn): New function. | Richard Guenther | 1 | -6/+3 |
2012-08-07 | gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT. | Richard Guenther | 1 | -1/+0 |
2012-08-02 | tree-flow.h (set_default_def): Rename to ... | Richard Guenther | 1 | -3/+3 |
2012-08-02 | tree-dfa.c (referenced_var_lookup): Remove. | Richard Guenther | 1 | -3/+0 |
2012-08-01 | tree-complex.c (init_parameter_lattice_values): Don't call var_ann. | Michael Matz | 1 | -1/+1 |
2012-08-01 | graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands. | Richard Guenther | 1 | -1/+1 |
2012-07-20 | tree-dfa.c (collect_dfa_stats): Simplify. | Richard Guenther | 1 | -33/+6 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -1/+0 |
2012-07-16 | revert: tree.h (phi_arg_d): New field. | Dehao Chen | 1 | -4/+4 |
2012-07-10 | tree.h (phi_arg_d): New field. | Dehao Chen | 1 | -4/+4 |
2012-02-16 | re PR middle-end/52285 (libgcrypt _gcry_burn_stack slowdown) | Jakub Jelinek | 1 | -2/+6 |
2011-06-15 | target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h. | Joseph Myers | 1 | -2/+3 |
2011-06-14 | dumping cleanup phase 1 -- Removing TODO_dump_func | David Li | 1 | -2/+2 |
2011-05-07 | re PR tree-optimization/48837 (Wrong optimization of recursive function calls) | Zdenek Dvorak | 1 | -0/+8 |
2011-03-15 | re PR tree-optimization/41490 (tree-ssa-sink does not really work) | Richard Guenther | 1 | -2/+4 |
2011-02-15 | re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ... | Alexandre Oliva | 1 | -2/+2 |
2010-11-25 | target.def (supports_split_stack, [...]): Take gcc_options parameters. | Joseph Myers | 1 | -1/+1 |
2010-11-03 | tree-tailcall.c (find_tail_calls): Convert the operands to the type of the re... | Eric Botcazou | 1 | -3/+5 |
2010-09-28 | Hookize TARGET_UNWIND_INFO et al. | Richard Henderson | 1 | -1/+3 |
2010-09-05 | tree-tailcall.c (process_assignment): Handle NEGATE_EXPR and MINUS_EXPR. | Giuseppe Scrivano | 1 | -19/+44 |
2010-07-15 | tree.h (DECL_CHAIN): Define. | Nathan Froyd | 1 | -4/+4 |
2010-06-01 | gimplify.c: Do not include except.h and optabs.h. | Steven Bosscher | 1 | -1/+0 |
2010-05-21 | diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de... | Joseph Myers | 1 | -0/+1 |
2010-05-21 | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 1 | -2/+0 |
2010-05-02 | re PR tree-optimization/43879 (-fipa-pta causes various miscompilations) | Richard Guenther | 1 | -1/+2 |
2010-04-23 | re PR tree-optimization/43572 (FAIL: gfortran.dg/PR19872.f execution test; fo... | Richard Guenther | 1 | -1/+2 |
2010-04-19 | gimple.h (create_tmp_reg): Declare. | Martin Jambor | 1 | -8/+2 |
2010-04-16 | re PR tree-optimization/43572 (FAIL: gfortran.dg/PR19872.f execution test; fo... | Richard Guenther | 1 | -33/+11 |
2010-04-12 | gsstruct.def (GSS_CALL): New. | Richard Guenther | 1 | -3/+26 |