Age | Commit message (Expand) | Author |
2017-07-10 | InstrProf: Fix unit test which accidentally used a duplicate name | Vedant Kumar |
2017-07-10 | llvm-profdata: Reduce memory usage by using Error callback rather than member | David Blaikie |
2017-07-07 | ProfData: Fix some unchecked Errors in unit tests | David Blaikie |
2017-07-06 | Prototype: Reduce llvm-profdata merge memory usage further | David Blaikie |
2017-07-06 | Simplify InstrProfRecord tests, eliminating named temporaries in favor of bra... | David Blaikie |
2017-06-20 | [ProfileData] PR33517: Check for failure of symtab creation | Vedant Kumar |
2017-06-04 | Fixed warning: must specify at least one argument for '...' parameter. | Galina Kistanova |
2016-08-12 | Use the range variant of find_if instead of unpacking begin/end | David Majnemer |
2016-07-19 | Retry: [llvm-profdata] Speed up merging by using a thread pool | Vedant Kumar |
2016-07-19 | Revert "[llvm-profdata] Speed up merging by using a thread pool" | Vedant Kumar |
2016-07-18 | [llvm-profdata] Speed up merging by using a thread pool | Vedant Kumar |
2016-05-19 | Remove specializations of ProfileSummary | Easwaran Raman |
2016-05-19 | Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar |
2016-05-16 | Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" | Vedant Kumar |
2016-05-16 | Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar |
2016-05-14 | Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" | Chandler Carruth |
2016-05-13 | Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar |
2016-05-13 | Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use... | Vedant Kumar |
2016-05-13 | [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC | Vedant Kumar |
2016-05-13 | Remove runtime specific code from common header | Xinliang David Li |
2016-05-03 | [ProfileData] Assert NoError in InstrProfTest | Vedant Kumar |
2016-04-22 | Fix some spelling mistakes | David Majnemer |
2016-04-14 | Remove every uses of getGlobalContext() in LLVM (but the C API) | Mehdi Amini |
2016-04-10 | Fix asan test failure | Xinliang David Li |
2016-04-10 | [PGO] Fix deserialize bug | Xinliang David Li |
2016-04-10 | Clean up test case | Xinliang David Li |
2016-03-30 | [PGO] Use ArrayRef in annotateValueSite() | Rong Xu |
2016-03-28 | Reapply (2x) "[PGO] Fix name encoding for ObjC-like functions" | Vedant Kumar |
2016-03-28 | Revert "Reapply "[PGO] Fix name encoding for ObjC-like functions"" | Vedant Kumar |
2016-03-28 | Reapply "[PGO] Fix name encoding for ObjC-like functions" | Vedant Kumar |
2016-03-28 | Revert "[PGO] Fix name encoding for ObjC-like functions" | Vedant Kumar |
2016-03-28 | [PGO] Fix name encoding for ObjC-like functions | Vedant Kumar |
2016-03-22 | [unittests] clang-format a line, NFC | Vedant Kumar |
2016-03-18 | Interface to get/set profile summary metadata to module | Easwaran Raman |
2016-03-14 | Remove code added for debugging purposes. NFC. | Easwaran Raman |
2016-03-03 | Fix memory leak in tests. | Easwaran Raman |
2016-03-01 | Metadata support for profile summary. | Easwaran Raman |
2016-02-17 | Add a profile summary class specific to instrumentation profiles. | Easwaran Raman |
2016-02-12 | [PGO] Add another interface for annotateValueSite | Rong Xu |
2016-02-10 | [PGO] Make the number of records for each value site metada adjustable | Rong Xu |
2016-02-10 | [PGO] fix prof symbol lookup bug | Xinliang David Li |
2016-02-09 | Add comments to some tests | Xinliang David Li |
2016-02-09 | Further reduce test overhead | Xinliang David Li |
2016-02-09 | Simplify some expressions involving unique_ptr and ErrorOr | David Blaikie |
2016-02-04 | [PGO] Add interfaces to annotate instr with VP data | Xinliang David Li |
2016-02-04 | [PGO] Profile interface cleanup | Xinliang David Li |
2016-02-03 | [PGO] Profile summary reader/writer support | Xinliang David Li |
2016-01-30 | Further reduce test time | Xinliang David Li |
2016-01-29 | [Profiling] Add a -sparse mode to llvm-profdata merge | Vedant Kumar |
2016-01-29 | Improve test speed/trial 2 | Xinliang David Li |