rust/src/rt
Alex Crichton 3e26e56a79 rustc_trans: Disable landing pads on 32-bit MSVC
This is currently quite buggy in LLVM from what I can tell, so just disable it
entirely. This commit also adds preliminary support, however, to actually
target 32-bit MSVC by making sure the `rust_try_msvc_32.ll` file exists and
wiring up exceptions to `_except_handler3` instead of `__C_specific_handler`
(which doesn't exist on 32-bit).
2015-07-02 10:45:13 -07:00
..
arch src/rt/arch/i386/morestack.S: call rust_stack_exhausted via plt 2015-06-15 14:56:50 -04:00
hoedown@238c4d57cc rustdoc: Migrate from sundown to hoedown 2014-05-03 17:36:20 -07:00
msvc Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
valgrind fix typos caught by codespell 2015-05-06 03:00:13 +02:00
miniz.c Move runtime files to C instead of C++ 2013-11-18 21:45:58 -08:00
rust_android_dummy.c rt: Define exp10 on Android 2014-01-03 21:29:40 -08:00
rust_android_dummy.h auto merge of #6234 : yichoi/rust/glob-dummy-pull, r=thestinger 2013-05-04 22:09:36 -07:00
rust_builtin.c windows: Don't link rust_builtin 2015-07-02 10:44:40 -07:00
rust_test_helpers.c rt: Clean up to build with cl.exe 2015-05-19 10:35:58 -07:00
rust_try.ll rt: Update comment for new location of unwind 2015-06-27 19:25:55 -07:00
rust_try_msvc_32.ll rustc_trans: Disable landing pads on 32-bit MSVC 2015-07-02 10:45:13 -07:00
rust_try_msvc_64.ll msvc: Implement runtime support for unwinding 2015-06-25 09:33:15 -07:00