Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
rust-lang
/
rust
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
15.4k
Star
115k
Code
Issues
5k+
Pull requests
1.3k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Share the naked asm impl between cg_ssa and cg_clif
- #134232
#134232
Merged
bors
merged 12 commits into
rust-lang:master
rust-lang/rust:master
from
bjorn3:naked_asm_improvements
bjorn3/rust:naked_asm_improvements
Copy head branch name to clipboard
Apr 30, 2025
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Share the naked asm impl between cg_ssa and cg_clif
#134232
bors
merged 12 commits into
rust-lang:master
rust-lang/rust:master
from
bjorn3:naked_asm_improvements
bjorn3/rust:naked_asm_improvements
Copy head branch name to clipboard
Commits
Commits on Apr 14, 2025
Use START_BLOCK in codegen_naked_asm
bjorn3
committed
14491b0
View commit details
Copy full SHA for 14491b0
Browse repository at this point
Handle protected visibility in codegen_naked_asm
bjorn3
committed
03f4e88
View commit details
Copy full SHA for 03f4e88
Browse repository at this point
Don't begin defining a function when codegening a naked function
Show description for ffdc292
bjorn3
committed
ffdc292
View commit details
Copy full SHA for ffdc292
Browse repository at this point
Only require a CodegenCx for codegen_naked_asm
bjorn3
committed
1988de5
View commit details
Copy full SHA for 1988de5
Browse repository at this point
Make codegen_naked_asm retrieve the MIR Body itself
bjorn3
committed
764d3a5
View commit details
Copy full SHA for 764d3a5
Browse repository at this point
Move codegen_naked_asm call up into MonoItem::define
bjorn3
committed
a73eba9
View commit details
Copy full SHA for a73eba9
Browse repository at this point
Pass MonoItemData to MonoItem::define
bjorn3
committed
e2e96fa
View commit details
Copy full SHA for e2e96fa
Browse repository at this point
Make codegen_naked_asm public
Show description for 94e95f3
bjorn3
committed
94e95f3
View commit details
Copy full SHA for 94e95f3
Browse repository at this point
Pass &mut self to codegen_global_asm
bjorn3
committed
421f22e
View commit details
Copy full SHA for 421f22e
Browse repository at this point
Use cg_ssa's version of codegen_naked_asm in cg_clif
bjorn3
committed
f5c93fa
View commit details
Copy full SHA for f5c93fa
Browse repository at this point
Share part of the global_asm!() implementation between cg_ssa and cg_clif
bjorn3
committed
3066da8
View commit details
Copy full SHA for 3066da8
Browse repository at this point
Commits on Apr 30, 2025
Fix naked asm symbol name for cg_clif on macOS
bjorn3
committed
3e174d4
View commit details
Copy full SHA for 3e174d4
Browse repository at this point
You can’t perform that action at this time.