llvm-6502/lib
Saleem Abdulrasool ea3ab85c01 MC: fix text section characteristics for WoA
link.exe requires that the text section has the IMAGE_SCN_MEM_16BIT flag set.
Otherwise, it will treat the function as ARM.  If this occurs, then jumps to the
function will fail, switching from thumb to ARM mode execution.

With this change, it is possible to link using the MSVC linker as well.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210415 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-08 03:57:49 +00:00
..
Analysis
AsmParser
Bitcode Allow aliases to be unnamed_addr. 2014-06-06 01:20:28 +00:00
CodeGen Fix typos 2014-06-07 21:23:09 +00:00
DebugInfo
ExecutionEngine
IR InstCombine: Canonicalize addrspacecast between different element types 2014-06-06 21:52:55 +00:00
IRReader
LineEditor
Linker
LTO Build fix: remove initializeJumpInstrTablesPass() call from LTO 2014-06-07 20:39:53 +00:00
MC MC: fix text section characteristics for WoA 2014-06-08 03:57:49 +00:00
Object
Option
ProfileData
Support
TableGen
Target Do materialize for floating point 2014-06-08 03:30:32 +00:00
Transforms Revert 209903 and 210040. 2014-06-07 04:12:35 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile