Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: oven-sh/zig

Tags

autobuild-c6df1f4030cca9e2cc9f8f197405ce1be6890aca

Toggle autobuild-c6df1f4030cca9e2cc9f8f197405ce1be6890aca's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #21 from oven-sh/root/llvm-codegen-attrs

llvm: improve IR attributes and cast flags for better optimization

autobuild-75649d9fe0ae2b0796bd83856f3b9548f497ac2c

Toggle autobuild-75649d9fe0ae2b0796bd83856f3b9548f497ac2c's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #21 from oven-sh/root/llvm-codegen-attrs

llvm: improve IR attributes and cast flags for better optimization

autobuild-597cbfe43b5b7f2b606b8818a5598c442097290c

Toggle autobuild-597cbfe43b5b7f2b606b8818a5598c442097290c's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #21 from oven-sh/root/llvm-codegen-attrs

llvm: improve IR attributes and cast flags for better optimization

autobuild-9ee71ad8439b07e5a3e5b7c1b9bf5e6b749eaf01

Toggle autobuild-9ee71ad8439b07e5a3e5b7c1b9bf5e6b749eaf01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #21 from oven-sh/root/llvm-codegen-attrs

llvm: improve IR attributes and cast flags for better optimization

autobuild-0b87843bd95fea3bb6a7b2234b4a0a9a50d02f2f

Toggle autobuild-0b87843bd95fea3bb6a7b2234b4a0a9a50d02f2f's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #21 from oven-sh/root/llvm-codegen-attrs

llvm: improve IR attributes and cast flags for better optimization

autobuild-e4fde80c4c0c0a4a827d05c8dd2b792f0e2f5eba

Toggle autobuild-e4fde80c4c0c0a4a827d05c8dd2b792f0e2f5eba's commit message

Verified

This commit was signed with the committer’s verified signature.
dylan-conway Dylan Conway
ci: name releases by branch so stable and -fast are distinguishable

autobuild-af6e006bec4494b5f716b1508e7113fc2210ed67

Toggle autobuild-af6e006bec4494b5f716b1508e7113fc2210ed67's commit message

Verified

This commit was signed with the committer’s verified signature.
dylan-conway Dylan Conway
ci: name releases by branch so stable and -fast are distinguishable

autobuild-24475de8100b01a135c79d1629fa2e5341572fd1

Toggle autobuild-24475de8100b01a135c79d1629fa2e5341572fd1's commit message

Verified

This commit was signed with the committer’s verified signature.
dylan-conway Dylan Conway
ci: name releases by branch so stable and -fast are distinguishable

autobuild-560aed0c6508412c2177866c54ad0aa3eef41e3f

Toggle autobuild-560aed0c6508412c2177866c54ad0aa3eef41e3f's commit message

Verified

This commit was signed with the committer’s verified signature.
dylan-conway Dylan Conway
ci: name releases by branch so stable and -fast are distinguishable

autobuild-5d2ad80cee981a65e4a01febf476a5377329e68b

Toggle autobuild-5d2ad80cee981a65e4a01febf476a5377329e68b's commit message
zig_llvm: emit module summary + EnableSplitLTOUnit on -flto bitcode

Without these, lld rejects the link with "inconsistent LTO Unit splitting"
when mixing zig -flto objects with clang -fwhole-program-vtables bitcode.
Mirrors what clang's BackendUtil does for regular LTO.