-
Notifications
You must be signed in to change notification settings - Fork 211
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
Test with the 'c' feature enabled on CI #166
Commits on Jun 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a137787 - Browse repository at this point
Copy the full SHA a137787View commit details
Commits on Jun 23, 2017
-
Use traits instead of macros for shift intrinsics
This is an attempt to tidy up the definition of intrinsics by making them more rust-like at the definition site and using traits instead of macros for the definition. Additionally the helper macro, `intrinsics!`, now fills in a definition for #[cfg]'d off intrinsics when compiling with C code
Configuration menu - View commit details
-
Copy full SHA for 2f2bb32 - Browse repository at this point
Copy the full SHA 2f2bb32View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeb44ab - Browse repository at this point
Copy the full SHA eeb44abView commit details -
Also add a few features to the `intrinsics!` macro
Configuration menu - View commit details
-
Copy full SHA for 275d103 - Browse repository at this point
Copy the full SHA 275d103View commit details -
Port sdiv to traits +
intrinsics!
Enhance `intrinsics!` along the way!
Configuration menu - View commit details
-
Copy full SHA for 7886ae2 - Browse repository at this point
Copy the full SHA 7886ae2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d170421 - Browse repository at this point
Copy the full SHA d170421View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12a0038 - Browse repository at this point
Copy the full SHA 12a0038View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4120ad - Browse repository at this point
Copy the full SHA a4120adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f90c48 - Browse repository at this point
Copy the full SHA 7f90c48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 215fa06 - Browse repository at this point
Copy the full SHA 215fa06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b78d79 - Browse repository at this point
Copy the full SHA 1b78d79View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0e5859 - Browse repository at this point
Copy the full SHA f0e5859View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8abb0ab - Browse repository at this point
Copy the full SHA 8abb0abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47ff813 - Browse repository at this point
Copy the full SHA 47ff813View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c41b56 - Browse repository at this point
Copy the full SHA 4c41b56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4540bd4 - Browse repository at this point
Copy the full SHA 4540bd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0be8b20 - Browse repository at this point
Copy the full SHA 0be8b20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 696b821 - Browse repository at this point
Copy the full SHA 696b821View commit details -
Configuration menu - View commit details
-
Copy full SHA for 560018c - Browse repository at this point
Copy the full SHA 560018cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93fed26 - Browse repository at this point
Copy the full SHA 93fed26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83d63ea - Browse repository at this point
Copy the full SHA 83d63eaView commit details -
Remove defined intrinsics from build.rs
No need to load these from C!
Configuration menu - View commit details
-
Copy full SHA for ac3715d - Browse repository at this point
Copy the full SHA ac3715dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c47450 - Browse repository at this point
Copy the full SHA 7c47450View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a444d5 - Browse repository at this point
Copy the full SHA 5a444d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a16ebb0 - Browse repository at this point
Copy the full SHA a16ebb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5172f8c - Browse repository at this point
Copy the full SHA 5172f8cView commit details -
Apparently LLVM will lower this down to just an instruction
Configuration menu - View commit details
-
Copy full SHA for a839d53 - Browse repository at this point
Copy the full SHA a839d53View commit details -
Objects in compiler-rt may have two symbols, so this makes sure that we don't bring in those objects by accident by defining the aliases ourselves.
Configuration menu - View commit details
-
Copy full SHA for 7de57cd - Browse repository at this point
Copy the full SHA 7de57cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for eabb6fa - Browse repository at this point
Copy the full SHA eabb6faView commit details
Commits on Jun 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 635e519 - Browse repository at this point
Copy the full SHA 635e519View commit details -
Configuration menu - View commit details
-
Copy full SHA for d513c92 - Browse repository at this point
Copy the full SHA d513c92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94bc995 - Browse repository at this point
Copy the full SHA 94bc995View commit details -
Don't compile assembly on x86_64 Windows
They've all got the wrong ABI...
Configuration menu - View commit details
-
Copy full SHA for b42d267 - Browse repository at this point
Copy the full SHA b42d267View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dac0be - Browse repository at this point
Copy the full SHA 4dac0beView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2bdb4b - Browse repository at this point
Copy the full SHA a2bdb4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2147753 - Browse repository at this point
Copy the full SHA 2147753View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e28b7e - Browse repository at this point
Copy the full SHA 5e28b7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7643048 - Browse repository at this point
Copy the full SHA 7643048View commit details -
* Don't run `intrinsics` tests on thumb * Disable `compiler_builtins` attribute on `feature = "gen-tests"` * Disable mangling on `feature = "gen-tests"` instead of `cfg(test)`
Configuration menu - View commit details
-
Copy full SHA for 734ec3d - Browse repository at this point
Copy the full SHA 734ec3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d6d3fd - Browse repository at this point
Copy the full SHA 5d6d3fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91b1291 - Browse repository at this point
Copy the full SHA 91b1291View commit details -
Don't generate unmangled aeabi with gen-tests
The symbols they delgate to also don't exist...
Configuration menu - View commit details
-
Copy full SHA for d051480 - Browse repository at this point
Copy the full SHA d051480View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4859aba - Browse repository at this point
Copy the full SHA 4859abaView commit details -
Configuration menu - View commit details
-
Copy full SHA for acaa2f0 - Browse repository at this point
Copy the full SHA acaa2f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c74fb1 - Browse repository at this point
Copy the full SHA 5c74fb1View commit details -
Don't test mangled names on thumb
We are both the "real compiler-rt" and the "to be tested one".
Configuration menu - View commit details
-
Copy full SHA for c193113 - Browse repository at this point
Copy the full SHA c193113View commit details
Commits on Jun 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for afe5c71 - Browse repository at this point
Copy the full SHA afe5c71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ebbcae - Browse repository at this point
Copy the full SHA 0ebbcaeView commit details