This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-26 04:32:44 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
caf5a23d81
llvm-mirror
/
include
/
llvm
/
ADT
History
Eric Christopher
caf5a23d81
Remove the CellSPU port.
...
Approved by Chris Lattner. llvm-svn: 167984
2012-11-14 22:09:20 +00:00
..
APFloat.h
Add extra declarations of hash_value needed to build llvm with xlc 12.1.
2012-10-31 00:46:18 +00:00
APInt.h
Add extra declarations of hash_value needed to build llvm with xlc 12.1.
2012-10-31 00:46:18 +00:00
APSInt.h
ArrayRef.h
BitVector.h
Fix a bug in the set(I,E)/reset(I,E) methods that I recently added. The boundary condition for checking if I and E were in the same word were incorrect, and, beyond that, the mask computation was not using a wide enough constant.
2012-10-16 06:04:27 +00:00
DAGDeltaAlgorithm.h
DeltaAlgorithm.h
DenseMap.h
Improve DenseMap checks for power of 2 growth. Thanks for the tip Jakob
2012-10-24 18:50:44 +00:00
DenseMapInfo.h
DenseSet.h
DepthFirstIterator.h
edit_distance.h
EquivalenceClasses.h
FoldingSet.h
GraphTraits.h
Hashing.h
ilist_node.h
ilist.h
ImmutableIntervalMap.h
ImmutableList.h
ImmutableMap.h
ImmutableSet.h
Fix a typo that made ImmutableMap::getMaxElement() useless.
2012-10-14 15:56:39 +00:00
IndexedMap.h
InMemoryStruct.h
IntEqClasses.h
IntervalMap.h
IntrusiveRefCntPtr.h
MapVector.h
Add count() method to MapVector
2012-10-09 23:02:47 +00:00
NullablePtr.h
Optional.h
Fix case for include of Compiler.h.
2012-10-18 22:36:01 +00:00
OwningPtr.h
Add move constructors for OwningPtr and OwningArrayPtr.
2012-10-18 22:22:58 +00:00
PackedVector.h
PointerIntPair.h
PointerUnion.h
PostOrderIterator.h
PriorityQueue.h
SCCIterator.h
ScopedHashTable.h
SetOperations.h
SetVector.h
Third try at fixing this. ;] Go back to using std::remove_if, which has
2012-10-03 01:04:07 +00:00
SmallBitVector.h
Speculative fix the mask constants to be of type uintptr_t. I don't know of any case where the old form was incorrect, but I'm more confident that such cases don't exist in this version.
2012-10-16 17:10:33 +00:00
SmallPtrSet.h
SmallSet.h
SmallString.h
SmallVector.h
SparseBitVector.h
SparseSet.h
Statistic.h
STLExtras.h
StringExtras.h
StringMap.h
StringRef.h
StringSet.h
[Support/StringSet] Fix memory leak when inserted key already exists.
2012-10-23 22:55:54 +00:00
StringSwitch.h
TinyPtrVector.h
Triple.h
Remove the CellSPU port.
2012-11-14 22:09:20 +00:00
Twine.h
UniqueVector.h
ValueMap.h
VariadicFunction.h