rust/src/rustllvm
bors a8c3fe45c6 auto merge of #8328 : alexcrichton/rust/llvm-head, r=brson
The first commit message is pretty good, but whomever reviews this should probably also at least glance at the changes I made in LLVM. I basically reorganized our pending patch queue to be a bit more organized and clearer in what needs to go where. After this, our queue would be:

* Add the `no-split-stack` attribute
* Add the `fixedstacksegment` attribute
* Add split-stacks for arm android
* Add split-stacks for arm linux
* Add split stacks for mips

Then there's a patch which I added to get rust to build at all on LLVM-head, and I'm not quite sure why it's there, but nothing seems to be crashing for now! (famous last words).

Otherwise, I just updated code to reflect the changes I made in LLVM with the only major change being the advent of the new `no_split_stack` attribute. This is work towards #1226, but someone more familiar with the code should probably actually assign the attribute to the appropriate functions.

Also as a bonus, I've verified that this closes #5774
2013-08-20 11:31:59 -07: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 auto merge of #8328 : alexcrichton/rust/llvm-head, r=brson 2013-08-20 11:31:59 -07:00

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