aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-11-13[PATCH] Implementation of asm goto outputsVladimir N. Makarov20-59/+455
2020-11-13openmp: Support allocate for C/C++ array section reductionsJakub Jelinek2-20/+55
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. Dabrowski1-7/+7
2020-11-13Add 3 new EVRP testcases.Andrew MacLeod3-0/+90
2020-11-13testsuite: move expected error locationMartin Liska1-2/+2
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-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-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
2020-11-13Move vrp_prop before vrp_folder.Aldy Hernandez1-100/+100
2020-11-13Refactor VRP threading code into vrp_jump_threader class.Aldy Hernandez1-72/+72
2020-11-13Group tree-vrp.c by functionality.Aldy Hernandez1-914/+901
2020-11-12Change range_handler, was Re: Fix gimple_expr_code?Andrew MacLeod2-4/+10
2020-11-13Daily bump.GCC Administrator8-1/+442
2020-11-12c++: Don't form a templated TARGET_EXPR in finish_compound_literalPatrick Palka2-6/+16
2020-11-12jit: add support for inline asm [PR87291]David Malcolm21-505/+4318
2020-11-12jit: fix string escapingDavid Malcolm3-13/+55
2020-11-12libgccjit.h: fix typo in commentDavid Malcolm1-1/+1
2020-11-12RISC-V: Enable ifunc if it was supported in the binutils for linux toolchain.Nelson Chu2-0/+72
2020-11-12c: C2x __has_c_attributeJoseph Myers7-31/+171
2020-11-12openmp: Implement allocate clause in omp lowering.Jakub Jelinek10-47/+242
2020-11-12cgraph: Avoid segfault when attempting to dump NULL clone_infoMartin Jambor1-2/+2
2020-11-12ipa-cp: Work with time benefits and frequencies in srealsMartin Jambor1-69/+82
2020-11-12system: Add WARN_UNUSED_RESULTMarek Polacek2-1/+7
2020-11-12Compare field offsets in operand_equal_p and OEP_ADDRESS_OFJan Hubicka1-3/+42
2020-11-12More PRE compile-time optimizationsRichard Biener2-17/+28
2020-11-12Specify reason of -Winvalid-pch warningNicholas Guriev1-25/+15
2020-11-12Add support for copy specifiers in fnspecJan Hubicka3-25/+54