summaryrefslogtreecommitdiff
path: root/lib/profile/InstrProfilingBuffer.c
AgeCommit message (Expand)Author
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-10Reapply r268840: [profile] Simplify value profile writingXinliang 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-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-11-23Fix a bug introduced in cleanupXinliang David Li
2015-11-23[PGO] Compiler-rt cleanup -- introduces macros for various macrosXinliang 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-18[PGO] Refactor File and Buffer API profile writing codeXinliang David Li
2015-11-18[PGO] Runtime support for value profiling.Betul Buyukkurt
2015-11-13[PGO] Ensure profile section symbols are created (linux)Xinliang David Li
2015-10-16Use struct type instead of raw array for raw profile header (NFC)Xinliang David Li
2014-12-09profile: Add low level versions of profile buffer functionsJustin Bogner
2014-09-04profile: Avoid name collisions between instrumentation and runtimeJustin Bogner
2014-05-16InstrProf: Fix shared object profilingDuncan P. N. Exon Smith
2014-05-01profile: Fix the build with gcc 4.9Reid Kleckner
2014-03-21Avoid GCC's "cast from pointer to integer of different size" warning.David Blaikie
2014-03-21InstrProf: Unify logic in two profile writersDuncan P. N. Exon Smith
2014-03-21InstrProf: Write the __llvm_profile_write_buffer()Duncan P. N. Exon Smith
2014-03-21InstrProf: If libc is available, use it; no functionality changeDuncan P. N. Exon Smith
2014-03-21InstrProf: Reorganize files; no functionality changeDuncan P. N. Exon Smith