Skip to content
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

add AT_* constants #549

Merged
merged 1 commit into from
Mar 27, 2017
Merged

add AT_* constants #549

merged 1 commit into from
Mar 27, 2017

Conversation

Mic92
Copy link
Contributor

@Mic92 Mic92 commented Mar 13, 2017

No description provided.

@alexcrichton
Copy link
Member

Ah unfortunately CI is acting up, but I'll r+ once we've sorted those issues out. Thanks for the PR though!

@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Contributor

bors commented Mar 13, 2017

📌 Commit d80660f has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Mar 13, 2017

⌛ Testing commit d80660f with merge e098950...

bors added a commit that referenced this pull request Mar 13, 2017
@bors
Copy link
Contributor

bors commented Mar 14, 2017

💔 Test failed - status-travis

@alexcrichton
Copy link
Member

alexcrichton commented Mar 14, 2017 via email

@bors
Copy link
Contributor

bors commented Mar 14, 2017

⌛ Testing commit d80660f with merge ce3ba6b...

bors added a commit that referenced this pull request Mar 14, 2017
@bors
Copy link
Contributor

bors commented Mar 15, 2017

💔 Test failed - status-travis

@Mic92
Copy link
Contributor Author

Mic92 commented Mar 20, 2017

@bors: retry

@alexcrichton
Copy link
Member

Ah yes I think nightlies are now fixed so...

@bors: retry

@bors
Copy link
Contributor

bors commented Mar 20, 2017

⌛ Testing commit d80660f with merge 4a10a5d...

bors added a commit that referenced this pull request Mar 20, 2017
@bors
Copy link
Contributor

bors commented Mar 20, 2017

💔 Test failed - status-travis

@Mic92 Mic92 force-pushed the atflags branch 2 times, most recently from c28bf9b to bc55352 Compare March 23, 2017 07:01
@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Contributor

bors commented Mar 23, 2017

📌 Commit bc55352 has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Mar 23, 2017

⌛ Testing commit bc55352 with merge 5748cf3...

bors added a commit that referenced this pull request Mar 23, 2017
@bors
Copy link
Contributor

bors commented Mar 23, 2017

💔 Test failed - status-travis

@alexcrichton
Copy link
Member

Aha now that looks like a legitimate error!

@Mic92 Mic92 force-pushed the atflags branch 5 times, most recently from 9ec2d31 to e32d071 Compare March 25, 2017 11:55
@Mic92
Copy link
Contributor Author

Mic92 commented Mar 25, 2017

fixed now.

@Mic92
Copy link
Contributor Author

Mic92 commented Mar 26, 2017

request for @bors: r+

@alexcrichton
Copy link
Member

@bors: r+

Thanks!

@bors
Copy link
Contributor

bors commented Mar 27, 2017

📌 Commit 6ddc76a has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Mar 27, 2017

⌛ Testing commit 6ddc76a with merge 1d501bc...

bors added a commit that referenced this pull request Mar 27, 2017
@bors
Copy link
Contributor

bors commented Mar 27, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: alexcrichton
Pushing 1d501bc to master...

@bors bors merged commit 6ddc76a into rust-lang:master Mar 27, 2017
@Mic92 Mic92 deleted the atflags branch March 27, 2017 20:16
danielverkamp pushed a commit to danielverkamp/libc that referenced this pull request Apr 28, 2020
* Add wasm32 simd128 intrinsics

* test wasm32 simd128 instructions

* Run wasm tests like all other tests

* use modules instead of types to access wasm simd128 interpretations

* generate docs for wasm32-unknown-unknown

* fix typo

* Enable #[assert_instr] on wasm32

* Shell out to Node's `execSync` to execute `wasm2wat` over our wasm file
* Parse the wasm file line-by-line, looking for various function markers and
  such
* Use the `elem` section to build a function pointer table, allowing us to map
  exactly from function pointer to a function
* Avoid losing debug info (the names section) in release mode by stripping
  `--strip-debug` from `rust-lld`.

* remove exclude list from Cargo.toml

* fix assert_instr for non-wasm targets

* re-format assert-instr changes

* add crate that uses assert_instr

* Fix instructions having extra quotes

* Add assert_instr for wasm memory intrinsics

* Remove hacks for git wasm-bindgen

* add wasm_simd128 feature

* make wasm32 build correctly

* run simd128 tests on ci

* remove wasm-assert-instr-tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants