index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libgfortran
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-28
Only allocate a single chunk of memory on startup.
devel/coarray_native
Nicolas Koenig
5
-138
/
+31
2021-10-04
Take memory from envirnoment variables; document those.
Thomas Koenig
3
-13
/
+55
2021-09-24
Install libcaf_shared libraries in the same directory as libgfortran.
Thomas Koenig
3
-66
/
+26
2021-09-24
Add correct link flags to libgfortran.spec.in.
Thomas Koenig
6
-58
/
+111
2021-09-13
Merged current trunk to branch.
Thomas Koenig
788
-1551
/
+2308
2021-01-17
Use an initial shared memory size of 256 GB on Apple.
Thomas Koenig
1
-0
/
+9
2021-01-17
Add test cases for atomic subroutines, remove atomics from TODO.
Thomas Koenig
1
-1
/
+0
2021-01-10
Add error checking to mutexes and condition variables.
Thomas Koenig
1
-8
/
+17
2021-01-05
Fix CO_REDUCE with RESULT_IMAGE.
Thomas Koenig
1
-1
/
+1
2021-01-03
Merge branch 'master' into devel/coarray_native
Thomas Koenig
9
-49
/
+106
2021-01-01
Make SYNC IMAGES(*) work by handling size of -1 in library.
Thomas Koenig
3
-17
/
+40
2020-12-30
Make STAT and ERRMSG work on ALLOCATE, move error handling to library.
Thomas Koenig
3
-38
/
+100
2020-12-27
Fix for broken MacOS limitation for name length of shm_open.
Thomas Koenig
1
-2
/
+18
2020-12-27
Fix errors introduced by last commit.
Thomas Koenig
1
-0
/
+4
2020-12-23
Mention we also need automated linking.
Thomas Koenig
1
-1
/
+1
2020-12-23
Add TODOs in README.native_coarrays.
Thomas Koenig
1
-0
/
+9
2020-12-23
Add offset to allocatable shared coarrays.
Thomas Koenig
1
-3
/
+5
2020-12-06
Daily bump.
GCC Administrator
1
-0
/
+5
2020-12-05
Darwin : Update libtool and dependencies for Darwin20 [PR97865]
Iain Sandoe
1
-16
/
+18
2020-11-30
Daily bump.
GCC Administrator
1
-0
/
+4
2020-11-29
Fix hppa64-hpux11 build to remove source paths from embedded path.
John David Anglin
1
-4
/
+4
2020-11-28
Fix memory calculation in get_master.
Thomas Koenig
1
-1
/
+1
2020-11-27
Use size of correct struct in allocation for sync interface.
Thomas Koenig
2
-1
/
+2
2020-11-27
Daily bump.
GCC Administrator
1
-0
/
+22
2020-11-26
libgfortran: Verify the presence of all functions for POSIX 2008 locale
Maciej W. Rozycki
4
-9
/
+13
2020-11-26
libgfortran: Correct FP feature macro checks
Maciej W. Rozycki
1
-6
/
+6
2020-11-22
Daily bump.
GCC Administrator
1
-0
/
+5
2020-11-21
Darwin, libgfortran : Do not use environ directly from the library.
Iain Sandoe
1
-0
/
+5
2020-11-15
Rename directory from nca to caf_shared; also rename some files.
Nicolas Koenig
36
-190
/
+190
2020-11-15
Do not do overflow checks on allocating shared coarrays; reformatting.
Nicolas Koenig
10
-411
/
+434
2020-11-09
Fix test for size of memory allocation.
Thomas Koenig
1
-1
/
+1
2020-11-08
Implement stat and errmsg.
Nicolas Koenig
25
-545
/
+1018
2020-11-02
Daily bump.
GCC Administrator
1
-0
/
+8
2020-10-30
PR libfortran/97581 - clean up size calculation of random generator state
Harald Anlauf
1
-15
/
+17
2020-10-28
Merge branch 'master' into devel/coarray_native.
Thomas Koenig
43
-1348
/
+1403
2020-10-27
Always include libgfortran.h first; sanitize header dependencies.
Thomas Koenig
11
-44
/
+14
2020-10-19
Daily bump.
GCC Administrator
1
-0
/
+31
2020-10-18
PR libfortran/97063 - Wrong result for vector (step size is negative) * matrix
Harald Anlauf
27
-1288
/
+1288
2020-10-18
Implement comments from review.
Nicolas KÃnig
29
-938
/
+429
2020-10-11
Change name of option to -fcoarray=shared and library name to libcaf_shared.
Nicolas KÃnig
4
-259
/
+259
2020-09-29
Daily bump.
GCC Administrator
1
-0
/
+19
2020-09-28
libgfortran/m4/unpack.m4: Silence -Wmaybe-uninitialized
Tobias Burnus
14
-56
/
+56
2020-09-28
Daily bump.
GCC Administrator
1
-0
/
+4
2020-09-27
aix: Use $(AR) without -X32_64 to build FAT libraries.
Clément Chigot
1
-4
/
+5
2020-09-23
Add README.native_coarrays.
Nicolas KÃnig
1
-0
/
+35
2020-09-23
Initial commit of coarray_native branch.
I'm not telling you my name, idiot
39
-33
/
+10958
2020-09-04
Daily bump.
GCC Administrator
1
-0
/
+9
2020-09-03
PR fortran/96890 - Wrong answer with intrinsic IALL
Harald Anlauf
6
-6
/
+6
2020-08-25
Daily bump.
GCC Administrator
1
-0
/
+6
2020-08-24
Fortran : get_environment_variable runtime error PR96486
Mark Eggleston
1
-5
/
+2
[next]