aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-01C-SKY: Delete big endian CPUs' mutilib for linux gcc.Cooper Qu1-7/+1
2020-08-01gcc.dg/loop-8.c: Skip for mmix.Hans-Peter Nilsson1-1/+1
2020-08-01Daily bump.GCC Administrator7-1/+286
2020-07-31c++: Use error_at rather than warning_at for missing return in constexpr func...Jakub Jelinek6-39/+55
2020-07-31nvptx: Define TARGET_TRULY_NOOP_TRUNCATION to falseRoger Sayle2-23/+22
2020-07-31d: Split up the grouped compilable and runnable tests.Iain Buclaw77-2128/+1939
2020-07-31d: Fix regression, all 32-bit execution tests FAIL: internal error printing m...Iain Buclaw1-3/+0
2020-07-31Set and test no-warning bit to avoid -Wnonnull for synthesized expressions.Martin Sebor3-2/+47
2020-07-31debug/96383 - emit debug info for used external functionsRichard Biener10-6/+81
2020-07-31Amend match.pd syntax with force-simplified resultsRichard Biener2-3/+31
2020-07-31vect: Don't consider branch costs if no peeled iterationsKewen Lin2-8/+10
2020-07-31Do not allocate huge array in output_in_order.Martin Liska2-75/+85
2020-07-31middle-end/96369 - fix missed short-circuiting during range foldingRichard Biener2-0/+19
2020-07-31libgcov: support overloaded mallocMartin Liska2-0/+52
2020-07-31AArch64: Add attributes according to flags in built-in functions [PR94442]xiezhiheng1-5/+116
2020-07-31Improve var-tracking dataflow iteration orderRichard Biener1-123/+151
2020-07-31Compute RPO with adjacent SCC members, expose toplevel SCC extentsRichard Biener4-122/+451
2020-07-30c++: decl_constant_value and unsharing [PR96197]Patrick Palka4-14/+45
2020-07-31Daily bump.GCC Administrator5-1/+244
2020-07-30d: Fix associative array literals that don't have alignment holes filledIain Buclaw4-24/+78
2020-07-30d: Add -Wvarargs warning flag to the D front-endIain Buclaw4-0/+47
2020-07-30d: Fix ICE in expand_intrinsic_vaargIain Buclaw2-4/+34
2020-07-30[PATCH] RS6000 Add testlsbb by Byte operationsWill Schmidt7-0/+152
2020-07-31RISC-V: Add support for TLS stack protector canary accessCooper Qu5-1/+182
2020-07-30d: Inline bounds checking for simple array assignments.Iain Buclaw2-6/+53
2020-07-30d: Refactor use of built-in memcmp/memcpy/memset into helper functions.Iain Buclaw3-53/+56
2020-07-30d: Move private functions out of ExprVisitor into local staticsIain Buclaw1-154/+159
2020-07-30Require CET support only for the final GCC buildH.J. Lu1-8/+23
2020-07-30d: Implement core.bitop.rol() and core.bitop.ror() as intrinsics.Iain Buclaw3-0/+67
2020-07-30d: Refactor matching and lowering of intrinsic functions.Iain Buclaw4-273/+358
2020-07-30tree-optimization/96370 - make reassoc expr rewrite more robustRichard Biener2-5/+13
2020-07-30nvptx: Provide vec_set<mode> and vec_extract<vmode><mode> patternsRoger Sayle2-0/+105
2020-07-30Tune memcpy and memset for Zen cores.Martin Liska1-6/+6
2020-07-30Re-format zen memcpy/memset costs.Martin Liska1-10/+28
2020-07-29c++: overload sets and placeholder return type [PR64194]Patrick Palka2-1/+21