index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Support
/
APFloat.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change default # of digits for APFloat::toString
Eli Friedman
2013-08-29
1
-5
/
+8
*
Revert r189442 "Change default # of digits for APFloat::toString"
Ted Kremenek
2013-08-28
1
-8
/
+5
*
Change default # of digits for APFloat::toString
Eli Friedman
2013-08-28
1
-5
/
+8
*
[APFloat] Make all arithmetic operations with NaN produce positive NaNs.
Michael Gottesman
2013-07-27
1
-7
/
+10
*
[APFloat] Move setting fcNormal in zeroSignificand() to calling code.
Michael Gottesman
2013-07-27
1
-2
/
+4
*
Handle '.' correctly in hex float literal parsing.
Eli Friedman
2013-07-17
1
-30
/
+20
*
[APFloat] PR16573: Avoid losing mantissa bits in ppc_fp128 to double truncation
Ulrich Weigand
2013-07-16
1
-0
/
+17
*
[APFloat] Swap an early out check so we do not dereference str.end().
Michael Gottesman
2013-07-02
1
-1
/
+1
*
[APFloat] Ensure that we can properly parse strings that do not have null ter...
Michael Gottesman
2013-07-01
1
-1
/
+8
*
Revert "Revert "[APFloat] Removed APFloat constructor which initialized to ei...
Michael Gottesman
2013-06-27
1
-15
/
+5
*
Revert "[APFloat] Removed APFloat constructor which initialized to either zer...
Michael Gottesman
2013-06-27
1
-5
/
+15
*
[APFloat] Removed APFloat constructor which initialized to either zero/NaN bu...
Michael Gottesman
2013-06-27
1
-15
/
+5
*
[APFloat] Convert all references to fcNormal to references to isFiniteNonZero().
Michael Gottesman
2013-06-26
1
-30
/
+30
*
[APFloat] Added support for parsing float strings which contain {inf,-inf,NaN...
Michael Gottesman
2013-06-24
1
-0
/
+29
*
[APFloat] Added make{Zero,Inf} methods and implemented get{Zero,Inf} on top o...
Michael Gottesman
2013-06-24
1
-0
/
+16
*
[APFloat] Removed a assert from significandParts() which says that one can on...
Michael Gottesman
2013-06-24
1
-2
/
+0
*
[APFloat] Rename macro convolve => PackCategoriesIntoKey so that it is clear ...
Michael Gottesman
2013-06-24
1
-86
/
+92
*
[APFloat] Rename llvm::exponent_t => llvm::APFloat::ExponentType.
Michael Gottesman
2013-06-24
1
-5
/
+5
*
[APFloat] Converted all references to APFloat::isNormal => APFloat::isFiniteN...
Michael Gottesman
2013-06-19
1
-3
/
+3
*
Fixed comment typo that causes the given comment to actually make sense.
Michael Gottesman
2013-06-19
1
-1
/
+1
*
Introduce needsCleanup() for APFloat and APInt.
Manuel Klimek
2013-06-03
1
-1
/
+1
*
APFloat: Use isDenormal instead of hand-rolled code to check for denormals.
Benjamin Kramer
2013-06-01
1
-1
/
+1
*
Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the functi...
Michael Gottesman
2013-05-30
1
-20
/
+228
*
Fix a bug that APFloat::fusedMultiplyAdd() mistakenly evaluate "14.5f * -14.5...
Shuxin Yang
2013-05-13
1
-2
/
+27
*
Fix AsmPrinter crashes with assertion. Bug 15318 in Bugzilla
Hao Liu
2013-03-20
1
-4
/
+2
*
APFloat: Make sure that we get a well-formed x87 NaN when converting from a s...
Benjamin Kramer
2013-01-25
1
-0
/
+6
*
Make APFloat constructor require explicit semantics.
Tim Northover
2013-01-22
1
-16
/
+32
*
Add llvm::hexDigitValue to convert single characters to hex.
Jordan Rose
2013-01-18
1
-20
/
+1
*
Remove redundant 'llvm::' qualifications
Dmitri Gribenko
2013-01-13
1
-1
/
+1
*
Implement APFloat::isDenormal()
Shuxin Yang
2013-01-07
1
-0
/
+7
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
Fix a bug in APFloat.cpp: declare APFloat after fltSemantics it
Alexey Samsonov
2012-11-30
1
-1
/
+3
*
Drop the limitation to IEEE floating point types from the fdiv of pow2 -> fmu...
Benjamin Kramer
2012-11-08
1
-5
/
+0
*
APFloat cleanup: Remove now unused "arithmeticOK" logic.
Ulrich Weigand
2012-10-29
1
-42
/
+8
*
APFloat cleanup: Remove now unused fields "sign2" and "exponent2".
Ulrich Weigand
2012-10-29
1
-21
/
+9
*
Implement arithmetic on APFloat with PPCDoubleDouble semantics by
Ulrich Weigand
2012-10-29
1
-76
/
+65
*
APFloat::roundToIntegral: Special values don't keep the exponent value up to ...
Benjamin Kramer
2012-09-26
1
-1
/
+1
*
Fix undefined behavior (signed integer overflow) when Clang parses a hexfloat...
Richard Smith
2012-08-24
1
-1
/
+3
*
Fix another roundToIntegral bug where very large values could become infinity...
Owen Anderson
2012-08-15
1
-0
/
+6
*
Fix typo in comment.
Owen Anderson
2012-08-15
1
-1
/
+1
*
Fix a problem with APFloat::roundToIntegral where it would return incorrect r...
Owen Anderson
2012-08-15
1
-0
/
+12
*
Fix the construction of the magic constant for roundToIntegral to be 64-bit s...
Owen Anderson
2012-08-14
1
-2
/
+2
*
Add a roundToIntegral method to APFloat, which can be parameterized over vari...
Owen Anderson
2012-08-13
1
-0
/
+26
*
Don't add null characters to the end of the APFloat string buffer.
David Blaikie
2012-07-25
1
-10
/
+2
*
Replace the hashing functions on APInt and APFloat with overloads of the
Chandler Carruth
2012-03-04
1
-16
/
+15
*
APFloat::toString(): Fix overrun at scanning.
NAKAMURA Takumi
2012-02-19
1
-1
/
+1
*
Add 'llvm_unreachable' to passify GCC's understanding of the constraints
Chandler Carruth
2012-01-10
1
-0
/
+1
*
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-10
1
-3
/
+0
*
Add back a line I deleted by accident in r145141. Fixes uninitialized variab...
Eli Friedman
2011-11-28
1
-0
/
+1
*
Fix APFloat::convert so that it handles narrowing conversions correctly; it
Eli Friedman
2011-11-26
1
-49
/
+36
[next]