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 |
|
William Woodruff
|
70883e356e
|
shared/compiler: add some debug logs
|
2021-02-18 10:39:32 -05:00 |
|
Ian A.Mason
|
78dee1604d
|
Test clean up.
|
2020-11-01 18:55:14 -08:00 |
|
Ian A.Mason
|
4f6a8f5d57
|
Polishing the file type stuff, and adding a test or two, for prosperity.
|
2020-11-01 10:49:22 -08:00 |
|
Ian A.Mason
|
beca29f43d
|
Typo \_(ツ)_/¯
|
2020-10-31 11:33:08 -07:00 |
|
Ian A Mason
|
24dc445ef6
|
New version. Trick or treat.
|
2020-10-31 15:05:29 +00:00 |
|
Ian A Mason
|
34edd90d30
|
Some more tests.
|
2020-10-30 23:53:00 +00:00 |
|
Ian A Mason
|
99c9e94a5b
|
Dr Fussy Whitespace insists ...
|
2020-10-30 23:04:58 +00:00 |
|
Ian A Mason
|
9cd27f7da8
|
Two fallbacks in place in case we do not recognize the file extension of an object file, II
|
2020-10-30 22:11:29 +00:00 |
|
Ian A Mason
|
62c0620028
|
Two fallbacks in place in case we do not recognize the file extension of an object file
|
2020-10-30 22:04:23 +00:00 |
|
Ian A Mason
|
9f0092874f
|
Another freeBSD file extension: nossppico (a position-independent relocatable object without stack smashing protection)
|
2020-10-30 18:39:44 +00:00 |
|
Ian A Mason
|
405cd117c3
|
Version bump.
|
2020-10-30 16:43:56 +00:00 |
|
Ian A Mason
|
97c57a0798
|
Dependency stuff as well as intrumenting the fragile bitcode injection.
|
2020-10-30 16:31:58 +00:00 |
|
Ian A Mason
|
c917b673cf
|
FreeBSD bug fix (pico extension)
|
2020-10-30 15:43:40 +00:00 |
|
Ian A Mason
|
7a13605571
|
Merge branch 'master' of https://github.com/SRI-CSL/gllvm
|
2020-10-29 17:26:00 +00:00 |
|