summaryrefslogtreecommitdiff
path: root/lib/profile/InstrProfiling.h
AgeCommit message (Expand)Author
2015-12-29[PGO]: Do not update Data->Value field during profile write.Xinliang David Li
2015-12-16[PGO] cleanup: unify prefix for portability macrosXinliang David Li
2015-12-10[PGO] Header file cleanup (NFC)Xinliang David Li
2015-12-07[PGO] Stop leaking libc function to buffer API implXinliang David Li
2015-12-04Move macro defs closer (NFC)Xinliang David Li
2015-12-03[PGO] Introduce error report macro in profile-rtXinliang David Li
2015-11-23[PGO] sync up target instrument decl between runtime and llvm (NFC)Xinliang David Li
2015-11-23[PGO] Unify raw profile header definitionXinliang David Li
2015-11-23[PGO] Use the alignment macro newly introduced (NFC)Xinliang David Li
2015-11-23[PGO] Unify per-function control data definitionXinliang David Li
2015-11-23[PGO] Use common definition of value profile kindXinliang 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] Fix buildbot failure on FreeBSD (when building __x86_64__ lib)Xinliang David Li
2015-11-20[PGO] Profile runtime name cleanupsXinliang David Li
2015-11-20Speculativley try to fix FreeBSD buildbots, which apparently cannot use stdint.hReid Kleckner
2015-11-18[PGO] Minor cleanups (formating, comments etc) (NFC)Xinliang David Li
2015-11-18[PGO] Fix the build failures due to 253483 and 253489.Betul Buyukkurt
2015-11-18[PGO] Removed an extra ')' in the LLVM_ALIGNAS(x) macro.Betul Buyukkurt
2015-11-18[PGO] Runtime support for value profiling.Betul Buyukkurt
2015-11-08[PGO] Cleanup: fix function-data field namesXinliang David Li
2015-10-16Use struct type instead of raw array for raw profile header (NFC)Xinliang David Li
2015-07-09Add support for generating profiles in a given directory.Diego Novillo
2015-04-28This change is the first of 3 patches to add support for specifyingEric Christopher
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-17InstrProf: Support profiling dlopen'd shared librariesDuncan P. N. Exon Smith
2014-05-16InstrProf: Fix shared object profilingDuncan P. N. Exon Smith
2014-03-26Define uintptr_t in the profiling sources on x86_64 FreeBSD in 32-bit modeViktor Kutuzov
2014-03-21InstrProf: Remove MSVC-specific logicDuncan P. N. Exon Smith
2014-03-21InstrProf: __ => _ in header guardsDuncan P. N. Exon Smith
2014-03-21InstrProf: Unify logic in two profile writersDuncan 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
2014-03-21PGO: Indicate errors in profile runtime APIDuncan P. N. Exon Smith
2014-03-20PGO: Declare zero-argument C functions as foo(void)Duncan 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-19PGO: Splitting implementation files; no functionality changeDuncan P. N. Exon Smith