llvm-6502/lib
Michael Gottesman fb25071a18 [APFloat] Removed a assert from significandParts() which says that one can only access the significand of FiniteNonZero/NaN floats.
The method significandParts() is a helper method meant to ease access to
APFloat's significand by allowing the user to not need to be aware of whether or
not the APFloat is using memory allocated in the instance itself or in an
external array.

This assert says that one can only access the significand of FiniteNonZero/NaN
floats. This makes it cumbersome and more importantly dangerous when one wishes
to zero out the significand of a zero/infinity value since one will have to deal
with the aforementioned quandary related to how the memory in APFloat is
allocated.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184711 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-24 09:57:59 +00:00
..
Analysis
AsmParser
Bitcode
CodeGen Fix tail merging to assign the (more) correct BasicBlock when splitting. 2013-06-24 01:55:01 +00:00
DebugInfo
ExecutionEngine
IR
IRReader
Linker
MC
Object
Option
Support [APFloat] Removed a assert from significandParts() which says that one can only access the significand of FiniteNonZero/NaN floats. 2013-06-24 09:57:59 +00:00
TableGen
Target ARM: check predicate bits for thumb instructions 2013-06-24 09:15:01 +00:00
Transforms Add a flag to defer vectorization into a phase after the inliner and its 2013-06-24 07:21:47 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile