rust/src/rustllvm
Daniel Micay 541e5f84d7 add support for the cold function attribute
This allows a function to marked as infrequently called, resulting in
any branch calling it to be considered colder.
2013-10-28 15:34:50 -04:00
..
llvm-auto-clean-trigger Disable zlib/libffi when configuring LLVM 2013-09-23 10:07:22 -07:00
PassWrapper.cpp add -Z soft-float option 2013-10-01 11:19:18 +08:00
README add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
rustllvm.def.in add support for the cold function attribute 2013-10-28 15:34:50 -04:00
rustllvm.h Rewrite pass management with LLVM 2013-08-26 20:11:51 -07:00
RustWrapper.cpp add support for the cold function attribute 2013-10-28 15:34:50 -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.