1. be88539 Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...> by Serge Guelton · 7 years ago
  2. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  3. 9a67b07 Re-sort #include lines for unittests. This uses a slightly modified by Chandler Carruth · 8 years ago
  4. e9a1c31 Fix PointerIntPair so that it can use an enum class as its integer template argument. by Michael Gottesman · 10 years ago
  5. b738855 [ADT] Use a nonce type with at least 4 byte alignment. by Chandler Carruth · 10 years ago
  6. 8a01ebd [ADT] Don't use a fixture just to get a nonce type for this unittest. by Chandler Carruth · 10 years ago
  7. 9445116 ADT/PointerIntPairTest.cpp: Prune obsolete #if. We don't support msc17 anymore. by NAKAMURA Takumi · 11 years ago
  8. 8346167 ADT/PointerIntPairTest.cpp: Appease msc17. by NAKAMURA Takumi · 12 years ago
  9. 4ccce1b Fix EXPECT_* to not produce a compile warning. by Eli Bendersky · 12 years ago
  10. 05f44b4 [ADT] Update PointerIntPair to handle pointer types with more than 31 bits free. by Jordan Rose · 12 years ago