-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make some code easier to inline #1102
Commits on Jul 5, 2024
-
delete llvm bitcode files in runtime directory
Dwight Guth committedJul 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 500e440 - Browse repository at this point
Copy the full SHA 500e440View commit details -
Dwight Guth committed
Jul 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 50aa142 - Browse repository at this point
Copy the full SHA 50aa142View commit details -
don't try to compile files that no longer exist
Dwight Guth committedJul 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 1aa2545 - Browse repository at this point
Copy the full SHA 1aa2545View commit details -
configure llvm_header.h with appropriate target and layout
Dwight Guth committedJul 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 6089be3 - Browse repository at this point
Copy the full SHA 6089be3View commit details -
use new llvm_header.h in CreateTerm.cpp
Dwight Guth committedJul 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 69212c7 - Browse repository at this point
Copy the full SHA 69212c7View commit details -
delete function body before creating eval_ functions
This is needed because previously we handled these with weak symbols, but the linker can no longer do this for us because everything is now in the same translation unit. Therefore, we reset these functions so that they no longer contain their "default" implementations when they get created by the compiler.
Dwight Guth committedJul 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 09fe6a6 - Browse repository at this point
Copy the full SHA 09fe6a6View commit details -
don't configure files that no longer exist
Dwight Guth committedJul 5, 2024 Configuration menu - View commit details
-
Copy full SHA for ae0ba22 - Browse repository at this point
Copy the full SHA ae0ba22View commit details -
use opaque pointers in llvm_header.h
Dwight Guth committedJul 5, 2024 Configuration menu - View commit details
-
Copy full SHA for cacfe04 - Browse repository at this point
Copy the full SHA cacfe04View commit details -
fix bug in signature that went undetected until now
Dwight Guth committedJul 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 10e457f - Browse repository at this point
Copy the full SHA 10e457fView commit details -
delete cmake clause for files that were deleted
Dwight Guth committedJul 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 1b18621 - Browse repository at this point
Copy the full SHA 1b18621View commit details
Commits on Jul 8, 2024
-
Dwight Guth committed
Jul 8, 2024 Configuration menu - View commit details
-
Copy full SHA for b7ba5f6 - Browse repository at this point
Copy the full SHA b7ba5f6View commit details