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-10 17:07:06 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
b3e3b006bd
llvm-6502
/
include
/
llvm
/
ADT
History
Anna Zaks
b3e3b006bd
Add getTreeFactory() to ImmutableSet to allow construction of ImmutableSetRef from an ImmutableSet object.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@140402
91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-23 19:10:26 +00:00
..
APFloat.h
APInt.h
Add APInt support for converting to/from hexatridecimal strings
2011-09-14 15:54:46 +00:00
APSInt.h
ArrayRef.h
Omit explicit length here, now that I've had a chance to test this with gcc.
2011-07-24 09:53:46 +00:00
BitVector.h
DAGDeltaAlgorithm.h
DeltaAlgorithm.h
DenseMap.h
Add a generic 'capacity_in_bytes' function to allow inspection of memory usage of various data structures.
2011-07-27 18:40:45 +00:00
DenseMapInfo.h
In DenseMapInfo<pair<T, U>> tombstone key, use the tombstone for T and U instead
2011-07-28 06:48:33 +00:00
DenseSet.h
Initialize DenseSets lazily.
2011-07-21 23:03:59 +00:00
DepthFirstIterator.h
EquivalenceClasses.h
FoldingSet.h
GraphTraits.h
ilist_node.h
ilist.h
ImmutableIntervalMap.h
ImmutableList.h
ImmutableMap.h
Add getTreeFactory() to ImmutableSet to allow construction of ImmutableSetRef from an ImmutableSet object.
2011-09-23 19:10:26 +00:00
ImmutableSet.h
Add ImmutableMapRef and ImmutableSetRef, which consolidate Immutable[Map,Set] and its Factory. This may eventually replace Immtuable[Map,Set].
2011-09-16 23:01:25 +00:00
IndexedMap.h
InMemoryStruct.h
IntEqClasses.h
IntervalMap.h
Add IntervalMap::const_iterator::atBegin().
2011-08-19 22:04:19 +00:00
IntrusiveRefCntPtr.h
NullablePtr.h
Optional.h
OwningPtr.h
PackedVector.h
PointerIntPair.h
PointerUnion.h
Fix an obscure bug in PointerUnion that would bite PointerUnion3/4. Basically,
2011-08-12 04:31:38 +00:00
PostOrderIterator.h
An interface for iterating over a loop's blocks in DFS order.
2011-08-03 23:27:28 +00:00
PriorityQueue.h
SCCIterator.h
This file was moved from Support to ADT. Correct a comment.
2011-07-28 08:36:22 +00:00
ScopedHashTable.h
SetOperations.h
SetVector.h
SmallBitVector.h
SmallPtrSet.h
SmallSet.h
SmallString.h
SmallVector.h
Add a generic 'capacity_in_bytes' function to allow inspection of memory usage of various data structures.
2011-07-27 18:40:45 +00:00
SparseBitVector.h
Statistic.h
STLExtras.h
StringExtras.h
Add a std::string Wrapper for TableGen
2011-07-29 19:06:58 +00:00
StringMap.h
StringRef.h
StringSet.h
StringSwitch.h
TinyPtrVector.h
Trie.h
Triple.h
Add mips64 & mips64el to Triple. Patch by Liu with modifications.
2011-09-20 18:09:37 +00:00
Twine.h
Add Twine support for characters, and switch twine to use a union internally
2011-07-24 20:44:30 +00:00
UniqueVector.h
ValueMap.h
VectorExtras.h