rust/src/rustllvm
Alex Crichton 5c5095d25e Have JIT execution take ownership of the LLVMContextRef
Also stop leaking the ExecutionEngine created for jit code by forcibly disposing
of it after the JIT code has finished executing
2013-06-10 13:17:04 -07:00
..
PassWrapper.cpp Further refactor optimization pass handling 2013-05-29 20:08:20 +12:00
README add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
rustllvm.def.in Have JIT execution take ownership of the LLVMContextRef 2013-06-10 13:17:04 -07:00
rustllvm.h Have JIT execution take ownership of the LLVMContextRef 2013-06-10 13:17:04 -07:00
RustWrapper.cpp Have JIT execution take ownership of the LLVMContextRef 2013-06-10 13:17:04 -07:00

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