llvm-6502/lib
Evan Cheng fc501a3ec9 Neuter the optimization I implemented with r107852 and r108258 which turn some
floating point equality comparisons into integer ones with -ffast-math. The
issue is the optimization causes +0.0 != -0.0.

Now the optimization is only done when one side is known to be 0.0. The other
side's sign bit is masked off for the comparison.

rdar://10964603


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151861 91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-01 23:27:13 +00:00
..
Analysis
Archive
AsmParser
Bitcode BitstreamWriter: Change primary output buffer to be a SmallVector instead of an 2012-02-29 20:31:09 +00:00
CodeGen Reorder the sections being output to reduce the number of assembler 2012-03-01 22:50:31 +00:00
DebugInfo
ExecutionEngine Fixed the 32-bit runtime dynamic loader to allocate 2012-03-01 00:15:29 +00:00
Linker
MC Make MemoryObject accessor members const again 2012-02-29 01:09:06 +00:00
Object [Object] 2012-03-01 22:19:54 +00:00
Support Switch FoldingSet over to the new hashing infrastructure. We might want 2012-03-01 23:18:44 +00:00
TableGen
Target Neuter the optimization I implemented with r107852 and r108258 which turn some 2012-03-01 23:27:13 +00:00
Transforms Have GVN also do condition propagation when the right-hand side is not 2012-02-29 11:12:03 +00:00
VMCore Rewrite LLVM's generalized support library for hashing to follow the API 2012-03-01 18:55:25 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile