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
*
[InstrProf] Don't register __llvm_profile_runtime_user
Reid Kleckner
2018-07-27
1
-1
/
+1
*
[profile] Support profiling runtime on Fuchsia
Petr Hosek
2018-07-25
1
-0
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-2
/
+2
*
Fix Layering, move instrumentation transform headers into Instrumentation sub...
David Blaikie
2018-03-23
1
-1
/
+1
*
[InstrProfiling] Emit the runtime hook when no counters are lowered
Vedant Kumar
2018-02-28
1
-12
/
+13
*
[InstrProfiling] Don't exit early when an unused intrinsic is found
Vedant Kumar
2018-01-27
1
-3
/
+6
*
[InstrProfiling] Improve compile time when there is no work
Vedant Kumar
2018-01-26
1
-2
/
+21
*
Remove redundant includes from lib/Transforms.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
[PGO] Skip counter promotion for infinite loops
Xinliang David Li
2017-11-30
1
-0
/
+3
*
[PGO] Enhance pgo counter promotion
Xinliang David Li
2017-07-12
1
-42
/
+115
*
[PGO] Implementate profile counter regiser promotion
Xinliang David Li
2017-06-25
1
-15
/
+215
*
[InstrProf] Don't take the address of alwaysinline available_externally funct...
Vedant Kumar
2017-06-13
1
-1
/
+11
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[IR] Abstract away ArgNo+1 attribute indexing as much as possible
Reid Kleckner
2017-05-03
1
-2
/
+2
*
[ProfileData] Unify getInstrProf*SectionName helpers
Vedant Kumar
2017-04-15
1
-30
/
+10
*
[Profile] PE binary coverage bug fix
Xinliang David Li
2017-04-13
1
-10
/
+10
*
[PGO] Memory intrinsic calls optimization based on profiled size
Rong Xu
2017-04-04
1
-39
/
+24
*
Resubmit r297897: [PGO] Value profile for size of memory intrinsic calls
Rong Xu
2017-03-16
1
-12
/
+75
*
Revert "[PGO] Value profile for size of memory intrinsic calls"
Eric Liu
2017-03-16
1
-75
/
+12
*
Fix build failure from r297897.
Rong Xu
2017-03-15
1
-3
/
+3
*
[PGO] Value profile for size of memory intrinsic calls
Rong Xu
2017-03-15
1
-12
/
+75
*
Re-apply "[profiling] Remove dead profile name vars after emitting name data"
Vedant Kumar
2017-02-14
1
-0
/
+5
*
Revert "[profiling] Remove dead profile name vars after emitting name data"
Vedant Kumar
2017-02-14
1
-3
/
+0
*
[profiling] Remove dead profile name vars after emitting name data
Vedant Kumar
2017-02-14
1
-0
/
+3
*
[Target, Transforms] Fix some Clang-tidy modernize and Include What You Use w...
Eugene Zelenko
2017-01-18
1
-15
/
+38
*
Resubmit "[PGO] Turn off comdat renaming in IR PGO by default"
Rong Xu
2017-01-11
1
-1
/
+15
*
Revert "[PGO] Turn off comdat renaming in IR PGO by default"
Rong Xu
2017-01-10
1
-15
/
+1
*
[PGO] Turn off comdat renaming in IR PGO by default
Rong Xu
2017-01-10
1
-1
/
+15
*
[InstrProfiling] Mark __llvm_profile_instrument_target last parameter as i32 ...
Marcin Koscielnicki
2016-11-21
1
-11
/
+30
*
Utility functions for appending to llvm.used/llvm.compiler.used.
Evgeniy Stepanov
2016-10-25
1
-25
/
+2
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
[Profile] code refactoring: make getStep a method in base class
Xinliang David Li
2016-09-20
1
-9
/
+1
*
[Profile] Implement select instruction instrumentation in IR PGO
Xinliang David Li
2016-09-18
1
-2
/
+18
*
Consistently use ModuleAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
[Profile] deprecate __llvm_profile_override_default_filename
Xinliang David Li
2016-07-21
1
-16
/
+16
*
[PGO] Make needsComdatForCounter() available (NFC)
Rong Xu
2016-07-21
1
-27
/
+0
*
Avoid a string copy, NFC
Vedant Kumar
2016-07-21
1
-1
/
+1
*
clang format change /NFC
Xinliang David Li
2016-06-21
1
-28
/
+34
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-2
/
+2
*
[pgo] extend r271532 to darwin platform
Xinliang David Li
2016-06-03
1
-4
/
+4
*
[profile] value profiling bug fix -- missing icall targets in profile-use
Xinliang David Li
2016-06-02
1
-1
/
+7
*
Use new triple API to check if comdat is supported
Xinliang David Li
2016-05-25
1
-1
/
+1
*
[profile] Fix runtime hook linkage bug for COFF
Xinliang David Li
2016-05-24
1
-0
/
+2
*
tune lowering parameter for small apps (sjeng)
Xinliang David Li
2016-05-23
1
-2
/
+3
*
[profile] Static counter allocation for value profiling (part-1)
Xinliang David Li
2016-05-21
1
-12
/
+96
*
Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2016-05-19
1
-2
/
+2
*
Simple refactoring /NFC
Xinliang David Li
2016-05-17
1
-8
/
+15
*
Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""
Vedant Kumar
2016-05-16
1
-2
/
+2
*
Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2016-05-16
1
-2
/
+2
*
Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""
Chandler Carruth
2016-05-14
1
-2
/
+2
[next]