rust/src/rustllvm
Alex Crichton 17a951c7bf Remove unused upcalls
The main one removed is rust_upcall_reset_stack_limit (continuation of #10156),
and this also removes the upcall_trace function. The was hidden behind a
`-Z trace` flag, but if you attempt to use this now you'll get a linker error
because there is no implementation of the 'upcall_trace' function. Due to this
no longer working, I decided to remove it entirely from the compiler (I'm also a
little unsure on what it did in the first place).
2013-12-05 16:29:16 -08:00
..
llvm-auto-clean-trigger Remove unused upcalls 2013-12-05 16:29:16 -08:00
PassWrapper.cpp Update LLVM and jettison jit support 2013-12-05 09:15:54 -08:00
README add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
rustllvm.def.in Update LLVM and jettison jit support 2013-12-05 09:15:54 -08:00
rustllvm.h Rewrite pass management with LLVM 2013-08-26 20:11:51 -07:00
RustWrapper.cpp Update LLVM and jettison jit support 2013-12-05 09:15:54 -08:00

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