aboutsummaryrefslogtreecommitdiff
path: root/gcc/trans-mem.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-80/+117
2013-03-08trans-mem.c (expand_transaction): Do not set PR_INSTRUMENTEDCODE if GTMA_HAS_...Aldy Hernandez1-4/+6
2013-02-21re PR middle-end/56108 (Asm statement in transaction_relaxed crashes compiler.)Aldy Hernandez1-2/+17
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2012-12-03re PR middle-end/55401 (uninstrumented path in TM clones are still instrumented)Aldy Hernandez1-10/+33
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-7/+5
2012-11-19* trans-mem.c (execute_tm_mark): Release bb_regions.Aldy Hernandez1-0/+2
2012-11-19trans-mem (collect_bb2reg): Stop scanning at irrevocableAldy Hernandez1-15/+24
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-133/+132
2012-11-07* trans-mem.c (pass_ipa_tm): Don't use TODO_update_ssa.Richard Henderson1-1/+1
2012-11-06tm: Add uninstrumented code pathAldy Hernandez1-301/+572
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+7
2012-10-17re PR middle-end/54893 (unable to access volatile variable within relaxed tra...Aldy Hernandez1-33/+54
2012-09-25re PR middle-end/53850 (ICE: in expand_call_tm, at trans-mem.c:2289 with -fgn...Aldy Hernandez1-2/+25
2012-09-20function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor1-9/+1
2012-09-19Integrate lexical block into source_location.Dehao Chen1-1/+0
2012-09-13ipa-pure-const.c (state_from_flags, [...]): Use current_function_name instead...Steven Bosscher1-5/+0
2012-09-10re PR middle-end/54362 (COND_EXPR not understood by either alias or ITM)Andrew Pinski1-0/+13
2012-08-02tree-flow.h (make_rename_temp): Remove.Richard Guenther1-7/+7
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-3/+0
2012-07-17dumpfile.h (TDF_COMMENT): New define.Steven Bosscher1-1/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-06-04re PR middle-end/47530 ([trans-mem] tail call optimization problem with _ITM_...Aldy Hernandez1-1/+4
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2012-05-25re PR middle-end/53008 (abort in _ITM_getTMCloneSafe)Aldy Hernandez1-2/+4
2012-05-21gimple.h (gimple_set_in_transaction): Remove.Aldy Hernandez1-6/+4
2012-05-17[multiple changes]Patrick Marlier1-1/+1
2012-05-02coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz1-5/+7
2012-04-23lto-symtab.c (lto_cgraph_replace_node): Do not call mark_reahcable_node.Jan Hubicka1-3/+3
2012-04-20lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka1-6/+6
2012-04-18lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka1-2/+2
2012-04-16cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka1-5/+5
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-35/+35
2012-04-11Remove TODO_dump_func completelyXinliang David Li1-7/+5
2012-03-28loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther1-0/+11
2012-03-06trans-mem.c: New typedef for tm_region_p.Aldy Hernandez1-10/+12
2012-03-05re PR middle-end/52463 (libitm.c/memcpy-1.c FAILs)Aldy Hernandez1-1/+1
2012-02-28re PR middle-end/51752 (trans-mem: publication safety violated)Aldy Hernandez1-7/+50
2012-02-20re PR middle-end/52141 ([trans-mem] ICE due to asm statement in trans-mem.c:e...Aldy Hernandez1-0/+7
2012-02-15Remove mistaken commit.Aldy Hernandez1-4/+0
2012-02-15+ PR middle-end/52142 + * ipa-inline.c (can_inline_edge_p): Do not inline...Aldy Hernandez1-0/+4
2012-02-06re PR middle-end/52047 ([trans-mem] ICE: SIGSEGV in execute_tm_mark (trans-me...Patrick Marlier1-1/+3
2012-01-25Revert * trans-mem.c (requires_barrier): Do not instrument thread localRichard Henderson1-21/+13
2012-01-24+ * trans-mem.c (requires_barrier): Do not instrument thread local + variable...Aldy Hernandez1-13/+21
2012-01-23trans-mem.c (ipa_tm_create_version): Set externally_visible.Aldy Hernandez1-1/+3
2012-01-18trans-mem.c (requires_barrier): Remove call to is_global_var.Aldy Hernandez1-3/+1
2012-01-17re PR other/51165 (gcc.dg/tm/memopt-3.c failure)Aldy Hernandez1-1/+1
2012-01-11tree.h (build_function_decl_skip_args): Add boolean parameter.Eric Botcazou1-1/+1
2012-01-10re PR middle-end/51516 ([trans-mem] problem with TM clone aliases)Aldy Hernandez1-32/+58
2012-01-09gimple.c (is_gimple_non_addressable): Remove.Aldy Hernandez1-1/+1