summaryrefslogtreecommitdiff
path: root/lib/profile/InstrProfilingWriter.c
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-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-05-16Avoid leak. Free before resetting.Sean Silva
2016-05-15Use __builtin_alloca with __GNUC__Xinliang David Li
2016-05-15Fix FreeBSD build failureXinliang David Li
2016-05-14[profile] Eliminate dynamic memory allocation for vp writingXinliang David Li
2016-05-14minor cleanup -- reset buffer pointerXinliang David Li
2016-05-13[profile] Eliminate dynamic memory allocation for buffered writerXinliang David Li
2016-05-12Minor code refactoring /NFCXinliang 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-02-26[profile] Compute number of data entries correctlyVedant Kumar
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-16[PGO] cleanup: unify prefix for portability macrosXinliang David Li
2015-12-04Don't shadow a variable in the outer scope. Use canonical form of theJoerg Sonnenberger
2015-11-23[PGO] Unify raw profile header definitionXinliang David Li
2015-11-23[PGO] Compiler-rt cleanup -- introduces macros for various macrosXinliang 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-20[PGO] Profile runtime name cleanupsXinliang 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