index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
unittests
/
ADT
Commit message (
Expand
)
Author
Age
Files
Lines
*
BitVector: Do the right thing in all() when Size is a multiple of BITWORD_SIZE.
Benjamin Kramer
2013-06-07
1
-0
/
+16
*
Optimize BitVector::all().
Benjamin Kramer
2013-06-07
1
-0
/
+8
*
IEEE-754R 5.7.2 General Operations is* operations (except for isCanonical).
Michael Gottesman
2013-06-04
1
-0
/
+61
*
Try to avoid "integer literal too big" warnings from older GCCs.
Benjamin Kramer
2013-06-01
1
-7
/
+7
*
[APFloat] Added a unittest for APFloat::getZero.
Michael Gottesman
2013-05-31
1
-0
/
+37
*
Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the functi...
Michael Gottesman
2013-05-30
1
-0
/
+420
*
Added a unittest for APFloat::getSmallestNormalized.
Michael Gottesman
2013-05-30
1
-0
/
+30
*
Added code to the unittest for APFloat::getSmallest to double check that we c...
Michael Gottesman
2013-05-30
1
-2
/
+6
*
Add a unittest for APFloat::getSmallest.
Michael Gottesman
2013-05-29
1
-0
/
+26
*
[APInt] Implement tcDecrement as a counterpart to tcIncrement. This is for us...
Michael Gottesman
2013-05-28
1
-0
/
+65
*
Fix a bug that APFloat::fusedMultiplyAdd() mistakenly evaluate "14.5f * -14.5...
Shuxin Yang
2013-05-13
1
-0
/
+23
*
SmallVector and SmallPtrSet allocations now power-of-two aligned.
Jean-Luc Duprat
2013-03-29
1
-0
/
+55
*
Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone...
Rafael Espindola
2013-03-29
1
-55
/
+0
*
Fix allocations of SmallVector and SmallPtrSet so they are more prone to
Jean-Luc Duprat
2013-03-29
1
-0
/
+55
*
Only include move-related Optional<T> tests when rvalue references are availa...
David Blaikie
2013-02-21
1
-30
/
+32
*
Add move ctor/assignment to Optional<T>
David Blaikie
2013-02-21
1
-0
/
+109
*
Move the SplatByte helper to APInt and generalize it a bit.
Benjamin Kramer
2013-02-20
1
-0
/
+10
*
Rename llvm::Optional<T>::Reset to 'reset' as per LLVM naming conventions.
David Blaikie
2013-02-20
1
-1
/
+1
*
Allow llvm::Optional to work with types without default constructors.
David Blaikie
2013-02-20
2
-0
/
+174
*
Remove my bogus MapVector::erase() with a narrower ::pop_back(), and add a un...
Douglas Gregor
2013-02-19
1
-1
/
+15
*
ADT: Correct APInt::getActiveWords for zero values
Meador Inge
2013-02-07
1
-0
/
+8
*
Added a unit test for r173983 that verifies that Target.isiOS() works correctly.
Michael Gottesman
2013-01-30
1
-0
/
+30
*
Add file to CMakeLists (file added in r173505)
Dmitri Gribenko
2013-01-25
1
-0
/
+1
*
Add an insert() method to MapVector. Adds the first MapVector unit test.
Nick Lewycky
2013-01-25
1
-0
/
+41
*
APFloat: Make sure that we get a well-formed x87 NaN when converting from a s...
Benjamin Kramer
2013-01-25
1
-0
/
+26
*
ADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang on stage2, take two. ...
NAKAMURA Takumi
2013-01-22
1
-1
/
+1
*
ADT/SparseMultiSetTest.cpp: Try to appease cygwin-clang (libstdc++-4.5) on st...
NAKAMURA Takumi
2013-01-22
1
-2
/
+2
*
Introduce a new data structure, the SparseMultiSet, and changes to the MI sch...
Michael Ilseman
2013-01-21
2
-0
/
+236
*
Implement APFloat::isDenormal()
Shuxin Yang
2013-01-07
1
-0
/
+52
*
Add an iplist::clearAndLeakNodesUnsafely() function.
Jakob Stoklund Olesen
2013-01-04
1
-0
/
+33
*
Sort a few more #include lines in tools/... unittests/... and utils/...
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Add an assertion for a likely ilist::splice() contract violation.
Jakob Stoklund Olesen
2012-12-18
1
-0
/
+21
*
Sort the #include lines for unittest/...
Chandler Carruth
2012-12-04
9
-19
/
+19
*
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.
Chandler Carruth
2012-11-30
1
-17
/
+17
*
Drop the limitation to IEEE floating point types from the fdiv of pow2 -> fmu...
Benjamin Kramer
2012-11-08
1
-0
/
+6
*
Implement arithmetic on APFloat with PPCDoubleDouble semantics by
Ulrich Weigand
2012-10-29
1
-0
/
+36
*
Fixed bug in SmallDenseMap where it wouldn't leave enough space for an empty ...
Pete Cooper
2012-10-23
1
-0
/
+33
*
Fix a bug in the set(I,E)/reset(I,E) methods that I recently added. The boun...
Owen Anderson
2012-10-16
1
-0
/
+10
*
Add range-based set()/reset() to BitVector. These allow fast setting/resetti...
Owen Anderson
2012-10-15
1
-0
/
+42
*
Update CMake build.
Benjamin Kramer
2012-10-14
1
-0
/
+1
*
Fix a typo that made ImmutableMap::getMaxElement() useless.
Benjamin Kramer
2012-10-14
1
-0
/
+50
*
Add powerpc-ibm-aix to Triple. Patch by Kai.
Duncan Sands
2012-10-12
1
-0
/
+12
*
Use unsigned long long instead of uin64_t for OS where that matters.
Nick Kledzik
2012-10-03
1
-1
/
+1
*
Don't call getAsUnsignedInteger directly, it fails to compile if uint64_t is ...
Benjamin Kramer
2012-10-03
1
-1
/
+5
*
Add getAsUnsignedInteger test case that checks that known bad values are reje...
Nick Kledzik
2012-10-03
1
-0
/
+19
*
APFloat::roundToIntegral: Special values don't keep the exponent value up to ...
Benjamin Kramer
2012-09-26
1
-0
/
+17
*
Fix includes of llvm files that used angle brackets.
Craig Topper
2012-09-15
1
-1
/
+1
*
ADTTests: [CMake] Exclude DenseMapTest.cpp and SmallVectorTest.cpp on MSVC9 d...
NAKAMURA Takumi
2012-08-30
1
-1
/
+14
*
Fix another roundToIntegral bug where very large values could become infinity...
Owen Anderson
2012-08-15
1
-1
/
+14
*
Fix a problem with APFloat::roundToIntegral where it would return incorrect r...
Owen Anderson
2012-08-15
1
-0
/
+30
[next]