This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-11-01 15:11:24 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
f9a9c6f660
llvm-6502
/
unittests
/
ADT
History
David Blaikie
f9a9c6f660
Remove explicit copy ctor in favor of the default so as not to disable/deprecate the implicit copy assignment operator
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@231108
91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-03 19:29:11 +00:00
..
APFloatTest.cpp
APIntTest.cpp
APSIntTest.cpp
ADT: Add int64_t interoperability to APSInt
2015-02-05 00:17:43 +00:00
ArrayRefTest.cpp
ArrayRef: Remove the equals helper with many arguments.
2015-03-01 21:05:05 +00:00
BitVectorTest.cpp
CMakeLists.txt
DAGDeltaAlgorithmTest.cpp
DeltaAlgorithmTest.cpp
DenseMapTest.cpp
DenseSetTest.cpp
FoldingSet.cpp
FunctionRefTest.cpp
HashingTest.cpp
ADT: Allow up to 18 arguments in hash_combine()
2015-02-09 23:21:05 +00:00
ilistTest.cpp
ImmutableMapTest.cpp
ImmutableSetTest.cpp
IntEqClassesTest.cpp
IntervalMapTest.cpp
IntrusiveRefCntPtrTest.cpp
Makefile
MakeUniqueTest.cpp
MapVectorTest.cpp
OptionalTest.cpp
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
PackedVectorTest.cpp
PointerIntPairTest.cpp
ADT/PointerIntPairTest.cpp: Prune obsolete #if. We don't support msc17 anymore.
2015-02-17 15:36:01 +00:00
PointerUnionTest.cpp
PostOrderIteratorTest.cpp
SCCIteratorTest.cpp
Remove explicit copy ctor in favor of the default so as not to disable/deprecate the implicit copy assignment operator
2015-03-03 19:29:11 +00:00
SmallPtrSetTest.cpp
SmallStringTest.cpp
SmallVectorTest.cpp
SmallVector: Allow initialization and assignment from initializer_list.
2015-03-02 21:16:04 +00:00
SparseBitVectorTest.cpp
SparseMultiSetTest.cpp
SparseSetTest.cpp
StringMapTest.cpp
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
StringRefTest.cpp
TinyPtrVectorTest.cpp
[tinyptrvector] Add in a MutableArrayRef implicit conversion operator to complement the ArrayRef implicit conversion operator.
2015-01-19 03:25:33 +00:00
TripleTest.cpp
The canonical CPU variant for ARM according to config.guess uses a
2015-01-26 11:41:48 +00:00
TwineTest.cpp
VariadicFunctionTest.cpp