Wenyong Huang
cb3ebcb2aa
Set llvm version to 14.x
2022-06-13 18:49:35 +08:00
Wenyong Huang
f351f2fa79
Enable opaque pointer for aot compiler to fit LLVM 15
2022-06-09 19:02:27 +08:00
Wenyong Huang
16c6828752
Upgrade llvm to main branch (upcoming 15.0)
2022-05-21 20:33:50 +08:00
Wenyong Huang
9b858c43cb
Fix build wamrc for xtensa failure ( #1109 )
...
Fix build wamrc failure when using llvm xtensa version, and update
xtensa llvm version to 13.0.0.
2022-04-23 20:25:40 +08:00
lucianoiam
c8804c1ff9
Allow to build LLVM and wamrc on MinGW ( #1013 )
...
Use sysconfig.get_platform() to check whether the platform is MinGW,
and link necessary libraries to wamrc on MinGW.
2022-02-18 17:40:18 +08:00
liang.he
3d5a0bff0f
Enhance workflows by caching llvm directories directly ( #805 )
...
Enhance workflows by caching llvm directories directly instead of
caching the llvm-xxx.tar.gz packages, so as to reduce the time
consumption of unpacking the cached LLVM packages.
2021-10-27 17:26:17 +08:00
Wenyong Huang
03494f9487
Refactor CI rules: merge ubuntu/macos/android, enable spec test ( #777 )
...
Refactor CI rules:
- merge ubuntu/macos/android into one job file
- add job file to test spec cases
- add compilation for lazy jit, debug interpreter and debug aot
- add compilation for performance profile, dump call stack and mini-loader
- re-org llvm build script to build lldb
Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
2021-10-11 20:32:29 +08:00
Wenyong Huang
7be0d385a6
Implement SIMD latest opcodes and update LLVM to 13.0 ( #758 )
...
Implement the latest SIMD opcodes and update LLVM 13.0,
update the llvm build scripts, update the sample workloads‘ build scripts,
and build customized wasi-sdk to build some workloads.
Also refine the CI rules.
Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
2021-09-17 19:12:57 +08:00