summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/profile/InstrProfilingFile.c
Commit message (Expand)AuthorAgeFilesLines
...
* [Profile] introduce reusable internal interfaces to find dir separator \NFCXinliang David Li2016-07-191-5/+1
* Fix a typeo.George Burgess IV2016-07-151-1/+1
* [Profile] instroduce portability macro for dir separator(sXinliang David Li2016-07-151-1/+5
* [profile] Update a warning message (NFC)Vedant Kumar2016-06-141-3/+2
* [profile] cleanup file setting codeXinliang David Li2016-06-101-20/+68
* [profile] in-process merging support part-3Xinliang David Li2016-06-081-11/+157
* [profile] Un-hide two symbolsVedant Kumar2016-06-081-1/+1
* [profile] Hide a few external symbols (NFCI)Vedant Kumar2016-06-081-1/+1
* [profile] Further cleanup/refactor file handling codeXinliang David Li2016-05-251-34/+26
* Fix braced initializer list (NFC)Teresa Johnson2016-05-251-1/+1
* [profile] clean up profile file handling codeXinliang David Li2016-05-241-87/+138
* Fix typo in commentXinliang David Li2016-05-241-1/+1
* [profile] clean up file initialization codeXinliang David Li2016-05-241-15/+23
* Fix bot failureXinliang David Li2016-05-201-1/+1
* [profile] PROF_ERR, PROF_WARNXinliang David Li2016-05-201-3/+3
* [profile] Remove anther malloc useXinliang David Li2016-05-201-2/+6
* [profile] Allow max vals per site to be controllable at runtimeXinliang David Li2016-05-181-0/+2
* [profile] Eliminate dynamic memory allocation for vp writingXinliang David Li2016-05-141-1/+1
* [profile] Eliminate dynamic memory allocation for buffered writerXinliang David Li2016-05-131-7/+13
* Reapply r268840: [profile] Simplify value profile writingXinliang David Li2016-05-101-4/+1
* Revert "[profile] Simplify value profile writing"Renato Golin2016-05-071-1/+4
* [profile] Simplify value profile writingXinliang David Li2016-05-071-4/+1
* [libprofile] Handle '\\' in __llvm_profile_recursive_mkdirSean Silva2016-03-281-1/+1
* [PGO] cleanup: move one support method into InstrProfilingUtil.h /NFCXinliang David Li2016-03-061-13/+0
* [PGO] internal API name cleanups (for better consistency)Xinliang David Li2016-03-061-9/+9
* [profile] Support hostname expansion in LLVM_PROFILE_FILEVedant Kumar2016-01-291-8/+36
* Minor cleanup /NFCXinliang David Li2016-01-281-4/+0
* Fix typo in commentXinliang David Li2016-01-081-1/+1
* [PGO] Add runtime hook so that IR instrumentation can override versionXinliang David Li2016-01-081-0/+9
* [PGO] Enable building compiler-rt profile support library on WindowsNathan Slingerland2016-01-051-0/+4
* [PGO]: Refactor VP data writerXinliang David Li2015-12-291-0/+7
* [PGO]: Do not update Data->Value field during profile write.Xinliang David Li2015-12-291-6/+10
* [PGO] cleanup: unify prefix for portability macrosXinliang David Li2015-12-161-7/+7
* [PGO] Improve prof library portabilityXinliang David Li2015-12-151-2/+2
* [PGO] Open file with explict binary modeXinliang David Li2015-12-151-1/+1
* [PGO] Stop leaking libc function to buffer API implXinliang David Li2015-12-071-0/+1
* [PGO] Introduce error report macro in profile-rtXinliang David Li2015-12-031-3/+5
* [PGO] Compiler-rt cleanup -- introduces macros for various macrosXinliang David Li2015-11-231-8/+6
* [PGO] Implement a more robust/readable Writer callback interfaceXinliang David Li2015-11-211-5/+12
* [PGO] Minor cleanups (from review feedback)Xinliang David Li2015-11-191-2/+2
* Fix format of previous patch (NFC)Xinliang David Li2015-11-181-4/+5
* [PGO] Refactor File and Buffer API profile writing codeXinliang David Li2015-11-181-49/+11
* [PGO] Runtime support for value profiling.Betul Buyukkurt2015-11-181-3/+11
* [PGO] Ensure profile section symbols are created (linux)Xinliang David Li2015-11-131-0/+4
* Use struct type instead of raw array for raw profile header (NFC)Xinliang David Li2015-10-161-9/+9
* [probile] Fix memory leak introduced in r241824.Alexey Samsonov2015-07-151-0/+1
* Add support for generating profiles in a given directory.Diego Novillo2015-07-091-0/+8
* This change is the first of 3 patches to add support for specifyingEric Christopher2015-04-281-17/+42
* At least on NetBSD, sys/errno.h and errno.h are different, so use theJoerg Sonnenberger2015-03-091-1/+1
* InstrProf: Fix warnings for mixed declarations and code. NFC.Vasileios Kalintiris2015-02-251-10/+15
OpenPOWER on IntegriCloud