summaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
Commit message (Expand)AuthorAgeFilesLines
...
* dumpfle.h (dump_function): Declare here ...Nathan Sidwell2017-05-111-1/+1
* re PR c++/80038 (Random segfault using local vectors in Cilk function)Xi Ruoyao2017-05-011-0/+21
* re PR tree-optimization/80344 (-Wuninitialized triggering on a ctor on ARM)Richard Biener2017-04-101-1/+3
* re PR translation/80189 (gimplify.c: check whether parallel/task/teams should...Jakub Jelinek2017-03-301-2/+2
* re PR tree-optimization/80032 (C++ excessive stack usage (no stack reuse))Richard Biener2017-03-231-14/+23
* re PR c++/80129 (wrong code with ternary struct assignment to const)Jakub Jelinek2017-03-221-0/+8
* re PR c++/80029 (valgrind error in new_omp_context(omp_region_type) (gimplify...Cesar Philippidis2017-03-221-5/+26
* re PR tree-optimization/80032 (C++ excessive stack usage (no stack reuse))Richard Biener2017-03-211-8/+7
* re PR c/79940 (OpenMP pragma - internal compiler error with taskloop)Jakub Jelinek2017-03-081-2/+9
* re PR middle-end/79537 (ICE in gimplify_expr, at gimplify.c:12009)Marek Polacek2017-02-201-2/+5
* re PR c/79431 (ICE in get, at cgraph.h:397)Jakub Jelinek2017-02-091-2/+3
* gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE.Chung-Lin Tang2017-02-091-18/+6
* re PR middle-end/79212 (internal compiler error: in maybe_lookup_decl_in_oute...David Sherwood2017-01-261-1/+1
* use-after-scope: handle writes to a poisoned variableMartin Liska2017-01-231-2/+15
* re PR c/79152 (-Wimplicit-fallthrough false positive triggered by goto statem...Marek Polacek2017-01-201-2/+7
* re PR middle-end/79089 (error: incorrect sharing of tree nodes)Jakub Jelinek2017-01-161-2/+4
* Do not sanitize in an abnormal context (PR sanitizer/78815).Martin Liska2017-01-051-8/+10
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Split omp-low into multiple filesMartin Jambor2016-12-141-5/+6
* Add pretty printer for ASAN_MARK and add a helper fnMartin Liska2016-12-131-2/+2
* re PR middle-end/78716 (ICE in gimplify_va_arg_expr, at gimplify.c:12650 (i68...Marek Polacek2016-12-121-1/+1
* re PR middle-end/78333 (always-inline gnu-inline functions break -finstrument...Richard Biener2016-11-161-0/+4
* Fix PR sanitizer/78270 (part 2)Martin Liska2016-11-161-4/+4
* omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek2016-11-101-74/+53
* Create live_switch_vars conditionally (PR sanitizer/78270)Martin Liska2016-11-101-5/+15
* use-after-scope falloutMartin Liska2016-11-081-3/+7
* Introduce -fsanitize-address-use-after-scopeMartin Liska2016-11-071-15/+219
* re PR middle-end/72747 (powerpc: wrong code generated for vec_splats in casca...Will Schmidt2016-10-281-12/+11
* re PR fortran/77973 (ICE in scan_omp_1_op, at omp-low.c:3841)Jakub Jelinek2016-10-261-3/+10
* gimplify.c (gimplify_bind_expr): Handle oacc_declare_returns even for -fstack...Jakub Jelinek2016-10-211-14/+17
* gimplify.c (gimplify_function_tree): Do not move the outer binds block.Richard Biener2016-10-171-8/+2
* gcc/Jakub Jelinek2016-10-121-2/+2
* tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek2016-10-091-17/+16
* gimplify.c (should_warn_for_implicit_fallthrough): Check for FALLTHROUGH_LABE...Marek Polacek2016-10-071-1/+4
* re PR c++/77803 (Bogus implicit-fallthrough warning)Marek Polacek2016-10-071-0/+2
* Implement -Wimplicit-fallthrough.Marek Polacek2016-09-261-5/+449
* Make canonical_va_list_type more strictTom de Vries2016-09-101-0/+5
* re PR c/65467 ([libgomp] sorry, unimplemented: '_Atomic' with OpenMP)Jakub Jelinek2016-09-021-3/+33
* c-ada-spec.c (dump_ada_function_declaration): Increase buffer size to guarant...Martin Sebor2016-09-011-2/+3
* Handle errors in both args of va_argTom de Vries2016-08-291-6/+1
* re PR middle-end/70895 (OpenACC: loop reduction does not work. Output is zero.)Chung-Lin Tang2016-08-181-0/+39
* re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek2016-08-121-1/+4
* re PR tree-optimization/71104 (ICE: verify_ssa failed (with vfork / error: d...Richard Biener2016-07-131-0/+12
* Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger2016-07-111-3/+2
* P0145: Refining Expression Order for C++ (assignment)Jason Merrill2016-07-081-6/+31
* gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFs with base of re...Jakub Jelinek2016-06-161-6/+49
* re PR middle-end/71476 (ICE in gimplify_switch_expr with -Wswitch-unreachable)Marek Polacek2016-06-131-33/+69
* [PR middle-end/71373] Handle more OMP_CLAUSE_* in nested function decompositionThomas Schwinge2016-06-101-0/+6
* re PR middle-end/71371 (ICE with OpenMP taskloop and addressable iterator)Jakub Jelinek2016-06-011-0/+5
* Remove the unused OMP_CLAUSE_DEVICE_RESIDENTThomas Schwinge2016-06-011-5/+0