rust/src/rustllvm
Peter Marheine 998c10d6b6 Add singlethreaded fence intrinsics.
These new intrinsics are comparable to `atomic_signal_fence` in C++,
ensuring the compiler will not reorder memory accesses across the
barrier, nor will it emit any machine instructions for it.

Closes #24118, implementing RFC 888.
2015-04-25 19:41:21 -06:00
..
ExecutionEngineWrapper.cpp LLVM < 3.5 is unsupported since bb18a3c 2015-04-21 07:20:48 -07:00
llvm-auto-clean-trigger updating llvm-auto-clean-trigger too 2015-03-05 12:38:35 +05:30
PassWrapper.cpp LLVM < 3.5 is unsupported since bb18a3c 2015-04-21 07:20:48 -07:00
README
rustllvm.h LLVM < 3.5 is unsupported since bb18a3c 2015-04-21 07:20:48 -07:00
RustWrapper.cpp Add singlethreaded fence intrinsics. 2015-04-25 19:41:21 -06:00

This directory currently contains some LLVM support code. This will generally
be sent upstream to LLVM in time; for now it lives here.