Age | Commit message (Expand) | Author | Files | Lines |
2013-11-19 | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -7/+11 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+5 |
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 | -4/+4 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -4/+4 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -0/+2 |
2013-11-14 | Add is_tm_ending | Tom de Vries | 1 | -0/+16 |
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-11-08 | Re-factor tree.h - Part 1. | Diego Novillo | 1 | -0/+6 |
2013-10-29 | Autogenerated fixes of "->symbol." to "->" | David Malcolm | 1 | -47/+47 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -1/+5 |
2013-10-18 | tree-ssa.h: Don't include gimple-low.h... | Andrew MacLeod | 1 | -0/+1 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -25/+25 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -128/+249 |
2013-08-05 | re PR lto/57602 (Runfails for several C/C++ benchmarks from spec2000 for i686... | Jan Hubicka | 1 | -0/+1 |
2013-06-05 | class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_P instead o... | Jan Hubicka | 1 | -0/+11 |
2013-06-01 | lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ... | Jan Hubicka | 1 | -3/+3 |
2013-05-29 | cgraph.h (symtab_node_base): Add definition, alias and analyzed flags... | Jan Hubicka | 1 | -7/+5 |
2013-05-16 | cfghooks.c (copy_bbs): Add update_dominance argument. | Steve Ellcey | 1 | -1/+2 |
2013-04-26 | This patch is the main part of a consolodation of the hash_table patches to t... | Lawrence Crowl | 1 | -80/+117 |
2013-03-08 | trans-mem.c (expand_transaction): Do not set PR_INSTRUMENTEDCODE if GTMA_HAS_... | Aldy Hernandez | 1 | -4/+6 |
2013-02-21 | re PR middle-end/56108 (Asm statement in transaction_relaxed crashes compiler.) | Aldy Hernandez | 1 | -2/+17 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2012-12-03 | re PR middle-end/55401 (uninstrumented path in TM clones are still instrumented) | Aldy Hernandez | 1 | -10/+33 |
2012-11-20 | Introduce vNULL to use as a nil initializer for vec<>. | Diego Novillo | 1 | -7/+5 |
2012-11-19 | * trans-mem.c (execute_tm_mark): Release bb_regions. | Aldy Hernandez | 1 | -0/+2 |
2012-11-19 | trans-mem (collect_bb2reg): Stop scanning at irrevocable | Aldy Hernandez | 1 | -15/+24 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -133/+132 |
2012-11-07 | * trans-mem.c (pass_ipa_tm): Don't use TODO_update_ssa. | Richard Henderson | 1 | -1/+1 |
2012-11-06 | tm: Add uninstrumented code path | Aldy Hernandez | 1 | -301/+572 |
2012-11-01 | invoke.texi: Update -fopt-info documentation. | Sharad Singhai | 1 | -0/+7 |
2012-10-17 | re PR middle-end/54893 (unable to access volatile variable within relaxed tra... | Aldy Hernandez | 1 | -33/+54 |
2012-09-25 | re PR middle-end/53850 (ICE: in expand_call_tm, at trans-mem.c:2289 with -fgn... | Aldy Hernandez | 1 | -2/+25 |
2012-09-20 | function.c (push_cfun): Check old current_function_decl matches old cfun... | Martin Jambor | 1 | -9/+1 |
2012-09-19 | Integrate lexical block into source_location. | Dehao Chen | 1 | -1/+0 |
2012-09-13 | ipa-pure-const.c (state_from_flags, [...]): Use current_function_name instead... | Steven Bosscher | 1 | -5/+0 |
2012-09-10 | re PR middle-end/54362 (COND_EXPR not understood by either alias or ITM) | Andrew Pinski | 1 | -0/+13 |
2012-08-02 | tree-flow.h (make_rename_temp): Remove. | Richard Guenther | 1 | -7/+7 |
2012-08-02 | tree-dfa.c (referenced_var_lookup): Remove. | Richard Guenther | 1 | -3/+0 |
2012-07-17 | dumpfile.h (TDF_COMMENT): New define. | Steven Bosscher | 1 | -1/+1 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -1/+0 |
2012-06-04 | re PR middle-end/47530 ([trans-mem] tail call optimization problem with _ITM_... | Aldy Hernandez | 1 | -1/+4 |
2012-05-29 | LANGUAGES: Fix typos. | Joseph Myers | 1 | -1/+1 |
2012-05-25 | re PR middle-end/53008 (abort in _ITM_getTMCloneSafe) | Aldy Hernandez | 1 | -2/+4 |
2012-05-21 | gimple.h (gimple_set_in_transaction): Remove. | Aldy Hernandez | 1 | -6/+4 |
2012-05-17 | [multiple changes] | Patrick Marlier | 1 | -1/+1 |
2012-05-02 | coretypes.h (gimple_seq, [...]): Typedef as gimple. | Michael Matz | 1 | -5/+7 |
2012-04-23 | lto-symtab.c (lto_cgraph_replace_node): Do not call mark_reahcable_node. | Jan Hubicka | 1 | -3/+3 |