Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b13c91f159fa9b631cb15dc02ea0b72b2802ac4d
/
llvm
/
unittests
/
Support
/
MathExtrasTest.cpp
da00f2f
Update to use new name alignTo().
by Rui Ueyama
· 10 years ago
7bee316
[Support] Add saturating multiply-add support function
by Nathan Slingerland
· 10 years ago
644badb
[Support] Change SaturatingAdd()/SaturatingMultiply() to use pointer for returning overflow state
by Nathan Slingerland
· 10 years ago
2e1d85a
[Support] Add optional argument to SaturatingAdd() and SaturatingMultiply() to indicate that overflow occurred
by Nathan Slingerland
· 10 years ago
8a06548
[Support] Fix SaturatingMultiply<T>() to be correct (and fast), Re-enable Unit Tests
by Nathan Slingerland
· 10 years ago
be9db3c
Revert the revert 253497 and 253539 - These commits aren't the cause of the clang-cmake-mips failures.
by Daniel Sanders
· 10 years ago
ad6c04d
Revert 253497 and 253539 to try to fix clang-cmake-mips buildbot.
by Daniel Sanders
· 10 years ago
00aecfc
[Support] Disable SaturatingMultiply() unit test while investigating
by Nathan Slingerland
· 10 years ago
617c600
[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions (2nd try)
by Nathan Slingerland
· 10 years ago
a75d256
Revert "[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions"
by Nathan Slingerland
· 10 years ago
fda1b81
[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions
by Nathan Slingerland
· 10 years ago
cce239c
HHVM calling conventions.
by Maksim Panchenko
· 10 years ago
193c94b
Try to fix the MSVC build.
by Benjamin Kramer
· 11 years ago
5f6a907
MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line with countTrailingZeros
by Benjamin Kramer
· 11 years ago
a8db3f6
[Support] Remove Count{Leading,Trailing}Zeros_{32,64}.
by Michael J. Spencer
· 12 years ago
795ecd2
[Support][MathExtras] Fix literal type issues.
by Michael J. Spencer
· 12 years ago
eb91eac
[Support] Add type generic bit utilities to MathExtras.h
by Michael J. Spencer
· 12 years ago
98a3c80
Fixes warnings emitted by Visual Studio 2010 compiler.
by Oscar Fuentes
· 15 years ago
5851edb
Fixed header comment.
by Misha Brukman
· 16 years ago
66b3fff
Make the constants fit.
by Bill Wendling
· 17 years ago
1757a81
Added tests for math utility functions; fixed another test's header comment.
by Misha Brukman
· 17 years ago