rust/src/rustllvm
Björn Steinbrink d7ccea6c1c Disable the null check elimination pass
This pass causes mis-optimizations in some cases and is probably no
longer really important for us, so let's disable it for now.

Fixes #30081
2015-12-02 18:19:10 +01:00
..
ArchiveWrapper.cpp rustllvm: Update to LLVM trunk 2015-10-24 18:42:23 +09:00
ExecutionEngineWrapper.cpp Remove morestack support 2015-08-10 16:35:44 -07:00
llvm-auto-clean-trigger Disable the null check elimination pass 2015-12-02 18:19:10 +01:00
PassWrapper.cpp Remove segmented stack option from LLVMRustCreateTargetMachine. Unused. 2015-11-19 16:58:23 -08:00
README add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
rustllvm.h rustc: Update LLVM 2015-06-16 22:56:42 -07:00
RustWrapper.cpp rustllvm: Update to LLVM trunk 2015-10-24 18:42:23 +09:00

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