aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-13Decompose OpenACC 'kernels' constructs into parts, a sequence of compute cons...Gergö Barany26-16/+2355
2020-11-13More explicit checking of which OMP constructs we're expectingThomas Schwinge1-14/+45
2020-11-13Attach an attribute to all outlined OpenACC compute regionsThomas Schwinge6-27/+114
2020-11-13Add 'libgomp.oacc-fortran/pr94358-1.f90' [PR94358]Gergö Barany1-0/+34
2020-11-13c++: Add feature test macro for C++20 using enum.Jason Merrill2-0/+7
2020-11-13Fix modref insertion hook.Jan Hubicka1-1/+3
2020-11-13Copied arguments are readonlyJan Hubicka1-1/+1
2020-11-13libstdc++: Avoid more 32-bit time_t overflows in futex callsJonathan Wakely2-14/+70
2020-11-13Clarify the documentation for the ms_abi fucntion attributePeter Jones1-3/+4
2020-11-13Re: Fix gimple_expr_code?Andrew MacLeod2-26/+28
2020-11-13libiberty: Support the new ("v0") mangling scheme in rust-demangleEduard-Mihai Burtescu2-11/+1133
2020-11-13Make strstr.c in libiberty ANSI compliantSeija Kijin1-11/+5
2020-11-13c++: Implement C++20 'using enum'. [PR91367]Jason Merrill20-135/+648
2020-11-13[PATCH] Implementation of asm goto outputsVladimir N. Makarov20-59/+455
2020-11-13openmp: Support allocate for C/C++ array section reductionsJakub Jelinek3-26/+86
2020-11-13ipa-cp: One more safe_add (PR 97816)Martin Jambor1-1/+2
2020-11-13Do not warn about unused macros while processing #pragma GCC optimizePiotr H. Dabrowski3-7/+34
2020-11-13libstdc++: Avoid 32-bit time_t overflows in futex callsJonathan Wakely1-26/+53
2020-11-13Add 3 new EVRP testcases.Andrew MacLeod3-0/+90
2020-11-13testsuite: move expected error locationMartin Liska1-2/+2
2020-11-13libsanitizer: update LOCAL_PATCHES.Martin Liska1-2/+1
2020-11-13libsanitizer: Apply local patches.Martin Liska14-30/+77
2020-11-13libsanitizer: merge from master.Martin Liska92-1315/+580
2020-11-13MSP430: Skip index-1.c testJozef Lawrynowicz1-0/+2
2020-11-13MSP430: Implement TARGET_INSN_COSTJozef Lawrynowicz6-5/+189
2020-11-13MSP430: Add defaulting to the insn length attributeJozef Lawrynowicz5-121/+506
2020-11-13MSP430: Implement TARGET_RTX_COSTSJozef Lawrynowicz1-17/+485
2020-11-13MSP430: Implement TARGET_MEMORY_MOVE_COSTJozef Lawrynowicz1-0/+129
2020-11-13Improve handling of memory operands in ipa-icf 2/4Jan Hubicka9-24/+499
2020-11-13Determine access types in ipa-icf-gimple.cJan Hubicka3-43/+123
2020-11-13arm: Make use of RTL predicatesAndrea Corallo2-46/+46
2020-11-13Cleanup range of address calculations.Andrew MacLeod4-32/+107
2020-11-13loops: Invoke lim after successful loop interchangeMartin Jambor3-8/+15
2020-11-13improve VN PHI hashingRichard Biener1-6/+21
2020-11-13libphobos: Update libtool version to 2:0:0Iain Buclaw2-2/+2
2020-11-13d: Explicitly determine which built-in copysign function to call.Iain Buclaw1-4/+7
2020-11-13d: Fix ICE in finish_thunk (PR97644)Iain Buclaw7-36/+58
2020-11-13clang: fix -Wmisleading-indentation warning.Martin Liska1-1/+1
2020-11-13doc : Fix build error from r11-4972.Iain Sandoe1-2/+1
2020-11-13tree-optimization/97812 - fix range query in VRP assert discoveryRichard Biener2-2/+23
2020-11-13aarch64: Make use of RTL predicatesAndrea Corallo1-40/+40
2020-11-13libstdc++: Add -pthread options to std::future polling testJonathan Wakely1-19/+21
2020-11-13aarch64: Add backend support for expanding __builtin_memsetSudakshina Das8-11/+334
2020-11-13C-Family, Objective-C : Implement Objective-C nullability Part 1[PR90707].Iain Sandoe13-3/+272
2020-11-13Objective-C [3/3] : Implement Wobjc-root-class [PR77404].Iain Sandoe106-19/+117
2020-11-13Objective-C [2/3] : Implement Wobjc-root-class [PR77404].Iain Sandoe124-32/+171
2020-11-13C-family, Objective-C [1/3] : Implement Wobjc-root-class [PR77404].Iain Sandoe13-6/+96
2020-11-13remove almost all users of gimple_expr_codeRichard Biener5-23/+12
2020-11-13Inline delegators in vrp_folder.Aldy Hernandez1-20/+13
2020-11-13Move vr_values out of vrp_prop into execute_vrp so it can be shared.Aldy Hernandez1-24/+29