Age | Commit message (Expand) | Author | Files | Lines |
2013-10-29 | Autogenerated fixes of "->symbol." to "->" | David Malcolm | 1 | -17/+17 |
2013-10-23 | tree-ssa-loop.h: Remove include files. | Andrew MacLeod | 1 | -1/+1 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -1/+7 |
2013-10-18 | tree-ssa.h: Don't include gimple-low.h... | Andrew MacLeod | 1 | -0/+1 |
2013-10-14 | Introduce gcc::dump_manager class | David Malcolm | 1 | -15/+21 |
2013-10-09 | tree-flow.h: Remove all remaining prototypes... | Andrew MacLeod | 1 | -0/+1 |
2013-09-30 | basic-block.h (edge_list): Prefix member names with "m_". | Richard Sandiford | 1 | -3/+3 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -26/+26 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-08-29 | passes.c (register_pass): Add overload. | Oleg Endo | 1 | -0/+12 |
2013-08-29 | dumpfile.c (dump_loc): Output column number. | Teresa Johnson | 1 | -0/+5 |
2013-08-20 | Revert my last two changes, r201865 and r201864 | David Malcolm | 1 | -139/+1 |
2013-08-20 | Make opt_pass and gcc::pass_manager be GC-managed | David Malcolm | 1 | -1/+139 |
2013-08-06 | cgraph.c (cgraph_get_body): New function based on lto.c implementation. | Jan Hubicka | 1 | -0/+1 |
2013-08-05 | Rewrite how instances of passes are cloned | David Malcolm | 1 | -37/+55 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -108/+211 |
2013-08-05 | Zero-initialize pass_manager | David Malcolm | 1 | -0/+7 |
2013-08-05 | Handwritten part of conversion of passes to C++ classes | David Malcolm | 1 | -21/+81 |
2013-07-31 | Introduce gen-pass-instances.awk and pass-instances.def | David Malcolm | 1 | -2/+2 |
2013-07-30 | Introduce beginnings of a pass_manager class. | David Malcolm | 1 | -32/+67 |
2013-07-18 | passes.def: New. | David Malcolm | 1 | -377/+1 |
2013-07-18 | passes.c (init_optimization_passes): Introduce macros for constructing the tr... | David Malcolm | 1 | -52/+56 |
2013-06-25 | re PR middle-end/56977 (gcc -Og incorrectly warns about 'constant zero length... | Richard Biener | 1 | -4/+4 |
2013-06-11 | c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr... | Jan Hubicka | 1 | -2/+2 |
2013-06-01 | re PR middle-end/57467 (FAIL: gfortran.dg/gomp/appendix-a/a.(22.1|22.6|33.1).... | Jan Hubicka | 1 | -1/+1 |
2013-06-01 | lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ... | Jan Hubicka | 1 | -2/+5 |
2013-05-29 | This patch re-enables -fdump-passes. | Teresa Johnson | 1 | -1/+1 |
2013-05-29 | cgraph.h (symtab_node_base): Add definition, alias and analyzed flags... | Jan Hubicka | 1 | -3/+3 |
2013-05-29 | * passes.c (init_optimization_passes): Move OMP expansion into lowering. | Jan Hubicka | 1 | -1/+1 |
2013-05-23 | re PR tree-optimization/57380 (GCC 4.9.0 will not vectorize std::max and simi... | Richard Biener | 1 | -1/+1 |
2013-05-16 | passes.c (init_optimization_passes): Move pass_parallelize_loops earlier... | Richard Biener | 1 | -1/+1 |
2013-04-26 | tree-cfg.c (execute_build_cfg): Build the loop tree. | Richard Biener | 1 | -0/+1 |
2013-04-26 | This patch is the main part of a consolodation of the hash_table patches to t... | Lawrence Crowl | 1 | -18/+23 |
2013-04-12 | tree-pass.h (TODO_do_not_ggc_collect): New. | Richard Biener | 1 | -2/+5 |
2013-04-10 | passes.c (execute_todo): Do not call ggc_collect conditional here. | Richard Biener | 1 | -6/+8 |
2013-03-21 | tree-pass.h (PROP_gimple_lvec): New. | Marc Glisse | 1 | -1/+3 |
2013-03-19 | re PR tree-optimization/56273 (Bogus -Warray-bounds warning) | Richard Biener | 1 | -1/+1 |
2013-02-20 | tree-call-cdce.c (tree_call_cdce): Do not remove unused locals. | Richard Biener | 1 | -4/+1 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2012-12-05 | passes.c (pass_init_dump_file): Only open a clean graph dump file if the dump... | Steven Bosscher | 1 | -5/+18 |
2012-12-04 | rtl.h (print_insn_with_notes): Remove prototype. | Steven Bosscher | 1 | -1/+1 |
2012-12-03 | rtl.h (print_insn_with_notes): Prototype. | Steven Bosscher | 1 | -30/+14 |
2012-11-27 | passes.c (init_optimization_passes): Add pass_asan and pass_tsan to -Og optim... | Jakub Jelinek | 1 | -0/+2 |
2012-11-26 | invoke.texi: Remove -dv documentation. | Steven Bosscher | 1 | -21/+16 |
2012-11-22 | builtins.def (DEF_SANITIZER_BUILTIN): Define tsan builtins. | Dmitry Vyukov | 1 | -0/+2 |
2012-11-20 | Introduce vNULL to use as a nil initializer for vec<>. | Diego Novillo | 1 | -3/+3 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -39/+26 |
2012-11-12 | Allow asan at -O0 | Jakub Jelinek | 1 | -0/+1 |
2012-11-12 | Initial import of asan from the Google branch | Wei Mi | 1 | -0/+1 |
2012-11-01 | invoke.texi: Update -fopt-info documentation. | Sharad Singhai | 1 | -5/+22 |