summaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
Commit message (Expand)AuthorAgeFilesLines
* PR c++/82159jakub2017-09-271-1/+6
* Set the call nothrow flag more oftenrsandifo2017-08-291-1/+3
* * gimplify.c (gimplify_adjust_omp_clauses): Compare with 0 instead ofmpolacek2017-08-171-1/+1
* .marxin2017-08-081-0/+2
* PR c/69389jakub2017-08-071-0/+6
* Recover GOTO predictor.marxin2017-07-311-1/+3
* Remove a Java-specific hunk.marxin2017-07-311-8/+2
* * gimplify.c (mostly_copy_tree_r): Revert latest change.ebotcazou2017-07-161-5/+19
* Remove Java references in source code.marxin2017-07-141-19/+5
* Rework cold and hot label attributes in predict.c.marxin2017-06-211-1/+9
* Make early return predictor more precise.marxin2017-06-211-0/+16
* PR c++/81130jakub2017-06-211-3/+5
* Initialize live_switch_vars for SWITCH_BODY == STATEMENT_LIST (PR sanitizer/8...marxin2017-06-191-1/+2
* Implement no_sanitize function attributemarxin2017-06-131-3/+2
* * dumpfile.h (enum tree_dump_index): Rename TDI_generic tojakub2017-06-071-1/+1
* gimplify_modify_expr: avoid DECL_DEBUG_EXPR links across functionspmderodat2017-05-301-1/+2
* PR middle-end/80809jakub2017-05-221-3/+3
* OpenACC 2.5 default (present) clausetschwinge2017-05-191-9/+43
* Clarify gcc/gimplify.c:oacc_default_clausetschwinge2017-05-191-18/+22
* Add default value for last argument of dump functions.marxin2017-05-161-1/+1
* * dumpfle.h (dump_function): Declare here ...nathan2017-05-111-1/+1
* 2017-05-01 Xi Ruoyao <ryxi@stu.xidian.edu.cn>law2017-05-011-0/+21
* 2017-04-10 Richard Biener <rguenther@suse.de>rguenth2017-04-101-1/+3
* PR translation/80189jakub2017-03-301-2/+2
* 2017-03-23 Richard Biener <rguenther@suse.de>rguenth2017-03-231-14/+23
* PR c++/80129jakub2017-03-221-0/+8
* PR c++/80029cesar2017-03-221-5/+26
* 2017-03-21 Richard Biener <rguenther@suse.de>rguenth2017-03-211-8/+7
* PR c/79940jakub2017-03-081-2/+9
* PR middle-end/79537mpolacek2017-02-201-2/+5
* PR c/79431jakub2017-02-091-2/+3
* 2017-02-09 Nathan Sidwell <nathan@codesourcery.com>cltang2017-02-091-18/+6
* 2017-01-26 David Sherwood <david.sherwood@arm.com>davids2017-01-261-1/+1
* use-after-scope: handle writes to a poisoned variablemarxin2017-01-231-2/+15
* PR c/79152mpolacek2017-01-201-2/+7
* PR c/79089jakub2017-01-161-2/+4
* Do not sanitize in an abnormal context (PR sanitizer/78815).marxin2017-01-051-8/+10
* Update copyright years.jakub2017-01-011-1/+1
* Split omp-low into multiple filesjamborm2016-12-141-5/+6
* Add pretty printer for ASAN_MARK and add a helper fnmarxin2016-12-131-2/+2
* PR middle-end/78716mpolacek2016-12-121-1/+1
* 2016-11-16 Richard Biener <rguenther@suse.de>rguenth2016-11-161-0/+4
* Fix PR sanitizer/78270 (part 2)marxin2016-11-161-4/+4
* gcc/jakub2016-11-101-74/+53
* Create live_switch_vars conditionally (PR sanitizer/78270)marxin2016-11-101-5/+15
* use-after-scope falloutmarxin2016-11-081-3/+7
* Introduce -fsanitize-address-use-after-scopemarxin2016-11-071-15/+219
* gcc:willschm2016-10-281-12/+11
* PR fortran/77973jakub2016-10-261-3/+10
* * gimplify.c (gimplify_bind_expr): Handle oacc_declare_returnsjakub2016-10-211-14/+17