summaryrefslogtreecommitdiff
path: root/lib/profile/InstrProfilingInternal.h
AgeCommit message (Expand)Author
2017-12-14[profile] Port the runtime to Solaris (retry)Vedant Kumar
2017-12-14Revert "(HEAD -> master, origin/master, origin/HEAD) [profile] Port the runti...Vedant Kumar
2017-12-14[profile] Port the runtime to SolarisVedant Kumar
2017-08-31Revert r312240Alex Lorenz
2017-08-31Build LLVM with -Wstrict-prototypes enabledAlex Lorenz
2017-06-28[PGO] Reduce IO in profile dumping with mergingXinliang David Li
2017-06-27[PGO] Refactor file/buffer writer callback interfaces /NFCXinliang David Li
2016-09-22[Profile] Remove unused variableXinliang David Li
2016-08-09[Profile] Implement new API __llvm_profile_dumpXinliang David Li
2016-07-19[Profile] move utility interfaces to the right header /NFCXinliang David Li
2016-07-18Code refactoring: extract path prefix handling codeXinliang David Li
2016-06-08[profile] in-process merging support part-3Xinliang David Li
2016-05-21[profile] Static counter allocation for value profiling (part-2)Xinliang David Li
2016-05-19[profile] entry eviction support in value profilerXinliang David Li
2016-05-18[profile] Allow max vals per site to be controllable at runtimeXinliang David Li
2016-05-14[profile] Eliminate dynamic memory allocation for vp writingXinliang David Li
2016-05-13[profile] Eliminate dynamic memory allocation for buffered writerXinliang David Li
2016-05-10Reapply r268840: [profile] Simplify value profile writingXinliang David Li
2016-05-09Fix variable visibilityXinliang David Li
2016-05-07Revert "[profile] Simplify value profile writing"Renato Golin
2016-05-07[profile] Simplify value profile writingXinliang David Li
2016-03-06[PGO] internal API name cleanups (for better consistency)Xinliang David Li
2016-03-03[PGO] Add API for profile merge from bufferXinliang 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-10[PGO] Move impl specific decl to InstrProfilingInternal.h (NFC)Xinliang David Li
2015-11-21Fix -Wpointer-sign warningXinliang David Li
2015-11-21[PGO] Implement a more robust/readable Writer callback interfaceXinliang David Li
2015-11-19[PGO] Minor cleanups (from review feedback)Xinliang David Li
2015-11-18Fix format of previous patch (NFC)Xinliang David Li
2015-11-18[PGO] Refactor File and Buffer API profile writing codeXinliang David Li
2014-12-09profile: Add low level versions of profile buffer functionsJustin Bogner