This website requires JavaScript.
Explore
Help
Register
Sign In
RPCSX
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/RPCSX/llvm.git
synced
2024-12-25 21:45:21 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
9e36975287
llvm
/
unittests
/
ADT
History
Marshall Clow
bdbb2951ee
Remove uses of deprecated std::random_shuffle in the LLVM code base. Reviewed as
https://reviews.llvm.org/D29780
.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@295325
91177308-0d34-0410-b5e6-96231b3b80d8
2017-02-16 14:37:03 +00:00
..
APFloatTest.cpp
DAGCombiner: Allow negating ConstantFP after legalize
2017-01-25 04:54:34 +00:00
APIntTest.cpp
[APInt] Fix rotl/rotr when the shift amount is greater than the total bit width.
2017-02-07 11:58:22 +00:00
APSIntTest.cpp
ArrayRefTest.cpp
Add some searching functions for ArrayRef<T>.
2016-11-22 23:22:19 +00:00
BitmaskEnumTest.cpp
BitVectorTest.cpp
Add unittests for empty bitvectors.
2017-01-23 19:06:54 +00:00
BumpPtrListTest.cpp
CMakeLists.txt
[llvm] Iterate SmallPtrSet in reverse order to uncover non-determinism in codegen
2016-12-14 00:15:57 +00:00
DAGDeltaAlgorithmTest.cpp
DeltaAlgorithmTest.cpp
DenseMapTest.cpp
DenseSetTest.cpp
Add test for default construction coverage of DenseSet iterators.
2017-01-24 05:29:40 +00:00
DepthFirstIteratorTest.cpp
FoldingSet.cpp
FunctionRefTest.cpp
HashingTest.cpp
IListBaseTest.cpp
IListIteratorTest.cpp
Fix some missing negations in the traits checking from r294349
2017-02-07 21:31:03 +00:00
IListNodeBaseTest.cpp
IListNodeTest.cpp
IListSentinelTest.cpp
IListTest.cpp
ImmutableMapTest.cpp
ImmutableSetTest.cpp
IntEqClassesTest.cpp
IntervalMapTest.cpp
IntrusiveRefCntPtrTest.cpp
[ADT] Attempt to fix GCC warning in IntrusiveRefCntPtrTest.
2017-01-04 22:49:55 +00:00
IteratorTest.cpp
MakeUniqueTest.cpp
MapVectorTest.cpp
OptionalTest.cpp
PackedVectorTest.cpp
PointerEmbeddedIntTest.cpp
PointerIntPairTest.cpp
PointerSumTypeTest.cpp
PointerUnionTest.cpp
PostOrderIteratorTest.cpp
PriorityWorklistTest.cpp
[ADT] Speculative attempt to fix build bot issues with r290952.
2017-01-04 11:40:18 +00:00
RangeAdapterTest.cpp
ReverseIterationTest.cpp
[ADT] Fix for compilation error when operator++(int) (post-increment function) of SmallPtrSetIterator is used.
2016-12-30 12:34:36 +00:00
SCCIteratorTest.cpp
ScopeExitTest.cpp
SequenceTest.cpp
SetVectorTest.cpp
SimpleIListTest.cpp
SmallPtrSetTest.cpp
[ADT] Add initializer list support to SmallPtrSet so that sets can be
2016-11-22 03:27:43 +00:00
SmallStringTest.cpp
SmallVectorTest.cpp
SparseBitVectorTest.cpp
[ADT] Add SparseBitVector::find_last().
2017-01-17 23:09:21 +00:00
SparseMultiSetTest.cpp
SparseSetTest.cpp
STLExtrasTest.cpp
[ADT] Add an llvm::erase_if utility to make the standard erase+remove_if
2016-12-26 23:30:44 +00:00
StringExtrasTest.cpp
StringMapTest.cpp
StringRefTest.cpp
[Support] Add StringRef::getAsDouble.
2017-02-14 19:06:37 +00:00
StringSwitchTest.cpp
TestGraph.h
TinyPtrVectorTest.cpp
Remove uses of deprecated std::random_shuffle in the LLVM code base. Reviewed as
https://reviews.llvm.org/D29780
.
2017-02-16 14:37:03 +00:00
TripleTest.cpp
TripleTest.FileFormat: check non-default value
2017-02-04 22:49:22 +00:00
TwineTest.cpp
Fix compilation.
2016-12-17 01:31:46 +00:00
VariadicFunctionTest.cpp