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
/
test
/
Transforms
/
PGOProfile
/
Inputs
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PGO] Change hardcoded thresholds for cold/inlinehint to use summary
Teresa Johnson
2019-09-17
1
-4
/
+12
*
Reland "clang-misexpect: Profile Guided Validation of Performance Annotations...
Petr Hosek
2019-09-11
4
-0
/
+108
*
Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...
Dmitri Gribenko
2019-09-11
4
-108
/
+0
*
clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM
Petr Hosek
2019-09-11
4
-0
/
+108
*
Reland "Change the X86 datalayout to add three address spaces
Amy Huang
2019-09-10
7
-7
/
+7
*
Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...
Petr Hosek
2019-09-10
4
-108
/
+0
*
clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM
Petr Hosek
2019-09-10
4
-0
/
+108
*
Revert "Change the X86 datalayout to add three address spaces for 32 bit sign...
Vlad Tsyrklevich
2019-08-28
7
-7
/
+7
*
Change the X86 datalayout to add three address spaces for 32 bit signed,
Amy Huang
2019-08-27
7
-7
/
+7
*
[PGO] Handle cases of non-instrument BBs
Rong Xu
2019-06-10
2
-0
/
+16
*
The error message for mismatched value sites is very cryptic.
Dmitry Mikulin
2019-04-23
1
-0
/
+6
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
34
-0
/
+835
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
34
-835
/
+0
*
[PGO] Better handling of profile hash mismatch
Rong Xu
2019-04-11
1
-0
/
+10
*
[PGO] Context sensitive PGO (part 4)
Rong Xu
2019-03-06
4
-0
/
+367
*
[PGO] Exit early if all count values are zero
Rong Xu
2018-11-07
1
-0
/
+17
*
Add a flag to remap manglings when reading profile data information.
Richard Smith
2018-10-10
2
-0
/
+16
*
[PGO] Fix branch probability remarks assert
Rong Xu
2018-03-27
1
-0
/
+8
*
[PGO] add MST min edge selection heuristic to ensure non-zero entry count
Xinliang David Li
2017-12-18
2
-2
/
+2
*
Split IndirectBr critical edges before PGO gen/use passes.
Hiroshi Yamauchi
2017-12-12
1
-4
/
+3
*
Irreducible loop metadata for more accurate block frequency under PGO.
Hiroshi Yamauchi
2017-11-02
1
-0
/
+29
*
[ThinLTO] Fix dead stripping analysis for SamplePGO
Teresa Johnson
2017-09-20
1
-0
/
+31
*
[ThinLTO] For SamplePGO, need to handle ICP targets consistently in thin link
Teresa Johnson
2017-09-13
2
-0
/
+49
*
[PGO] Set edge weights for indirectbr instruction with profile counts
Rong Xu
2017-08-23
1
-0
/
+13
*
[PGO] Value profile for size of memory intrinsic calls
Rong Xu
2017-03-17
1
-0
/
+27
*
SamplePGO ThinLTO ICP fix for local functions.
Dehao Chen
2017-03-14
1
-0
/
+27
*
Resubmit "[PGO] Turn off comdat renaming in IR PGO by default"
Rong Xu
2017-01-11
1
-0
/
+36
*
Revert "[PGO] Turn off comdat renaming in IR PGO by default"
Rong Xu
2017-01-10
1
-36
/
+0
*
[PGO] Turn off comdat renaming in IR PGO by default
Rong Xu
2017-01-10
1
-0
/
+36
*
[PGO] Fix insane counts due to nonreturn calls
Rong Xu
2016-12-13
1
-0
/
+11
*
[PGO] Fix PGO use ICE when there are unreachable BBs
Rong Xu
2016-12-02
1
-0
/
+9
*
[PGO] Fix select instruction annotation
Rong Xu
2016-10-25
1
-0
/
+11
*
[Profile] Implement select instruction instrumentation in IR PGO
Xinliang David Li
2016-09-18
1
-0
/
+8
*
[ThinLTO] Indirect call promotion fixes for promoted local functions
Teresa Johnson
2016-08-29
1
-0
/
+9
*
[Profile] add test with large counts
Xinliang David Li
2016-08-20
1
-0
/
+8
*
[PGO] Fix profile mismatch in COMDAT function with pre-inliner
Rong Xu
2016-07-25
1
-1
/
+1
*
[ThinLTO] Perform profile-guided indirect call promotion
Teresa Johnson
2016-07-17
1
-0
/
+7
*
Fix PR28219: Use profile summary from reader and not compute it
Easwaran Raman
2016-06-21
1
-0
/
+10
*
[PGO] Indirect-call profile annotation in IR level profiling
Rong Xu
2016-02-10
1
-0
/
+43
*
[PGO] Differentiate Clang instrumentation and IR level instrumentation profiles
Rong Xu
2016-02-10
9
-0
/
+21
*
[PGO] Revert r260146 as it breaks Darwin platforms.
Rong Xu
2016-02-08
9
-21
/
+0
*
[PGO] Differentiate Clang instrumentation and IR level instrumentation profiles
Rong Xu
2016-02-08
9
-0
/
+21
*
[PGO] Revert r255365: solution incomplete, not handling lambda yet
Xinliang David Li
2015-12-11
1
-1
/
+1
*
[PGO] Stop using invalid char in instr variable names.
Xinliang David Li
2015-12-11
1
-1
/
+1
*
[PGO] Resubmit "MST based PGO instrumentation infrastructure" (r254021)
Rong Xu
2015-12-09
8
-0
/
+69
*
Revert r254021
Rong Xu
2015-11-24
9
-76
/
+0
*
[PGO] MST based PGO instrumentation infrastructure
Rong Xu
2015-11-24
9
-0
/
+76