<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_target/src/asm/powerpc.rs, branch try-perf</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try-perf</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try-perf'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-09-21T04:48:22+00:00</updated>
<entry>
<title>Support ctr and lr as clobber-only registers in PowerPC inline assembly</title>
<updated>2025-09-21T04:48:22+00:00</updated>
<author>
<name>Taiki Endo</name>
<email>te316e89@gmail.com</email>
</author>
<published>2025-09-21T04:48:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f4b876867d609404be8a78220c0d5117303bb0f8'/>
<id>urn:sha1:f4b876867d609404be8a78220c0d5117303bb0f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support floats in input/output in vector registers of PowerPC inline assembly</title>
<updated>2024-11-28T18:10:07+00:00</updated>
<author>
<name>Taiki Endo</name>
<email>te316e89@gmail.com</email>
</author>
<published>2024-11-28T18:10:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=df8feb5067f99e20059c7ee8021d9ba5273bfe68'/>
<id>urn:sha1:df8feb5067f99e20059c7ee8021d9ba5273bfe68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support #[repr(simd)] types in input/output of PowerPC inline assembly</title>
<updated>2024-11-28T15:24:36+00:00</updated>
<author>
<name>Taiki Endo</name>
<email>te316e89@gmail.com</email>
</author>
<published>2024-11-28T15:24:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0f8ebba54a8e41a9daccbbedae88e8798f4557c3'/>
<id>urn:sha1:0f8ebba54a8e41a9daccbbedae88e8798f4557c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support clobber_abi and vector registers (clobber-only) in PowerPC inline assembly</title>
<updated>2024-11-02T11:26:08+00:00</updated>
<author>
<name>Taiki Endo</name>
<email>te316e89@gmail.com</email>
</author>
<published>2024-11-02T11:26:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d19517dcd0e31ce6591ab36e7160681b2f589acf'/>
<id>urn:sha1:d19517dcd0e31ce6591ab36e7160681b2f589acf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat `use` declarations.</title>
<updated>2024-07-28T22:26:52+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-07-28T22:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=84ac80f1921afc243d71fd0caaa4f2838c294102'/>
<id>urn:sha1:84ac80f1921afc243d71fd0caaa4f2838c294102</id>
<content type='text'>
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
</content>
</entry>
<entry>
<title>Remove `extern crate rustc_macros` from numerous crates.</title>
<updated>2024-04-29T00:21:54+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-04-28T22:53:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4814fd0a4bcc2288ba15fb212610bdf3d1d5eb11'/>
<id>urn:sha1:4814fd0a4bcc2288ba15fb212610bdf3d1d5eb11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mention Register Size in `#[warn(asm_sub_register)]`</title>
<updated>2024-03-03T14:34:26+00:00</updated>
<author>
<name>Veera</name>
<email>sveera.2001@gmail.com</email>
</author>
<published>2024-03-03T14:34:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9aac0c9ae39de7046af35788d19e5f9310e4cbb7'/>
<id>urn:sha1:9aac0c9ae39de7046af35788d19e5f9310e4cbb7</id>
<content type='text'>
Fixes #121593
</content>
</entry>
<entry>
<title>Use Symbol for target features in asm handling</title>
<updated>2022-01-17T17:06:27+00:00</updated>
<author>
<name>bjorn3</name>
<email>bjorn3@users.noreply.github.com</email>
</author>
<published>2022-01-10T14:32:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=991cbd15034798e86de6823800b13c87fb3e904c'/>
<id>urn:sha1:991cbd15034798e86de6823800b13c87fb3e904c</id>
<content type='text'>
This saves a couple of Symbol::intern calls
</content>
</entry>
<entry>
<title>add support for clobbering xer, cr, and cr[0-7] for asm! on OpenPower/PowerPC</title>
<updated>2021-08-26T05:08:27+00:00</updated>
<author>
<name>Jacob Lifshay</name>
<email>programmerjake@gmail.com</email>
</author>
<published>2021-08-26T04:45:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5802f60355b8b9a1eaf0c0fc193de3b9c48853df'/>
<id>urn:sha1:5802f60355b8b9a1eaf0c0fc193de3b9c48853df</id>
<content type='text'>
Fixes #88315
</content>
</entry>
<entry>
<title>Add asm!() support for PowerPC64</title>
<updated>2021-05-14T03:31:47+00:00</updated>
<author>
<name>Dr. Chat</name>
<email>arkolbed@gmail.com</email>
</author>
<published>2021-05-14T03:31:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=69acee3ffe7b43161f3746c560c3b48e591d59d8'/>
<id>urn:sha1:69acee3ffe7b43161f3746c560c3b48e591d59d8</id>
<content type='text'>
</content>
</entry>
</feed>
