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
/
lib
/
Support
/
APFloat.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-1
/
+3
*
[APFloat] Reduce some dispatch boilerplates. NFC.
Tim Shen
2017-01-27
1
-5
/
+12
*
[APFloat] Fix comments. NFC.
Tim Shen
2017-01-26
1
-28
/
+30
*
[APFloat] Add PPCDoubleDouble multiplication
Tim Shen
2017-01-24
1
-6
/
+83
*
[APFloat] Switch from (PPCDoubleDoubleImpl, IEEEdouble) layout to (IEEEdouble...
Tim Shen
2017-01-23
1
-79
/
+320
*
[ADT] APFloatBase: Prevent collapsing semPPCDoubleDouble and semBogus
Michal Gorny
2017-01-03
1
-2
/
+6
*
[APFloat] Remove 'else' after return. NFC
Tim Shen
2016-12-21
1
-13
/
+15
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
1
-84
/
+106
*
[APFloat] Implement PPCDoubleDouble add and subtract.
Tim Shen
2016-12-12
1
-3
/
+207
*
Fix memory leaks (coverity issues 1365586 & 1365591)
Sylvestre Ledru
2016-11-08
1
-2
/
+6
*
[APFloat] Make functions that produce APFloaat objects use correct semantics.
Tim Shen
2016-11-06
1
-19
/
+37
*
[APFloat] Remove the redundent function body of uninitialized ctor, which sho...
Tim Shen
2016-10-29
1
-4
/
+1
*
[APFloat] Fix memory bugs revealed by MSan
Tim Shen
2016-10-28
1
-3
/
+8
*
Reapply r285351 "[APFloat] Add DoubleAPFloat mode to APFloat. NFC." with
Tim Shen
2016-10-27
1
-59
/
+115
*
Revert "[APFloat] Add DoubleAPFloat mode to APFloat. NFC."
Tim Shen
2016-10-27
1
-115
/
+59
*
[APFloat] Add DoubleAPFloat mode to APFloat. NFC.
Tim Shen
2016-10-27
1
-59
/
+115
*
[APFloat] Make APFloat an interface class to the internal IEEEFloat. NFC.
Tim Shen
2016-10-25
1
-372
/
+244
*
Remove some unneeded headers and replace some headers with forward class decl...
Mehdi Amini
2016-04-16
1
-0
/
+1
*
Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...
Duncan P. N. Exon Smith
2016-04-05
1
-44
/
+30
*
Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...
Eugene Zelenko
2016-04-05
1
-30
/
+44
*
APFloat: Fix signalling nans for scalbn
Matt Arsenault
2016-03-23
1
-0
/
+2
*
APFloat: Add frexp
Matt Arsenault
2016-03-21
1
-1
/
+25
*
APFloat: Fix ilogb for denormals
Matt Arsenault
2016-03-13
1
-0
/
+18
*
APFloat: Fix scalbn handling of denormals
Matt Arsenault
2016-03-13
1
-12
/
+14
*
Remove uses of builtin comma operator.
Richard Trieu
2016-02-18
1
-1
/
+3
*
Add isInteger() to APFloat.
Stephen Canon
2015-11-16
1
-0
/
+9
*
Remove roundingMode argument in APFloat::mod
Stephen Canon
2015-09-21
1
-3
/
+3
*
Expose more properties of llvm::fltSemantics
JF Bastien
2015-08-26
1
-0
/
+15
*
[APFloat] Remove else after return and replace loop with std::equal. NFC.
Benjamin Kramer
2015-08-21
1
-11
/
+5
*
Add getSizeInBits function to the APFloat class
Tamas Berghammer
2015-07-09
1
-8
/
+15
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
Fix -Wpessimizing-move warnings by removing std::move calls.
Richard Trieu
2015-04-30
1
-2
/
+2
*
Silencing some MSVC warnings "C4805: '^' : unsafe mix of type 'bool' and type...
Aaron Ballman
2015-03-24
1
-1
/
+1
*
Refactor: Simplify boolean expressions in llvm Support
David Blaikie
2015-03-23
1
-1
/
+1
*
Simplify expressions involving boolean constants with clang-tidy
David Blaikie
2015-03-09
1
-2
/
+2
*
[APFloat][ADT] Fix sign handling logic for FMA results that truncate to zero.
Lang Hames
2015-01-04
1
-1
/
+1
*
[ADT] Fix PR20728 - Incorrect APFloat::fusedMultiplyAdd results for x86_fp80.
Lang Hames
2014-11-19
1
-12
/
+24
*
Revert "r216914 - Revert: [APFloat] Fixed a bug in method 'fusedMultiplyAdd'"
Hal Finkel
2014-10-14
1
-2
/
+2
*
Modernize old-style static asserts. NFC.
Benjamin Kramer
2014-10-12
1
-2
/
+1
*
[ADT] Add the scalbn function for APFloat.
Chandler Carruth
2014-10-10
1
-0
/
+17
*
Check whether the iterator p == the end iterator before trying to dereference...
Nick Lewycky
2014-09-06
1
-3
/
+3
*
Fix right shift by 64 bits detected on CXX/lex/lex.literal/lex.ext/p4.cpp
Alexey Samsonov
2014-09-06
1
-1
/
+3
*
Revert: [APFloat] Fixed a bug in method 'fusedMultiplyAdd'.
Andrea Di Biagio
2014-09-02
1
-1
/
+1
*
[APFloat] Fixed a bug in method 'fusedMultiplyAdd'.
Andrea Di Biagio
2014-09-02
1
-1
/
+1
*
Revert "Support/APFloat: unique_ptr-ify temp arrays"
Dylan Noblesmith
2014-08-26
1
-8
/
+11
*
Support/APFloat: unique_ptr-ify temp arrays
Dylan Noblesmith
2014-08-25
1
-11
/
+8
*
APFloat: x - NaN needs to flip the signbit of NaN when x is a number.
Stephen Canon
2014-06-08
1
-1
/
+3
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-6
/
+6
*
[C++11] Make use of 'nullptr' in the Support library.
Craig Topper
2014-04-07
1
-3
/
+3
[next]