summaryrefslogtreecommitdiff
path: root/lib/profile/InstrProfilingBuffer.c
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [PGO] Reduce IO in profile dumping with mergingXinliang David Li2017-06-281-2/+2
* [PGO] Refactor file/buffer writer callback interfaces /NFCXinliang David Li2017-06-271-4/+13
* Reapply r268840: [profile] Simplify value profile writingXinliang David Li2016-05-101-2/+2
* Revert "[profile] Simplify value profile writing"Renato Golin2016-05-071-2/+2
* [profile] Simplify value profile writingXinliang David Li2016-05-071-2/+2
* [PGO] internal API name cleanups (for better consistency)Xinliang David Li2016-03-061-4/+4
* [profile] Compute number of data entries correctlyVedant Kumar2016-02-261-4/+11
* [PGO] Move buffer write callback to a common fileXinliang David Li2015-12-221-19/+2
* [PGO] cleanup: unify prefix for portability macrosXinliang David Li2015-12-161-5/+4
* Fix a bug introduced in cleanupXinliang David Li2015-11-231-1/+1
* [PGO] Compiler-rt cleanup -- introduces macros for various macrosXinliang David Li2015-11-231-8/+7
* [PGO] Implement a more robust/readable Writer callback interfaceXinliang David Li2015-11-211-8/+15
* [PGO] Minor cleanups (from review feedback)Xinliang David Li2015-11-191-3/+3
* [PGO] Refactor File and Buffer API profile writing codeXinliang David Li2015-11-181-63/+16
* [PGO] Runtime support for value profiling.Betul Buyukkurt2015-11-181-2/+5
* [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-10/+10
* profile: Add low level versions of profile buffer functionsJustin Bogner2014-12-091-4/+39
* profile: Avoid name collisions between instrumentation and runtimeJustin Bogner2014-09-041-6/+6
* InstrProf: Fix shared object profilingDuncan P. N. Exon Smith2014-05-161-1/+10
* profile: Fix the build with gcc 4.9Reid Kleckner2014-05-011-9/+8
* Avoid GCC's "cast from pointer to integer of different size" warning.David Blaikie2014-03-211-2/+2
* InstrProf: Unify logic in two profile writersDuncan P. N. Exon Smith2014-03-211-6/+10
* InstrProf: Write the __llvm_profile_write_buffer()Duncan P. N. Exon Smith2014-03-211-2/+45
* InstrProf: If libc is available, use it; no functionality changeDuncan P. N. Exon Smith2014-03-211-41/+1
* InstrProf: Reorganize files; no functionality changeDuncan P. N. Exon Smith2014-03-211-0/+54