aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
AgeCommit message (Expand)Author
2017-06-19Initialize live_switch_vars for SWITCH_BODY == STATEMENT_LIST (PR sanitizer/8...Martin Liska
2017-06-13Implement no_sanitize function attributeMartin Liska
2017-06-07 * dumpfile.h (enum tree_dump_index): Rename TDI_generic toJakub Jelinek
2017-05-30gimplify_modify_expr: avoid DECL_DEBUG_EXPR links across functionsPierre-Marie de Rodat
2017-05-22 PR middle-end/80809Jakub Jelinek
2017-05-19OpenACC 2.5 default (present) clauseThomas Schwinge
2017-05-19Clarify gcc/gimplify.c:oacc_default_clauseThomas Schwinge
2017-05-16Add default value for last argument of dump functions.Martin Liska
2017-05-11 * dumpfle.h (dump_function): Declare here ...Nathan Sidwell
2017-05-012017-05-01 Xi Ruoyao <ryxi@stu.xidian.edu.cn>Xi Ruoyao
2017-04-102017-04-10 Richard Biener <rguenther@suse.de>Richard Biener
2017-03-30 PR translation/80189Jakub Jelinek
2017-03-232017-03-23 Richard Biener <rguenther@suse.de>Richard Biener
2017-03-22 PR c++/80129Jakub Jelinek
2017-03-22 PR c++/80029Cesar Philippidis
2017-03-212017-03-21 Richard Biener <rguenther@suse.de>Richard Biener
2017-03-08 PR c/79940Jakub Jelinek
2017-02-20 PR middle-end/79537Marek Polacek
2017-02-09 PR c/79431Jakub Jelinek
2017-02-092017-02-09 Nathan Sidwell <nathan@codesourcery.com>Chung-Lin Tang
2017-01-262017-01-26 David Sherwood <david.sherwood@arm.com>David Sherwood
2017-01-23use-after-scope: handle writes to a poisoned variableMartin Liska
2017-01-20 PR c/79152Marek Polacek
2017-01-16 PR c/79089Jakub Jelinek
2017-01-05Do not sanitize in an abnormal context (PR sanitizer/78815).Martin Liska
2017-01-01 Update copyright years.Jakub Jelinek
2016-12-14Split omp-low into multiple filesMartin Jambor
2016-12-13Add pretty printer for ASAN_MARK and add a helper fnMartin Liska
2016-12-12 PR middle-end/78716Marek Polacek
2016-11-162016-11-16 Richard Biener <rguenther@suse.de>Richard Biener
2016-11-16Fix PR sanitizer/78270 (part 2)Martin Liska
2016-11-10gcc/Jakub Jelinek
2016-11-10Create live_switch_vars conditionally (PR sanitizer/78270)Martin Liska
2016-11-08use-after-scope falloutMartin Liska
2016-11-07Introduce -fsanitize-address-use-after-scopeMartin Liska
2016-10-28gcc:Will Schmidt
2016-10-26 PR fortran/77973Jakub Jelinek
2016-10-21 * gimplify.c (gimplify_bind_expr): Handle oacc_declare_returnsJakub Jelinek
2016-10-172016-10-17 Richard Biener <rguenther@suse.de>Richard Biener
2016-10-11gcc/Jakub Jelinek
2016-10-09 * tree-ssa.c (target_for_debug_bind, verify_phi_args,Jakub Jelinek
2016-10-07 * gimplify.c (should_warn_for_implicit_fallthrough): Check forMarek Polacek
2016-10-07 PR c++/77803Marek Polacek
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek
2016-09-10Make canonical_va_list_type more strictTom de Vries
2016-09-02 PR c/65467Jakub Jelinek
2016-09-01gcc/c-family/ChangeLog:Martin Sebor
2016-08-29Handle errors in both args of va_argTom de Vries
2016-08-182016-08-18 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang
2016-08-12 PR c/7652Marek Polacek