aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-02This patch fixes PR96325. See the explanatory comment in the testcase.Paul Thomas3-5/+31
2020-08-02Daily bump.GCC Administrator5-1/+57
2020-08-02Move www.stroustrup.com to httpsGerald Pfeifer2-2/+2
2020-08-01libgo: update to go1.15rc1Ian Lance Taylor916-14894/+45796
2020-08-01Verify symtab orderJan Hubicka1-0/+13
2020-08-01Cap frequency of recursive calls by 90%Jan Hubicka1-1/+24