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
*
[APFloat] Fix checked error assert failures
Ehud Katz
2020-01-09
1
-4
/
+7
*
[APFloat] Fix fusedMultiplyAdd when `this` equals to `Addend`
Ehud Katz
2020-01-07
1
-0
/
+8
*
[APFloat] Fix compilation warnings
Ehud Katz
2020-01-06
1
-20
/
+6
*
[APFloat] Add recoverable string parsing errors to APFloat
Ehud Katz
2020-01-06
1
-122
/
+130
*
[APFloat] Prevent construction of APFloat with Semantics and FP value
Ehud Katz
2019-12-04
1
-13
/
+13
*
[APFloat] Enlarge ExponentType to 32bit integer
Ehud Katz
2019-11-22
1
-15
/
+117
*
[APFloat] Fix subtraction of subnormal numbers
Ehud Katz
2019-11-22
1
-0
/
+9
*
[MC] Fix floating-point literal lexing.
Eli Friedman
2019-03-28
1
-30
/
+27
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
APFloat: allow 64-bit of payload
JF Bastien
2018-12-10
1
-22
/
+38
*
[Intrinsic] Add llvm.minimum and llvm.maximum instrinsic functions
Thomas Lively
2018-10-13
1
-0
/
+30
*
APFloat/x87: Fix string conversion for "unnormal" values (pr35860)
Pavel Labath
2018-05-09
1
-0
/
+7
*
Fix APFloat from string conversion for Inf
Serguei Katkov
2017-12-19
1
-0
/
+17
*
Fix APFloat mod sign
Serguei Katkov
2017-11-01
1
-0
/
+14
*
Revert rL316156 due to failure on APFloatTest.fromToStringSpecials
Max Kazantsev
2017-10-19
1
-16
/
+0
*
Fix APFloat from string conversion for Inf
Serguei Katkov
2017-10-19
1
-0
/
+16
*
Untabify.
NAKAMURA Takumi
2017-10-18
1
-2
/
+2
*
Untabify.
NAKAMURA Takumi
2017-08-28
1
-1
/
+1
*
[APFloat] Fix IsInteger() for DoubleAPFloat.
Davide Italiano
2017-08-21
1
-0
/
+18
*
[ADT] Fix another "oops" spotted by eddyb and reported in IRC.
Chandler Carruth
2017-07-10
1
-1
/
+1
*
[ADT] Fix a test case to use a correct escape for a null byte followed
Chandler Carruth
2017-07-09
1
-7
/
+7
*
[AsmWriter/APFloat] FP constant printing: Avoid usage of locale dependent snp...
Serguei Katkov
2017-04-21
1
-2
/
+19
*
Fix 80-column violation in previous commit.
Stephen Canon
2017-03-31
1
-1
/
+2
*
Fix APFloat mod (committing for simonbyrne)
Stephen Canon
2017-03-31
1
-2
/
+65
*
DAGCombiner: Allow negating ConstantFP after legalize
Matt Arsenault
2017-01-25
1
-0
/
+22
*
[APFloat] Add PPCDoubleDouble multiplication
Tim Shen
2017-01-24
1
-34
/
+173
*
[APFloat] Switch from (PPCDoubleDoubleImpl, IEEEdouble) layout to (IEEEdouble...
Tim Shen
2017-01-23
1
-17
/
+114
*
[APFloatTest] Add tests for various operations
Tim Shen
2017-01-05
1
-4
/
+271
*
[APFloatTest] Log when test fails. NFC
Tim Shen
2016-12-16
1
-7
/
+21
*
Adapt to recent APFloat change
Stephan Bergmann
2016-12-14
1
-6
/
+6
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
1
-820
/
+820
*
[APFloatTest] Use std::make_tuple to make GCC 4.8 happy
Tim Shen
2016-12-12
1
-35
/
+38
*
[APFloat] Implement PPCDoubleDouble add and subtract.
Tim Shen
2016-12-12
1
-16
/
+119
*
[APFloat] Make functions that produce APFloaat objects use correct semantics.
Tim Shen
2016-11-06
1
-0
/
+28
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
APFloat: Fix signalling nans for scalbn
Matt Arsenault
2016-03-23
1
-1
/
+16
*
APFloat: Add frexp
Matt Arsenault
2016-03-21
1
-1
/
+127
*
APFloat: Fix ilogb for denormals
Matt Arsenault
2016-03-13
1
-2
/
+16
*
APFloat: Fix scalbn handling of denormals
Matt Arsenault
2016-03-13
1
-22
/
+135
*
Add isInteger() to APFloat.
Stephen Canon
2015-11-16
1
-1
/
+15
*
Drop the hacks used for partial C99 math libraries.
Benjamin Kramer
2015-03-09
1
-3
/
+4
*
[APFloat][ADT] Fix sign handling logic for FMA results that truncate to zero.
Lang Hames
2015-01-04
1
-0
/
+41
*
[ADT] Fix PR20728 - Incorrect APFloat::fusedMultiplyAdd results for x86_fp80.
Lang Hames
2014-11-19
1
-0
/
+12
*
[ADT] Add an (ADL-friendly) abs free function for APFloat that returns
Chandler Carruth
2014-10-10
1
-0
/
+38
*
Add minnum / maxnum to APFloat
Matt Arsenault
2014-10-10
1
-0
/
+22
*
[ADT] Replace the logb implementation with the simpler and much closer
Chandler Carruth
2014-10-10
1
-49
/
+27
*
[ADT] Add the scalbn function for APFloat.
Chandler Carruth
2014-10-10
1
-0
/
+43
*
[ADT] Implement the 'logb' functionality for APFloat. This is necessary
Chandler Carruth
2014-10-10
1
-0
/
+51
*
[ADT] Add basic operator overloads for arithmetic to APFloat to make
Chandler Carruth
2014-10-09
1
-0
/
+20
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
1
-3
/
+3
[next]