rust/src/rustllvm
Luca Bruno ce32f6412e rustc_trans: don't hardcode llvm version for conditional intrinsics
This commit introduce a third parameter for compatible_ifn!, as new
intrinsics are being added in recent LLVM releases and there is no
need to hardcode a specific case.

Signed-off-by: Luca Bruno <lucab@debian.org>
2015-06-07 22:47:00 -04: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 add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
rustllvm.h LLVM < 3.5 is unsupported since bb18a3c 2015-04-21 07:20:48 -07:00
RustWrapper.cpp rustc_trans: don't hardcode llvm version for conditional intrinsics 2015-06-07 22:47:00 -04:00

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