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
*
Added serialization support for APInt.
Ted Kremenek
2007-10-26
1
-0
/
+11
*
Fixed incorrect "path name" in preamble (comment) of header file.
Ted Kremenek
2007-10-26
1
-1
/
+1
*
Fixed incorrect "path name" in preamble (comment) of header file.
Ted Kremenek
2007-10-26
1
-1
/
+1
*
add a nice predicate to check to see if nan
Chris Lattner
2007-10-24
1
-0
/
+1
*
Add an uppercase conversion utility function.
Christopher Lamb
2007-10-18
1
-0
/
+8
*
Changed the return type of type-specific Allocate() methods to return
Ted Kremenek
2007-10-18
1
-1
/
+1
*
ImutAVLTree now allocates tree nodes from the BumpPtrAllocator using
Ted Kremenek
2007-10-17
1
-4
/
+3
*
Minor cosmetic cleanups in the calculation of alignments for
Ted Kremenek
2007-10-17
1
-3
/
+5
*
Updated StringMap to use llvm::AlignOf to compute the alignment of map
Ted Kremenek
2007-10-17
1
-9
/
+3
*
Updated VC++ build system.
Hartmut Kaiser
2007-10-17
2
-2
/
+2
*
Fixed incorrect renaming of method name (forgot two characters).
Ted Kremenek
2007-10-15
1
-2
/
+2
*
Added more doxygen comments.
Ted Kremenek
2007-10-15
1
-19
/
+56
*
Consolidate logic for creating NaNs. Silence compiler warning.
Neil Booth
2007-10-14
1
-0
/
+1
*
don't use intptr_t without including it.
Chris Lattner
2007-10-12
1
-1
/
+3
*
Make this compute the correct offset, handling alignment of the element
Chris Lattner
2007-10-12
1
-2
/
+3
*
Implement correctly-rounded decimal->binary conversion, i.e. conversion
Neil Booth
2007-10-12
1
-7
/
+15
*
make operator== work with non-equal sized bitvectors, as long as
Chris Lattner
2007-10-12
1
-4
/
+15
*
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
[next]