aboutsummaryrefslogtreecommitdiff
path: root/gcc/trans-mem.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-06Improve warning suppression for inlined functions.Martin Sebor1-6/+2
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-10Refactor copying decl section namesStrager Neds1-1/+1
2020-10-23Move thunks out of cgraph_nodeJan Hubicka1-2/+6
2020-08-27vec: add exact argument for various grow functions.Martin Liska1-2/+2
2020-06-10tmmark: verify_ssa failed [PR95569]Qian Chao1-0/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-1/+1
2019-10-30Remove cgraph_local_info structure.Martin Liska1-11/+11
2019-09-20New IPA-SRAMartin Jambor1-2/+1
2019-08-13Protect some checks of DECL_FUNCTION_CODERichard Sandiford1-2/+1
2019-06-11re PR bootstrap/90819 (-Walloc-size-larger-than error in trans-mem.c)Jakub Jelinek1-2/+2
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-4/+5
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-15re PR tree-optimization/88029 (ICE in execute_todo, at passes.c:1974)Richard Biener1-14/+1
2018-11-05Come up with SIZE_AMOUNT and use it in memory statistics and sort stats.Martin Liska1-1/+1
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