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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PGO][CHR] Guard against 0-to-0 branch weight and avoid division by zero crash.
Hiroshi Yamauchi
2020-01-13
1
-0
/
+26
*
[PGO] Don't group COMDAT variables for compiler generated profile variables i...
Rong Xu
2019-09-30
1
-3
/
+2
*
[PGO] Change hardcoded thresholds for cold/inlinehint to use summary
Teresa Johnson
2019-09-17
2
-10
/
+33
*
[SimplifyCFG] FoldTwoEntryPHINode(): consider *total* speculation cost, not p...
Roman Lebedev
2019-09-16
1
-16
/
+12
*
Reland "clang-misexpect: Profile Guided Validation of Performance Annotations...
Petr Hosek
2019-09-11
10
-0
/
+1025
*
Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...
Dmitri Gribenko
2019-09-11
10
-1025
/
+0
*
clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM
Petr Hosek
2019-09-11
10
-0
/
+1025
*
Reland "Change the X86 datalayout to add three address spaces
Amy Huang
2019-09-10
57
-57
/
+57
*
Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...
Petr Hosek
2019-09-10
10
-1025
/
+0
*
clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM
Petr Hosek
2019-09-10
10
-0
/
+1025
*
[PGO][CHR] Speed up following long, interlinked use-def chains.
Hiroshi Yamauchi
2019-09-05
1
-0
/
+151
*
Revert "Change the X86 datalayout to add three address spaces for 32 bit sign...
Vlad Tsyrklevich
2019-08-28
57
-57
/
+57
*
Change the X86 datalayout to add three address spaces for 32 bit signed,
Amy Huang
2019-08-27
57
-57
/
+57
*
[PGO] Update ICP pass for recent byval type changes
Reid Kleckner
2019-07-01
1
-0
/
+47
*
[lit] Delete empty lines at the end of lit.local.cfg NFC
Fangrui Song
2019-06-17
1
-1
/
+0
*
[PGO] Handle cases of non-instrument BBs
Rong Xu
2019-06-10
4
-5
/
+106
*
[PGO] Handle cases of failing to split critical edges
Rong Xu
2019-05-28
1
-0
/
+67
*
[PGO][CHR] Speed up following long use-def chains.
Hiroshi Yamauchi
2019-05-22
1
-0
/
+311
*
[PGO][CHR] A bug fix.
Hiroshi Yamauchi
2019-05-01
1
-0
/
+119
*
The error message for mismatched value sites is very cryptic.
Dmitry Mikulin
2019-04-23
2
-0
/
+21
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
98
-0
/
+6101
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
98
-6101
/
+0
*
[PGO] Better handling of profile hash mismatch
Rong Xu
2019-04-11
2
-0
/
+107
*
[PGO] Fix hexagon buildbot errors in r355541
Rong Xu
2019-03-06
2
-0
/
+4
*
[PGO] Context sensitive PGO (part 4)
Rong Xu
2019-03-06
7
-0
/
+688
*
[PGO] Make pgo related options in opt more consistent.
Wei Mi
2019-01-16
1
-2
/
+2
*
[PGO] Exit early if all count values are zero
Rong Xu
2018-11-07
2
-0
/
+46
*
Add a flag to remap manglings when reading profile data information.
Richard Smith
2018-10-10
3
-0
/
+44
*
[PGO] Control Height Reduction
Hiroshi Yamauchi
2018-09-04
1
-0
/
+1912
*
[PGO] add target md5sum in warning message for icall
Xinliang David Li
2018-08-24
1
-1
/
+1
*
[InstrProf] Use comdats on COFF for available_externally functions
Reid Kleckner
2018-07-26
1
-13
/
+12
*
[PGOMemOPSize] Preserve the DominatorTree
Chijun Sima
2018-07-09
3
-7
/
+7
*
[ICP] Do not attempt type matching for variable length arguments.
Taewook Oh
2018-04-25
1
-0
/
+28
*
[PGO] Fix branch probability remarks assert
Rong Xu
2018-03-27
2
-0
/
+30
*
[ThinLTO] Recommit of import global variables
Eugene Leviant
2018-03-12
1
-1
/
+1
*
[ThinLTO] Revert r325320: Import global variables
Chandler Carruth
2018-03-02
1
-1
/
+1
*
[ThinLTO] Fix data race in test #2
Eugene Leviant
2018-02-16
1
-1
/
+1
*
[ThinLTO] Fix data race in test
Eugene Leviant
2018-02-16
1
-1
/
+1
*
[ThinLTO] Remove dead and dropped symbol declarations when possible
Teresa Johnson
2018-02-06
1
-0
/
+71
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
6
-27
/
+27
*
[ICP] Expose unconditional call promotion interface
Matthew Simpson
2017-12-20
6
-20
/
+18
*
[PGO] add MST min edge selection heuristic to ensure non-zero entry count
Xinliang David Li
2017-12-18
9
-14
/
+35
*
[LTO] Make processing of combined module more consistent
Vitaly Buka
2017-12-16
1
-1
/
+1
*
Split IndirectBr critical edges before PGO gen/use passes.
Hiroshi Yamauchi
2017-12-12
3
-7
/
+47
*
Revert r320104: infinite loop profiling bug fix
Xinliang David Li
2017-12-08
1
-18
/
+0
*
[PGO] detect infinite loop and form MST properly
Xinliang David Li
2017-12-07
1
-0
/
+18
*
Revert r319794: [PGO] detect infinite loop and form MST properly: memory lea...
Xinliang David Li
2017-12-05
1
-18
/
+0
*
[PGO] detect infinite loop and form MST properly
Xinliang David Li
2017-12-05
1
-0
/
+18
*
[PGO] Skip counter promotion for infinite loops
Xinliang David Li
2017-11-30
1
-0
/
+21
*
Add heuristics for irreducible loop metadata under PGO
Hiroshi Yamauchi
2017-11-20
1
-0
/
+2
[next]