Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Instruction] Add hasMetadata(Kind) helper [NFC] | Philip Reames | 2019-09-04 | 1 | -2/+2 |
* | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -1/+1 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Use the container form llvm::sort(C, ...) | Fangrui Song | 2018-09-30 | 1 | -12/+9 |
* | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) | Fangrui Song | 2018-09-27 | 1 | -1/+1 |
* | [Transforms] Change std::sort to llvm::sort in response to r327219 | Mandeep Singh Grang | 2018-04-13 | 1 | -3/+4 |
* | [ThinLTO] Correct counting of functions in inliner stats | Teresa Johnson | 2017-03-24 | 1 | -0/+2 |
* | Imported statistics types changes | Piotr Padlewski | 2016-08-02 | 1 | -23/+25 |
* | Added ThinLTO inlining statistics | Piotr Padlewski | 2016-07-29 | 1 | -0/+201 |