Michael Woerister
9585c5dc1f
Introduce const_cstr!() macro and use it where applicable.
2018-08-10 10:22:44 +02:00
Irina Popa
54c98ab0dd
rustc_codegen_llvm: fix ownership of Builder.
2018-07-30 20:35:11 +03:00
Irina Popa
265f2fa4de
rustc_codegen_llvm: fix tidy errors.
2018-07-30 20:35:08 +03:00
Irina Popa
0ab3444540
rustc_codegen_llvm: use safe references for OperandBundleDef.
2018-07-30 20:10:37 +03:00
Irina Popa
ebec156abf
rustc_codegen_llvm: remove more unused functions.
2018-07-30 20:10:25 +03:00
Irina Popa
3eb50358e4
rustc_codegen_llvm: use safe references for BasicBlock.
2018-07-30 19:49:20 +03:00
Irina Popa
f375185314
rustc_codegen_llvm: use safe references for Value.
2018-07-30 19:49:18 +03:00
Irina Popa
2dbde55395
rustc_codegen_llvm: use safe references for Builder.
2018-07-30 18:36:30 +03:00
Irina Popa
d04e66d114
rustc_codegen_llvm: use safe references for Type.
2018-07-30 18:36:29 +03:00
Irina Popa
af04e9426c
rustc_codegen_llvm: move from empty enums to extern types.
2018-07-30 18:12:47 +03:00
Mark Rousskov
06ba69d043
Rollup merge of #52391 - Amanieu:volatile_unaligned, r=alexcrichton
...
Add unaligned volatile intrinsics
Surprisingly enough, it turns out that unaligned volatile loads are actually useful for certain (very niche) types of lock-free code. I included unaligned volatile stores for completeness, but I currently do not know of any use cases for them.
These are only exposed as intrinsics for now. If they turn out to be useful in practice, we can work towards stabilizing them.
r? @alexcrichton
2018-07-24 16:43:44 -06:00
Oliver Schneider
c7d39e0c51
Remove unused method
2018-07-20 18:43:25 +02:00
Amanieu d'Antras
303306cf5e
Add unaligned volatile intrinsics
2018-07-14 23:28:39 +01:00
Ben Harris
aac0d914b2
Correct some codegen stats counters
2018-07-09 09:40:16 +02:00
Irina Popa
b63d7e2b1c
Rename trans to codegen everywhere.
2018-05-17 15:08:30 +03:00