index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Instrumentation
/
InstrProfiling.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PGO]: Eliminate calls to __llvm_profile_register_function for Linux.
Xinliang David Li
2015-10-13
1
-0
/
+3
*
Instrumentation: Remove ilist iterator implicit conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-1
/
+1
*
Put profile variables of COMDAT functions to it's own COMDAT group.
Wei Mi
2015-09-23
1
-6
/
+10
*
Tidy comment.
Diego Novillo
2015-06-29
1
-1
/
+1
*
Tidy code in InstrProfiling.cpp. NFC.
Diego Novillo
2015-06-04
1
-8
/
+8
*
Final fix for PR 23499 and IR test case.
Diego Novillo
2015-05-27
1
-5
/
+5
*
Fix PR 23499 - Avoid multiple profile counters for functions in comdat sections.
Diego Novillo
2015-05-27
1
-0
/
+6
*
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...
David Blaikie
2015-05-18
1
-1
/
+1
*
InstrProf: Update name of compiler-rt routine for setting filename
Justin Bogner
2015-05-12
1
-1
/
+1
*
InstrProf: Instrumenter support for setting profile output from command line
Justin Bogner
2015-04-30
1
-3
/
+23
*
InstrProf: Make the __llvm_profile_runtime_user symbol hidden
Justin Bogner
2015-02-25
1
-0
/
+1
*
InstrProf: Lower coverage mappings by setting their sections appropriately
Justin Bogner
2015-02-11
1
-0
/
+41
*
InstrProf: An intrinsic and lowering for instrumentation based profiling
Justin Bogner
2014-12-08
1
-0
/
+309