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
/
unittests
/
ADT
/
APFloatTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix another roundToIntegral bug where very large values could become infinity...
Owen Anderson
2012-08-15
1
-1
/
+14
*
Fix a problem with APFloat::roundToIntegral where it would return incorrect r...
Owen Anderson
2012-08-15
1
-0
/
+30
*
Fix APFloat::convert so that it handles narrowing conversions correctly; it
Eli Friedman
2011-11-26
1
-0
/
+24
*
Attempt to fix MSVC build.
Eli Friedman
2011-10-12
1
-2
/
+2
*
Fix APFloat::getLargest so that it actually returns the correct value. Found...
Eli Friedman
2011-10-12
1
-0
/
+5
*
Fix a test that wasn't testing the right thing.
Matt Beaumont-Gay
2011-08-29
1
-4
/
+6
*
Add an APFloat::convertToInt(APSInt) function that automatically manages the
Jeffrey Yasskin
2011-07-15
1
-0
/
+49
*
Avoid turning a floating point division with a constant power of two into a d...
Benjamin Kramer
2011-03-30
1
-4
/
+2
*
Add APFloat::getExactInverse.
Benjamin Kramer
2011-03-30
1
-0
/
+23
*
Fix death tests in -Asserts builds.
Jeffrey Yasskin
2010-03-17
1
-0
/
+2
*
Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-width
John McCall
2010-02-28
1
-0
/
+29
*
Make APFloat's string-parsing routines a bit safer against very large exponents.
John McCall
2010-02-26
1
-0
/
+7
*
Make APInt::countLeadingZerosSlowCase() treat the contents of padding bits
John McCall
2010-02-03
1
-0
/
+2
*
Implement support for converting to string at "natural precision", and fix some
John McCall
2009-12-24
1
-1
/
+3
*
Add accessors for the largest-magnitude, smallest-magnitude, and
John McCall
2009-12-24
1
-0
/
+20
*
Add test for PR4873, which works for me.
Daniel Dunbar
2009-09-03
1
-0
/
+8
*
Add support for including '+' in APFloat strings, more asserts,
Erick Tryzelaar
2009-08-20
1
-51
/
+450
*
Fix two APFloat bugs in converting hexadecimal constants.
Daniel Dunbar
2009-08-20
1
-0
/
+2
*
Wrap unit test death tests in GTEST_HAS_DEATH_TEST
Erick Tryzelaar
2009-08-17
1
-5
/
+7
*
Change APFloatTest from using ASSERTs to EXPECTs
Erick Tryzelaar
2009-08-17
1
-67
/
+67
*
Modify APFloat to take a StringRef instead of a c string.
Erick Tryzelaar
2009-08-16
1
-0
/
+106