aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-06-28openmp: Add warning when functions containing metadirectives with 'construct=...Kwok Cheung Yeung8-2/+77
2022-06-28openmp: Add support for 'target_device' context selector setKwok Cheung Yeung14-16/+260
2022-06-28openmp: Metadirective fixesKwok Cheung Yeung6-19/+34
2022-06-28openmp: Add testcases for metadirectivesKwok Cheung Yeung14-0/+494
2022-06-28openmp, fortran: Add Fortran support for parsing metadirectivesKwok Cheung Yeung18-318/+809
2022-06-28openmp: Add C++ support for parsing metadirectivesKwok Cheung Yeung2-8/+430
2022-06-28openmp: Add support for streaming metadirectives and resolving them after LTOKwok Cheung Yeung7-0/+220
2022-06-28openmp: Add support for resolving metadirectives during parsing and Gimplific...Kwok Cheung Yeung6-10/+367
2022-06-28openmp: Add middle-end support for metadirectivesKwok Cheung Yeung15-1/+633
2022-06-28openmp: Add C support for parsing metadirectivesKwok Cheung Yeung13-14/+499
2022-06-28ifcvt: Don't introduce trapping or faulting reads in noce_try_sign_mask [PR10...Jakub Jelinek2-7/+29
2022-06-28expand: Fix up expand_cond_expr_using_cmove [PR106030]Jakub Jelinek2-1/+18
2022-06-28loongarch: exclude LARCH_PROLOGUE_TEMP from SIBCALL_REGS [PR 106096]Xi Ruoyao4-2/+111
2022-06-28Daily bump.GCC Administrator1-1/+1
2022-06-27Daily bump.GCC Administrator1-1/+1
2022-06-26Daily bump.GCC Administrator1-1/+1
2022-06-25Daily bump.GCC Administrator4-1/+26
2022-06-24openacc: Adjust test expectations to new "kernels" handlingFrederik Harwath53-686/+887
2022-06-24tilegx: Fix infinite loop in gen-mul-tables generatorIain Buclaw1-2/+2
2022-06-23c++: constexpr folding in unevaluated context [PR105931]Patrick Palka2-0/+16
2022-06-24Daily bump.GCC Administrator4-1/+103
2022-06-23c++: anon union designated init [PR105925]Jason Merrill2-0/+25
2022-06-23c++: -Waddress and value-dependent expr [PR105885]Jason Merrill2-0/+22
2022-06-23ipa-icf: skip variables with body_removedMartin Liska1-3/+4
2022-06-23tree-object-size: Don't let error_mark_node escape for ADDR_EXPR [PR105736]Siddhesh Poyarekar2-9/+29
2022-06-22c++: dependence of baselink [PR105964]Jason Merrill2-0/+29
2022-06-22c++: class scope function lookup [PR105908]Jason Merrill2-0/+21
2022-06-22aarch64: Revert bogus fix for PR105254Richard Sandiford2-8/+17
2022-06-22vect: Move suggested_unroll_factor applying [PR105940]Kewen Lin1-3/+3
2022-06-23Daily bump.GCC Administrator1-1/+1
2022-06-22Daily bump.GCC Administrator3-1/+18
2022-06-21i386: Disallow sibcall for calling ifunc functions with PIC registerH.J. Lu2-0/+28
2022-06-21graphite: Accept loops without data referencesFrederik Harwath2-13/+5
2022-06-21graphite: Adjust scop loop-nest choiceFrederik Harwath4-6/+27
2022-06-21graphite: Tune parameters for OpenACC useFrederik Harwath6-6/+115
2022-06-21openacc: Disable pass_pre on outlined functions analyzed by GraphiteFrederik Harwath2-0/+22
2022-06-21openacc: Handle internal function calls in pass_limFrederik Harwath5-12/+67
2022-06-21openacc: Warn about "independent" "kernels" loops with data-dependencesFrederik Harwath3-0/+60
2022-06-21openacc: Add runtime alias checking for OpenACC kernelsAndrew Stubbs5-209/+390
2022-06-21openacc: Add data optimization passAndrew Stubbs17-7/+2462
2022-06-21Add function for printing a single OMP_CLAUSEFrederik Harwath3-0/+17
2022-06-21openacc: Remove unused partitioning in "kernels" regionsFrederik Harwath2-5/+53
2022-06-21openacc: Add further kernels testsFrederik Harwath17-24/+1013
2022-06-21openacc: Add "can_be_parallel" flag info to "graph" dumpsFrederik Harwath2-11/+32
2022-06-21openacc: Use Graphite for dependence analysis in "kernels" regionsFrederik Harwath52-400/+3250
2022-06-21graphite: Add runtime alias checkingFrederik Harwath9-20/+344
2022-06-21Move compute_alias_check_pairs to tree-data-ref.cFrederik Harwath4-87/+103
2022-06-21Fix branch prediction dump messageFrederik Harwath2-1/+5
2022-06-21graphite: Fix minor mistakes in commentsFrederik Harwath3-3/+10
2022-06-21graphite: Rename isl_id_for_ssa_nameFrederik Harwath2-10/+17