index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
Age
Commit message (
Expand
)
Author
2007-10-18
Changed the return type of type-specific Allocate() methods to return
Ted Kremenek
2007-10-17
ImutAVLTree now allocates tree nodes from the BumpPtrAllocator using
Ted Kremenek
2007-10-17
Minor cosmetic cleanups in the calculation of alignments for
Ted Kremenek
2007-10-17
Updated StringMap to use llvm::AlignOf to compute the alignment of map
Ted Kremenek
2007-10-17
Updated VC++ build system.
Hartmut Kaiser
2007-10-15
Fixed incorrect renaming of method name (forgot two characters).
Ted Kremenek
2007-10-15
Added more doxygen comments.
Ted Kremenek
2007-10-14
Consolidate logic for creating NaNs. Silence compiler warning.
Neil Booth
2007-10-12
don't use intptr_t without including it.
Chris Lattner
2007-10-12
Make this compute the correct offset, handling alignment of the element
Chris Lattner
2007-10-12
Implement correctly-rounded decimal->binary conversion, i.e. conversion
Neil Booth
2007-10-12
make operator== work with non-equal sized bitvectors, as long as
Chris Lattner
2007-10-11
Provided accessors to internal allocator for ImutAVLTree and ImmutableSet.
Ted Kremenek
2007-10-11
Next PPC long double bits. First cut at constants.
Dale Johannesen
2007-10-11
make bitvector &= do the right thing if vectors have mismatched length.
Chris Lattner
2007-10-11
Added iterators to ImmutableSet.
Ted Kremenek
2007-10-10
Added some doxygen comments to ImmutableSet.
Ted Kremenek
2007-10-10
Removed uninformative assertions that catch problems that will
Ted Kremenek
2007-10-10
Removed "height" of an AVL tree node from its Profile. This is
Ted Kremenek
2007-10-10
Removed spurious forward declaration to a structure that will no longer be used.
Ted Kremenek
2007-10-10
Added some doxygen comments to a few methods of ImutAVLTree.
Ted Kremenek
2007-10-10
Added preliminary support for iterators in ImutAVLTree.
Ted Kremenek
2007-10-10
Renamed internal method "Create" of ImutAVLTree to "CreateNode".
Ted Kremenek
2007-10-09
Added implementation of immutable (functional) maps and sets, as
Ted Kremenek
2007-10-09
Fix problems where DenseMap used operator!= instead of correctly
Chris Lattner
2007-10-09
Change a #include into a forward declaration
Chris Lattner
2007-10-08
Add a new function tcExtract for extracting a bignum from an
Neil Booth
2007-10-07
Finish off PR1723, by working around some strange compiler bug.
Chris Lattner
2007-10-07
Add back convertFromSignExtendedInteger.
Neil Booth
2007-10-07
Reimplement convertFromUnsignedInteger so it is passed a const bignum.
Neil Booth
2007-10-07
convertFromInteger, as originally written, expected sign-extended
Neil Booth
2007-10-07
combineLostFractions does not need to be a member function
Neil Booth
2007-10-07
Some more problems noticed by Curtis
Daniel Berlin
2007-10-06
Generalize tcFullMultiply so that the operands can be of differing
Neil Booth
2007-10-05
Mark count method const.
Chris Lattner
2007-10-05
Fix intersectWithComplement bug noticed by Curtis Dunham
Daniel Berlin
2007-10-04
Fix the previous bug a slightly different way (by modifying how find_next works)
Daniel Berlin
2007-10-04
Fix off by one error in iterator
Daniel Berlin
2007-10-04
It helps a lot when you check for the end of your list before randomly
Daniel Berlin
2007-10-04
Make SparseBitVector::set actually work properly when sets are not in ascendi...
Daniel Berlin
2007-10-03
Add APFloat -> hexadecimal string conversion, as per %a and %A in C99.
Neil Booth
2007-10-03
Add a GraphTraits partial specialization to make the inverse of an inverse be...
Owen Anderson
2007-10-03
Add initial iterator support for folding set.
Chris Lattner
2007-10-03
Tweak RoundAwayFromZero the bit number below which is truncated, and make
Neil Booth
2007-09-30
Add a helper useful when mapping from a map element to its hash node.
Chris Lattner
2007-09-30
Add a new DenseSet abstraction.
Chris Lattner
2007-09-26
Whitespace cleanup.
Neil Booth
2007-09-26
Fix small bug in operator== for iterators
Daniel Berlin
2007-09-24
Comment fixups
Daniel Berlin
2007-09-24
Implement offline variable substitution in order to reduce memory
Daniel Berlin
[next]