-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add serde derives for some config datastructures Signed-off-by: xermicus <[email protected]> * llvm18-0 feature Signed-off-by: xermicus <[email protected]> * add some missing guards Signed-off-by: Cyrill Leutwiler <[email protected]> * support tail call kinds Signed-off-by: xermicus <[email protected]> * re-export LLVMTailCallKind enum Signed-off-by: xermicus <[email protected]> * add get_tail_call_kind getter on InstructionValue Signed-off-by: xermicus <[email protected]> * test get_tail_call_kind Signed-off-by: xermicus <[email protected]> * support for fast math flags Signed-off-by: xermicus <[email protected]> * non negative flag for zext instructions Signed-off-by: xermicus <[email protected]> * disjoint flag for or instructions Signed-off-by: xermicus <[email protected]> * target machine options builder Signed-off-by: xermicus <[email protected]> * implement safe wrapper for LLVM target machine options Signed-off-by: xermicus <[email protected]> * llvm-sys 180 has been released Signed-off-by: xermicus <[email protected]> --------- Signed-off-by: xermicus <[email protected]> Signed-off-by: Cyrill Leutwiler <[email protected]>
- Loading branch information
Showing
23 changed files
with
791 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.