llvm-6502/lib
Sebastian Pop 8a86887ba3 use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT
Get back getHostTriple.

For JIT compilation, use the host triple instead of the default
target: this fixes some JIT testcases that used to fail when the
compiler has been configured as a cross compiler.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147542 91177308-0d34-0410-b5e6-96231b3b80d8
2012-01-04 19:47:22 +00:00
..
Analysis Fix SCEVExpander to handle loops with no preheader when LSR gives it a 2012-01-02 21:25:10 +00:00
Archive
AsmParser
Bitcode Materialize functions whose basic blocks are used by global variables. Fixes 2012-01-02 07:49:53 +00:00
CodeGen Allow vector shuffle normalizing to use concat vector even if the sources are commuted in the shuffle mask. 2012-01-04 09:23:09 +00:00
DebugInfo
ExecutionEngine
Linker
MC Implement cfi_restore. Patch by Brian Anderson! 2011-12-29 21:43:03 +00:00
Object
Support use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT 2012-01-04 19:47:22 +00:00
TableGen
Target Enable -soft-float for MIPS. 2012-01-04 19:29:11 +00:00
Transforms Remove pointless asserts. 2012-01-04 09:42:30 +00:00
VMCore generalize LLVMContext::emitError to take a twine instead of a StringRef. 2012-01-03 23:47:05 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile