llvm-6502/include/llvm/ADT
Jakob Stoklund Olesen 08d55342e3 Don't use std::copy and std::copy_backward, run 10% faster.
Sometimes std::copy can become a memmove call, and that is not a good idea when
copying relatively few bytes as we are doing. We also get a small win by
changing two loops into one.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120265 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-28 22:17:14 +00:00
..
APFloat.h
APInt.h PR5207: remove unused methods APInt::Emit() and APInt::Read(). 2010-11-28 21:05:31 +00:00
APSInt.h
BitVector.h BitVector tweaks. 2010-11-26 18:25:20 +00:00
DAGDeltaAlgorithm.h
DeltaAlgorithm.h
DenseMap.h
DenseMapInfo.h
DenseSet.h
DepthFirstIterator.h
EquivalenceClasses.h
FoldingSet.h
GraphTraits.h
ilist_node.h
ilist.h
ImmutableIntervalMap.h Tweak ImmutableMap/ImmutableSet/ImmutableList APIs 2010-11-24 00:54:28 +00:00
ImmutableList.h Tweak ImmutableMap/ImmutableSet/ImmutableList APIs 2010-11-24 00:54:28 +00:00
ImmutableMap.h Tweak ImmutableMap/ImmutableSet/ImmutableList APIs 2010-11-24 00:54:28 +00:00
ImmutableSet.h Tweak ImmutableMap/ImmutableSet/ImmutableList APIs 2010-11-24 00:54:28 +00:00
IndexedMap.h
InMemoryStruct.h ADT/InMemoryStruct: Add an experimental helper class intended for use in 2010-11-27 08:11:02 +00:00
IntervalMap.h Don't use std::copy and std::copy_backward, run 10% faster. 2010-11-28 22:17:14 +00:00
IntrusiveRefCntPtr.h
NullablePtr.h
Optional.h
OwningPtr.h
PointerIntPair.h
PointerUnion.h
PostOrderIterator.h
PriorityQueue.h
SCCIterator.h
ScopedHashTable.h
SetOperations.h
SetVector.h
SmallBitVector.h
SmallPtrSet.h
SmallSet.h
SmallString.h
SmallVector.h Fix spelling! 2010-11-26 04:16:20 +00:00
SparseBitVector.h
Statistic.h
STLExtras.h
StringExtras.h Add an optional LowerCase argument to hexdigit(). 2010-11-27 13:19:46 +00:00
StringMap.h Test commit: Fix two -Asserts mode warnings in StringMap.h. 2010-11-20 18:37:24 +00:00
StringRef.h StringRefs are POD-like. 2010-11-26 14:36:54 +00:00
StringSet.h
StringSwitch.h
Trie.h
Triple.h Remove PIC16 remnants. 2010-11-27 18:20:30 +00:00
Twine.h Fix Whitespace. 2010-11-26 04:16:08 +00:00
UniqueVector.h
ValueMap.h
VectorExtras.h