summaryrefslogtreecommitdiff
path: root/lib/profile/InstrProfilingFile.c
AgeCommit message (Expand)Author
2016-03-28[libprofile] Handle '\\' in __llvm_profile_recursive_mkdirSean Silva
2016-03-06[PGO] cleanup: move one support method into InstrProfilingUtil.h /NFCXinliang David Li
2016-03-06[PGO] internal API name cleanups (for better consistency)Xinliang David Li
2016-01-29[profile] Support hostname expansion in LLVM_PROFILE_FILEVedant Kumar
2016-01-28Minor cleanup /NFCXinliang David Li
2016-01-08Fix typo in commentXinliang David Li
2016-01-08[PGO] Add runtime hook so that IR instrumentation can override versionXinliang David Li
2016-01-05[PGO] Enable building compiler-rt profile support library on WindowsNathan Slingerland
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-16[PGO] cleanup: unify prefix for portability macrosXinliang David Li
2015-12-15[PGO] Improve prof library portabilityXinliang David Li
2015-12-15[PGO] Open file with explict binary modeXinliang David Li
2015-12-07[PGO] Stop leaking libc function to buffer API implXinliang David Li
2015-12-03[PGO] Introduce error report macro in profile-rtXinliang 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-18Fix format of previous patch (NFC)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
2015-07-15[probile] Fix memory leak introduced in r241824.Alexey Samsonov
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
2015-03-09At least on NetBSD, sys/errno.h and errno.h are different, so use theJoerg Sonnenberger
2015-02-25InstrProf: Fix warnings for mixed declarations and code. NFC.Vasileios Kalintiris
2015-01-16InstrProf: Optionally print an error when emitting profile data failsJustin Bogner
2014-09-04profile: Avoid name collisions between instrumentation and runtimeJustin Bogner
2014-06-15Fix building InstrProfilingFile.c on FreeBSDViktor Kutuzov
2014-05-20Go via uintptr_t when casting away constness, otherwise GCC will warnJoerg Sonnenberger
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-05-01profile: Fix the build with gcc 4.9Reid Kleckner
2014-03-24InstrProf: Change the extension of the default profileDuncan P. N. Exon Smith
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: 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