aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)Author
2021-10-04Take memory from envirnoment variables; document those.Thomas Koenig
2021-09-13Merged current trunk to branch.Thomas Koenig
2021-01-17Add test cases for atomic subroutines, remove atomics from TODO.Thomas Koenig
2021-01-05Fix CO_REDUCE with RESULT_IMAGE.Thomas Koenig
2021-01-03Merge branch 'master' into devel/coarray_nativeThomas Koenig
2021-01-01Make SYNC IMAGES(*) work by handling size of -1 in library.Thomas Koenig
2020-12-31match.pd: Add clz(X) == 0 -> (int)X < 0 etc. simpifications [PR94802]Jakub Jelinek
2020-12-31match.pd: Add (-(X < 0) | 1) * X -> abs (X) etc. simplifications [PR94785]Jakub Jelinek
2020-12-31wide-int: Fix wi::to_mpz [PR98474]Jakub Jelinek
2020-12-31fold-const: Avoid (cast) ((cast2) x p+ y) folding for -fsanitize=alignment [P...Jakub Jelinek
2020-12-31reassoc: Optimize x > 0x1fff || y > 0x1fff into (x | y) > 0x1fff [PR56719]Jakub Jelinek
2020-12-31d: Mangled Symbols now back reference types and identifiersIain Buclaw
2020-12-31Daily bump.GCC Administrator
2020-12-30libgo: update to Go1.16beta1 releaseIan Lance Taylor
2020-12-30Make STAT and ERRMSG work on ALLOCATE, move error handling to library.Thomas Koenig
2020-12-30i386: Remove unnecessary clobbers from combine splitters.Uros Bizjak
2020-12-30d: Simplify quoting characters in deps_add_targetIain Buclaw
2020-12-30d: Give the result of evaluated expressions a locationIain Buclaw
2020-12-30i386: Optimize pmovmskb on inverted vector to inversion of pmovmskb result [P...Jakub Jelinek
2020-12-30Daily bump.GCC Administrator
2020-12-29Fortran: Correct missing structure constructor comps. [PR97612].Paul Thomas
2020-12-29Fortran: Fix deferred character lengths in array constructors [PR93833].Paul Thomas
2020-12-29arc: generate mac(u) insn instead of macd(u) when destination is acclClaudiu Zissulescu
2020-12-29arc: flip if-condition predicates in secondary reload hookClaudiu Zissulescu
2020-12-29arc: Make use reg_renumber safe.Claudiu Zissulescu
2020-12-29arc: Update test pattern.Claudiu Zissulescu
2020-12-29arc: Fix cached to uncached moves.Claudiu Zissulescu
2020-12-29arc: Don't use predicated vadd2 instructions in mov patterns.Claudiu Zissulescu
2020-12-29i386: Rounding functions TLCUros Bizjak
2020-12-29Daily bump.GCC Administrator
2020-12-28doc: Remove HSAIL from Language StandardsGerald Pfeifer
2020-12-28i386: Fix __builtin_rint with FE_DOWNWARD rounding direction [PR96793]Uros Bizjak
2020-12-28i386: Use existing temporary register in rounding functionsUros Bizjak
2020-12-28Fix standard name for zero/sign extend expandersHongyu Wang
2020-12-28Daily bump.GCC Administrator
2020-12-27doc: New source for "Memory Model for Static Analysis" paperGerald Pfeifer
2020-12-27Fix regressions for iq2000-elf after recent changesJeff Law
2020-12-27Fix errors introduced by last commit.Thomas Koenig
2020-12-27Fortran: Fix some select rank issues [PR97694 and 97723].Paul Thomas
2020-12-27Daily bump.GCC Administrator
2020-12-26Objective-C++ : Fix up testcase EOF diagnostics.Iain Sandoe
2020-12-26Fortran: Correction to recent patch in light of comments [PR98022].Paul Thomas
2020-12-26Fix failures with -m32 and some memory leaks.Paul Thomas
2020-12-26Daily bump.GCC Administrator
2020-12-25doc: Fix reference to libcodyGerald Pfeifer
2020-12-25PR93685 - ICE in gfc_constructor_append_expr, at fortran/constructor.c:135Harald Anlauf
2020-12-25Daily bump.GCC Administrator
2020-12-24C++ : Add the -stdlib= option.Iain Sandoe
2020-12-24RISC-V: Fix python3 compatibility for multilib-generatorKito Cheng
2020-12-23compiler: parenthesize channel type strings if necessaryIan Lance Taylor