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
/
PGOInstrumentation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Profile] Fix edge count read bug
Xinliang David Li
2016-08-19
1
-2
/
+2
*
[Profile] Simple code refactoring for reuse /NFC
Xinliang David Li
2016-08-19
1
-12
/
+16
*
[Profile] improve warning control option
Xinliang David Li
2016-08-11
1
-3
/
+4
*
[Profile] turn off verbose warnings by default
Xinliang David Li
2016-08-09
1
-1
/
+1
*
Consistently use ModuleAnalysisManager
Sean Silva
2016-08-09
1
-2
/
+2
*
[Profile] IR profiling minor cleanup /nfc
Xinliang David Li
2016-08-01
1
-5
/
+15
*
[PGO] Fix profile mismatch in COMDAT function with pre-inliner
Rong Xu
2016-07-25
1
-15
/
+140
*
Sync up InstrProfData.inc with compiler-rt with fixes to references
Xinliang David Li
2016-07-22
1
-3
/
+3
*
Refactor indirect call promotion profitability analysis (NFC)
Teresa Johnson
2016-07-12
1
-1
/
+1
*
Fix PR28219: Use profile summary from reader and not compute it
Easwaran Raman
2016-06-21
1
-4
/
+1
*
Add a comment about why we need to buffer the attribute changes.
Sean Silva
2016-05-28
1
-0
/
+3
*
Small cleanup.
Sean Silva
2016-05-28
1
-6
/
+6
*
Inline this into its only use. NFC.
Sean Silva
2016-05-28
1
-10
/
+5
*
Bring back r271090 in a way that doesn't depend on r271089.
Sean Silva
2016-05-28
1
-0
/
+1
*
Revert r271089 and r271090.
Sean Silva
2016-05-28
1
-30
/
+43
*
[IRPGO] Set the function entry count metadata.
Sean Silva
2016-05-28
1
-0
/
+1
*
[IRPGO] Centralize the function attribute inliner hint logic. NFC.
Sean Silva
2016-05-28
1
-43
/
+29
*
Reapply r270865 -- previous bot failure is unrelated
Xinliang David Li
2016-05-27
1
-1
/
+1
*
Apply clang-tidy's misc-move-constructor-init throughout LLVM.
Benjamin Kramer
2016-05-27
1
-2
/
+2
*
Attach profile summary in IR based instrumentation pass.
Easwaran Raman
2016-05-26
1
-1
/
+8
*
Revert 270865 -- unexplained bot failure on linux/ppcle
Xinliang David Li
2016-05-26
1
-1
/
+1
*
Use new interface in Triple /NFC
Xinliang David Li
2016-05-26
1
-1
/
+1
*
Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2016-05-19
1
-18
/
+25
*
Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""
Vedant Kumar
2016-05-16
1
-25
/
+18
*
Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2016-05-16
1
-18
/
+25
*
Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""
Chandler Carruth
2016-05-14
1
-25
/
+18
*
Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2016-05-13
1
-18
/
+25
*
Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use...
Vedant Kumar
2016-05-13
1
-25
/
+18
*
[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC
Vedant Kumar
2016-05-13
1
-18
/
+25
*
[PGO] Add flags to control IRPGO warnings.
Rong Xu
2016-05-13
1
-3
/
+18
*
[PGO] Use WeakAny linkage for __llvm_profile_raw_version
Rong Xu
2016-05-11
1
-1
/
+1
*
[PM]: port IR based profUse pass to new pass manager
Xinliang David Li
2016-05-10
1
-10
/
+32
*
[PGO] resubmit r268969
Rong Xu
2016-05-10
1
-1
/
+1
*
Revert "[PGO] Fix __llvm_profile_raw_version linkage in MACHO IR instrumentat...
Renato Golin
2016-05-10
1
-1
/
+1
*
Cleanup followup of r268710 - [PM] port IR based PGO prof-gen pass to new pas...
Xinliang David Li
2016-05-09
1
-26
/
+25
*
[PGO] Fix __llvm_profile_raw_version linkage in MACHO
Rong Xu
2016-05-09
1
-1
/
+1
*
[PM] code refactoring -- preparation for new PM porting /NFC
Xinliang David Li
2016-05-07
1
-17
/
+32
*
[PM] port IR based PGO prof-gen pass to new pass manager
Xinliang David Li
2016-05-06
1
-9
/
+31
*
Code refactoring -- preparation for new PM porting /NFC
Xinliang David Li
2016-05-02
1
-9
/
+19
*
Minor format change and fixing typos in the comments. NFC.
Rong Xu
2016-04-28
1
-10
/
+7
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-0
/
+6
*
[PGO] change the interface for createPGOFuncNameMetadata()
Rong Xu
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-6
/
+0
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-0
/
+6
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
[PGO] Use a helper function to find all indirect call-sites
Rong Xu
2016-04-01
1
-26
/
+5
*
[PGO] Refactor PGOFuncName meta data code to be used in clang
Rong Xu
2016-04-01
1
-8
/
+2
*
Minor code cleanup /NFC
Xinliang David Li
2016-03-31
1
-4
/
+6
*
[PGO] PGOFuncName in LTO optimizations
Rong Xu
2016-03-30
1
-0
/
+9
*
[PGO] Handle invoke inst in IR based icall instrumentation
Xinliang David Li
2016-03-30
1
-5
/
+7
[next]