aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
AgeCommit message (Expand)Author
2019-11-11Assert 'offset2' instead of 'offset' in 'gcc/gimplify.c:gimplify_scan_omp_cla...Thomas Schwinge
2019-08-302019-08-30 Richard Biener <rguenther@suse.de>Richard Biener
2019-08-29 Backported from mainlineJakub Jelinek
2019-05-24Backport r271548Martin Liska
2019-04-30 Backported from mainlineJakub Jelinek
2019-04-30 Backported from mainlineJakub Jelinek
2019-02-07 Backported from mainlineJakub Jelinek
2019-02-07 Backported from mainlineJakub Jelinek
2019-01-08 Backported from mainlineJakub Jelinek
2019-01-02Backport of the "asm inline" patchesSegher Boessenkool
2018-12-28poly_int: get_inner_reference & co.: fix known_eq typo/bugThomas Schwinge
2018-07-26 Backported from mainlineJakub Jelinek
2018-06-19 * gimplify.c (gimplify_init_constructor): Really never clear for anEric Botcazou
2018-05-082018-05-08 Richard Biener <rguenther@suse.de>Richard Biener
2018-03-28Fix wrong use-after-scope sanitization for omp variable (PR sanitizer/85081).Jakub Jelinek
2018-03-16 PR c++/79937Jakub Jelinek
2018-01-18 PR sanitizer/81715Jakub Jelinek
2018-01-16 PR libgomp/83590Jakub Jelinek
2018-01-12Allow variable-sized temporary variables in gimplify.cRichard Sandiford
2018-01-03 Update copyright years.Jakub Jelinek
2017-12-21poly_int: get_inner_reference & co.Richard Sandiford
2017-12-202017-12-20 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini
2017-12-20poly_int: tree constantsRichard Sandiford
2017-12-192017-12-19 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva
2017-12-01 PR c/79153Jakub Jelinek
2017-11-28Remove Cilk Plus support.Julia Koval
2017-11-28 * tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek
2017-11-23 * doc/generic.texi (ANNOTATE_EXPR): Document 3rd operand.Eric Botcazou
2017-11-172017-11-17 Richard Biener <rguenther@suse.de>Richard Biener
2017-11-08Simplify call of gimple_call_internal_p.Martin Liska
2017-11-08Fix fallthrough attribute ignorance w/ -fsanitize=address (PR sanitizer/82792).Martin Liska
2017-10-30Fix ia64 build failure.Jim Wilson
2017-10-30Fix cygwin builds, broken by PR sanitizer/82517 fix.Jim Wilson
2017-10-20Add generic part for Intel CET enabling. The spec is available atIgor Tsimbalist
2017-10-19 * asan.c (handle_builtin_alloca): Deal with all alloca variants.Eric Botcazou
2017-10-19Do not instrument use-after-scope for vars with large alignment (PR sanitizer...Martin Liska
2017-09-27 PR c++/82159Jakub Jelinek
2017-08-29Set the call nothrow flag more oftenRichard Sandiford
2017-08-17 * gimplify.c (gimplify_adjust_omp_clauses): Compare with 0 instead ofMarek Polacek
2017-08-08.Martin Liska
2017-08-07 PR c/69389Jakub Jelinek
2017-07-31Recover GOTO predictor.Jan Hubicka
2017-07-31Remove a Java-specific hunk.Martin Liska
2017-07-16 * gimplify.c (mostly_copy_tree_r): Revert latest change.Eric Botcazou
2017-07-14Remove Java references in source code.Martin Liska
2017-06-21Rework cold and hot label attributes in predict.c.Martin Liska
2017-06-21Make early return predictor more precise.Martin Liska
2017-06-21 PR c++/81130Jakub Jelinek