summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [PGO] Use template file to define runtime structuresXinliang David Li2015-11-051-26/+24
* [PGO] Do not emit runtime hook user function for LinuxXinliang David Li2015-10-291-0/+5
* Add more intrumentation/runtime helper interfaces (NFC)Xinliang David Li2015-10-231-25/+17
* Add helper functions and remove hard coded references to instProf related nam...Xinliang David Li2015-10-221-12/+16
* [PGO] Eliminate prof data register calls on FreeBSD platformXinliang David Li2015-10-191-1/+3
* [PGO]: Eliminate calls to __llvm_profile_register_function for Linux.Xinliang David Li2015-10-131-0/+3
* Instrumentation: Remove ilist iterator implicit conversions, NFCDuncan P. N. Exon Smith2015-10-131-1/+1
* Put profile variables of COMDAT functions to it's own COMDAT group.Wei Mi2015-09-231-6/+10
* Tidy comment.Diego Novillo2015-06-291-1/+1
* Tidy code in InstrProfiling.cpp. NFC.Diego Novillo2015-06-041-8/+8
* Final fix for PR 23499 and IR test case.Diego Novillo2015-05-271-5/+5
* Fix PR 23499 - Avoid multiple profile counters for functions in comdat sections.Diego Novillo2015-05-271-0/+6
* Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...David Blaikie2015-05-181-1/+1
* InstrProf: Update name of compiler-rt routine for setting filenameJustin Bogner2015-05-121-1/+1
* InstrProf: Instrumenter support for setting profile output from command lineJustin Bogner2015-04-301-3/+23
* InstrProf: Make the __llvm_profile_runtime_user symbol hiddenJustin Bogner2015-02-251-0/+1
* InstrProf: Lower coverage mappings by setting their sections appropriatelyJustin Bogner2015-02-111-0/+41
* InstrProf: An intrinsic and lowering for instrumentation based profilingJustin Bogner2014-12-081-0/+309
OpenPOWER on IntegriCloud