index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provided accessors to internal allocator for ImutAVLTree and ImmutableSet.
Ted Kremenek
2007-10-11
1
-0
/
+7
*
Next PPC long double bits. First cut at constants.
Dale Johannesen
2007-10-11
1
-2
/
+12
*
make bitvector &= do the right thing if vectors have mismatched length.
Chris Lattner
2007-10-11
1
-2
/
+11
*
Added iterators to ImmutableSet.
Ted Kremenek
2007-10-11
1
-3
/
+24
*
Added some doxygen comments to ImmutableSet.
Ted Kremenek
2007-10-10
1
-1
/
+18
*
Removed uninformative assertions that catch problems that will
Ted Kremenek
2007-10-10
1
-22
/
+5
*
Removed "height" of an AVL tree node from its Profile. This is
Ted Kremenek
2007-10-10
1
-7
/
+4
*
Removed spurious forward declaration to a structure that will no longer be used.
Ted Kremenek
2007-10-10
1
-1
/
+0
*
Added some doxygen comments to a few methods of ImutAVLTree.
Ted Kremenek
2007-10-10
1
-2
/
+41
*
Added preliminary support for iterators in ImutAVLTree.
Ted Kremenek
2007-10-10
1
-4
/
+218
*
Renamed internal method "Create" of ImutAVLTree to "CreateNode".
Ted Kremenek
2007-10-10
1
-13
/
+14
*
Added implementation of immutable (functional) maps and sets, as
Ted Kremenek
2007-10-09
2
-0
/
+771
*
Fix problems where DenseMap used operator!= instead of correctly
Chris Lattner
2007-10-09
1
-10
/
+15
*
Change a #include into a forward declaration
Chris Lattner
2007-10-09
1
-1
/
+1
*
Add a new function tcExtract for extracting a bignum from an
Neil Booth
2007-10-08
1
-0
/
+7
*
Finish off PR1723, by working around some strange compiler bug.
Chris Lattner
2007-10-07
1
-2
/
+2
*
Add back convertFromSignExtendedInteger.
Neil Booth
2007-10-07
1
-0
/
+2
*
Reimplement convertFromUnsignedInteger so it is passed a const bignum.
Neil Booth
2007-10-07
1
-2
/
+2
*
convertFromInteger, as originally written, expected sign-extended
Neil Booth
2007-10-07
1
-2
/
+2
*
combineLostFractions does not need to be a member function
Neil Booth
2007-10-07
1
-1
/
+0
*
Some more problems noticed by Curtis
Daniel Berlin
2007-10-07
1
-4
/
+8
*
Generalize tcFullMultiply so that the operands can be of differing
Neil Booth
2007-10-06
1
-4
/
+6
*
Mark count method const.
Chris Lattner
2007-10-05
1
-1
/
+1
*
Fix intersectWithComplement bug noticed by Curtis Dunham
Daniel Berlin
2007-10-05
1
-4
/
+2
*
Fix the previous bug a slightly different way (by modifying how find_next works)
Daniel Berlin
2007-10-04
1
-9
/
+8
*
Fix off by one error in iterator
Daniel Berlin
2007-10-04
1
-1
/
+1
*
It helps a lot when you check for the end of your list before randomly
Daniel Berlin
2007-10-04
1
-1
/
+2
*
Make SparseBitVector::set actually work properly when sets are not in ascendi...
Daniel Berlin
2007-10-04
1
-4
/
+10
*
Add APFloat -> hexadecimal string conversion, as per %a and %A in C99.
Neil Booth
2007-10-03
1
-13
/
+27
*
Add a GraphTraits partial specialization to make the inverse of an inverse be...
Owen Anderson
2007-10-03
1
-0
/
+20
*
Add initial iterator support for folding set.
Chris Lattner
2007-10-03
1
-0
/
+51
*
Tweak RoundAwayFromZero the bit number below which is truncated, and make
Neil Booth
2007-10-03
1
-1
/
+1
*
Add a helper useful when mapping from a map element to its hash node.
Chris Lattner
2007-09-30
1
-1
/
+12
*
Add a new DenseSet abstraction.
Chris Lattner
2007-09-30
1
-0
/
+61
*
Whitespace cleanup.
Neil Booth
2007-09-26
1
-9
/
+9
*
Fix small bug in operator== for iterators
Daniel Berlin
2007-09-26
1
-1
/
+1
*
Comment fixups
Daniel Berlin
2007-09-24
1
-0
/
+1
*
Implement offline variable substitution in order to reduce memory
Daniel Berlin
2007-09-24
2
-14
/
+35
*
Fix typo.
Owen Anderson
2007-09-24
1
-1
/
+1
*
Change APFloat::convertFromInteger to take the incoming
Dale Johannesen
2007-09-21
1
-1
/
+1
*
Fix CopyFrom for non-POD data types.
Owen Anderson
2007-09-21
1
-1
/
+1
*
Do not hide APInt::dump() inside #ifndef NDEBUG.
Devang Patel
2007-09-17
1
-2
/
+0
*
Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo
Chris Lattner
2007-09-17
1
-24
/
+17
*
That's what i get for using carbon emacs in a terminal
Daniel Berlin
2007-09-17
1
-2
/
+2
*
Fix iterator so it doesn't sometimes report bits that aren't in the bitmap
Daniel Berlin
2007-09-17
1
-0
/
+2
*
Fix bug in andersen's related to test_and_set.
Daniel Berlin
2007-09-16
1
-4
/
+26
*
Fix a few bugs related to zero'ing of elements
Daniel Berlin
2007-09-16
1
-45
/
+14
*
Remove the assumption that FP's are either float or
Dale Johannesen
2007-09-14
2
-5
/
+7
*
And an FoldingSetImpl::NodeID::AddInteger overload for int64_t, to avoid
Dan Gohman
2007-09-14
1
-0
/
+1
*
Make single-argument ctors explicit to avoid tricky bugs :)
Chris Lattner
2007-09-13
1
-3
/
+3
[next]