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
/
unittests
/
ADT
Age
Commit message (
Expand
)
Author
2012-06-17
Add tests for *DenesMap for both key and value types' construction and
Chandler Carruth
2012-06-17
Introduce a SmallDenseMap container that re-uses the existing DenseMap
Chandler Carruth
2012-06-16
Merge the SmallBitVector and BitVector unit tests with gtest's typed test mag...
Benjamin Kramer
2012-06-16
Work around a bug with MSVC 10 where it fails to recognize a valid use
Chandler Carruth
2012-06-16
Type parameterize the DenseMap unit tests.
Chandler Carruth
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-05-24
Remove the PTX back-end and all of its artifacts (triple, etc.)
Justin Holewinski
2012-05-22
fix the quotient returned by sdivrem() for the case when LHS is negative and ...
Nuno Lopes
2012-05-15
Remove warning about testing unsigned int with int.
Bill Wendling
2012-05-15
Fixed one small stupid, but critical bug.
Stepan Dyatkovskiy
2012-05-14
Remove the expensive BitVector::operator~().
Jakob Stoklund Olesen
2012-05-14
Add BitVector::anyCommon().
Jakob Stoklund Olesen
2012-05-11
[Support/StringRef] Add find_last_not_of and {r,l,}trim.
Michael J. Spencer
2012-05-09
Add unittests for Triple::getMacOSXVersion and Triple::getiOSVersion.
Chad Rosier
2012-04-29
SmallVector: Don't rely on having an assignment operator around in push_back ...
Benjamin Kramer
2012-04-26
Fixed SmallMap test. The order of items is undefined in DenseMap. So being ch...
Stepan Dyatkovskiy
2012-04-25
Reapply the SmallMap patch with a fix.
Benjamin Kramer
2012-04-25
Revert "First implementation of:"
Eric Christopher
2012-04-25
First implementation of:
Stepan Dyatkovskiy
2012-04-20
SparseSet: Add support for key-derived indexes and arbitrary key types.
Andrew Trick
2012-04-02
Add triple support for the IBM BG/P and BG/Q supercomputers.
Hal Finkel
2012-03-11
Fix warnings.
Michael J. Spencer
2012-03-10
Make StringRef::getAsInteger work with all integer types. Before this change
Michael J. Spencer
2012-03-07
Add support to the hashing infrastructure for automatically hashing both
Chandler Carruth
2012-03-06
SmallPtrSet: Provide a more efficient implementation of swap than the default...
Benjamin Kramer
2012-03-04
Add generic support for hashing StringRef objects using the new hashing library.
Chandler Carruth
2012-03-04
Teach the hashing facilities how to hash std::string objects.
Chandler Carruth
2012-03-04
Split this test up into two smaller, and more focused tests.
Chandler Carruth
2012-03-03
Move the NonPOD struct out of the anonymous namespace instead of adding llvm:...
Francois Pichet
2012-03-03
Fixes the Hashing tests on MSVC by adding llvm:: prefix to hash_value functio...
Francois Pichet
2012-03-03
unittests/ADT/HashingTest.cpp: Temporarily disable a new test introduced in r...
NAKAMURA Takumi
2012-03-02
Simplify the pair optimization. Rather than using complex type traits,
Chandler Carruth
2012-03-02
Add a golden data test that I missed somehow the first time around.
Chandler Carruth
2012-03-02
Fix bad indenting that was left over from cut/paste of the golden values
Chandler Carruth
2012-03-02
We really want to hash pairs of directly-hashable data as directly
Chandler Carruth
2012-03-02
Add support for hashing pairs by delegating to each sub-object. There is
Chandler Carruth
2012-03-02
Remove the misguided extension here that reserved two special values in
Chandler Carruth
2012-03-01
Re-disable the debug output. The comment is there explaining why we want
Chandler Carruth
2012-03-01
Provide the 32-bit variant of the golden tests. Not sure how I forgot to
Chandler Carruth
2012-03-01
Rewrite LLVM's generalized support library for hashing to follow the API
Chandler Carruth
2012-02-22
Fix typos.
Jakob Stoklund Olesen
2012-02-22
Support was removed from LLVM's MIPS backend for the PSP variant of that
Chandler Carruth
2012-02-22
Add a Briggs and Torczon sparse set implementation.
Jakob Stoklund Olesen
2012-02-21
Switch the llvm::Triple class to immediately parse the triple string on
Chandler Carruth
2012-02-18
Hashing.h - utilities for hashing various data types.
Talin
2012-02-07
Add a unittest for rotating a really big APInt.
Benjamin Kramer
2012-02-06
Introduce helpers to compute the 32-bit varaints and 64-bit variants of
Chandler Carruth
2012-01-31
RefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo as friend,
Manuel Klimek
2012-01-31
Add various coarse bit-width architecture predicates to llvm::Triple.
Chandler Carruth
2012-01-30
DenseMap::find_as() and unit tests.
Talin
[prev]
[next]