[PGO] Define value profiling updater API signature in InstrProfData.inc (NFC)
[oota-llvm.git] / lib / Transforms / Instrumentation / InstrProfiling.cpp
2015-11-22 Xinliang David Li[PGO] Define value profiling updater API signature...
2015-11-18 Betul Buyukkurt[PGO] Value profiling support
2015-11-05 Xinliang David Li[PGO] Use template file to define runtime structures
2015-10-29 Xinliang David Li[PGO] Do not emit runtime hook user function for Linux
2015-10-23 Xinliang David LiAdd more intrumentation/runtime helper interfaces ...
2015-10-22 Xinliang David LiAdd helper functions and remove hard coded references...
2015-10-19 Xinliang David Li[PGO] Eliminate prof data register calls on FreeBSD...
2015-10-13 Xinliang David Li[PGO]: Eliminate calls to __llvm_profile_register_funct...
2015-10-13 Duncan P. N. Exon... Instrumentation: Remove ilist iterator implicit convers...
2015-09-23 Wei MiPut profile variables of COMDAT functions to it's own...
2015-06-29 Diego NovilloTidy comment.
2015-06-04 Diego NovilloTidy code in InstrProfiling.cpp. NFC.
2015-05-27 Diego NovilloFinal fix for PR 23499 and IR test case.
2015-05-27 Diego NovilloFix PR 23499 - Avoid multiple profile counters for...
2015-05-18 David BlaikieSimplify IRBuilder::CreateCall* by using ArrayRef+initi...
2015-05-12 Justin BognerInstrProf: Update name of compiler-rt routine for setti...
2015-04-30 Justin BognerInstrProf: Instrumenter support for setting profile...
2015-02-25 Justin BognerInstrProf: Make the __llvm_profile_runtime_user symbol...
2015-02-11 Justin BognerInstrProf: Lower coverage mappings by setting their...
2014-12-08 Justin BognerInstrProf: An intrinsic and lowering for instrumentatio...