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
/
unittests
/
ADT
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support to the hashing infrastructure for automatically hashing both
Chandler Carruth
2012-03-07
1
-0
/
+6
*
SmallPtrSet: Provide a more efficient implementation of swap than the default...
Benjamin Kramer
2012-03-06
1
-0
/
+72
*
Add generic support for hashing StringRef objects using the new hashing library.
Chandler Carruth
2012-03-04
1
-0
/
+19
*
Teach the hashing facilities how to hash std::string objects.
Chandler Carruth
2012-03-04
1
-0
/
+17
*
Split this test up into two smaller, and more focused tests.
Chandler Carruth
2012-03-04
1
-0
/
+2
*
Move the NonPOD struct out of the anonymous namespace instead of adding llvm:...
Francois Pichet
2012-03-03
1
-33
/
+33
*
Fixes the Hashing tests on MSVC by adding llvm:: prefix to hash_value functio...
Francois Pichet
2012-03-03
1
-28
/
+24
*
unittests/ADT/HashingTest.cpp: Temporarily disable a new test introduced in r...
NAKAMURA Takumi
2012-03-03
1
-0
/
+4
*
Simplify the pair optimization. Rather than using complex type traits,
Chandler Carruth
2012-03-02
1
-0
/
+20
*
Add a golden data test that I missed somehow the first time around.
Chandler Carruth
2012-03-02
1
-0
/
+1
*
Fix bad indenting that was left over from cut/paste of the golden values
Chandler Carruth
2012-03-02
1
-52
/
+52
*
We really want to hash pairs of directly-hashable data as directly
Chandler Carruth
2012-03-02
1
-5
/
+7
*
Add support for hashing pairs by delegating to each sub-object. There is
Chandler Carruth
2012-03-02
1
-0
/
+11
*
Remove the misguided extension here that reserved two special values in
Chandler Carruth
2012-03-02
1
-11
/
+1
*
Re-disable the debug output. The comment is there explaining why we want
Chandler Carruth
2012-03-01
1
-1
/
+1
*
Provide the 32-bit variant of the golden tests. Not sure how I forgot to
Chandler Carruth
2012-03-01
1
-3
/
+60
*
Rewrite LLVM's generalized support library for hashing to follow the API
Chandler Carruth
2012-03-01
1
-25
/
+286
*
Fix typos.
Jakob Stoklund Olesen
2012-02-22
1
-4
/
+4
*
Support was removed from LLVM's MIPS backend for the PSP variant of that
Chandler Carruth
2012-02-22
1
-9
/
+0
*
Add a Briggs and Torczon sparse set implementation.
Jakob Stoklund Olesen
2012-02-22
1
-0
/
+186
*
Switch the llvm::Triple class to immediately parse the triple string on
Chandler Carruth
2012-02-21
1
-6
/
+1
*
Hashing.h - utilities for hashing various data types.
Talin
2012-02-18
1
-0
/
+57
*
Add a unittest for rotating a really big APInt.
Benjamin Kramer
2012-02-07
1
-0
/
+4
*
Introduce helpers to compute the 32-bit varaints and 64-bit variants of
Chandler Carruth
2012-02-06
1
-0
/
+62
*
RefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo as friend,
Manuel Klimek
2012-01-31
1
-0
/
+64
*
Add various coarse bit-width architecture predicates to llvm::Triple.
Chandler Carruth
2012-01-31
1
-0
/
+57
*
DenseMap::find_as() and unit tests.
Talin
2012-01-30
1
-0
/
+41
*
Additional methods for SmallString.
Talin
2012-01-24
1
-0
/
+148
*
Add portable bit mask operations to BitVector.
Jakob Stoklund Olesen
2012-01-17
1
-0
/
+46
*
Some unittests for APInt rotates; patch by Cameron McInally.
Eli Friedman
2011-12-22
1
-0
/
+32
*
As Doug pointed out (and I really should know), it is perfectly easy to
Chandler Carruth
2011-12-17
1
-4
/
+4
*
APInt: update asserts for base-36
Dylan Noblesmith
2011-12-16
1
-3
/
+3
*
Put the '*' in the right place in the unit test. Forgot to fix up this
Chandler Carruth
2011-12-16
1
-7
/
+7
*
Add a generic collection of class templates to ADT for building
Chandler Carruth
2011-12-16
1
-0
/
+110
*
Fix APFloat::convert so that it handles narrowing conversions correctly; it
Eli Friedman
2011-11-26
1
-0
/
+24
*
Add a bad char heuristic to StringRef::find.
Benjamin Kramer
2011-10-15
1
-0
/
+6
*
Attempt to fix MSVC build.
Eli Friedman
2011-10-12
1
-2
/
+2
*
Fix APFloat::getLargest so that it actually returns the correct value. Found...
Eli Friedman
2011-10-12
1
-0
/
+5
*
Fix APInt::operator*= so that it computes the correct result for large intege...
Eli Friedman
2011-10-07
1
-0
/
+9
*
Fix a bug in compare_numeric().
Jakob Stoklund Olesen
2011-09-30
1
-0
/
+6
*
Add APInt support for converting to/from hexatridecimal strings
Douglas Gregor
2011-09-14
1
-1
/
+24
*
Fix a test that wasn't testing the right thing.
Matt Beaumont-Gay
2011-08-29
1
-4
/
+6
*
Avoid undefined behaviour if somehow NUM_GRAPHS equals 2^32 (or
Duncan Sands
2011-07-29
1
-10
/
+6
*
Remove extra semicolon.
Jakub Staszak
2011-07-29
1
-1
/
+1
*
Use unsigned rather than uint16_t in case anyone feels like testing
Duncan Sands
2011-07-28
1
-4
/
+4
*
Check an additional property specific to the way LLVM
Duncan Sands
2011-07-28
1
-0
/
+15
*
Add a unittest for the simply connected components (SCC) iterator class.
Duncan Sands
2011-07-28
1
-0
/
+335
*
Remove some code that is no longer needed now that googletest knows how
Jay Foad
2011-07-27
1
-17
/
+0
*
Add Twine support for characters, and switch twine to use a union internally
Chris Lattner
2011-07-24
1
-2
/
+6
*
Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...
Jeffrey Yasskin
2011-07-18
1
-0
/
+4
[next]