llvm-6502/lib
Shuxin Yang c76067b774 Fix a bug in fast-math fadd/fsub simplification.
The problem is that the code mistakenly took for granted that following constructor 
is able to create an APFloat from a *SIGNED* integer:
   
  APFloat::APFloat(const fltSemantics &ourSemantics, integerPart value)

rdar://13486998


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177906 91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-25 20:43:41 +00:00
..
Analysis Support in AAEvaluator to print alias queries of loads/stores with TBAA tags. 2013-03-22 22:34:41 +00:00
Archive
AsmParser
Bitcode
CodeGen Formatting. 2013-03-25 20:05:35 +00:00
DebugInfo Fix missing std::. Not sure how this compiles for anyone else. 2013-03-21 00:57:21 +00:00
ExecutionEngine
IR Swap the DIFile in DILexicalBlockFile out for the raw name/directory pair 2013-03-22 20:18:46 +00:00
Linker
MC
Object
Option
Support Revert r177543: Add timing of the IR parsing code with a new 2013-03-22 02:20:34 +00:00
TableGen Allow TableGen DAG arguments to be just a name. 2013-03-24 19:36:51 +00:00
Target Fix comment. 2013-03-25 20:11:16 +00:00
Transforms Fix a bug in fast-math fadd/fsub simplification. 2013-03-25 20:43:41 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile