summaryrefslogtreecommitdiff
path: root/gcc/tree-stdarg.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-08-27Come up with fndecl_built_in_p.Martin Liska
2018-06-08Remove MPXMartin Liska
2018-01-03Update copyright years.Jakub Jelinek
2017-03-23re PR tree-optimization/79908 (ICE in gimplify_expr (gimplify.c:12155) gimpli...William Schmidt
2017-03-21re PR tree-optimization/79908 (ICE in gimplify_expr (gimplify.c:12155) gimpli...Bill Schmidt
2017-03-21re PR tree-optimization/79908 (ICE in gimplify_expr (gimplify.c:12155) gimpli...Bill Schmidt
2017-01-01Update copyright years.Jakub Jelinek
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek
2016-09-26ipa-inline-analysis.c (find_foldable_builtin_expect): Use gimple_call_interna...Marek Polacek
2016-07-26use auto_sbitmap in various placesTrevor Saunders
2016-07-13use auto_vec for more local variablesTrevor Saunders
2016-01-08re PR tree-optimization/69162 (ICE in create_tmp_var, at gimple-expr.c:468)Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-12-10tree-chkp.c (chkp_call_returns_bounds_p): Return true for VA_ARG call.Ilya Enkovich
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-10-08[PATCH] [3/n] Fix minor SSA_NAME leaksJeff Law
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-09Handle location in expand_ifn_va_arg_1Tom de Vries
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-05-18Move array-type va_list handling to build_va_argTom de Vries
2015-05-13Gimplify va_arg ap based on do_derefTom de Vries
2015-05-12Don't take address of ap unless necessaryTom de Vries
2015-04-28Evaluate side-effects in expand_ifn_va_arg_1Tom de Vries
2015-04-17Postpone expanding va_arg until pass_stdargTom de Vries
2015-04-17Factor optimize_va_list_gpr_fpr_size out of pass_stdarg::executeTom de Vries
2015-02-20tree-streamer.c (preload_common_nodes): Don't preload TI_VA_LIST* for offload...Bernd Schmidt
2015-02-18Add fstdarg-optTom de Vries
2015-02-09re PR target/64979 (stdarg optimization not able to find escape sites in phi ...Jakub Jelinek
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-10-16function.h: Flatten file.Andrew MacLeod
2014-07-09remove has_executeTrevor Saunders
2014-04-17pass cfun to pass::executeTrevor Saunders
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders
2014-04-17remove has_gateTrevor Saunders
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm
2013-12-09Eliminate last_basic_block macro.David Malcolm
2013-11-22gimple.h: Remove all includes.Andrew MacLeod