| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) | Fangrui Song | 2018-09-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | Summary: The convenience wrapper in STLExtras is available since rL342102. Reviewers: dblaikie, javed.absar, JDevlieghere, andreadb Subscribers: MatzeB, sanjoy, arsenm, dschuff, mehdi_amini, sdardis, nemanjai, jvesely, nhaehnle, sbc100, jgravelle-google, eraman, aheejin, kbarton, JDevlieghere, javed.absar, gbedwell, jrtc27, mgrang, atanasyan, steven_wu, george.burgess.iv, dexonsmith, kristina, jsji, llvm-commits Differential Revision: https://reviews.llvm.org/D52573 llvm-svn: 343163 | ||||
| * | [ProfileData] Change std::sort to llvm::sort in response to r327219 | Mandeep Singh Grang | 2018-04-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | Summary: r327219 added wrappers to std::sort which randomly shuffle the container before sorting. This will help in uncovering non-determinism caused due to undefined sorting order of objects having the same key. To make use of that infrastructure we need to invoke llvm::sort instead of std::sort. Note: This patch is one of a series of patches to replace *all* std::sort to llvm::sort. Refer the comments section in D44363 for a list of all the required patches. Reviewers: bogner, vsk, eraman, ruiu Reviewed By: ruiu Subscribers: ruiu, llvm-commits Differential Revision: https://reviews.llvm.org/D45139 llvm-svn: 330057 | ||||
| * | [ProfileSummary] Remove repeated cutoffs; NFCI | George Burgess IV | 2018-04-12 | 1 | -2/+2 |
| | | | | | | | | I'm told the repeat of "500000, 600000," is accidental, and should be removed. llvm-svn: 329959 | ||||
| * | Remove redundant includes from lib/ProfileData. | Michael Zolotukhin | 2017-12-13 | 1 | -1/+0 |
| | | | | | llvm-svn: 320626 | ||||
| * | NFC Add const | Piotr Padlewski | 2016-09-30 | 1 | -3/+3 |
| | | | | | llvm-svn: 282952 | ||||
| * | [ProfData] Remove global constructor from ProfileSummaryBuilder. | Benjamin Kramer | 2016-05-27 | 1 | -5/+7 |
| | | | | | | | No functionality change intended. llvm-svn: 271021 | ||||
| * | [ProfileData] Thread unique_ptr through the summary builder to avoid leaks. | Benjamin Kramer | 2016-05-20 | 1 | -8/+8 |
| | | | | | llvm-svn: 270195 | ||||
| * | Remove specializations of ProfileSummary | Easwaran Raman | 2016-05-19 | 1 | -7/+8 |
| | | | | | | | | | This removes the subclasses of ProfileSummary, moves the members of the derived classes to the base class. Differential Revision: http://reviews.llvm.org/D20390 llvm-svn: 270143 | ||||
| * | Move ProfileSummary to IR. | Easwaran Raman | 2016-05-19 | 1 | -0/+113 |
| This splits ProfileSummary into two classes: a ProfileSummary class that has methods to convert from/to metadata and a ProfileSummaryBuilder class that computes the profiles summary which is in ProfileData. Differential Revision: http://reviews.llvm.org/D20314 llvm-svn: 270136 | |||||

