| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add code comment/NFC | Xinliang David Li | 2016-04-11 | 1 | -0/+4 |
* | [PGO] Fix deserialize bug | Xinliang David Li | 2016-04-10 | 1 | -1/+3 |
* | Fix buildbot lldb-amd64-ninja-netbsd7 failure | Rong Xu | 2016-04-01 | 1 | -0/+4 |
* | [PGO] Refactor PGOFuncName meta data code to be used in clang | Rong Xu | 2016-04-01 | 1 | -4/+14 |
* | [PGO] use emplace_back. NFC. | Rong Xu | 2016-03-31 | 1 | -1/+1 |
* | [PGO] PGOFuncName in LTO optimizations | Rong Xu | 2016-03-30 | 1 | -6/+36 |
* | [PGO] Use ArrayRef in annotateValueSite() | Rong Xu | 2016-03-30 | 1 | -5/+6 |
* | Reapply (2x) "[PGO] Fix name encoding for ObjC-like functions" | Vedant Kumar | 2016-03-28 | 1 | -2/+8 |
* | Revert "Reapply "[PGO] Fix name encoding for ObjC-like functions"" | Vedant Kumar | 2016-03-28 | 1 | -8/+2 |
* | Reapply "[PGO] Fix name encoding for ObjC-like functions" | Vedant Kumar | 2016-03-28 | 1 | -2/+8 |
* | Revert "[PGO] Fix name encoding for ObjC-like functions" | Vedant Kumar | 2016-03-28 | 1 | -2/+2 |
* | [PGO] Fix name encoding for ObjC-like functions | Vedant Kumar | 2016-03-28 | 1 | -2/+2 |
* | [Coverage] Strip <unknown> from PGO names if no filenames are available | Vedant Kumar | 2016-03-28 | 1 | -1/+1 |
* | [Coverage] Fix the way we load "<unknown>:func" records | Vedant Kumar | 2016-03-28 | 1 | -1/+1 |
* | Variable name cleanup /NFC | Xinliang David Li | 2016-03-16 | 1 | -5/+6 |
* | [ProfileData] Make a utility method public, NFC | Vedant Kumar | 2016-03-16 | 1 | -2/+2 |
* | Move global ID computation from Function to GlobalValue (NFC) | Teresa Johnson | 2016-03-15 | 1 | -1/+1 |
* | [PGO] Add another interface for annotateValueSite | Rong Xu | 2016-02-12 | 1 | -0/+7 |
* | [PGO] Make the number of records for each value site metada adjustable | Rong Xu | 2016-02-10 | 1 | -2/+3 |
* | Refactor PGO function naming and MD5 hashing support out of ProfileData | Teresa Johnson | 2016-02-09 | 1 | -19/+1 |
* | Function name change /NFC | Xinliang David Li | 2016-02-04 | 1 | -2/+2 |
* | Refactor profile summary support code. NFC. | Easwaran Raman | 2016-02-04 | 1 | -50/+0 |
* | [PGO] Add interfaces to annotate instr with VP data | Xinliang David Li | 2016-02-04 | 1 | -0/+87 |
* | [PGO] Profile interface cleanup | Xinliang David Li | 2016-02-04 | 1 | -4/+3 |
* | Fix uninitiazed variable use problem | Xinliang David Li | 2016-02-03 | 1 | -1/+1 |
* | [PGO] Profile summary reader/writer support | Xinliang David Li | 2016-02-03 | 1 | -0/+15 |
* | [PGO] allow pgo name collector to disable compression (for testing)/NFC | Xinliang David Li | 2016-01-26 | 1 | -2/+3 |
* | Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth... | Eugene Zelenko | 2016-01-26 | 1 | -5/+4 |
* | [PGO] Add a new interface to be used by Indirect Call Promotion | Xinliang David Li | 2016-01-20 | 1 | -0/+7 |