Age | Commit message (Expand) | Author | Files | Lines |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -1/+7 |
2013-10-09 | tree-flow.h (tm_restart_node, gimple_df): Move to gimple-ssa.h. | Andrew MacLeod | 1 | -0/+15 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -9/+9 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-09-06 | Makefile.in (tree-sra.o): Update dependencies. | Jan Hubicka | 1 | -3/+13 |
2013-08-14 | re PR middle-end/58145 (volatileness of write is discarded, perhaps in "lim1"... | Jakub Jelinek | 1 | -1/+7 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -53/+105 |
2013-05-23 | re PR middle-end/57347 (wrong code for bitfield on x86_64-linux at -Os and ab... | Martin Jambor | 1 | -18/+1 |
2013-05-15 | ipa-prop.c (ipa_print_node_jump_functions): Print symbol order in header... | Martin Jambor | 1 | -3/+4 |
2013-04-26 | This patch is the main part of a consolodation of the hash_table patches to t... | Lawrence Crowl | 1 | -17/+42 |
2013-04-10 | passes.c (execute_todo): Do not call ggc_collect conditional here. | Richard Biener | 1 | -2/+0 |
2013-04-02 | re PR c++/34949 (Dead code in empty destructors.) | Jakub Jelinek | 1 | -4/+12 |
2013-03-21 | tree.h (DECL_DEBUG_EXPR_IS_FROM): Rename to ... | Richard Biener | 1 | -1/+1 |
2013-03-08 | re PR lto/56570 (ICE when streaming a TREE_BLOCK) | Richard Biener | 1 | -1/+1 |
2013-02-28 | tree-sra.c (load_assign_lhs_subreplacements): Do not put replacements with no... | Martin Jambor | 1 | -1/+6 |
2013-02-28 | re PR tree-optimization/56294 (BOOT_CFLAGS='-O2 -g -fno-ipa-sra' leads to boo... | Martin Jambor | 1 | -25/+16 |
2013-01-15 | re PR tree-optimization/55920 (ICE in expand_debug_locations, at cfgexpand.c:... | Martin Jambor | 1 | -1/+3 |
2013-01-15 | re PR tree-optimization/55920 (ICE in expand_debug_locations, at cfgexpand.c:... | Jakub Jelinek | 1 | -2/+14 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-01-08 | re PR debug/55579 (SRA doesn't create debug stmts when they would be useful) | Martin Jambor | 1 | -18/+17 |
2013-01-04 | re PR tree-optimization/55755 (Invalid VIEW_CONVERT_EXPR produced by SRA) | Martin Jambor | 1 | -4/+2 |
2012-12-21 | re PR tree-optimization/55355 (internal compiler error: in tree_low_cst, at t... | Martin Jambor | 1 | -1/+6 |
2012-12-07 | re PR tree-optimization/55590 (SRA still produces unnecessarily unaligned mem... | Martin Jambor | 1 | -18/+6 |
2012-11-30 | re PR middle-end/52890 (Revision 185336 causes 10% degradation on cpu2000 ben... | Martin Jambor | 1 | -5/+10 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -92/+87 |
2012-11-01 | invoke.texi: Update -fopt-info documentation. | Sharad Singhai | 1 | -0/+3 |
2012-10-26 | re PR debug/54970 (Missing DW_OP_GNU_implicit_pointer in debuginfo) | Jakub Jelinek | 1 | -2/+9 |
2012-10-26 | re PR debug/54971 (SRA pessimizes debug info by not creating debug stmts for ... | Martin Jambor | 1 | -14/+153 |
2012-09-20 | function.c (push_cfun): Check old current_function_decl matches old cfun... | Martin Jambor | 1 | -7/+0 |
2012-09-10 | Remove unnecessary VEC function overloads. | Diego Novillo | 1 | -20/+19 |
2012-09-07 | Modify gcc/*.[hc] double_int call sites to use the new interface. | Lawrence Crowl | 1 | -2/+2 |
2012-08-17 | tree-sra.c (modify_function): Free redirect_callers vector. | Richard Guenther | 1 | -0/+2 |
2012-08-14 | backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html... | Diego Novillo | 1 | -4/+4 |
2012-08-10 | tree-ssa-pre.c (pretemp, [...]): Remove. | Richard Guenther | 1 | -4/+1 |
2012-08-10 | tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ... | Richard Guenther | 1 | -11/+19 |
2012-08-02 | tree-flow.h (set_default_def): Rename to ... | Richard Guenther | 1 | -15/+4 |
2012-08-02 | tree-dfa.c (referenced_var_lookup): Remove. | Richard Guenther | 1 | -5/+0 |
2012-08-01 | tree-flow-inline.h (referenced_var): Remove. | Richard Guenther | 1 | -68/+106 |
2012-08-01 | tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin... | Richard Guenther | 1 | -21/+3 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -3/+1 |
2012-05-31 | tree-dfa.c (get_ref_base_and_extent): Compute the offset using double ints th... | Eric Botcazou | 1 | -3/+6 |
2012-05-29 | LANGUAGES: Fix typos. | Joseph Myers | 1 | -1/+1 |
2012-05-23 | Index... | Richard Guenther | 1 | -1/+4 |
2012-05-03 | builtins.c (get_object_alignment_1): Return whether we can determine the alig... | Martin Jambor | 1 | -5/+7 |
2012-05-02 | coretypes.h (gimple_seq, [...]): Typedef as gimple. | Michael Matz | 1 | -6/+2 |
2012-04-30 | re PR middle-end/53136 (Use after free in ipa_make_edge_direct_to_target, cxx... | Uros Bizjak | 1 | -2/+2 |
2012-04-18 | cgraph.c (cgraph_node_name): Remove. | Jan Hubicka | 1 | -1/+1 |
2012-04-16 | tree-sra.c (build_ref_for_model): Create COMPONENT_REFs only for bit-fields. | Martin Jambor | 1 | -55/+17 |
2012-04-14 | cgraph.h: Update copyrights; | Jan Hubicka | 1 | -10/+10 |
2012-04-05 | tree-nrv.c (tree_nrv): Release VDEFs. | Richard Guenther | 1 | -0/+4 |