llvm-6502/lib
Andrew Kaylor 7bbd6e366b Support for generating ELF objects on Windows.
This adds 'elf' as a recognized target triple environment value and overrides the default generated object format on Windows platforms if that value is present.  This patch also enables MCJIT tests on Windows using the new environment value.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165030 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-02 18:38:34 +00:00
..
Analysis Ignore apparent buffer overruns on external or weak globals. This is a major 2012-09-30 07:30:10 +00:00
Archive
AsmParser Add in support for SPIR to LLVM core. This adds a new target and two new calling conventions. 2012-10-01 17:01:31 +00:00
Bitcode
CodeGen Fix PR13991: legalizing an overflowing multiplication operation is harder than 2012-10-02 15:03:49 +00:00
DebugInfo
ExecutionEngine Support for generating ELF objects on Windows. 2012-10-02 18:38:34 +00:00
Linker
MC Support for generating ELF objects on Windows. 2012-10-02 18:38:34 +00:00
Object
Support Support for generating ELF objects on Windows. 2012-10-02 18:38:34 +00:00
TableGen
Target Support for generating ELF objects on Windows. 2012-10-02 18:38:34 +00:00
Transforms Fix a silly coding error on my part. The whole point of the speculator 2012-10-02 17:49:47 +00:00
VMCore Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164767 2012-09-27 10:14:43 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile