1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib
Serguei Katkov 183e73d6dc Fix APFloat from string conversion for Inf
The method IEEEFloat::convertFromStringSpecials() does not recognize
the "+Inf" and "-Inf" strings but these strings are printed for
the double Infinities by the IEEEFloat::toString().

This patch adds the "+Inf" and "-Inf" strings to the list of recognized
patterns in IEEEFloat::convertFromStringSpecials().

Re-landing after fix.

Reviewers: sberg, bogner, majnemer, timshen, rnk, skatkov, gottesmm, bkramer, scanon, anna
Reviewed By: anna
Subscribers: mkazantsev, FlameTop, llvm-commits, reames, apilipenko
Differential Revision: https://reviews.llvm.org/D38030

llvm-svn: 321054
2017-12-19 04:27:39 +00:00
..
Analysis [Analysis] Generate more precise TBAA tags when one access encloses the other 2017-12-18 20:05:20 +00:00
AsmParser Hardware-assisted AddressSanitizer (llvm part). 2017-12-09 00:21:41 +00:00
BinaryFormat
Bitcode [ThinLTO] Enable importing of aliases as copy of aliasee 2017-12-16 00:18:12 +00:00
CodeGen TargetLoweringBase: Followup to r321035 2017-12-19 00:43:00 +00:00
DebugInfo Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header." 2017-12-18 19:08:35 +00:00
Demangle
ExecutionEngine Remove redundant includes from lib/ExecutionEngine. 2017-12-13 21:30:50 +00:00
Fuzzer
FuzzMutate Remove redundant includes from various places. 2017-12-13 21:31:03 +00:00
IR [PGO] Fix handling of cold entry count for instrumented PGO 2017-12-18 20:02:43 +00:00
IRReader Remove redundant includes from various places. 2017-12-13 21:31:03 +00:00
LineEditor
Linker
LTO Fix more inconsistent line endings. NFC. 2017-12-18 19:46:56 +00:00
MC [WebAssembly] Implement @llvm.global_ctors and @llvm.global_dtors 2017-12-15 00:17:10 +00:00
Object Fix buffer overrun in WindowsResourceCOFFWriter::writeSymbolTable() 2017-12-18 22:10:14 +00:00
ObjectYAML [YAML] Add support for non-printable characters 2017-12-18 17:38:03 +00:00
Option
Passes [PM] port Rewrite Statepoints For GC to the new pass manager. 2017-12-15 09:32:11 +00:00
ProfileData Fix many -Wsign-compare and -Wtautological-constant-compare warnings. 2017-12-14 22:07:03 +00:00
Support Fix APFloat from string conversion for Inf 2017-12-19 04:27:39 +00:00
TableGen [TableGen] Give the option of tolerating duplicate register names 2017-12-07 09:51:55 +00:00
Target Fix Wasm as a follow up to r321035 and the other one 2017-12-19 01:08:53 +00:00
Testing
ToolDrivers Remove redundant includes from various places. 2017-12-13 21:31:03 +00:00
Transforms [PGO] Fix handling of cold entry count for instrumented PGO 2017-12-18 20:02:43 +00:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt