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-19 17:33:29 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
0de4fa621e
llvm-6502
/
include
/
llvm
/
ADT
History
Owen Anderson
92915e31e9
Use atomic operations when accessing statistics, and make the lazy initialization of statistics actually threadsafe.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@74005
91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-23 21:19:38 +00:00
..
APFloat.h
Dcoument that the opauque value used to construct QNaNs is truncated
2009-06-01 21:02:35 +00:00
APInt.h
Move helper functions for optimizing division by constant into the APInt
2009-04-30 10:15:35 +00:00
APSInt.h
BitVector.h
DenseMap.h
Prevent looping when DenseSet is abused.
2009-05-01 20:47:53 +00:00
DenseSet.h
DepthFirstIterator.h
EquivalenceClasses.h
FoldingSet.h
Add terminal width detection to llvm::sys::Process. This is needed to
2009-05-11 18:05:52 +00:00
GraphTraits.h
HashExtras.h
ilist_node.h
ilist.h
fix build on VC++2k8.
2009-06-02 20:32:59 +00:00
ImmutableList.h
ImmutableMap.h
ImmutableSet.h
IndexedMap.h
IntrusiveRefCntPtr.h
iterator.cmake
iterator.h.in
OwningPtr.h
PointerIntPair.h
I cast, therefore I think I know what I'm doing.
2009-04-26 20:12:38 +00:00
PointerUnion.h
PostOrderIterator.h
Owen Anderson 2009-06-15: Use a SmallPtrSet here, for speed and to match df_iterator.
2009-06-15 22:54:48 +00:00
PriorityQueue.h
SCCIterator.h
ScopedHashTable.h
SetOperations.h
SetVector.h
SmallPtrSet.h
SmallSet.h
Restore minor deletion.
2009-05-04 18:40:41 +00:00
SmallString.h
SmallVector.h
Tighten up the asserts in SmallVector::operator[]().
2009-05-21 19:48:58 +00:00
SparseBitVector.h
Use struct instead of class to make MCVS compile.
2009-05-12 21:50:43 +00:00
Statistic.h
Use atomic operations when accessing statistics, and make the lazy initialization of statistics actually threadsafe.
2009-06-23 21:19:38 +00:00
STLExtras.h
StringExtras.h
StringMap.h
Use v.data() instead of &v[0] when SmallVector v might be empty.
2009-05-21 09:52:38 +00:00
StringSet.h
Tree.h
Trie.h
Triple.h
Add support for AuroraUX. Patch by evocallaghan.
2009-06-19 14:40:01 +00:00
UniqueVector.h
VectorExtras.h