llvm-6502/lib
Michael Kuperstein f8b3b92eb8 [X86] Fix a bug in WIN_FTOL_32/64 handling.
Duplicating an FP register "as itself" is a bad idea, since it violates the
invariant that every FP register is mapped to at most one FPU stack slot.
Use the scratch FP register instead.

This fixes PR23957.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241069 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-30 14:38:57 +00:00
..
Analysis
AsmParser Add a DIModule metadata node to the IR. 2015-06-29 23:03:47 +00:00
Bitcode Add a DIModule metadata node to the IR. 2015-06-29 23:03:47 +00:00
CodeGen Debug info: Add dwarf backend support for DIModule. 2015-06-30 02:13:04 +00:00
DebugInfo Don't return error_code from a function that doesn't fail. 2015-06-30 04:08:37 +00:00
ExecutionEngine Don't return error_code from a function that doesn't fail. 2015-06-30 01:53:01 +00:00
Fuzzer
IR Add a DIModule metadata node to the IR. 2015-06-29 23:03:47 +00:00
IRReader
LibDriver
LineEditor
Linker
LTO Teach LTOModule to emit linker flags for dllexported symbols, plus interface cleanup. 2015-06-29 22:04:09 +00:00
MC Reverting r241058 because it's causing buildbot failures. 2015-06-30 12:32:53 +00:00
Object Don't return error_code from a function that doesn't fail. 2015-06-30 04:08:37 +00:00
Option
Passes
ProfileData
Support Drop the OS from the WebAssembly target triple for now. 2015-06-30 03:52:25 +00:00
TableGen
Target [X86] Fix a bug in WIN_FTOL_32/64 handling. 2015-06-30 14:38:57 +00:00
Transforms
CMakeLists.txt
LLVMBuild.txt
Makefile