summaryrefslogtreecommitdiff
path: root/lib/profile/InstrProfilingWriter.c
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [profile] Port the runtime to Solaris (retry)Vedant Kumar2017-12-141-2/+3
* Revert "(HEAD -> master, origin/master, origin/HEAD) [profile] Port the runti...Vedant Kumar2017-12-141-3/+2
* [profile] Port the runtime to SolarisVedant Kumar2017-12-141-2/+3
* [PGO] Reduce IO in profile dumping with mergingXinliang David Li2017-06-281-9/+13
* [PGO] Refactor file/buffer writer callback interfaces /NFCXinliang David Li2017-06-271-25/+26
* Avoid leak. Free before resetting.Sean Silva2016-05-161-1/+1
* Use __builtin_alloca with __GNUC__Xinliang David Li2016-05-151-4/+1
* Fix FreeBSD build failureXinliang David Li2016-05-151-0/+2
* [profile] Eliminate dynamic memory allocation for vp writingXinliang David Li2016-05-141-13/+104
* minor cleanup -- reset buffer pointerXinliang David Li2016-05-141-1/+4
* [profile] Eliminate dynamic memory allocation for buffered writerXinliang David Li2016-05-131-16/+16
* Minor code refactoring /NFCXinliang David Li2016-05-121-6/+15
* Reapply r268840: [profile] Simplify value profile writingXinliang David Li2016-05-101-26/+29
* Fix variable visibilityXinliang David Li2016-05-091-2/+2
* Revert "[profile] Simplify value profile writing"Renato Golin2016-05-071-29/+26
* [profile] Simplify value profile writingXinliang David Li2016-05-071-26/+29
* [PGO] internal API name cleanups (for better consistency)Xinliang David Li2016-03-061-28/+29
* [profile] Compute number of data entries correctlyVedant Kumar2016-02-261-1/+1
* [PGO]: Refactor VP data writerXinliang David Li2015-12-291-47/+69
* [PGO]: Do not update Data->Value field during profile write.Xinliang David Li2015-12-291-15/+81
* [PGO] Move buffer write callback to a common fileXinliang David Li2015-12-221-0/+17
* [PGO] cleanup: unify prefix for portability macrosXinliang David Li2015-12-161-5/+5
* Don't shadow a variable in the outer scope. Use canonical form of theJoerg Sonnenberger2015-12-041-3/+3
* [PGO] Unify raw profile header definitionXinliang David Li2015-11-231-10/+3
* [PGO] Compiler-rt cleanup -- introduces macros for various macrosXinliang David Li2015-11-231-4/+5
* Fix -Wpointer-sign warningXinliang David Li2015-11-211-5/+5
* [PGO] Implement a more robust/readable Writer callback interfaceXinliang David Li2015-11-211-17/+17
* [PGO] Profile runtime name cleanupsXinliang David Li2015-11-201-1/+1
* [PGO] Minor cleanups (from review feedback)Xinliang David Li2015-11-191-10/+10
* Fix format of previous patch (NFC)Xinliang David Li2015-11-181-9/+8
* [PGO] Refactor File and Buffer API profile writing codeXinliang David Li2015-11-181-0/+77