Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...> | Serge Guelton | 2019-01-20 | 1 | -0/+3 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [ADT] Made numerous methods of ImmutableList const | Kristof Umann | 2018-09-12 | 1 | -0/+30 |
* | [ADT] ImmutableList no longer requires elements to be copy constructible | Kristof Umann | 2018-08-28 | 1 | -0/+43 |
* | [ADT] Implemented unittests for ImmutableList | Kristof Umann | 2018-08-13 | 1 | -0/+198 |