aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-11-16Delay SLP instance loads gatheringRichard Biener3-8/+22
2020-11-16further optimize non-store-motion LIMRichard Biener1-8/+16
2020-11-16IBM Z: Do not run long double tests on old machinesIlya Leoshkevich26-25/+60
2020-11-16modref: add missing Param Optimization keywordsMartin Liska1-5/+5
2020-11-16Fix -param=modref-max-depth in params.optJan Hubicka1-1/+1
2020-11-16pointer-compare-1.c: Add __attribute__((used))H.J. Lu1-3/+4
2020-11-16gcov: Add -fprofile-info-section supportSebastian Huber5-2/+87
2020-11-16tree-optimization/97838 - fix SLP leaf detectionRichard Biener2-5/+28
2020-11-16Prefer bit-test over the jump table.Martin Liska3-8/+20
2020-11-16tree-optimization/97835 - fix step vector construction for SLP inductionRichard Biener2-1/+22
2020-11-16tree-optimization/97830 - fix compare of incomplete type size in VNRichard Biener2-1/+28
2020-11-16Put PREFETCHW back to march=broadwellCui,Lili2-24/+29
2020-11-16Daily bump.GCC Administrator4-1/+109
2020-11-15MSP430: Fix inconsistent naming of hwmult libfuncsJozef Lawrynowicz2-23/+1
2020-11-15MSP430: Define function to check 16-bit hwmult supportJozef Lawrynowicz1-12/+39
2020-11-15testsuite: fix ipa/modref-2.c on ilp32David Edelsohn1-2/+3
2020-11-15testsuite: Update scanning symbol sections to support AIX.David Edelsohn6-26/+26
2020-11-15VAX: Use `rtx_code' to hold the RTL expression code in `vax_rtx_costs'Maciej W. Rozycki1-1/+1
2020-11-15VAX/testsuite: Fix compilation options for `bswapdi-1.c'Maciej W. Rozycki1-0/+2
2020-11-15VAX: Fix a typo in NO_EXTERNAL_INDIRECT_ADDRESSMaciej W. Rozycki1-1/+1
2020-11-15VAX: Correct a typo in PIC symbolic addition operand checksMaciej W. Rozycki1-1/+1
2020-11-15c++: Check abstract type only on object creation. [PR86252]Jason Merrill11-243/+151
2020-11-15Remove duplicate vr_values::extract_range_builtin code.Aldy Hernandez2-227/+21
2020-11-15Do not put reload insns in the last empty BB.Vladimir N. Makarov1-4/+12
2020-11-15Mare return to clear EAF_UNUSED flag.Jan Hubicka2-2/+21
2020-11-15Do not do overflow checks on allocating shared coarrays; reformatting.Nicolas Koenig1-2/+2
2020-11-15Daily bump.GCC Administrator3-1/+105
2020-11-14testsuite, Objective-C : Amend PR23214 for Darwin11.Iain Sandoe1-1/+1
2020-11-14Escape parameters in gcc.dg/torture/pta-ptrarith-1.cJan Hubicka1-0/+3
2020-11-14Detect EAF flags in ipa-modrefJan Hubicka5-20/+414
2020-11-14dwarf2: Emit DW_TAG_unspecified_parameters even in late DWARF [PR97599]Jakub Jelinek1-0/+8
2020-11-14Simplify testing symbol sectionsMatthew Glazar12-6/+292
2020-11-13PR target/97682 - Fix to reuse t1 register between call address and epilogue.Monk Chiang5-16/+181
2020-11-13Asan changes for RISC-V.Jim Wilson4-3/+22
2020-11-14openmp: Add support for non-VLA {,first}private allocate on omp taskJakub Jelinek2-27/+105
2020-11-14Daily bump.GCC Administrator9-1/+957
2020-11-13c: C2x binary constantsJoseph Myers8-5/+52
2020-11-13Revert accidental commitJan Hubicka1-2/+0
2020-11-13testsuite: guality/redeclaration1.C test workaroundJakub Jelinek1-2/+6
2020-11-13c++: Predefine __STDCPP_THREADS__ in the compiler if thread model is not sing...Jakub Jelinek1-0/+7
2020-11-13In 'gcc/omp-oacc-kernels-decompose.cc', use langhook instead of accessing lan...Kwok Cheung Yeung1-3/+8
2020-11-13Decompose OpenACC 'kernels' constructs into parts, a sequence of compute cons...Gergö Barany21-13/+2289
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-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-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-13c++: Implement C++20 'using enum'. [PR91367]Jason Merrill20-135/+648