Commit Graph

413 Commits

Author SHA1 Message Date
Ian A. Mason
339d417790 Whitespace and CI 2023-08-28 14:18:12 -07:00
Ian A. Mason
139b86b593 Merge branch 'master' of https://github.com/SRI-CSL/gllvm 2023-08-25 06:53:17 -07:00
Ian A Mason
3c946a9296
Merge pull request #72 from umbertov/master
Support cross-compilation via `-target ...` option
2023-08-25 06:52:55 -07:00
Umberto Valleriani
2ca524bbc1 edit readme to document cross-compilation 2023-08-24 09:03:26 +02:00
Umberto Valleriani
fa0b9ea188 add --target=ARCH in addition to -target ARCH 2023-08-24 08:49:03 +02:00
Umberto Valleriani
cb1a5e6713 add -target flag 2023-08-23 09:46:16 +02:00
Ian A. Mason
e0f801f9a5 white space 2023-06-22 08:33:22 -07:00
Ian A. Mason
7c20c6c4e6 White space. 2022-09-27 16:59:12 -07:00
Ian A. Mason
49c0709a81 put gocyclo out of it's misery. 2022-09-07 14:48:50 -07:00
Ian A. Mason
7320529b18 put gocyclo out of it's misery. 2022-09-07 14:46:09 -07:00
Ian A. Mason
09a17df1bc put gocyclo out of it's misery. 2022-09-07 14:42:53 -07:00
Ian A. Mason
ede7a49a98 Added an new AUDIT logging level betwix WARNING and INFO that just logs the calls. 2022-09-07 11:33:38 -07:00
Ian A. Mason
ea18e036f8 Rectify an oversight concerning LLVM_LINK_FLAGS 2022-09-06 17:53:22 -07:00
Ian A. Mason
65d0c8c002 Dusting away the bitrot, plus adding a COMPILING and LINKING line in the INFO log. 2022-09-06 16:54:43 -07:00
Ian A Mason
48db30df93
Merge pull request #65 from clarence-glx/master
fix flang .mod file conflict issue
2022-04-17 09:54:35 -07:00
Clarence
c31c677f0b fix flang .mode file conflict issue 2022-04-17 09:20:32 +08:00
Ian A Mason
09cd80c589
Merge pull request #61 from woodruffw-forks/ww/github-actions
github: add a CI workflow
2022-03-14 12:53:58 -07:00
William Woodruff
871679ca41
travis: remove old Travis CI configuration 2022-03-04 10:54:02 -05:00
William Woodruff
bc821ca5c7
workflows/ci: ensure clang and LLVM are installed 2022-03-02 17:17:30 -05:00
William Woodruff
7fd9ecdcc0
github: add a CI workflow 2022-03-02 17:04:57 -05:00
Ian A Mason
938e8515ce
Merge pull request #55 from woodruffw-forks/ww/log-tweak
get-bc: tweak LogInfo message
2021-07-26 10:56:19 -07:00
William Woodruff
07a672bd30
get-bc: tweak LogInfo message 2021-07-26 11:18:17 -04:00
Ian A Mason
c240a4fef4
Merge pull request #54 from woodruffw-forks/ww/dedupe-bitcode-paths
extractor, utils: dedupe bitcode paths before linking
2021-07-23 09:55:42 -07:00
William Woodruff
1ac1afd3dc
extractor, utils: dedupe bitcode paths before linking 2021-07-23 12:09:48 -04:00
Ian A Mason
d01ecad84b
Update parser.go
`-mllvm` takes an extra `<arg>`

E.g.
```
-mllvm <arg>
```
2021-06-29 16:36:44 -07:00
Ian A Mason
b0c77e1ac2
Merge pull request #51 from woodruffw-forks/ww/llvm-link-env-flags
Support LLVM_LINK_FLAGS
2021-06-29 11:12:37 -07:00
William Woodruff
cd6d58d084
extractor: inject LLVM_LINK_FLAGS 2021-06-29 14:04:57 -04:00
William Woodruff
b789b6b9ce
shared/environment: scaffolding for LLVM_LINK_FLAGS 2021-06-29 13:43:40 -04:00
William Woodruff
c909e7786e
README: document LLVM_LINK_FLAGS 2021-06-29 13:43:27 -04:00
Ian A Mason
89d27246b9
Update README.md
Elevate `wfortran` to the README.
2021-06-09 12:20:32 -07:00
Ian A.Mason
44dfcce1b8 Whitespace. 2021-06-09 12:16:27 -07:00
Ian A Mason
df36a3bf73
Merge pull request #49 from alexbernat/gflang
Support for Fortran
2021-06-09 12:14:07 -07:00
Alex Bernat
7948bd71f5 fixed module file, imports 2021-06-09 13:35:55 -05:00
Alex Bernat
50750e2aa8 updated README for gflang 2021-06-08 17:46:51 -05:00
Alex Bernat
7d0f495883 gflang: renamed gfortran to gflang as not to conflict with GNU gfortran 2021-05-26 03:38:17 +00:00
Alex Bernat
674a5c4042 typo in fortran compiler name 2021-05-25 00:30:06 +00:00
Alex Bernat
50c32bbd09 added rudimentary flang support as gfortran 2021-05-25 00:23:48 +00:00
Ian A Mason
796fa51feb feature(go.mod): now that golang 1.16.3 has fixed https://github.com/golang/go/issues/4477 we can make a go.module file. 2021-04-23 15:47:10 -07:00
Ian A Mason
58e85a0892
Update README.md
Added the work around for go 1.16
2021-03-07 09:24:23 -08:00
Ian A.Mason
b4cc306380 Delete unhappy module attempt. 2021-03-05 16:17:02 -08:00
Ian A.Mason
edc710c436 Does this fix the module problem? 2021-03-05 16:05:43 -08:00
Ian A Mason
5979228b2e
Update README.md
Missing yada yada for the LTO_LINKING_FLAGS.
2021-02-18 10:29:02 -08:00
Ian A. Mason
70a9d23b20 Merge branch 'master' of https://github.com/SRI-CSL/gllvm 2021-02-18 09:56:39 -08:00
Ian A. Mason
b59676bcfc Version bump. 2021-02-18 09:55:22 -08:00
Ian A Mason
44b352b488
Merge pull request #43 from woodruffw-forks/ww/debugging
Don't treat -w/-W as compile-only indicators
2021-02-18 09:22:57 -08:00
Ian A Mason
35f6889428
Update README.md 2021-02-18 09:22:38 -08:00
William Woodruff
285070d09a
shared: drop some debug logs 2021-02-18 11:45:12 -05:00
William Woodruff
2607b2c9f0
shared/parser: use compileUnaryCallback 2021-02-18 11:41:46 -05:00
William Woodruff
58e909d35e
shared/parser: temporarily disable some callbacks 2021-02-18 11:28:56 -05:00
William Woodruff
c302d05282
shared/parser: continued debugging 2021-02-18 11:25:11 -05:00