-
Notifications
You must be signed in to change notification settings - Fork 50
Comparing changes
Open a pull request
base repository: bytecodealliance/target-lexicon
base: v0.12.14
head repository: bytecodealliance/target-lexicon
compare: v0.13.2
- 20 commits
- 7 files changed
- 7 contributors
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9cc2e17 - Browse repository at this point
Copy the full SHA 9cc2e17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1424ce0 - Browse repository at this point
Copy the full SHA 1424ce0View commit details -
Disable '-D warnings` in CI. (#105)
Disable '-D warnings` in CI to avoid `unexpected_cfgs` failures in a way that doesn't break Rust 1.34.
Configuration menu - View commit details
-
Copy full SHA for 06071fd - Browse repository at this point
Copy the full SHA 06071fdView commit details
Commits on Jul 1, 2024
-
Update to the more upstream Rust targets. (#106)
This updates Fuchsia targets to print the `unknown` vendor, and adds several more new targets.
Configuration menu - View commit details
-
Copy full SHA for 5614a86 - Browse repository at this point
Copy the full SHA 5614a86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 669004f - Browse repository at this point
Copy the full SHA 669004fView commit details
Commits on Jul 2, 2024
-
Fix the default binary format for most architectures to be ELF. (#108)
Following the [logic in LLVM], make the binary format for most targets be ELF instead of Unknown. To preserve round-tripping for Rust target names, this requires some special-casing in the formatting code, but this isn't new; a lot of targets require special cases to round-trip properly. [logic in LLVM]: https://github.com/llvm/llvm-project/blob/d3e7c4ce7a3d7f08cea02cba8f34c590a349688b/llvm/lib/TargetParser/Triple.cpp#L877
Configuration menu - View commit details
-
Copy full SHA for 3a1cc71 - Browse repository at this point
Copy the full SHA 3a1cc71View commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6dfc276 - Browse repository at this point
Copy the full SHA 6dfc276View commit details
Commits on Jul 29, 2024
-
Add
pbc32
andpbc64
architectures for Pulley"pbc" = Pulley Bytecode. The 32 and 64 refer to the pointer size.
Configuration menu - View commit details
-
Copy full SHA for 4b7fec1 - Browse repository at this point
Copy the full SHA 4b7fec1View commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1e750e8 - Browse repository at this point
Copy the full SHA 1e750e8View commit details -
Merge pull request #109 from fitzgen/pulley
Add `pbc32` and `pbc64` architectures for Pulley
Configuration menu - View commit details
-
Copy full SHA for da9f879 - Browse repository at this point
Copy the full SHA da9f879View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6776d5 - Browse repository at this point
Copy the full SHA c6776d5View commit details -
Merge pull request #110 from fitzgen/bump-to-v0.12.16
Bump to version v0.12.16
Configuration menu - View commit details
-
Copy full SHA for 7c80d45 - Browse repository at this point
Copy the full SHA 7c80d45View commit details
Commits on Oct 11, 2024
-
Parse the deployment target on all Apple target triples (#113)
* Parse the deployment target on all Apple target triples Also allow it to be optional, or partially specified. * Add OperatingSystem::is_like_darwin To more easily determine if the OS is of Darwin lineage. * Define an ordering for DeploymentTarget
Configuration menu - View commit details
-
Copy full SHA for 61922cd - Browse repository at this point
Copy the full SHA 61922cdView commit details
Commits on Dec 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2b95ffe - Browse repository at this point
Copy the full SHA 2b95ffeView commit details
Commits on Dec 5, 2024
-
Add big-endian Pulley targets (#115)
In the development of Pulley for Wasmtime we've realized that we're going to need big-endian variants of Pulley in addition to little-endian, so add that here.
Configuration menu - View commit details
-
Copy full SHA for 859b9fa - Browse repository at this point
Copy the full SHA 859b9faView commit details -
Configuration menu - View commit details
-
Copy full SHA for db816ff - Browse repository at this point
Copy the full SHA db816ffView commit details
Commits on Dec 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6d67578 - Browse repository at this point
Copy the full SHA 6d67578View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3f72c4 - Browse repository at this point
Copy the full SHA c3f72c4View commit details
Commits on Feb 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e5f5fb6 - Browse repository at this point
Copy the full SHA e5f5fb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 816bd80 - Browse repository at this point
Copy the full SHA 816bd80View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.12.14...v0.13.2