llvm-6502/lib
Benjamin Kramer dcf2420b07 X86: fcmov doesn't handle all possible EFLAGS, fall back to a branch for the others.
Otherwise it will try to use SSE patterns and fail horribly if sse is disabled.
Fixes PR14035.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165377 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-07 15:34:27 +00:00
..
Analysis Make sure always-inline functions get inlined. <rdar://problem/12423986> 2012-10-07 01:11:19 +00:00
Archive
AsmParser
Bitcode Use method to query if there are attributes. 2012-10-04 07:19:46 +00:00
CodeGen Remove unused but set variable flagged by GCC. 2012-10-05 20:08:45 +00:00
DebugInfo
ExecutionEngine
Linker
MC Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCObjectStreamer. 2012-10-04 13:12:43 +00:00
Object
Support
TableGen tblgen: Use appropriate LLVM-style RTTI functions. 2012-10-05 03:32:00 +00:00
Target X86: fcmov doesn't handle all possible EFLAGS, fall back to a branch for the others. 2012-10-07 15:34:27 +00:00
Transforms SROA.cpp: Fix a warning, [-Wunused-variable] 2012-10-05 13:56:23 +00:00
VMCore Move more methods out-of-line. This is in preparation for changing the internal 2012-10-07 08:55:05 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile