summaryrefslogtreecommitdiff
path: root/lib/profile/InstrProfilingInternal.h
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-1/+2
* Revert "(HEAD -> master, origin/master, origin/HEAD) [profile] Port the runti...Vedant Kumar2017-12-141-2/+1
* [profile] Port the runtime to SolarisVedant Kumar2017-12-141-1/+2
* Revert r312240Alex Lorenz2017-08-311-5/+5
* Build LLVM with -Wstrict-prototypes enabledAlex Lorenz2017-08-311-5/+5
* [PGO] Reduce IO in profile dumping with mergingXinliang David Li2017-06-281-3/+5
* [PGO] Refactor file/buffer writer callback interfaces /NFCXinliang David Li2017-06-271-12/+17
* [Profile] Remove unused variableXinliang David Li2016-09-221-1/+0
* [Profile] Implement new API __llvm_profile_dumpXinliang David Li2016-08-091-0/+7
* [Profile] move utility interfaces to the right header /NFCXinliang David Li2016-07-191-14/+0
* Code refactoring: extract path prefix handling codeXinliang David Li2016-07-181-0/+14
* [profile] in-process merging support part-3Xinliang David Li2016-06-081-0/+7
* [profile] Static counter allocation for value profiling (part-2)Xinliang David Li2016-05-211-0/+3
* [profile] entry eviction support in value profilerXinliang David Li2016-05-191-0/+4
* [profile] Allow max vals per site to be controllable at runtimeXinliang David Li2016-05-181-0/+3
* [profile] Eliminate dynamic memory allocation for vp writingXinliang David Li2016-05-141-6/+38
* [profile] Eliminate dynamic memory allocation for buffered writerXinliang David Li2016-05-131-5/+6
* Reapply r268840: [profile] Simplify value profile writingXinliang David Li2016-05-101-4/+7
* Fix variable visibilityXinliang David Li2016-05-091-3/+3
* Revert "[profile] Simplify value profile writing"Renato Golin2016-05-071-8/+4
* [profile] Simplify value profile writingXinliang David Li2016-05-071-4/+8
* [PGO] internal API name cleanups (for better consistency)Xinliang David Li2016-03-061-22/+22
* [PGO] Add API for profile merge from bufferXinliang David Li2016-03-031-1/+6
* [PGO]: Refactor VP data writerXinliang David Li2015-12-291-1/+48
* [PGO]: Do not update Data->Value field during profile write.Xinliang David Li2015-12-291-2/+5
* [PGO] Move buffer write callback to a common fileXinliang David Li2015-12-221-0/+2
* [PGO] Move impl specific decl to InstrProfilingInternal.h (NFC)Xinliang David Li2015-12-101-0/+2
* Fix -Wpointer-sign warningXinliang David Li2015-11-211-1/+1
* [PGO] Implement a more robust/readable Writer callback interfaceXinliang David Li2015-11-211-4/+10
* [PGO] Minor cleanups (from review feedback)Xinliang David Li2015-11-191-3/+4
* Fix format of previous patch (NFC)Xinliang David Li2015-11-181-4/+6
* [PGO] Refactor File and Buffer API profile writing codeXinliang David Li2015-11-181-0/+15
* profile: Add low level versions of profile buffer functionsJustin Bogner2014-12-091-0/+40