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
...
*
Fix a couple of typos in memory intrinsic optimization output (NFC)
Teresa Johnson
2017-05-24
1
-1
/
+1
*
[PGO] Memory intrinsic calls optimization based on profiled size
Rong Xu
2017-04-04
1
-15
/
+15
*
[PGO] Change the internal options description. nfc.
Rong Xu
2017-03-17
1
-3
/
+5
*
[PGO] Value profile for size of memory intrinsic calls
Rong Xu
2017-03-17
1
-5
/
+22
*
Resubmit r297897: [PGO] Value profile for size of memory intrinsic calls
Rong Xu
2017-03-16
1
-2
/
+86
*
Revert "[PGO] Value profile for size of memory intrinsic calls"
Eric Liu
2017-03-16
1
-83
/
+1
*
Revert "Revert "[PGO] Minor cleanup for count instruction in SelectInstVisito...
Vitaly Buka
2017-03-15
1
-1
/
+4
*
Revert "[PGO] Minor cleanup for count instruction in SelectInstVisitor."
Vitaly Buka
2017-03-15
1
-4
/
+1
*
[PGO] Value profile for size of memory intrinsic calls
Rong Xu
2017-03-15
1
-1
/
+83
*
[PGO] Minor cleanup for count instruction in SelectInstVisitor.
Rong Xu
2017-03-15
1
-1
/
+4
*
[PGO] Refactor the code for value profile annotation
Rong Xu
2017-03-15
1
-29
/
+38
*
Minor format change. nfc.
Rong Xu
2017-03-09
1
-5
/
+5
*
Fix variable name /NFC
Xinliang David Li
2017-02-04
1
-2
/
+2
*
[PGO] Add select instr profile in graph dump
Xinliang David Li
2017-02-03
1
-3
/
+32
*
[PGO] internal option cleanups
Xinliang David Li
2017-02-02
1
-23
/
+37
*
[PGO] make graph view internal options available for all builds
Xinliang David Li
2017-02-02
1
-2
/
+0
*
[PGO] add debug option to view raw count after prof use annotation
Xinliang David Li
2017-01-27
1
-1
/
+59
*
[PGO] add debug option to view annotated cfg after prof use annotation
Xinliang David Li
2017-01-23
1
-0
/
+25
*
Resubmit "[PGO] Turn off comdat renaming in IR PGO by default"
Rong Xu
2017-01-11
1
-15
/
+13
*
Revert "[PGO] Turn off comdat renaming in IR PGO by default"
Rong Xu
2017-01-10
1
-2
/
+14
*
[PGO] Turn off comdat renaming in IR PGO by default
Rong Xu
2017-01-10
1
-14
/
+2
*
[PGO] Fix insane counts due to nonreturn calls
Rong Xu
2016-12-13
1
-2
/
+11
*
[PGO] Fix PGO use ICE when there are unreachable BBs
Rong Xu
2016-12-02
1
-21
/
+45
*
[PGO] Fix select instruction annotation
Rong Xu
2016-10-25
1
-4
/
+13
*
[PGO] Create weak alias for the renamed Comdat function
Rong Xu
2016-10-06
1
-0
/
+4
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-6
/
+2
*
code cleanup -- commoning IR travsersals
Xinliang David Li
2016-09-20
1
-3
/
+5
*
[Profile] Do not annotate select insts not covered in profile.
Xinliang David Li
2016-09-20
1
-1
/
+2
*
Fix covered-switch-default warning
Simon Pilgrim
2016-09-18
1
-5
/
+4
*
Fix built bot failure
Xinliang David Li
2016-09-18
1
-1
/
+1
*
[Profile] Implement select instruction instrumentation in IR PGO
Xinliang David Li
2016-09-18
1
-9
/
+133
*
[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
[prev]
[next]