Skip to content

Tags: flang-compiler/flang

Tags

flang_20221103

Toggle flang_20221103's commit message
[workflows] Enable verbose output with -v

For debugging purpose, add a -v option to build-flang.sh to enable verbose
output. The option sets $VERBOSE to an non-empty string which forces the
CMake-generated Makefile to print every command it runs.

flang_20220715

Toggle flang_20220715's commit message
runtime: fix building of alarm3f.c on Linux systems with modern glibc

Popular UNIX systems (e.g. Linux, MacOS) have alarm() function
declared in unistd.h, there is no need to provide a separate forward
declaration, which could go easily out of date and create a conflict
at compile time.

Signed-off-by: Paul Osmialowski <[email protected]>

flang_20211221

Toggle flang_20211221's commit message
win: Fix upperilm header generation

clang-cl doesn't recognize "-P -E -x c" compiler arguments,
we should use MSVC version of them "/E /TC".

Seems clang-cl is not able to handle /P /E together
so I only left the necessary one.

Due to preprocessing upperilm.in, '#' will be represented in output.
It needs to add a new list filter which exclude those lines
which starts with '#'.

Fixes: #1192

flang_20210324

Toggle flang_20210324's commit message
[libpgmath] Use Python 3 to run tests

flang_20201023

Toggle flang_20201023's commit message
Fix private overwrite flag

find_def_in_most_recent_scope() set the private bit to 0 when it found an alias. This was most likely unintended and could cause issues when resolving multiple definitions of the same symbol at a later stage (if a private symbol appeared to be publicly available).

Tests for private flag overwrite added, based on flang github issue #890.

flang_20190329

Toggle flang_20190329's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #697 from ThePortlandGroup/nv_stage

Migrate NCAR kernels tests to Flang

flang_20181226

Toggle flang_20181226's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #643 from ThePortlandGroup/nv_stage

Pull 2018-12-19T17-19 Recent NVIDIA Changes

flang_20180921

Toggle flang_20180921's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #594 from ThePortlandGroup/nv_stage

Pull 2018-09-21T05-56 Recent NVIDIA Changes

flang_20180612

Toggle flang_20180612's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #500 from ThePortlandGroup/nv_stage

Pull 2018-06-11T18-45 Recent NVIDIA Changes