rust/src/rustllvm
Daniel Micay 0ac02e7c4f make: stop disabling frame pointer elimination
We currently have no need for the frame pointers on any platform. They
may eventually be needed on platforms without an equivalent to the DWARF
call frame information to walk the stack in the garbage collector.

Closes #7477
2013-08-22 20:49:48 -04:00
..
llvm-auto-clean-trigger Upgrade llvm to current HEAD 2013-08-20 01:12:47 -07:00
PassWrapper.cpp rustc: Dispose of LLVM passes in test cases 2013-06-19 15:18:25 -07:00
README add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
rustllvm.def.in auto merge of #8328 : alexcrichton/rust/llvm-head, r=brson 2013-08-20 11:31:59 -07:00
rustllvm.h Fix build issues once LLVM has been upgraded 2013-08-04 10:58:23 -07:00
RustWrapper.cpp make: stop disabling frame pointer elimination 2013-08-22 20:49:48 -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.