llvm-6502/lib
Michael Gottesman 4da2ebeefb [APFloat] Removed APFloat constructor which initialized to either zero/NaN but allowed you to arbitrarily set the category of the float.
The category which an APFloat belongs to should be dependent on the
actual value that the APFloat has, not be arbitrarily passed in by the
user. This will prevent inconsistency bugs where the category and the
actual value in APFloat differ.

I also fixed up all of the references to this constructor (which were
only in LLVM).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185095 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-27 19:50:52 +00:00
..
Analysis
AsmParser
Bitcode
CodeGen
DebugInfo
ExecutionEngine
IR
IRReader
Linker
MC Use MCFillFragment for zero-initialized data. 2013-06-27 14:35:03 +00:00
Object
Option
Support [APFloat] Removed APFloat constructor which initialized to either zero/NaN but allowed you to arbitrarily set the category of the float. 2013-06-27 19:50:52 +00:00
TableGen
Target Get rid of the unused class member. 2013-06-27 17:54:10 +00:00
Transforms [APFloat] Removed APFloat constructor which initialized to either zero/NaN but allowed you to arbitrarily set the category of the float. 2013-06-27 19:50:52 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile