index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
unittests
/
ADT
/
PointerIntPairTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>
Serge Guelton
2019-01-20
1
-0
/
+8
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Re-sort #include lines for unittests. This uses a slightly modified
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Fix PointerIntPair so that it can use an enum class as its integer template a...
Michael Gottesman
2016-01-13
1
-0
/
+27
*
[ADT] Use a nonce type with at least 4 byte alignment.
Chandler Carruth
2015-12-29
1
-0
/
+1
*
[ADT] Don't use a fixture just to get a nonce type for this unittest.
Chandler Carruth
2015-12-28
1
-12
/
+12
*
ADT/PointerIntPairTest.cpp: Prune obsolete #if. We don't support msc17 anymore.
NAKAMURA Takumi
2015-02-17
1
-2
/
+0
*
ADT/PointerIntPairTest.cpp: Appease msc17.
NAKAMURA Takumi
2014-03-10
1
-1
/
+3
*
Fix EXPECT_* to not produce a compile warning.
Eli Bendersky
2014-03-07
1
-2
/
+2
*
[ADT] Update PointerIntPair to handle pointer types with more than 31 bits free.
Jordan Rose
2014-03-07
1
-0
/
+74