aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-28Only allocate a single chunk of memory on startup.devel/coarray_nativeNicolas Koenig
2021-10-04Take memory from envirnoment variables; document those.Thomas Koenig
2021-09-24Install libcaf_shared libraries in the same directory as libgfortran.Thomas Koenig
2021-09-24Add correct link flags to libgfortran.spec.in.Thomas Koenig
2021-09-13Merged current trunk to branch.Thomas Koenig
2021-01-17Use an initial shared memory size of 256 GB on Apple.Thomas Koenig
2021-01-17Add test cases for atomic subroutines, remove atomics from TODO.Thomas Koenig
2021-01-10Add error checking to mutexes and condition variables.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-28libgomp: Avoid bad "up" link in libgomp docsGerald Pfeifer
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-27libstdc++: Update link to Arm ABIGerald Pfeifer
2020-12-27Fix regressions for iq2000-elf after recent changesJeff Law
2020-12-27Fix for broken MacOS limitation for name length of shm_open.Thomas Koenig
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-27libstdc++: Move Valgrind references to httpsGerald Pfeifer
2020-12-27Daily bump.GCC Administrator
2020-12-26Objective-C++ : Fix up testcase EOF diagnostics.Iain Sandoe