llvm-6502/include/llvm/ADT
Chris Lattner db8918a98f Add a helper class (APSInt) which can represent an APInt along with sign
information.  This is useful when a value does have a sign associated with
it.  This shouldn't be used generally in LLVM for mid-level optimizer stuff.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35681 91177308-0d34-0410-b5e6-96231b3b80d8
2007-04-05 05:20:11 +00:00
..
.cvsignore
APInt.h trivial optimization 2007-04-04 06:18:21 +00:00
APSInt.h Add a helper class (APSInt) which can represent an APInt along with sign 2007-04-05 05:20:11 +00:00
BitVector.h Fix release build. 2007-04-04 22:13:39 +00:00
DenseMap.h
DepthFirstIterator.h
EquivalenceClasses.h
FoldingSet.h
GraphTraits.h
hash_map.in
hash_set.in
HashExtras.h
ilist
IndexedMap.h
iterator.in
PostOrderIterator.h
SCCIterator.h
SetOperations.h
SetVector.h
SmallPtrSet.h add range version of insert() 2007-04-02 01:21:19 +00:00
SmallSet.h
SmallString.h
SmallVector.h The hack won't work on VS 2005, and it might not be needed anyway. 2007-03-05 17:22:33 +00:00
Statistic.h
STLExtras.h
StringExtras.h
StringMap.h use calloc instead of new/memset, it is more efficient 2007-04-04 00:44:31 +00:00
Tree.h
UniqueVector.h
VectorExtras.h