| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-02-16 | Pass through of target features to llvm-bitcode-linker and handling them | kulst | -2/+17 | |
| The .ptx version produced by llc can be specified by passing it with --mattr. Currently it is not possible to specify the .ptx version with -Ctarget-feature because these are not passed through to llvm-bitcode-linker and handled by it. This commit adds both. --target-feature and -mattr are passed with equals to mitigate issues when the value starts with a - (minus). | ||||
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -5/+2 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-04-15 | Distribute LLVM bitcode linker as a preview component | Kjetil Kjeka | -4/+9 | |
| 2024-03-11 | LLVM Bitcode Linker: Added crate | Kjetil Kjeka | -0/+324 | |
