| Commit message (Expand) | Author | Age | Files | Lines |
* | [InstrProf] Use comdats on COFF for available_externally functions | Reid Kleckner | 2018-07-26 | 1 | -2/+1 |
* | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -1/+1 |
* | Revert "Revert "[InstrProf] Support for external functions in text format."" | Mircea Trofin | 2018-03-22 | 1 | -2/+1 |
* | Revert "[InstrProf] Support for external functions in text format." | Benjamin Kramer | 2018-03-22 | 1 | -1/+2 |
* | [InstrProf] Encapsulates access to AddrToMD5Map. | Mircea Trofin | 2018-03-21 | 1 | -24/+26 |
* | [InstrProf] Support for external functions in text format. | Mircea Trofin | 2018-03-21 | 1 | -2/+1 |
* | Mark all library options as hidden. | Zachary Turner | 2017-12-01 | 1 | -2/+2 |
* | [ProfData] Detect if zlib is available | David Blaikie | 2017-07-21 | 1 | -0/+5 |
* | llvm-profdata: Reduce memory usage by using Error callback rather than member | David Blaikie | 2017-07-10 | 1 | -21/+25 |
* | llvm-profdata: Indirect infrequently used fields to reduce memory usage | David Blaikie | 2017-06-29 | 1 | -8/+7 |
* | [ProfData] Make the method threadsafe | Xinliang David Li | 2017-06-27 | 1 | -2/+3 |
* | [ProfileData] PR33517: Check for failure of symtab creation | Vedant Kumar | 2017-06-20 | 1 | -4/+8 |
* | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -2/+2 |
* | [InstrProf] Use more ArrayRef/StringRef. | Benjamin Kramer | 2017-05-28 | 1 | -8/+8 |
* | [ProfileData] Unify getInstrProf*SectionName helpers | Vedant Kumar | 2017-04-15 | 1 | -74/+16 |
* | [Profile] Make host tool aware of object format when quering prof section names | Xinliang David Li | 2017-04-14 | 1 | -1/+16 |
* | [Profile] PE binary coverage bug fix | Xinliang David Li | 2017-04-13 | 1 | -0/+84 |
* | [PGO] Memory intrinsic calls optimization based on profiled size | Rong Xu | 2017-04-04 | 1 | -0/+21 |
* | SamplePGO ThinLTO ICP fix for local functions. | Dehao Chen | 2017-03-14 | 1 | -0/+11 |
* | [ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings... | Eugene Zelenko | 2017-03-03 | 1 | -6/+41 |
* | Fix comments. NFC. | Rong Xu | 2017-02-27 | 1 | -1/+1 |
* | [PGO] Directory name stripping in global identifier for static functions | Rong Xu | 2017-02-25 | 1 | -1/+34 |
* | [WebAssembly] Add triple support for the new wasm object format | Dan Gohman | 2017-01-17 | 1 | -1/+1 |
* | Recommit r292214 "[Support/Compression] - Change zlib API to return Error ins... | George Rimar | 2017-01-17 | 1 | -7/+10 |
* | Revert r292214 "[Support/Compression] - Change zlib API to return Error inste... | George Rimar | 2017-01-17 | 1 | -10/+7 |
* | [Support/Compression] - Change zlib API to return Error instead of custom sta... | George Rimar | 2017-01-17 | 1 | -7/+10 |
* | Resubmit "[PGO] Turn off comdat renaming in IR PGO by default" | Rong Xu | 2017-01-11 | 1 | -0/+43 |
* | Revert "[PGO] Turn off comdat renaming in IR PGO by default" | Rong Xu | 2017-01-10 | 1 | -43/+0 |
* | [PGO] Turn off comdat renaming in IR PGO by default | Rong Xu | 2017-01-10 | 1 | -0/+43 |
* | Remove LLVM_NOEXCEPT and replace it with noexcept | Reid Kleckner | 2016-10-19 | 1 | -1/+1 |
* | [PGO] Fix bogus warning for merging empty llvm profile file | Rong Xu | 2016-10-19 | 1 | -0/+2 |
* | [ThinLTO] Indirect call promotion fixes for promoted local functions | Teresa Johnson | 2016-08-29 | 1 | -0/+3 |
* | [PGO] Make needsComdatForCounter() available (NFC) | Rong Xu | 2016-07-21 | 1 | -0/+26 |
* | [PGO] Don't include full file path in static function profile counter names | Xinliang David Li | 2016-07-12 | 1 | -3/+12 |
* | Bug fix remove another illegal char from prof symbol name | Xinliang David Li | 2016-06-10 | 1 | -1/+1 |
* | [ProfileData] Clean up string handling a bit. | Benjamin Kramer | 2016-05-29 | 1 | -8/+6 |
* | Add FIXMEs to all derived classes of std::error_category. | Peter Collingbourne | 2016-05-24 | 1 | -0/+3 |
* | Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-19 | 1 | -63/+70 |
* | Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" | Vedant Kumar | 2016-05-16 | 1 | -70/+63 |
* | Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-16 | 1 | -63/+70 |
* | Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" | Chandler Carruth | 2016-05-14 | 1 | -70/+63 |
* | Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-13 | 1 | -63/+70 |
* | Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use... | Vedant Kumar | 2016-05-13 | 1 | -70/+63 |
* | [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC | Vedant Kumar | 2016-05-13 | 1 | -63/+70 |
* | [ProfileData] Use SoftInstrProfErrors to count soft errors, NFC | Vedant Kumar | 2016-05-11 | 1 | -40/+53 |
* | Use an emplace_back for consistency, NFC | Vedant Kumar | 2016-05-11 | 1 | -1/+1 |
* | [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 |
* | [PGO] change the interface for createPGOFuncNameMetadata() | Rong Xu | 2016-04-22 | 1 | -5/+7 |
* | [PGO] Do not attach VP metadata if value count at site is 0 [NFC] | Betul Buyukkurt | 2016-04-14 | 1 | -0/+2 |