Age | Commit message (Expand) | Author | Files | Lines |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-16 | re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru... | Jakub Jelinek | 1 | -2/+1 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -5/+5 |
2013-12-09 | Rename last_basic_block_for_function to last_basic_block_for_fn. | David Malcolm | 1 | -2/+2 |
2013-11-22 | ipa.c (symtab_remove_unreachable_nodes): Fix up comment typos. | Aldy Hernandez | 1 | -91/+15 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -0/+7 |
2013-11-22 | add auto_vec | Trevor Saunders | 1 | -4/+1 |
2013-11-20 | cuintp.c (UI_From_gnu): Use tree_to_shwi. | Kenneth Zadeck | 1 | -2/+2 |
2013-11-19 | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -8/+9 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+3 |
2013-11-18 | c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned... | Richard Sandiford | 1 | -1/+1 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -12/+12 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -9/+9 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -2/+2 |
2013-11-18 | remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functions | Trevor Saunders | 1 | -2/+2 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -0/+2 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+2 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 1 | -1/+1 |
2013-10-29 | Autogenerated fixes of "->symbol." to "->" | David Malcolm | 1 | -10/+10 |
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 |