| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use range algorithms instead of unpacking begin/end | David Majnemer | 2016-08-11 | 1 | -2/+1 |
| * | Fix some Clang-tidy modernize and Include What You Use warnings. | Eugene Zelenko | 2016-08-11 | 1 | -3/+16 |
| * | [PGO] Make needsComdatForCounter() available (NFC) | Rong Xu | 2016-07-21 | 1 | -0/+26 |
| * | Retry: [llvm-profdata] Speed up merging by using a thread pool | Vedant Kumar | 2016-07-19 | 1 | -0/+8 |
| * | Revert "[llvm-profdata] Speed up merging by using a thread pool" | Vedant Kumar | 2016-07-19 | 1 | -8/+0 |
| * | [llvm-profdata] Speed up merging by using a thread pool | Vedant Kumar | 2016-07-18 | 1 | -0/+8 |
| * | [Coverage] Mark a few more methods const (NFC) | Vedant Kumar | 2016-07-15 | 1 | -4/+4 |
| * | [Coverage] Mark a few methods const (NFC) | Vedant Kumar | 2016-07-13 | 1 | -1/+1 |
| * | [PGO] Don't include full file path in static function profile counter names | Xinliang David Li | 2016-07-12 | 1 | -3/+12 |
| * | Revert "[Coverage] Move logic to encode filenames and mappings into llvm (NFC)" | Vedant Kumar | 2016-06-29 | 1 | -49/+8 |
| * | Revert "[Coverage] Clarify ownership of a MemoryBuffer in the reader (NFC)" | Vedant Kumar | 2016-06-29 | 2 | -9/+8 |
| * | [Coverage] Clarify ownership of a MemoryBuffer in the reader (NFC) | Vedant Kumar | 2016-06-21 | 2 | -8/+9 |
| * | [Coverage] Move logic to encode filenames and mappings into llvm (NFC) | Vedant Kumar | 2016-06-17 | 1 | -8/+49 |
| * | [Coverage] Get rid of an input/output parameter (NFC) | Vedant Kumar | 2016-06-17 | 1 | -10/+17 |
| * | Bug fix remove another illegal char from prof symbol name | Xinliang David Li | 2016-06-10 | 1 | -1/+1 |
| * | Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error | Kevin Enderby | 2016-05-31 | 1 | -2/+2 |
| * | [ProfileData] Clean up string handling a bit. | Benjamin Kramer | 2016-05-29 | 3 | -13/+11 |
| * | [ProfData] Remove global constructor from ProfileSummaryBuilder. | Benjamin Kramer | 2016-05-27 | 1 | -5/+7 |
| * | Add FIXMEs to all derived classes of std::error_category. | Peter Collingbourne | 2016-05-24 | 3 | -0/+9 |
| * | [ProfileData] Thread unique_ptr through the summary builder to avoid leaks. | Benjamin Kramer | 2016-05-20 | 5 | -12/+12 |
| * | [Coverage] Fix an issue where improper coverage mapping data could be loaded ... | Igor Kudrin | 2016-05-20 | 1 | -18/+88 |
| * | Remove specializations of ProfileSummary | Easwaran Raman | 2016-05-19 | 5 | -22/+23 |
| * | Move ProfileSummary to IR. | Easwaran Raman | 2016-05-19 | 7 | -386/+146 |
| * | Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-19 | 5 | -307/+326 |
| * | [Coverage] Ensure that coverage mapping data has an expected alignment in 'co... | Igor Kudrin | 2016-05-18 | 1 | -0/+7 |
| * | Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" | Vedant Kumar | 2016-05-16 | 5 | -324/+305 |
| * | Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-16 | 5 | -305/+324 |
| * | Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" | Chandler Carruth | 2016-05-14 | 5 | -324/+305 |
| * | Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-13 | 5 | -305/+324 |
| * | Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use... | Vedant Kumar | 2016-05-13 | 5 | -323/+304 |
| * | [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC | Vedant Kumar | 2016-05-13 | 5 | -304/+323 |
| * | [ProfileData] Use SoftInstrProfErrors to count soft errors, NFC | Vedant Kumar | 2016-05-11 | 2 | -44/+56 |
| * | Use an emplace_back for consistency, NFC | Vedant Kumar | 2016-05-11 | 1 | -1/+1 |
| * | Revert r269131 | Easwaran Raman | 2016-05-10 | 1 | -44/+0 |
| * | Reapply r266477 and r266488 | Easwaran Raman | 2016-05-10 | 1 | -0/+44 |
| * | [PGO] Use rsplit to parse value-data line in text profile file. | Rong Xu | 2016-05-06 | 1 | -1/+1 |
| * | Add a note about the "entry count" used the profile summary | Sean Silva | 2016-05-05 | 1 | -0/+4 |
| * | [profile] Remove unneeded field in raw profile reader | Xinliang David Li | 2016-05-05 | 1 | -8/+6 |
| * | [Coverage] Combine counts of expansion regions if there are no code regions f... | Igor Kudrin | 2016-05-05 | 1 | -16/+31 |
| * | [ProfileData] Propagate an error from InstrProfSymtab | Vedant Kumar | 2016-05-03 | 1 | -4/+8 |
| * | [ProfileData] Add error codes for compression failures | Vedant Kumar | 2016-05-03 | 1 | -9/+16 |
| * | Remove redundant return, NFC | Vedant Kumar | 2016-05-02 | 1 | -1/+0 |
| * | Move coverage related code into a separate library. | Easwaran Raman | 2016-04-29 | 7 | -8/+44 |
| * | [Coverage] Restore the correct count value after processing a nested region i... | Igor Kudrin | 2016-04-25 | 1 | -37/+58 |
| * | [PGO] change the interface for createPGOFuncNameMetadata() | Rong Xu | 2016-04-22 | 1 | -5/+7 |
| * | [ProfileData] Report errors from InstrProfSymtab::create | Vedant Kumar | 2016-04-21 | 1 | -3/+9 |
| * | Reapply "[Coverage] Prevent detection of false instantiations in case of macr... | Igor Kudrin | 2016-04-18 | 1 | -18/+12 |
| * | Revert "Replace the use of MaxFunctionCount module flag" | Eric Liu | 2016-04-18 | 1 | -44/+0 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 1 | -1/+0 |
| * | Replace the use of MaxFunctionCount module flag | Easwaran Raman | 2016-04-15 | 1 | -0/+44 |