summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/profile/InstrProfiling.c
Commit message (Expand)AuthorAgeFilesLines
* [PGO] cleanup: unify prefix for portability macrosXinliang David Li2015-12-161-4/+4
* [PGO] Split value profiling runtime into its own fileXinliang David Li2015-12-101-219/+0
* [PGO] Move impl specific decl to InstrProfilingInternal.h (NFC)Xinliang David Li2015-12-101-0/+1
* [PGO] Move target-dependent macro to InstrProfilingPort.h (NFC)Xinliang David Li2015-12-101-5/+1
* [PGO] use COMPILER_RT_HAS_ATOMTICS macroXinliang David Li2015-12-101-4/+4
* Fix typoXinliang David Li2015-12-081-1/+1
* [PGO] Stop leaking libc function to buffer API implXinliang David Li2015-12-071-1/+4
* Use macro for common code pattern (NFC)Xinliang David Li2015-12-051-9/+15
* [PGO] Fix mips test failure with new test caseXinliang David Li2015-12-041-4/+19
* [PGO] Unify VP data format between raw and indexed profile (runtime)Xinliang David Li2015-12-041-59/+116
* [PGO] Use common definition of raw magic and versionXinliang David Li2015-11-231-15/+3
* [PGO] Start use InstrProf template file in compiler-rt/lib/profileXinliang David Li2015-11-231-17/+12
* [PGO] Compiler-rt cleanup -- introduces macros for various macrosXinliang David Li2015-11-231-10/+8
* [PGO] Profile runtime name cleanupsXinliang David Li2015-11-201-25/+33
* Speculatively fix MIPS build bot failuresXinliang David Li2015-11-201-0/+9
* Fix format in comments.Xinliang David Li2015-11-181-9/+12
* [PGO] Minor cleanups (formating, comments etc) (NFC)Xinliang David Li2015-11-181-47/+55
* Fix for loop initial decl used outside c99 mode errorXinliang David Li2015-11-181-9/+15
* [PGO] Runtime support for value profiling.Betul Buyukkurt2015-11-181-1/+147
* profile: Avoid name collisions between instrumentation and runtimeJustin Bogner2014-09-041-2/+2
* InstrProf: Fix shared object profilingDuncan P. N. Exon Smith2014-05-161-0/+3
* InstrProf: Indicate pointer size in raw profileDuncan P. N. Exon Smith2014-03-231-4/+6
* InstrProf: Change magic number to have non-text charactersDuncan P. N. Exon Smith2014-03-211-9/+16
* InstrProf: Reorganize files; no functionality changeDuncan P. N. Exon Smith2014-03-211-47/+4
* InstrProf: Write raw binary profile from runtimeDuncan P. N. Exon Smith2014-03-211-22/+47
* PGO: Indicate errors in profile runtime APIDuncan P. N. Exon Smith2014-03-211-7/+17
* PGO: Change runtime prefix from pgo to profileDuncan P. N. Exon Smith2014-03-201-8/+8
* PGO: Add function to reset counters at runtimeDuncan P. N. Exon Smith2014-03-201-0/+8
* PGO: Split out initialization of section boundsDuncan P. N. Exon Smith2014-03-201-35/+2
* PGO: Constify references to instrumentation dataDuncan P. N. Exon Smith2014-03-201-6/+6
* PGO: Use past-the-end semantics for pointer rangeDuncan P. N. Exon Smith2014-03-191-5/+4
* PGO: Splitting implementation files; no functionality changeDuncan P. N. Exon Smith2014-03-191-0/+70
OpenPOWER on IntegriCloud