llvm-6502/lib
Oscar Fuentes bcc2e45840 Fixes the Atomic implementation if compiled by MSVC compiler.
sys::cas_flag should be long on this platform, InterlockedAdd() is
defined only for the Itanium architecture (according to MSDN).

Patch by Michael Beck!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90748 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-07 05:29:59 +00:00
..
Analysis Fix indentation in switch statement. 2009-12-05 06:37:24 +00:00
Archive
AsmParser Add MSP430 interrupt calling conv. No functionality change yet. 2009-12-07 02:27:35 +00:00
Bitcode
CodeGen If BB is empty, insert PHI before end() instead of front(). 2009-12-07 03:07:01 +00:00
CompilerDriver
ExecutionEngine
Linker
MC
Support Fix typo and add missing include. 2009-12-04 08:17:07 +00:00
System Fixes the Atomic implementation if compiled by MSVC compiler. 2009-12-07 05:29:59 +00:00
Target Some pretty-printing 2009-12-07 02:28:41 +00:00
Transforms fix PR5698 2009-12-06 17:17:23 +00:00
VMCore Add MSP430 interrupt calling conv. No functionality change yet. 2009-12-07 02:27:35 +00:00
Makefile