index
:
~vadimg/llvm
master
r600-wip-sched
si_sched
vadimg's llvm repository
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
ADT
/
APFloatTest.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-04
Sort the #include lines for unittest/...
Chandler Carruth
1
-4
/
+4
2012-11-08
Drop the limitation to IEEE floating point types from the fdiv of pow2 -> fmu...
Benjamin Kramer
1
-0
/
+6
2012-10-29
Implement arithmetic on APFloat with PPCDoubleDouble semantics by
Ulrich Weigand
1
-0
/
+36
2012-09-26
APFloat::roundToIntegral: Special values don't keep the exponent value up to ...
Benjamin Kramer
1
-0
/
+17
2012-08-15
Fix another roundToIntegral bug where very large values could become infinity...
Owen Anderson
1
-1
/
+14
2012-08-15
Fix a problem with APFloat::roundToIntegral where it would return incorrect r...
Owen Anderson
1
-0
/
+30
2011-11-26
Fix APFloat::convert so that it handles narrowing conversions correctly; it
Eli Friedman
1
-0
/
+24
2011-10-12
Attempt to fix MSVC build.
Eli Friedman
1
-2
/
+2
2011-10-12
Fix APFloat::getLargest so that it actually returns the correct value. Found...
Eli Friedman
1
-0
/
+5
2011-08-29
Fix a test that wasn't testing the right thing.
Matt Beaumont-Gay
1
-4
/
+6
2011-07-15
Add an APFloat::convertToInt(APSInt) function that automatically manages the
Jeffrey Yasskin
1
-0
/
+49
2011-03-30
Avoid turning a floating point division with a constant power of two into a d...
Benjamin Kramer
1
-4
/
+2
2011-03-30
Add APFloat::getExactInverse.
Benjamin Kramer
1
-0
/
+23
2010-03-17
Fix death tests in -Asserts builds.
Jeffrey Yasskin
1
-0
/
+2
2010-02-28
Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-width
John McCall
1
-0
/
+29
2010-02-26
Make APFloat's string-parsing routines a bit safer against very large exponents.
John McCall
1
-0
/
+7
2010-02-03
Make APInt::countLeadingZerosSlowCase() treat the contents of padding bits
John McCall
1
-0
/
+2
2009-12-24
Implement support for converting to string at "natural precision", and fix some
John McCall
1
-1
/
+3
2009-12-24
Add accessors for the largest-magnitude, smallest-magnitude, and
John McCall
1
-0
/
+20
2009-09-03
Add test for PR4873, which works for me.
Daniel Dunbar
1
-0
/
+8
2009-08-20
Add support for including '+' in APFloat strings, more asserts,
Erick Tryzelaar
1
-51
/
+450
2009-08-20
Fix two APFloat bugs in converting hexadecimal constants.
Daniel Dunbar
1
-0
/
+2
2009-08-17
Wrap unit test death tests in GTEST_HAS_DEATH_TEST
Erick Tryzelaar
1
-5
/
+7
2009-08-17
Change APFloatTest from using ASSERTs to EXPECTs
Erick Tryzelaar
1
-67
/
+67
2009-08-16
Modify APFloat to take a StringRef instead of a c string.
Erick Tryzelaar
1
-0
/
+106