2020-05-08 |
Jakub Jelinek | match.pd: Canonicalize (X + (X >> (prec - 1))) ^ (X... |
commit | commitdiff | tree |
2020-05-08 |
Jakub Jelinek | match.pd: Optimize ffs of known non-zero arg into ctz... |
commit | commitdiff | tree |
2020-05-08 |
Jakub Jelinek | match.pd: Simplify unsigned A - B - 1 >= A to B >=... |
commit | commitdiff | tree |
2020-05-08 |
Jakub Jelinek | csa: Fix --enable-checking=yes,df bootstrap failure... |
commit | commitdiff | tree |
2020-05-08 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2020-05-07 |
Segher Boessenkool | rs6000: Tests for setnbc |
commit | commitdiff | tree |
2020-05-07 |
Segher Boessenkool | rs6000: New insns setnbc and setnbcr |
commit | commitdiff | tree |
2020-05-07 |
Segher Boessenkool | rs6000: Tests for setbc |
commit | commitdiff | tree |
2020-05-07 |
Segher Boessenkool | rs6000: New insns setbc and setbcr |
commit | commitdiff | tree |
2020-05-07 |
Jeff Law | Move all patterns and expanders out of h8300.md and... |
commit | commitdiff | tree |
2020-05-07 |
Jeff Law | More cleanups. Merging patterns with iterators... |
commit | commitdiff | tree |
2020-05-07 |
Jeff Law | Drop original H8/300 support. This should generate... |
commit | commitdiff | tree |
2020-05-07 |
Jeff Law | Drop more COFF support from H8 port |
commit | commitdiff | tree |
2020-05-07 |
Jeff Law | Remove remnants of COFF support which was dropped eons... |
commit | commitdiff | tree |
2020-05-07 |
Jonathan Wakely | libstdc++: Fix whitespace in Changelog |
commit | commitdiff | tree |
2020-05-07 |
Jonathan Wakely | libstdc++: Fix some C++20 algorithms to work in paralle... |
commit | commitdiff | tree |
2020-05-07 |
Jonathan Wakely | libstdc++: Make relational operators work with const... |
commit | commitdiff | tree |
2020-05-07 |
Iain Sandoe | coroutines: Improve error recovery [PR94817, PR94829]. |
commit | commitdiff | tree |
2020-05-07 |
Marek Polacek | c-family: Add "nonstatic" to badwords. |
commit | commitdiff | tree |
2020-05-07 |
Marek Polacek | c++: Detect long double -> double narrowing [PR94590] |
commit | commitdiff | tree |
2020-05-07 |
Marek Polacek | c++: Fix crash with template spec in different namespac... |
commit | commitdiff | tree |
2020-05-07 |
Alan Modra | Fix bogus calls to set_rtx_cost. |
commit | commitdiff | tree |
2020-05-07 |
Kewen Lin | Check alignment for no peeling gaps handling |
commit | commitdiff | tree |
2020-05-07 |
Giuliano Belinassi | Wrap global variables in tree-ssa-operands.c into a... |
commit | commitdiff | tree |
2020-05-07 |
Marek Polacek | c++: Implement P1957R2, T* to bool should be considered... |
commit | commitdiff | tree |
2020-05-07 |
Richard Biener | ipa/94947 - avoid using externally_visible_p () |
commit | commitdiff | tree |
2020-05-07 |
Manfred Schwarb | Fix various dg directives. |
commit | commitdiff | tree |
2020-05-07 |
Marek Polacek | c++: Fix spelling of non-static |
commit | commitdiff | tree |
2020-05-07 |
Erick Ochoa | Fix minor typos in comments that affected syntax highli... |
commit | commitdiff | tree |
2020-05-07 |
Martin Liska | Fix optindex entries for 2 options. |
commit | commitdiff | tree |
2020-05-07 |
Richard Biener | extend DECL_GIMPLE_REG_P to all types |
commit | commitdiff | tree |
2020-05-07 |
Jakub Jelinek | testsuite: Improve g++.dg/ext/attr-parm-1.C testcase... |
commit | commitdiff | tree |
2020-05-07 |
Jakub Jelinek | c-family: Fix error-recovery ICE on __builtin_speculati... |
commit | commitdiff | tree |
2020-05-07 |
Alex Coplan | AArch32: fix bootstrap failure |
commit | commitdiff | tree |
2020-05-07 |
Richard Biener | tree-optimization/57359 - rewrite SM code |
commit | commitdiff | tree |
2020-05-07 |
Eric Botcazou | Update the baseline symbols for SPARC64/Linux |
commit | commitdiff | tree |
2020-05-07 |
Eric Botcazou | Fix a few DWARF bugs with -fgnat-encodings=minimal |
commit | commitdiff | tree |
2020-05-07 |
Martin Liska | lto-wrapper: split arguments of getenv ("MAKE"). |
commit | commitdiff | tree |
2020-05-07 |
Uros Bizjak | alpha: Implement the PR94780 fix for alpha. |
commit | commitdiff | tree |
2020-05-07 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2020-05-06 |
Marek Polacek | c++: ICE in value_dependent_expression_p in C++98 mode... |
commit | commitdiff | tree |
2020-05-06 |
Iain Buclaw | d: Fix ICE in verify_gimple_stmt, at tree-cfg.c:4959 |
commit | commitdiff | tree |
2020-05-06 |
Jakub Jelinek | c++: Avoid strict_aliasing_warning on dependent types... |
commit | commitdiff | tree |
2020-05-06 |
Jakub Jelinek | c++: Don't synthesize sfk_comparison method multiple... |
commit | commitdiff | tree |
2020-05-06 |
François Dumont | libstdc++ std::fill overload for std::vector<bool>... |
commit | commitdiff | tree |
2020-05-06 |
Uros Bizjak | i386: Use generic division to generate INEXACT exception |
commit | commitdiff | tree |
2020-05-06 |
Nathan Sidwell | c++: QT overload regression with attribute [PR94946] |
commit | commitdiff | tree |
2020-05-06 |
Iain Sandoe | coroutines: Remove references to n4849 (NFC). |
commit | commitdiff | tree |
2020-05-06 |
Jakub Jelinek | x86: Fix vextract* masked patterns [PR93069] |
commit | commitdiff | tree |
2020-05-06 |
qing zhao | add a new option -flarge-source-files. |
commit | commitdiff | tree |
2020-05-06 |
Uros Bizjak | i386: Use ADD to implement compares with negated operan... |
commit | commitdiff | tree |
2020-05-06 |
Kyrylo Tkachov | [AArch64] Use __getauxval instead of getauxval in LSE... |
commit | commitdiff | tree |
2020-05-06 |
Richard Biener | Prepare removal of SLP_INSTANCE_GROUP_SIZE |
commit | commitdiff | tree |
2020-05-06 |
H.J. Lu | x32: Update baseline_symbols.txt |
commit | commitdiff | tree |
2020-05-06 |
Andreas Schwab | aarch64: fix conflicting declarations |
commit | commitdiff | tree |
2020-05-06 |
Rainer Orth | libstdc++: Update Solaris baselines for GCC 10.1 |
commit | commitdiff | tree |
2020-05-06 |
Richard Biener | middle-end/94964 - avoid EH loop entry with CP_SIMPLE_P... |
commit | commitdiff | tree |
2020-05-06 |
Richard Biener | tree-optimization/94963 - avoid bogus uninit warning... |
commit | commitdiff | tree |
2020-05-06 |
Martin Liska | Revert "Use const for template argument." |
commit | commitdiff | tree |
2020-05-06 |
liuhongt | Add ChangeLog entries for patch TSXLDTRK. |
commit | commitdiff | tree |
2020-05-06 |
liuhongt | Add ENQCMD, AVX512BF16, AVX512_VP2INTERSECT to gcc... |
commit | commitdiff | tree |
2020-05-06 |
Jonathan Wakely | libstdc++: Document library versioning for 9.[123]... |
commit | commitdiff | tree |
2020-05-06 |
Jakub Jelinek | libstdc++: Update {x86_64,i?86,powerpc64,s390x,aarch64... |
commit | commitdiff | tree |
2020-05-06 |
Jakub Jelinek | match.pd: Optimize ~(~X +- Y) into (X -+ Y) [PR94921] |
commit | commitdiff | tree |
2020-05-06 |
Richard Biener | tree-optimization/94965 - fix typo in vec_info * passing |
commit | commitdiff | tree |
2020-05-06 |
Rainer Orth | doc: Update install.texi for GCC 10 on Solaris |
commit | commitdiff | tree |
2020-05-06 |
liuhongt | Enable TARGET_TSXLDTRK for GCC support. |
commit | commitdiff | tree |
2020-05-06 |
Jakub Jelinek | riscv: Fix up riscv_atomic_assign_expand_fenv [PR94950] |
commit | commitdiff | tree |
2020-05-06 |
Jakub Jelinek | combine: Don't replace SET_SRC with REG_EQUAL note... |
commit | commitdiff | tree |
2020-05-06 |
liuhongt | Enable GCC support for SERIALIZE |
commit | commitdiff | tree |
2020-05-06 |
Richard Biener | Adjust integer <-> pointer conversion IL checking |
commit | commitdiff | tree |
2020-05-06 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2020-05-05 |
Jason Merrill | c++: CWG2235 partial ordering and non-dependent types |
commit | commitdiff | tree |
2020-05-05 |
Jason Merrill | c++: constexpr and lambda capture [PR90212] |
commit | commitdiff | tree |
2020-05-05 |
H.J. Lu | matcher-1.m: Change return type to int |
commit | commitdiff | tree |
2020-05-05 |
Harald Anlauf | PR fortran/93366 - ICE on invalid, reject invalid use... |
commit | commitdiff | tree |
2020-05-05 |
Nathan Sidwell | libitm: Disable diagnostic coloring in tests |
commit | commitdiff | tree |
2020-05-05 |
Iain Sandoe | coroutines: Replace extra checks for co_yield with... |
commit | commitdiff | tree |
2020-05-05 |
Michael Meissner | Delete file meant for a private branch |
commit | commitdiff | tree |
2020-05-05 |
Michael Meissner | Remove files meant for a private branch |
commit | commitdiff | tree |
2020-05-05 |
Michael Meissner | Delete file meant for private branch |
commit | commitdiff | tree |
2020-05-05 |
Michael Meissner | Delete file meant for private branch |
commit | commitdiff | tree |
2020-05-05 |
Michael Meissner | Remove files meant for private branch |
commit | commitdiff | tree |
2020-05-05 |
Michael Meissner | Delete changes meant for a private branch. |
commit | commitdiff | tree |
2020-05-05 |
Michael Meissner | Patch ieee128-lib-patch010b |
commit | commitdiff | tree |
2020-05-05 |
Michael Meissner | New file |
commit | commitdiff | tree |
2020-05-05 |
Michael Meissner | New files |
commit | commitdiff | tree |
2020-05-05 |
Sebastian Huber | RTEMS: Improve GCC specification |
commit | commitdiff | tree |
2020-05-05 |
Dimitar Dimitrov | PRU: Remove TARGET_HARD_REGNO_CALL_PART_CLOBBERED |
commit | commitdiff | tree |
2020-05-05 |
Dimitar Dimitrov | testsuite: pru: Add clobber test |
commit | commitdiff | tree |
2020-05-05 |
Dimitar Dimitrov | PRU: Fix R3.w0 register class |
commit | commitdiff | tree |
2020-05-05 |
Dimitar Dimitrov | PRU: Simplify machine description |
commit | commitdiff | tree |
2020-05-05 |
Dimitar Dimitrov | PRU: Fix comment to avoid fall through warning |
commit | commitdiff | tree |
2020-05-05 |
Michael Meissner | Patch ieee128-lib-patch009b |
commit | commitdiff | tree |
2020-05-05 |
Michael Meissner | Patch ieee128-lib-patch008b |
commit | commitdiff | tree |
2020-05-05 |
Michael Meissner | Patch ieee128-lib-patch007b |
commit | commitdiff | tree |
2020-05-05 |
Michael Meissner | Update ChangeLog |
commit | commitdiff | tree |
2020-05-05 |
Michael Meissner | Remove extra newline |
commit | commitdiff | tree |
2020-05-05 |
Michael Meissner | Patch ieee128-lib-patch006b |
commit | commitdiff | tree |
2020-05-05 |
Michael Meissner | Patch ieee128-lib-patch005b |
commit | commitdiff | tree |
next |