aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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 Administrator7-1/+554
2020-08-03c++: Remove unused declaration.Marek Polacek1-1/+0
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 Jelinek1-0/+16
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 Brown3-21/+47
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 Taylor1-1/+1
2020-08-03internal/syscall/unix: define copyFileRangeTrap for all architecturesIan Lance Taylor1-1/+1
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 Jambor55-16790/+145
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-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-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 Administrator4-1/+51
2020-08-01libgo: update to go1.15rc1Ian Lance Taylor1-1/+1
2020-08-01Verify symtab orderJan Hubicka1-0/+13
2020-08-01Cap frequency of recursive calls by 90%Jan Hubicka1-1/+24
2020-08-01c: Fix bogus vector initialisation error [PR96377]Richard Sandiford12-15/+317
2020-08-01C-SKY: Add -mfloat-abi= option.Jojo R4-5/+58