Rewrite LLVM bindings #53

Merged
davidgmbb merged 11 commits from llvm-bindings into main 2025-06-26 01:50:16 +00:00

11 Commits

Author SHA1 Message Date
e9b3dea942 Rewrite LLVM bindings
All checks were successful
CI / ci (Release, ubuntu-latest) (pull_request) Successful in 28s
CI / ci (Release-assertions, ubuntu-latest) (pull_request) Successful in 34s
CI / ci (Release, ubuntu-latest) (push) Successful in 28s
CI / ci (Release-assertions, ubuntu-latest) (push) Successful in 34s
CI / ci (Debug, ubuntu-latest) (push) Successful in 8m35s
CI / release (ubuntu-latest) (push) Successful in 7s
2025-06-25 19:48:40 -06:00
279036435a Fix script paths
All checks were successful
CI / ci (Release, ubuntu-latest) (push) Successful in 31s
CI / ci (Release-assertions, ubuntu-latest) (push) Successful in 40s
CI / ci (Debug, ubuntu-latest) (push) Successful in 7m52s
CI / release (ubuntu-latest) (push) Successful in 8s
2025-06-24 22:40:16 -06:00
9508cd7275 Ability to set CMAKE_PREFIX_PATH from env vars
All checks were successful
CI / ci (Release, ubuntu-latest) (pull_request) Successful in 29s
CI / ci (Release-assertions, ubuntu-latest) (pull_request) Successful in 34s
CI / ci (Release, ubuntu-latest) (push) Successful in 30s
CI / ci (Release-assertions, ubuntu-latest) (push) Successful in 40s
CI / ci (Debug, ubuntu-latest) (push) Successful in 8m0s
CI / release (ubuntu-latest) (push) Successful in 7s
2025-06-24 21:59:07 -06:00
57edde0823 Change intrinsic character
All checks were successful
CI / ci (Release, ubuntu-latest) (pull_request) Successful in 31s
CI / ci (Release-assertions, ubuntu-latest) (pull_request) Successful in 41s
CI / ci (Release, ubuntu-latest) (push) Successful in 30s
CI / ci (Release-assertions, ubuntu-latest) (push) Successful in 39s
CI / ci (Debug, ubuntu-latest) (push) Successful in 7m54s
CI / release (ubuntu-latest) (push) Successful in 9s
2025-06-24 21:39:58 -06:00
bc4e399fa8 Add release scripts
Some checks failed
CI / ci (Release, ubuntu-latest) (pull_request) Successful in 28s
CI / ci (Release-assertions, ubuntu-latest) (pull_request) Successful in 33s
CI / release (ubuntu-latest) (push) Blocked by required conditions
CI / ci (Release, ubuntu-latest) (push) Successful in 30s
CI / ci (Release-assertions, ubuntu-latest) (push) Successful in 39s
CI / ci (Debug, ubuntu-latest) (push) Has been cancelled
2025-06-24 21:35:16 -06:00
706548743a Split CI files and emit debug
All checks were successful
CI / ci (Release, ubuntu-latest) (pull_request) Successful in 28s
CI / ci (Release-assertions, ubuntu-latest) (pull_request) Successful in 33s
CI / ci (Release, ubuntu-latest) (push) Successful in 31s
CI / ci (Release-assertions, ubuntu-latest) (push) Successful in 38s
CI / ci (Debug, ubuntu-latest) (push) Successful in 7m52s
CI / release (ubuntu-latest) (push) Successful in 4s
2025-06-24 17:26:50 -06:00
0c0fc1249a Upgrade to 20.1.7 and use release with assertions
All checks were successful
CI / ci (Release, ubuntu-latest) (pull_request) Successful in 28s
CI / ci (Release-assertions, ubuntu-latest) (pull_request) Successful in 33s
CI / release (ubuntu-latest) (pull_request) Successful in 1s
CI / ci (Release, ubuntu-latest) (push) Successful in 27s
CI / ci (Release-assertions, ubuntu-latest) (push) Successful in 33s
CI / release (ubuntu-latest) (push) Successful in 2s
2025-06-24 16:56:07 -06:00
911af6dba3 Fix CMAKE_BUILD_TYPE
All checks were successful
CI / ci (Release, ubuntu-latest) (pull_request) Successful in 30s
CI / ci (Debug, ubuntu-latest) (pull_request) Successful in 8m7s
CI / release (ubuntu-latest) (pull_request) Successful in 1s
CI / ci (Release, ubuntu-latest) (push) Successful in 29s
CI / ci (Debug, ubuntu-latest) (push) Successful in 7m46s
CI / release (ubuntu-latest) (push) Successful in 1s
2025-06-24 10:04:57 -06:00
640c4ed372 Rewrite tests to be more efficient
All checks were successful
CI / ci (Release, ubuntu-latest) (pull_request) Successful in 29s
CI / ci (Debug, ubuntu-latest) (pull_request) Successful in 7m52s
CI / release (ubuntu-latest) (pull_request) Successful in 1s
CI / ci (Release, ubuntu-latest) (push) Successful in 29s
CI / ci (Debug, ubuntu-latest) (push) Successful in 7m48s
CI / release (ubuntu-latest) (push) Successful in 2s
2025-06-24 08:10:55 -06:00
a6cd3bf713 Pass cpu model option
Some checks failed
CI / ci (Release, ubuntu-latest) (pull_request) Successful in 35m16s
CI / ci (Debug, ubuntu-latest) (pull_request) Successful in 59m31s
CI / release (ubuntu-latest) (pull_request) Successful in 1s
CI / ci (Release, ubuntu-latest) (push) Failing after 31m30s
CI / ci (Debug, ubuntu-latest) (push) Failing after 57m10s
CI / release (ubuntu-latest) (push) Has been skipped
2025-06-22 14:08:24 -06:00
ad79740b4d Introduce native-generic switch
All checks were successful
CI / ci (Release, ubuntu-latest) (pull_request) Successful in 40m47s
CI / ci (Debug, ubuntu-latest) (pull_request) Successful in 1h12m15s
CI / release (ubuntu-latest) (pull_request) Successful in 1s
CI / ci (Release, ubuntu-latest) (push) Successful in 39m47s
CI / ci (Debug, ubuntu-latest) (push) Successful in 1h9m35s
CI / release (ubuntu-latest) (push) Successful in 1s
2025-06-22 11:40:40 -06:00