| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove specializations of ProfileSummary | Easwaran Raman | 2016-05-19 | 1 | -12/+9 |
* | Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-19 | 1 | -39/+49 |
* | Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" | Vedant Kumar | 2016-05-16 | 1 | -49/+39 |
* | Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-16 | 1 | -39/+49 |
* | Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" | Chandler Carruth | 2016-05-14 | 1 | -49/+39 |
* | Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-13 | 1 | -39/+49 |
* | Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use... | Vedant Kumar | 2016-05-13 | 1 | -49/+39 |
* | [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC | Vedant Kumar | 2016-05-13 | 1 | -39/+49 |
* | Remove runtime specific code from common header | Xinliang David Li | 2016-05-13 | 1 | -42/+33 |
* | [ProfileData] Assert NoError in InstrProfTest | Vedant Kumar | 2016-05-03 | 1 | -44/+44 |
* | Fix some spelling mistakes | David Majnemer | 2016-04-22 | 1 | -1/+1 |
* | Remove every uses of getGlobalContext() in LLVM (but the C API) | Mehdi Amini | 2016-04-14 | 1 | -2/+3 |
* | Fix asan test failure | Xinliang David Li | 2016-04-10 | 1 | -0/+2 |
* | [PGO] Fix deserialize bug | Xinliang David Li | 2016-04-10 | 1 | -0/+40 |
* | Clean up test case | Xinliang David Li | 2016-04-10 | 1 | -40/+36 |
* | [PGO] Use ArrayRef in annotateValueSite() | Rong Xu | 2016-03-30 | 1 | -1/+2 |
* | Reapply (2x) "[PGO] Fix name encoding for ObjC-like functions" | Vedant Kumar | 2016-03-28 | 1 | -2/+2 |
* | Revert "Reapply "[PGO] Fix name encoding for ObjC-like functions"" | Vedant Kumar | 2016-03-28 | 1 | -2/+2 |
* | Reapply "[PGO] Fix name encoding for ObjC-like functions" | Vedant Kumar | 2016-03-28 | 1 | -2/+2 |
* | 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 |
* | [unittests] clang-format a line, NFC | Vedant Kumar | 2016-03-22 | 1 | -3/+1 |
* | Interface to get/set profile summary metadata to module | Easwaran Raman | 2016-03-18 | 1 | -0/+14 |
* | Remove code added for debugging purposes. NFC. | Easwaran Raman | 2016-03-14 | 1 | -3/+3 |
* | Fix memory leak in tests. | Easwaran Raman | 2016-03-03 | 1 | -0/+1 |
* | Metadata support for profile summary. | Easwaran Raman | 2016-03-01 | 1 | -20/+32 |
* | Add a profile summary class specific to instrumentation profiles. | Easwaran Raman | 2016-02-17 | 1 | -5/+5 |
* | [PGO] Add another interface for annotateValueSite | Rong Xu | 2016-02-12 | 1 | -0/+20 |
* | [PGO] Make the number of records for each value site metada adjustable | Rong Xu | 2016-02-10 | 1 | -10/+31 |
* | [PGO] fix prof symbol lookup bug | Xinliang David Li | 2016-02-10 | 1 | -0/+6 |
* | Add comments to some tests | Xinliang David Li | 2016-02-09 | 1 | -0/+4 |
* | Further reduce test overhead | Xinliang David Li | 2016-02-09 | 1 | -8/+4 |
* | Simplify some expressions involving unique_ptr and ErrorOr | David Blaikie | 2016-02-09 | 1 | -42/+42 |
* | [PGO] Add interfaces to annotate instr with VP data | Xinliang David Li | 2016-02-04 | 1 | -0/+55 |
* | [PGO] Profile interface cleanup | Xinliang David Li | 2016-02-04 | 1 | -2/+6 |
* | [PGO] Profile summary reader/writer support | Xinliang David Li | 2016-02-03 | 1 | -0/+39 |
* | Further reduce test time | Xinliang David Li | 2016-01-30 | 1 | -6/+2 |
* | [Profiling] Add a -sparse mode to llvm-profdata merge | Vedant Kumar | 2016-01-29 | 1 | -16/+47 |
* | Improve test speed/trial 2 | Xinliang David Li | 2016-01-29 | 1 | -14/+12 |
* | Revert 259242, 259243 -- irrelvante changes pulled in | Xinliang David Li | 2016-01-29 | 1 | -51/+13 |
* | Use range for loop | Xinliang David Li | 2016-01-29 | 1 | -7/+5 |
* | Improve test speed (interchange loop, reducing padding) | Xinliang David Li | 2016-01-29 | 1 | -13/+53 |
* | Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth... | Eugene Zelenko | 2016-01-26 | 1 | -8/+9 |
* | Revert 258486 -- for a better fix coming soon | Xinliang David Li | 2016-01-22 | 1 | -60/+55 |
* | [PGO] add an interface needed by icall promotion | Xinliang David Li | 2016-01-22 | 1 | -1/+3 |
* | [PGO] eliminate use of static variable | Xinliang David Li | 2016-01-22 | 1 | -55/+60 |
* | Fix a bug in test | Xinliang David Li | 2016-01-20 | 1 | -2/+2 |
* | [PGO] Add a new interface to be used by Indirect Call Promotion | Xinliang David Li | 2016-01-20 | 1 | -0/+36 |
* | InstrProfTest.cpp: Fix a warning. [-Wsign-compare] | NAKAMURA Takumi | 2016-01-08 | 1 | -1/+1 |
* | Add value site truncation unit test | Xinliang David Li | 2016-01-08 | 1 | -10/+56 |