llvm-6502/lib
Eric Christopher a1fa640525 Avoid resetting the UseSoftFloat and FloatABIType on the TargetMachine
Options struct and move the comment to inMips16HardFloat. Use the
fact that we now know whether or not we cared about soft float to
set the libcalls.
Accordingly rename mipsSEUsesSoftFloat to abiUsesSoftFloat and
propagate since it's no longer CPU specific.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213335 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-18 00:08:50 +00:00
..
Analysis Rectify r213231. Use proper version of 'ComputeNumSignBits'. 2014-07-17 19:07:00 +00:00
AsmParser
Bitcode Roundtrip the inalloca bit on allocas through bitcode 2014-07-16 01:34:27 +00:00
CodeGen CodeGen: generate single libcall for fptrunc -> f16 operations. 2014-07-17 11:12:12 +00:00
DebugInfo
ExecutionEngine [MCJIT] Fix the alignment requirements for ARM and AArch64 which were mistakenly 2014-07-17 23:11:30 +00:00
IR Remove unnecessary/redundant std::move 2014-07-16 17:09:21 +00:00
IRReader
LineEditor
Linker
LTO
MC ms inline asm: Don't add x86 segment registers to the clobber list. 2014-07-17 20:24:55 +00:00
Object
Option
ProfileData
Support Drop the udis86 wrapper from llvm::sys 2014-07-17 20:05:29 +00:00
TableGen [TableGen] Allow shift operators to take bits<n> 2014-07-17 17:04:27 +00:00
Target Avoid resetting the UseSoftFloat and FloatABIType on the TargetMachine 2014-07-18 00:08:50 +00:00
Transforms [ASan] Don't instrument load/stores with !nosanitize metadata. 2014-07-17 18:48:12 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile