GitXplorerGitXplorer
h

libflangrt

public
3 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
d53e10e83f8201d921dd5b537c2dfbb5aeee2694

Update name in CREDITS

hhyp committed 10 years ago
Unverified
cb5af3e496af254b93adc1105cb86a6807cb97ba

Merge pull request #1 from hfinkel/master

hhyp committed 10 years ago
Unverified
42f049dbecbfdfaf656e1b7bf597d069cfeeeb7d

Update license file to be consistent with the README text

committed 10 years ago
Unverified
a86098856c96a188c3796542a90c10e0559b7294

updated readme

hhyp committed 11 years ago
Unverified
144ad3793c5d4018cc1c855b69fef9fc97130b6f

updated readme

hhyp committed 11 years ago
Unverified
e183a128858719f968a20bf84c8780a362316422

added support for INDEX intrinsic

hhyp committed 11 years ago

README

The README file for this repository.

Libflangrt

Libflangrt is a new implementation of the Fortran runtime library. All of the code in libflangrt is dual licensed under the MIT license and the UIUC License (a BSD-like license).

Libflangrt was created as a runtime library for flang (the Fortran frontend for LLVM, https://github.com/hyp/flang) as part of my GSoC 2013. It is used by flang right now, but it can be used by any other Fortran compiler.

TODO:

IO, Formatted IO. Fortran 90/95 support.