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-12-17 18:31:04 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
b9a2e8271f
llvm-6502
/
include
/
llvm
/
ADT
History
Nico Weber
a474e3fa6b
Fix typo in comment.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@236392
91177308-0d34-0410-b5e6-96231b3b80d8
2015-05-02 21:34:39 +00:00
..
APFloat.h
Remove std::move on return when it could prevent copy elision.
2015-05-01 15:16:11 +00:00
APInt.h
[APInt] Add an isSplat helper and use it in some places.
2015-03-25 16:49:59 +00:00
APSInt.h
ArrayRef.h
BitVector.h
DAGDeltaAlgorithm.h
DeltaAlgorithm.h
DenseMap.h
Microoptimize DenseMap::clear.
2015-04-10 12:46:44 +00:00
DenseMapInfo.h
DenseSet.h
DepthFirstIterator.h
Update for post-commit review comments
2015-04-15 19:36:10 +00:00
edit_distance.h
Fix typo in comment.
2015-05-02 21:34:39 +00:00
EpochTracker.h
Mark empty default constructors as =default if it makes the type POD
2015-04-11 18:57:14 +00:00
EquivalenceClasses.h
FoldingSet.h
Purge unused includes throughout libSupport.
2015-03-23 18:07:13 +00:00
GraphTraits.h
Hashing.h
Mark empty default constructors as =default if it makes the type POD
2015-04-11 18:57:14 +00:00
ilist_node.h
ilist.h
ImmutableList.h
ImmutableMap.h
ImmutableSet.h
IndexedMap.h
IntEqClasses.h
IntervalMap.h
IntrusiveRefCntPtr.h
Purge unused includes throughout libSupport.
2015-03-23 18:07:13 +00:00
iterator_range.h
iterator.h
Mark empty default constructors as =default if it makes the type POD
2015-04-11 18:57:14 +00:00
MapVector.h
[ADT] Teach MapVector to support a swap member. Will be used in
2015-03-25 00:50:21 +00:00
None.h
Optional.h
PackedVector.h
PointerIntPair.h
PointerUnion.h
PostOrderIterator.h
Update for post-commit review comments
2015-04-15 19:36:10 +00:00
PriorityQueue.h
SCCIterator.h
ScopedHashTable.h
SetOperations.h
SetVector.h
SmallBitVector.h
SmallPtrSet.h
SmallSet.h
SmallString.h
SmallVector.h
SparseBitVector.h
SparseMultiSet.h
SparseSet.h
Statistic.h
STLExtras.h
StringExtras.h
StringMap.h
StringRef.h
StringRef: Just forward StringRef::find to libc's memchr.
2015-03-21 16:42:35 +00:00
StringSet.h
StringSwitch.h
TinyPtrVector.h
Triple.h
Exhaustively test all triples in TripleTest.
2015-04-30 20:08:44 +00:00
Twine.h
Clarify that Twine::toVector *appends* the Twine to the given SmallString.
2015-04-15 11:27:32 +00:00
UniqueVector.h
VariadicFunction.h