rust/src/rustllvm
Akos Kiss 6e5fb8bd1b Initial version of AArch64 support.
Adds AArch64 knowledge to:
* configure,
* make files,
* sources,
* tests, and
* documentation.
2015-01-03 15:16:10 +00:00
..
ExecutionEngineWrapper.cpp Add LLVM ExecutionEngine API 2014-12-11 15:33:27 -07:00
llvm-auto-clean-trigger Initial version of AArch64 support. 2015-01-03 15:16:10 +00:00
PassWrapper.cpp optimize position independent code in executables 2014-10-12 09:18:14 -04:00
README
rustllvm.h Add LLVM ExecutionEngine API 2014-12-11 15:33:27 -07:00
RustWrapper.cpp debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled. 2014-12-30 17:26:13 +01:00

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