Age | Commit message (Expand) | Author | Files | Lines |
2008-05-29 | re PR tree-optimization/36343 (Wrong code due to bad TBAA pruning of points-t... | Richard Guenther | 1 | -0/+1 |
2008-05-28 | re PR tree-optimization/36291 (GCC is slow and memory-hungry building sipQtGu... | Richard Guenther | 1 | -4/+0 |
2008-05-16 | tree-ssa-dse (max_stmt_uid): Removed. | Kenneth Zadeck | 1 | -4/+8 |
2008-05-13 | tree.h (init_phinodes, [...]): Move ... | Diego Novillo | 1 | -2/+21 |
2008-05-09 | tree-flow-inline.h (var_can_have_subvars): Move ... | Richard Guenther | 1 | -34/+0 |
2008-05-08 | tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS. | Richard Guenther | 1 | -13/+0 |
2008-05-06 | tree-flow.h: Remove prototype for computed_goto_p. | Aldy Hernandez | 1 | -1/+0 |
2008-04-27 | re PR tree-optimization/18754 (unrolling happens too late/SRA does not happen... | Richard Guenther | 1 | -1/+1 |
2008-04-24 | tree-parloops.c (take_address_of, [...]): Make them work on a region of code ... | Antoniu Pop | 1 | -0/+2 |
2008-04-24 | tree-flow.h (vrp_evaluate_conditional): Change signature. | Rafael Avila de Espindola | 1 | -1/+1 |
2008-03-26 | tree-flow.h (widen_bitfield): Remove declaration. | Richard Guenther | 1 | -1/+0 |
2008-03-15 | tree-ssa-ccp.c (get_symbol_constant_value): Export. | Richard Guenther | 1 | -0/+2 |
2008-03-14 | re PR tree-optimization/34172 (Missed store ccp optimization) | Richard Guenther | 1 | -0/+4 |
2008-03-05 | cfg.c: Include tree-flow.h. | Aldy Hernandez | 1 | -0/+24 |
2008-02-28 | invoke.texi: Document -ftree-loop-distribution. | Sebastian Pop | 1 | -0/+3 |
2008-02-28 | revert: tree-flow.h (uid_decl_map_hash, [...]): Move ... | Richard Guenther | 1 | -18/+14 |
2008-02-26 | tree-flow.h (uid_decl_map_hash, [...]): Move ... | Richard Guenther | 1 | -14/+18 |
2008-02-25 | revert: tree-flow.h (uid_decl_map_hash, [...]): Move ... | Richard Guenther | 1 | -18/+14 |
2008-02-25 | tree-flow.h (uid_decl_map_hash, [...]): Move ... | Richard Guenther | 1 | -14/+18 |
2008-02-15 | re PR tree-optimization/35164 (Unable to coalesce ab SSA_NAMEs) | Richard Guenther | 1 | -0/+1 |
2008-01-26 | re PR target/34711 (g++.dg/tree-ssa/ivopts-1.C fails for power and arm) | Zdenek Dvorak | 1 | -1/+0 |
2008-01-16 | re PR middle-end/34668 (ICE in find_compatible_field with -combine) | Jakub Jelinek | 1 | -0/+1 |
2007-12-15 | tree-scalar-evolution.c (number_of_iterations_for_all_loops): Replace print_l... | Sebastian Pop | 1 | -2/+6 |
2007-12-13 | re PR middle-end/33088 (spurious exceptions with -ffloat-store) | Eric Botcazou | 1 | -0/+1 |
2007-11-16 | re PR tree-optimization/33870 (miscompiles sqlite) | Richard Guenther | 1 | -6/+5 |
2007-11-13 | pr 33870 | Diego Novillo | 1 | -5/+5 |
2007-11-09 | tree-flow.h (struct ptr_info_def): Make escape_mask a ENUM_BITFIELD. | Richard Guenther | 1 | -27/+27 |
2007-11-07 | re PR tree-optimization/33870 (miscompiles sqlite) | Diego Novillo | 1 | -0/+4 |
2007-11-06 | tree-flow.h (struct fieldoff): Reformat comment. | Diego Novillo | 1 | -4/+13 |
2007-10-28 | tree-flow.h (subvar_t): Make it a VEC. | Richard Guenther | 1 | -15/+4 |
2007-10-25 | tree-flow.h (mem_sym_stats): Remove. | Richard Guenther | 1 | -1/+1 |
2007-10-18 | tree-ssa.c (uid_ssaname_map_eq): New function. | Richard Guenther | 1 | -1/+1 |
2007-10-18 | tree-flow.h (struct gimple_df): Make referenced_vars a uid_decl_map. | Richard Guenther | 1 | -1/+4 |
2007-09-15 | tree-parloops.c: New file. | Zdenek Dvorak | 1 | -2/+6 |
2007-09-07 | tree-flow.h (const_block_stmt_iterator): Remove. | Diego Novillo | 1 | -8/+1 |
2007-09-07 | cgraphbuild.c (rebuild_cgraph_edges): Export. | Zdenek Dvorak | 1 | -0/+2 |
2007-09-05 | fold-const.c (all_ones_mask_p, [...]): Constify. | Kaveh R. Ghazi | 1 | -1/+1 |
2007-09-01 | c-common.c (const_strip_array_types): Delete. | Kaveh R. Ghazi | 1 | -2/+0 |
2007-08-27 | alias.c (memory_modified_1, [...]): Constify. | Kaveh R. Ghazi | 1 | -5/+5 |
2007-08-25 | c-common.c (vector_types_convertible_p, [...]): Constify. | Kaveh R. Ghazi | 1 | -1/+1 |
2007-08-19 | Fix PR 32772 Fix PR 32716 Fix PR 32328 Fix PR 32303 | Daniel Berlin | 1 | -4/+0 |
2007-08-14 | tree-pass.h (PROP_pta): Removed. | Daniel Berlin | 1 | -0/+1 |
2007-08-14 | alias.c (component_uses_parent_alias_set): Constify. | Kaveh R. Ghazi | 1 | -2/+11 |
2007-08-14 | alias.c (rtx_equal_for_memref_p): Constify. | Kaveh R. Ghazi | 1 | -1/+1 |
2007-08-11 | alias.h (alias_set_type): Define new type. | Ian Lance Taylor | 1 | -1/+1 |
2007-08-10 | tree-flow-inline.h (is_exec_stmt): Remove. | Aldy Hernandez | 1 | -3/+0 |
2007-08-01 | tree-ssa-threadupdate.c (thread_through_all_blocks): Record that the loop str... | Zdenek Dvorak | 1 | -2/+1 |
2007-07-28 | calls.c (special_function_p, [...]): Constify. | Kaveh R. Ghazi | 1 | -5/+5 |
2007-07-26 | configure.ac: Add types checking to stage1 checking flags. | Richard Guenther | 1 | -0/+2 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |