summaryrefslogtreecommitdiff
path: root/lib/profile
AgeCommit message (Expand)Author
2016-04-06sync up with master copyXinliang David Li
2016-03-28[PGO] More comments how function pointers for indirect calls are mappedAdam Nemet
2016-03-28[libprofile] Handle '\\' in __llvm_profile_recursive_mkdirSean Silva
2016-03-28[PGO] Update r264612 to use C-style commentAdam Nemet
2016-03-28[PGO] Comment how function pointers for indirect calls are mapped to function...Adam Nemet
2016-03-09Fix test failure on darwin-i386Xinliang David Li
2016-03-07[Fix r262785] Fix missing declaration when COMPILER_RT_BOOL_CMPXCHG was used ...Filipe Cabecinhas
2016-03-06cleanup: remove dead preprocessing branch /nfcXinliang David Li
2016-03-06[PGO] cleanup: move one support method into InstrProfilingUtil.h /NFCXinliang David Li
2016-03-06[PGO] internal API name cleanups (for better consistency)Xinliang David Li
2016-03-06Minor cleanupXinliang David Li
2016-03-05[GCDA] Unlock arc file before closing itVedant Kumar
2016-03-04[PGO] Add API to check compatibility of profile data in bufferXinliang David Li
2016-03-04Fix api visibilityXinliang David Li
2016-03-03[PGO] Add API for profile merge from bufferXinliang David Li
2016-03-02Add some minimal portability code paths for PS4.Sean Silva
2016-02-26[profile] Compute number of data entries correctlyVedant Kumar
2016-02-26Sync up with masterXinliang David Li
2016-02-23[profile] Fix iteration over profile data entriesVedant Kumar
2016-02-11Silence MSVC warning about non-void prototypesReid Kleckner
2016-02-08[PGO] Update InstrProfData.inc to sync with llvmRong Xu
2016-02-08Fix windows build bot failureXinliang David Li
2016-02-08[PGO] Enable compression in pgo instrumentationXinliang David Li
2016-02-03Sync up with master fileXinliang David Li
2016-01-30Fix build with VS2015Ismail Donmez
2016-01-29[profile] Support hostname expansion in LLVM_PROFILE_FILEVedant Kumar
2016-01-28Minor cleanup /NFCXinliang David Li
2016-01-27Sync up with master fileXinliang David Li
2016-01-26Remove autoconf support for building runtime libraries.Chris Bieneman
2016-01-25sync up InstrProfData.h -- typo fixXinliang David Li
2016-01-19Fix -Wexpansion-to-defined warnings in compiler-rt.Nico Weber
2016-01-14sync up with master fileXinliang David Li
2016-01-08Fix typo in commentXinliang David Li
2016-01-08[PGO] Add runtime hook so that IR instrumentation can override versionXinliang David Li
2016-01-08[PGO] Introducing version mask macro/NFC (sync)Xinliang David Li
2016-01-08Sync up InstrProfData.incXinliang David Li
2016-01-08[PGO] Use new macro introduced/NFCXinliang David Li
2016-01-08profile: Do not pass -fPIC on Windows.Peter Collingbourne
2016-01-08[profile] Add comments to portability macros for readability (NFC)Vedant Kumar
2016-01-08Sync up InstrProfData.incXinliang David Li
2016-01-07Sync up InstrProfData.inc fileXinliang David Li
2016-01-06[compiler-rt] Fix empty translation unit warningNathan Slingerland
2016-01-05[PGO] Enable building compiler-rt profile support library on WindowsNathan Slingerland
2016-01-04[PGO] Sync up template file with masterXinliang David Li
2016-01-03[PGO] Sync up template file with masterXinliang David Li
2015-12-30[PGO]: Eliminate custom typedefs in the FreeBSD case Xinliang David Li
2015-12-29[PGO]: Refactor VP data writerXinliang David Li
2015-12-29[PGO]: Do not update Data->Value field during profile write.Xinliang David Li
2015-12-22[PGO] Move buffer write callback to a common fileXinliang David Li
2015-12-20[PGO] testing _WIN64 instead of _WIN32Xinliang David Li