aboutsummaryrefslogtreecommitdiff
path: root/gcc/trans-mem.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-22Add a fun parameter to three stmt_could_throw... functionsMartin Jambor1-1/+1
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-10/+10
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-10auto-profile.c (afdo_indirect_call): Drop frequency.Jan Hubicka1-6/+2
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-4/+0
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka1-16/+3
2017-08-08trans.c: Include header files.Martin Liska1-1/+2
2017-07-01* trans-mem.c (split_bb_make_tm_edge): Update profile.Jan Hubicka1-1/+6
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-8/+8
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-10/+10
2017-05-16Add default value for last argument of dump functions.Martin Liska1-4/+4
2017-05-11passes.c (execute_function_todo): Verify loops if they are said to be up-to-d...Richard Biener1-0/+2
2017-04-03Fix numerous typos in commentsJonathan Wakely1-1/+1
2017-02-13cprop.c (cprop_jump): Add missing space in string literal.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-1/+1
2016-09-27auto-inc-dec.c (try_merge): Remove break after return.Jakub Jelinek1-1/+0
2016-05-03gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter default true.Richard Biener1-2/+4
2016-01-26re PR middle-end/60908 (compiler bug related to trans-mem.c)Richard Henderson1-3/+4
2016-01-14re PR c/69272 (ICE: in c_builtin_function, at c/c-decl.c:4020 with -fgnu-tm)Richard Henderson1-4/+4
2016-01-13re PR target/68964 (Internal compiler error for test case gcc.dg/tm/20100610....Richard Henderson1-109/+186
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-22re PR ipa/67811 ([TM] ICE with try-block in transaction)Richard Henderson1-57/+58
2015-11-07Handle internal functions in is_tm_pure_callRichard Sandiford1-0/+3
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-3/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-10/+9
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-6/+2
2015-10-02re PR c/59218 (atomic transactions: accesses to volatiles not disallowed in t...Jason Merrill1-13/+17
2015-10-01remove many typedefsTrevor Saunders1-23/+21
2015-09-20switch from gimple to gimple*Trevor Saunders1-46/+46
2015-09-01+ * trans-mem.c: Add contributed-by.Aldy Hernandez1-0/+2
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders1-14/+42
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders1-42/+14
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-16/+5
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.Richard Sandiford1-3/+1
2015-06-25hash-traits.h (ggc_cache_hasher): Rename to...Richard Sandiford1-1/+1
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford1-6/+2
2015-06-25decl.c (value_annotation_hasher::handle_cache_entry): Delete.Richard Sandiford1-11/+5
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-04-18remove need for store_values_directlyTrevor Saunders1-20/+20
2015-02-18re PR ipa/65087 (r220742 causes: ICE: in ipcp_verify_propagated_values, at ip...Jakub Jelinek1-1/+2
2015-02-16re PR ipa/64963 (IPA Cloning/Splitting does not copy function section attribu...Jakub Jelinek1-0/+1
2015-01-13re PR middle-end/64391 (ICE: SIGSEGV in get_attrs_for (trans-mem.c:179) with ...Marek Polacek1-3/+6
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-6/+3