Files
rust/compiler
bors 4d6d601c8a Auto merge of #99574 - durin42:allocator-patch-redux, r=nikic
codegen: use new {re,de,}allocator annotations in llvm

This obviates the patch that teaches LLVM internals about
_rust_{re,de}alloc functions by putting annotations directly in the IR
for the optimizer.

The sole test change is required to anchor FileCheck to the body of the
`box_uninitialized` method, so it doesn't see the `allocalign` on
`__rust_alloc` and get mad about the string `alloca` showing up. Since I
was there anyway, I added some checks on the attributes to prove the
right attributes got set.

r? `@nikic`
2022-07-26 19:35:57 +00:00
..
2022-06-27 08:48:55 +10:00
2022-07-16 20:17:58 -03:00
2022-07-12 16:25:16 +04:00
2022-07-20 11:48:11 +02:00
2022-06-03 17:16:41 -04:00
2022-06-28 19:59:09 +05:30
2022-05-26 13:14:24 +02:00
2022-07-20 11:48:11 +02:00
2022-07-20 11:48:11 +02:00
2022-06-02 10:29:00 +00:00