<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>  x. Lauro implemented support for Thread Local Storage with the<br>__thread keyword, and added codegen support for Linux on X86 and ARM.
</blockquote><div><br>Thread Local Storage is not fully functional on ARM because the ARM TLS llvm-gcc patch wasn't applied yet. So, I think  the __thread keyword support for ARM will appear on LLVM 2.1.<br></div><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">  x. Lauro contributed support for the ARM AAPCS and EABI ABIs and<br>PIC codegen on arm/linux.
</blockquote><div><br>ARM AAPCS and EABI are the same ABI.<br><br>AAPCS or EABI => arm-linux-gnueabi<br>APCS or OABI => arm-linux-gnu and arm-apple-darwin <br><br>Lauro<br></div><br></div><br>