Load new scanlang.exp
[gcc.git] / libgomp / testsuite /
2017-05-12 Rainer OrthLoad new scanlang.exp
2017-04-20 Alexander Monakovomp-low: fix lastprivate/linear lowering for SIMT
2017-04-11 Jakub Jelinekre PR libgomp/80394 (Empty OpenMP task is wrongly remov...
2017-03-22 Cesar Philippidisre PR c++/80029 (valgrind error in new_omp_context...
2017-03-08 Jakub Jelinekre PR c/79940 (OpenMP pragma - internal compiler error...
2017-02-15 Rainer OrthEnable libgomp.c/pr48591.c on __float128 targets
2017-02-11 John David Anglinloop-dim-default.c: Remove hppa*-*-* dg-skip-if directive.
2017-02-09 Jakub Jelinekloop-dim-default.c: Move dg-skip-if directive into...
2017-02-09 Chung-Lin Tanggimplify.c (gimplify_scan_omp_clauses): No special...
2017-02-09 John David Anglinloop-dim-default.c: Skip on hppa*-*-*.
2017-01-26 Jakub Jelinek* testsuite/lib/libgomp.exp
2017-01-26 Jakub Jelinekdeclare-simd-4.f90: Add cleanup-modules directive.
2017-01-21 Jakub Jelinekre PR other/79046 (g++ -print-file-name=plugin uses...
2017-01-17 Jakub Jelinekre PR other/79046 (g++ -print-file-name=plugin uses...
2017-01-01 Jakub JelinekUpdate copyright years.
2016-11-30 Alexander Monakovlibgomp: regenerate with automake-1.11.6
2016-11-23 Alexander MonakovOpenMP offloading to NVPTX: libgomp changes
2016-11-23 Martin Jamborbackport: hsa-builtins.def: New file.
2016-11-23 Martin LiskaRemove build dependence on HSA run-time
2016-11-15 Martin Jamborlibgomp testsuite: add missing map clauses
2016-11-10 Jakub Jelinekcpp.c (cpp_define_builtins): Define _OPENMP to 201511...
2016-11-10 Jakub Jelinekomp-low.c (lower_omp_target): Fix up argument to is_ref...
2016-11-02 Cesar Philippidisnvptx.c (PTX_GANG_DEFAULT): Set to zero.
2016-09-14 Marek Polacektypeck.c (cp_build_unary_op): Diagnose incrementing...
2016-08-19 Jakub Jelinekre PR fortran/71014 (associate statement inside omp...
2016-08-18 Chung-Lin Tangre PR middle-end/70895 (OpenACC: loop reduction does...
2016-08-14 Chung-Lin Tangre PR fortran/70598 (Fortran OpenACC host_data construc...
2016-08-08 Jakub Jelinekre PR c++/58706 (ICE with lambda in OpenMP for-loop)
2016-08-04 Thomas SchwingeC++ OpenACC routine directive testing: templated, and...
2016-08-04 Thomas SchwingeMake libgomp.oacc-c-c++-common/crash-1.c a "link" test...
2016-08-03 Nathan Sidwellnvptx.c (nvptx_declare_function_name): Round frame...
2016-07-15 Cesar Philippidisc-parser.c (c_parser_oacc_declare): Don't scan for...
2016-07-03 H.J. LuAdd 2 tests for PR middle-end/71734
2016-07-01 Jakub Jelinekre PR fortran/71717 (A gfortran silent "wrong code...
2016-06-17 Jakub Jelineksemantics.c (handle_omp_array_sections_1): Don't ICE...
2016-06-16 Jakub Jelinekgimplify.c (gimplify_scan_omp_clauses): Handle COMPONEN...
2016-06-10 Thomas Schwinge[PR middle-end/71373] Handle more OMP_CLAUSE_* in neste...
2016-06-10 Thomas Schwinge[PR c/71381] C/C++ OpenACC cache directive rejects...
2016-06-03 Chung-Lin Tangc-typeck.c (c_finish_omp_clauses): Mark OpenACC reducti...
2016-06-01 Cesar Philippidisre PR c/70688 (bogus OpenACC data clause errors involvi...
2016-05-26 Jakub Jelinekc-parser.c (c_parser_omp_clause_schedule): Warn if...
2016-05-24 Cesar Philippidisc-parser.c (c_parser_oacc_declare): Add support for...
2016-05-23 Martin Jambor[hsa] Avoid segfault in hsa switch expansion
2016-05-16 Martin Jambor[hsa] Increase hsa symbol alignment to natural one
2016-05-02 Nathan Sidwellomp-low.c (struct oacc_loop): Add 'inner' field.
2016-04-29 Cesar Philippidisre PR middle-end/70626 (bogus results in 'acc parallel...
2016-04-20 Jakub Jelinekre PR middle-end/70680 (OpenMP SIMD linear variable...
2016-04-14 Cesar Philippidisnon-scalar-data.f90: Don't pass parameter variables...
2016-04-14 Cesar Philippidisre PR middle-end/70643 (broken openacc reduction inside...
2016-04-13 Cesar Philippidisre PR testsuite/68242 (FAIL: libgomp.oacc-c-c++-common...
2016-04-12 Thomas SchwingeMerge libgomp.oacc-c-c++-common/loop-reduction-*.c...
2016-04-12 Thomas SchwingeImprove libgomp.oacc-c-c++-common/par-loop-comb-reducti...
2016-04-12 Jakub Jelinekomp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE...
2016-04-08 Cesar Philippidisre PR lto/70289 ([openacc] ICE in input_varpool_node)
2016-03-30 Thomas SchwingeUpdate OpenACC test cases
2016-03-29 Thomas SchwingeAvoid ERROR in libgomp.oacc-c++/c++.exp in non-C++...
2016-03-24 Thomas SchwingeAlso test -O0 for OpenACC C, C++ offloading test cases
2016-03-23 Jakub Jelinekre PR c++/70376 (OpenMP taskloop construct fails to...
2016-03-23 Tom de VriesAdd missing initializations in oacc testcases
2016-03-23 James Norrisre PR libgomp/69414 ([OpenACC] "!$acc update self"...
2016-03-16 Thomas SchwingeNowadays, we use plain -fopenacc to enable OpenACC...
2016-03-13 Thomas Schwingelibgcc_s is required by libstdc++
2016-03-10 Cesar Philippidisre PR testsuite/70009 (test case libgomp.oacc-c-c+...
2016-03-09 Tom de VriesAdd oacc kernels testcases in libgomp.oacc-fortran
2016-03-07 Martin Jambor[hsa testsuite] New directory for HSA-specific C testcases
2016-03-07 Martin Jambor[hsa testsuite] Adjust libgomp tests that do not work...
2016-03-07 Martin Jambor[hsa testsuite] Suppress hsa warnings in libgomp tests
2016-03-02 Jakub Jelinekre PR libgomp/69555 (libgomp.c++/target-6.C fails becau...
2016-02-26 Keith McDaniel[hsa,testsuite] Introduce offload_device_shared_as...
2016-02-25 Ilya Verbinre PR driver/68463 (Offloading fails when some objects...
2016-02-23 Thomas SchwingeUse plain -fopenacc to enable OpenACC kernels processing
2016-02-22 Cesar Philippidisnvptx.c (nvptx_gen_shuffle): Add support for QImode...
2016-02-19 Jakub Jelinekre PR driver/69805 (ICE in greater_than_spec_func,...
2016-02-16 Tom de VriesDon't call call_cgraph_insertion_hooks in simd_clone_create
2016-02-09 Tom de VriesFix GOMP/GOACC_parallel optimization in ipa-pta
2016-02-09 Tom de VriesHandle -fdiagnostics-color in lto
2016-02-02 Alexander Monakovlibgomp: fix target-31.c testcase
2016-02-02 Alexander Monakovlibgomp: fix teams-3/4 testcases
2016-02-02 James Norris* testsuite/libgomp.oacc-c-c++-common/declare-4.c:...
2016-02-02 Thomas Schwingelibgomp: Skip hsa offloading for OpenACC test cases
2016-02-02 Thomas Schwingelibgomp: Use HSA_RUNTIME_LIB, HSA_KMT_LIB in the testsuite
2016-02-01 Nathan Sidwellnvptx.c (PTX_GANG_DEFAULT): New.
2016-01-26 Tom de VriesHandle DR_NUM_DIMENSIONS == 0 in initialize_data_depend...
2016-01-25 Richard Bienerre PR lto/69393 (ICE in dwarf2out_finish, at dwarf2out...
2016-01-19 Martin JamborMerge of HSA
2016-01-18 Tom de VriesAdd oacc kernels test in libgomp
2016-01-15 Cesar Philippidisgimplify.c (oacc_default_clause): Decode reference...
2016-01-07 H.J. LuMove pr66680.f90 to libgomp
2016-01-07 Jakub Jelinekre PR c/68960 (__attribute__ ((aligned ())) is ignored...
2016-01-06 Nathan Sidwellopenacc.c (acc_on_device): Add routine pragma for C...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-31 Nathan Sidwellloop-red-w-2.c: Correct dg-additional-options syntax.
2015-12-15 Ilya Verbinc-common.c (c_common_attribute_table): Handle "omp...
2015-12-09 Tom de VriesFix GOMP/GOACC_parallel handling in find_func_clobbers
2015-12-02 Thomas SchwingeSome OpenACC host_data cleanup
2015-12-02 Tom de VriesHandle BUILT_IN_GOACC_PARALLEL in ipa-pta
2015-12-01 Julian BrownOpenACC host_data support.
2015-11-30 Cesar Philippidistree-nested.c (convert_nonlocal_omp_clauses): Add suppo...
2015-11-30 Tom de VriesHandle BUILT_IN_GOMP_PARALLEL in ipa-pta
2015-11-27 Jakub Jelinekre PR c/63326 (whether a #pragma is a statement depends...
next