summaryrefslogtreecommitdiff
path: root/lib/profile/InstrProfiling.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-29[profile] Move __llvm_profile_filename into a separate objectVedant Kumar
2016-09-22[Profile] Remove unused variableXinliang David Li
2016-08-09[Profile] Implement new API __llvm_profile_dumpXinliang David Li
2016-07-22[Profile] cleanup: do not reference name directly of vars shared between rt a...Xinliang David Li
2016-07-21[Profile] deprecate __llvm_profile_override_default_filename (part2)Xinliang David Li
2016-06-08[profile] Un-hide two symbolsVedant Kumar
2016-06-08[profile] Hide a few external symbols (NFCI)Vedant Kumar
2016-05-16[profile] minor code restructuring /NFCXinliang David Li
2016-05-09Fix variable visibilityXinliang David Li
2016-02-23[profile] Fix iteration over profile data entriesVedant Kumar
2016-01-08[PGO] Add runtime hook so that IR instrumentation can override versionXinliang David Li
2015-12-16[PGO] cleanup: unify prefix for portability macrosXinliang David Li
2015-12-10[PGO] Split value profiling runtime into its own fileXinliang David Li
2015-12-10[PGO] Move impl specific decl to InstrProfilingInternal.h (NFC)Xinliang David Li
2015-12-10[PGO] Move target-dependent macro to InstrProfilingPort.h (NFC)Xinliang David Li
2015-12-10[PGO] use COMPILER_RT_HAS_ATOMTICS macroXinliang David Li
2015-12-08Fix typoXinliang David Li
2015-12-07[PGO] Stop leaking libc function to buffer API implXinliang David Li
2015-12-05Use macro for common code pattern (NFC)Xinliang David Li
2015-12-04[PGO] Fix mips test failure with new test caseXinliang David Li
2015-12-04[PGO] Unify VP data format between raw and indexed profile (runtime)Xinliang David Li
2015-11-23[PGO] Use common definition of raw magic and versionXinliang David Li
2015-11-23[PGO] Start use InstrProf template file in compiler-rt/lib/profileXinliang David Li
2015-11-23[PGO] Compiler-rt cleanup -- introduces macros for various macrosXinliang David Li
2015-11-20[PGO] Profile runtime name cleanupsXinliang David Li
2015-11-20Speculatively fix MIPS build bot failuresXinliang David Li
2015-11-18Fix format in comments.Xinliang David Li
2015-11-18[PGO] Minor cleanups (formating, comments etc) (NFC)Xinliang David Li
2015-11-18Fix for loop initial decl used outside c99 mode errorXinliang David Li
2015-11-18[PGO] Runtime support for value profiling.Betul Buyukkurt
2014-09-04profile: Avoid name collisions between instrumentation and runtimeJustin Bogner
2014-05-16InstrProf: Fix shared object profilingDuncan P. N. Exon Smith
2014-03-23InstrProf: Indicate pointer size in raw profileDuncan P. N. Exon Smith
2014-03-21InstrProf: Change magic number to have non-text charactersDuncan P. N. Exon Smith
2014-03-21InstrProf: Reorganize files; no functionality changeDuncan P. N. Exon Smith
2014-03-21InstrProf: Write raw binary profile from runtimeDuncan P. N. Exon Smith
2014-03-21PGO: Indicate errors in profile runtime APIDuncan P. N. Exon Smith
2014-03-20PGO: Change runtime prefix from pgo to profileDuncan P. N. Exon Smith
2014-03-20PGO: Add function to reset counters at runtimeDuncan P. N. Exon Smith
2014-03-20PGO: Split out initialization of section boundsDuncan P. N. Exon Smith
2014-03-20PGO: Constify references to instrumentation dataDuncan P. N. Exon Smith
2014-03-19PGO: Use past-the-end semantics for pointer rangeDuncan P. N. Exon Smith
2014-03-19PGO: Splitting implementation files; no functionality changeDuncan P. N. Exon Smith