aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-04openmp: Compute number of collapsed loop iterations more efficiently for some...Jakub Jelinek1-100/+352
2020-08-04d: Fix PR96429: Pointer subtraction uses TRUNC_DIV_EXPRIain Buclaw2-0/+38
2020-08-04Change testcase for pr96325 from run to compile.Paul Thomas1-1/+1
2020-08-04Adjust two_valued_val_range_p for irange API.Aldy Hernandez1-22/+9
2020-08-04Adjust simplify_conversion_using_ranges for irange API.Aldy Hernandez1-4/+7
2020-08-04Use irange API in test_for_singularity.Aldy Hernandez1-5/+8
2020-08-04Adjust vrp_evaluate_conditional for irange API.Aldy Hernandez1-5/+1
2020-08-04Adjust op_with_boolean_value_range_p for irange API.Aldy Hernandez1-3/+4
2020-08-04Adjust get_range_info to use the base irange class.Aldy Hernandez2-2/+2
2020-08-04Adjust expr_not_equal_to to use irange API.Aldy Hernandez1-13/+4
2020-08-04Remove ad-hoc range canonicalization from determine_block_size.Aldy Hernandez1-7/+1
2020-08-03dse: Remove partial load after full store for high part access[PR71309]Xionghu Luo2-29/+83
2020-08-04Daily bump.GCC Administrator12-1/+626
2020-08-03c++: Remove unused declaration.Marek Polacek1-1/+0
2020-08-03libgcc: increase required stack space for x86_64 -fsplit-stackIan Lance Taylor1-1/+1
2020-08-03rs6000: Fix vector_float.c testcase for -m32Segher Boessenkool1-0/+1
2020-08-03c++: Variable template and template parameter pack [PR96218]Marek Polacek2-2/+19
2020-08-03aarch64: Fix up __aarch64_cas16_acq_rel fallbackJakub Jelinek2-1/+17
2020-08-03cpp: Do not use @dots for ... tokens in code examplesJonathan Wakely1-7/+7
2020-08-03Refer to C++20Nathan Sidwell1-7/+7
2020-08-03openacc: No attach/detach present/release mappings for array descriptorsJulian Brown4-31/+128
2020-08-03Darwin: Guard two macros in darwin.h.Iain Sandoe1-0/+3
2020-08-03Darwin: Handle poly_int machine_modes.Iain Sandoe1-29/+33
2020-08-03internal/syscall/unix: correct ia64 syscall numbersIan Lance Taylor2-3/+3
2020-08-03internal/syscall/unix: define copyFileRangeTrap for all architecturesIan Lance Taylor10-27/+35
2020-08-03Avoid shifting by amounts larger than target int in irange self-tests.Aldy Hernandez1-9/+10
2020-08-03Removal of HSA offloading from gcc and libgompMartin Jambor90-21260/+516
2020-08-03aarch64: Add support for unpacked sub [PR96366]Bu Le1-4/+4
2020-08-03testsuite: Add -Wno-psabi to gcc.dg/pr96377-[12].cRichard Sandiford2-2/+2
2020-08-03MSP430: Don't pass redundant -md option to the assemblerJozef Lawrynowicz1-2/+0
2020-08-03regrename: Avoid disrupting SMS schedule [PR95696]Yunde Zhong2-4/+14
2020-08-03lto/96385 - avoid unused global UNDEFs in debug objectsRichard Biener1-0/+5
2020-08-03doc: fix a typo in tm.texiWei Wentao2-2/+2
2020-08-03doc: Add missing comma after octeontx2f95mmRichard Sandiford1-1/+1
2020-08-03aarch64: Add A64FX machine modelQian Jianhua4-1/+42
2020-08-03PR rtl-optimization 61494: Preserve x-0.0 with HONOR_SNANS.Roger Sayle1-3/+4
2020-08-03genmatch: Avoid unused parameter warnings in generated code.Roger Sayle1-1/+29
2020-08-03tree-optimization: Fix typos in commentsJonathan Wakely1-16/+16
2020-08-03AArch64: Fix hwasan failure in readline.Tamar Christina1-2/+8
2020-08-03mark match.pd ! not implemented on GENERICRichard Biener2-4/+10
2020-08-03d: Fix ICE using non-local variable: internal compiler error: Segmentation faultIain Buclaw5-22/+89
2020-08-03libgfortran/caf/single.c: Fix typo.Tobias Burnus1-5/+6
2020-08-03Fortran texi: Fix typosTobias Burnus4-11/+11
2020-08-03Multi-range implementation for value_range (irange).Aldy Hernandez15-1175/+2868
2020-08-03d: Merge upstream dmd c2274e56a (PR96250).Iain Buclaw13-4/+129
2020-08-03Daily bump.GCC Administrator4-1/+33
2020-08-02var-tracking: fix uninitialised use of 'in_pending' [PR96404]Sergei Trofimovich1-0/+1
2020-08-02Update ChangeLogs for PR96320Paul Thomas2-0/+13
2020-08-02This patch fixes PR96320. See the explanatory comment in the testcase.Paul Thomas2-3/+79
2020-08-02Update ChangeLogs for PR96325Paul Thomas2-2/+15