summaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
Commit message (Expand)AuthorAgeFilesLines
* Remove MPXMartin Liska2018-06-081-10/+2
* re PR middle-end/85879 (ICE in expand_debug_locations, at cfgexpand.c:5405)Chung-Lin Tang2018-05-311-3/+6
* Replace FMA_EXPR with one internal fn per optabRichard Sandiford2018-05-181-1/+0
* re PR middle-end/85567 (internal compiler error: in gimplify_modify_expr, at ...Richard Biener2018-05-021-2/+5
* PR c++/61982 - dead stores to destroyed objects.Jason Merrill2018-04-301-2/+7
* tree.c (build_clobber): New.Jason Merrill2018-04-301-5/+2
* Fix wrong use-after-scope sanitization for omp variable (PR sanitizer/85081).Jakub Jelinek2018-03-281-6/+4
* re PR c++/79937 (ICE in replace_placeholders_r)Jakub Jelinek2018-03-161-0/+2
* re PR sanitizer/81715 (asan-stack=1 redzone allocation is too inflexible)Jakub Jelinek2018-01-181-2/+9
* re PR libgomp/83590 ([nvptx] openacc reduction C regressions)Jakub Jelinek2018-01-161-1/+10
* Allow variable-sized temporary variables in gimplify.cRichard Sandiford2018-01-121-2/+2
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* poly_int: get_inner_reference & co.Richard Sandiford2017-12-211-13/+13
* gimplify.c (gimplify_return_expr): Remove dead error_mark_node check.Paolo Carlini2017-12-201-2/+1
* poly_int: tree constantsRichard Sandiford2017-12-201-1/+1
* gimplify.c (gimplify_expr): Use error_operand_p.Paolo Carlini2017-12-191-3/+1
* [SFN] introduce statement frontier notes, still disabledAlexandre Oliva2017-12-121-33/+125
* [SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva2017-12-121-10/+13
* re PR c/79153 (-Wimplicit-fallthrough missed warning)Jakub Jelinek2017-12-011-3/+57
* Remove Cilk Plus support.Julia Koval2017-11-281-54/+0
* tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek2017-11-281-5/+1
* generic.texi (ANNOTATE_EXPR): Document 3rd operand.Eric Botcazou2017-11-231-1/+3
* re PR fortran/83017 (DO CONCURRENT not parallelizing)Richard Biener2017-11-171-0/+1
* Simplify call of gimple_call_internal_p.Martin Liska2017-11-081-4/+2
* Fix fallthrough attribute ignorance w/ -fsanitize=address (PR sanitizer/82792).Martin Liska2017-11-081-2/+6
* Fix ia64 build failure.James E Wilson2017-10-301-0/+1
* Fix cygwin builds, broken by PR sanitizer/82517 fix.James E Wilson2017-10-291-0/+1
* Add generic part for Intel CET enabling. The spec is available atIgor Tsimbalist2017-10-201-4/+2
* asan.c (handle_builtin_alloca): Deal with all alloca variants.Eric Botcazou2017-10-191-5/+3
* Do not instrument use-after-scope for vars with large alignment (PR sanitizer...Martin Liska2017-10-191-1/+4
* re PR c++/82159 (ICE: in assign_temp, at function.c:961)Jakub Jelinek2017-09-271-1/+6
* Set the call nothrow flag more oftenRichard Sandiford2017-08-291-1/+3
* gimplify.c (gimplify_adjust_omp_clauses): Compare with 0 instead of 1.Marek Polacek2017-08-171-1/+1
* trans.c: Include header files.Martin Liska2017-08-081-0/+2
* re PR c/69389 (bit field incompatible with OpenMP atomic update)Jakub Jelinek2017-08-071-0/+6
* Recover GOTO predictor.Jan Hubicka2017-07-311-1/+3
* Remove a Java-specific hunk.Martin Liska2017-07-311-8/+2
* gimplify.c (mostly_copy_tree_r): Revert latest change.Eric Botcazou2017-07-161-5/+19
* Remove Java references in source code.Martin Liska2017-07-141-19/+5
* Rework cold and hot label attributes in predict.c.Martin Liska2017-06-211-1/+9
* Make early return predictor more precise.Martin Liska2017-06-211-0/+16
* re PR c++/81130 (ICE OpenMP shared clause in gimplify_var_or_parm_decl, at gi...Jakub Jelinek2017-06-211-3/+5
* Initialize live_switch_vars for SWITCH_BODY == STATEMENT_LIST (PR sanitizer/8...Martin Liska2017-06-191-1/+2
* Implement no_sanitize function attributeMartin Liska2017-06-131-3/+2
* dumpfile.h (enum tree_dump_index): Rename TDI_generic to TDI_gimple.Jakub Jelinek2017-06-071-1/+1
* gimplify_modify_expr: avoid DECL_DEBUG_EXPR links across functionsPierre-Marie de Rodat2017-05-301-1/+2
* re PR middle-end/80809 (Multi-free error for variable size array used within ...Jakub Jelinek2017-05-221-3/+3
* OpenACC 2.5 default (present) clauseThomas Schwinge2017-05-191-9/+43
* Clarify gcc/gimplify.c:oacc_default_clauseThomas Schwinge2017-05-191-18/+22
* Add default value for last argument of dump functions.Martin Liska2017-05-161-1/+1