summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/profile/InstrProfiling.c
Commit message (Expand)AuthorAgeFilesLines
* Reland "[CMake] Support installation of InstrProfData.inc"Petr Hosek2019-11-221-1/+1
* Revert "[CMake] Support installation of InstrProfData.inc"Petr Hosek2019-11-221-1/+1
* [CMake] Support installation of InstrProfData.incPetr Hosek2019-11-221-1/+1
* This change adds an API to allow setting the flag to indicate that the profil...Max Moroz2019-05-201-0/+4
* 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/+4
* Revert "(HEAD -> master, origin/master, origin/HEAD) [profile] Port the runti...Vedant Kumar2017-12-141-4/+2
* [profile] Port the runtime to SolarisVedant Kumar2017-12-141-2/+4
* [profile] Move __llvm_profile_filename into a separate objectVedant Kumar2017-06-291-2/+0
* [Profile] Remove unused variableXinliang David Li2016-09-221-1/+0
* [Profile] Implement new API __llvm_profile_dumpXinliang David Li2016-08-091-0/+11
* [Profile] cleanup: do not reference name directly of vars shared between rt a...Xinliang David Li2016-07-221-1/+1
* [Profile] deprecate __llvm_profile_override_default_filename (part2)Xinliang David Li2016-07-211-0/+2
* [profile] Un-hide two symbolsVedant Kumar2016-06-081-2/+1
* [profile] Hide a few external symbols (NFCI)Vedant Kumar2016-06-081-1/+2
* [profile] minor code restructuring /NFCXinliang David Li2016-05-161-1/+1
* Fix variable visibilityXinliang David Li2016-05-091-1/+1
* [profile] Fix iteration over profile data entriesVedant Kumar2016-02-231-1/+1
* [PGO] Add runtime hook so that IR instrumentation can override versionXinliang David Li2016-01-081-2/+3
* [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
OpenPOWER on IntegriCloud