aboutsummaryrefslogtreecommitdiff
path: root/gcc/trans-mem.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-1/+1
2013-12-13re PR tree-optimization/59149 (diagnose_tm_1 calls flags_from_decl_or_type on...Aldy Hernandez1-1/+2
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-12-09Eliminate last_basic_block macro.David Malcolm1-2/+2
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-4/+5
2013-12-04Implement -fsanitize=signed-integer-overflow.Marek Polacek1-6/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+6
2013-11-22add auto_vecTrevor Saunders1-9/+4
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-7/+11
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+5
2013-11-18c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford1-1/+1
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-4/+4
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-4/+4
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+2
2013-11-14Add is_tm_endingTom de Vries1-0/+16
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+2
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-08Re-factor tree.h - Part 1.Diego Novillo1-0/+6
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-47/+47
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+5
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-0/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-25/+25
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-128/+249
2013-08-05re PR lto/57602 (Runfails for several C/C++ benchmarks from spec2000 for i686...Jan Hubicka1-0/+1
2013-06-05class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_P instead o...Jan Hubicka1-0/+11
2013-06-01lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...Jan Hubicka1-3/+3
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-7/+5
2013-05-16cfghooks.c (copy_bbs): Add update_dominance argument.Steve Ellcey1-1/+2
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