summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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