index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
unittests
/
ADT
/
APFloatTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
[prev]