summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/PGOProfile
Commit message (Expand)AuthorAgeFilesLines
* [PGO][CHR] Guard against 0-to-0 branch weight and avoid division by zero crash.Hiroshi Yamauchi2020-01-131-0/+26
* [PGO] Don't group COMDAT variables for compiler generated profile variables i...Rong Xu2019-09-301-3/+2
* [PGO] Change hardcoded thresholds for cold/inlinehint to use summaryTeresa Johnson2019-09-172-10/+33
* [SimplifyCFG] FoldTwoEntryPHINode(): consider *total* speculation cost, not p...Roman Lebedev2019-09-161-16/+12
* Reland "clang-misexpect: Profile Guided Validation of Performance Annotations...Petr Hosek2019-09-1110-0/+1025
* Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...Dmitri Gribenko2019-09-1110-1025/+0
* clang-misexpect: Profile Guided Validation of Performance Annotations in LLVMPetr Hosek2019-09-1110-0/+1025
* Reland "Change the X86 datalayout to add three address spacesAmy Huang2019-09-1057-57/+57
* Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...Petr Hosek2019-09-1010-1025/+0
* clang-misexpect: Profile Guided Validation of Performance Annotations in LLVMPetr Hosek2019-09-1010-0/+1025
* [PGO][CHR] Speed up following long, interlinked use-def chains.Hiroshi Yamauchi2019-09-051-0/+151
* Revert "Change the X86 datalayout to add three address spaces for 32 bit sign...Vlad Tsyrklevich2019-08-2857-57/+57
* Change the X86 datalayout to add three address spaces for 32 bit signed,Amy Huang2019-08-2757-57/+57
* [PGO] Update ICP pass for recent byval type changesReid Kleckner2019-07-011-0/+47
* [lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song2019-06-171-1/+0
* [PGO] Handle cases of non-instrument BBsRong Xu2019-06-104-5/+106
* [PGO] Handle cases of failing to split critical edgesRong Xu2019-05-281-0/+67
* [PGO][CHR] Speed up following long use-def chains.Hiroshi Yamauchi2019-05-221-0/+311
* [PGO][CHR] A bug fix.Hiroshi Yamauchi2019-05-011-0/+119
* The error message for mismatched value sites is very cryptic.Dmitry Mikulin2019-04-232-0/+21
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-1798-0/+6101
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-1798-6101/+0
* [PGO] Better handling of profile hash mismatchRong Xu2019-04-112-0/+107
* [PGO] Fix hexagon buildbot errors in r355541Rong Xu2019-03-062-0/+4
* [PGO] Context sensitive PGO (part 4)Rong Xu2019-03-067-0/+688
* [PGO] Make pgo related options in opt more consistent.Wei Mi2019-01-161-2/+2
* [PGO] Exit early if all count values are zeroRong Xu2018-11-072-0/+46
* Add a flag to remap manglings when reading profile data information.Richard Smith2018-10-103-0/+44
* [PGO] Control Height ReductionHiroshi Yamauchi2018-09-041-0/+1912
* [PGO] add target md5sum in warning message for icallXinliang David Li2018-08-241-1/+1
* [InstrProf] Use comdats on COFF for available_externally functionsReid Kleckner2018-07-261-13/+12
* [PGOMemOPSize] Preserve the DominatorTreeChijun Sima2018-07-093-7/+7
* [ICP] Do not attempt type matching for variable length arguments.Taewook Oh2018-04-251-0/+28
* [PGO] Fix branch probability remarks assertRong Xu2018-03-272-0/+30
* [ThinLTO] Recommit of import global variablesEugene Leviant2018-03-121-1/+1
* [ThinLTO] Revert r325320: Import global variablesChandler Carruth2018-03-021-1/+1
* [ThinLTO] Fix data race in test #2Eugene Leviant2018-02-161-1/+1
* [ThinLTO] Fix data race in testEugene Leviant2018-02-161-1/+1
* [ThinLTO] Remove dead and dropped symbol declarations when possibleTeresa Johnson2018-02-061-0/+71
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-196-27/+27
* [ICP] Expose unconditional call promotion interfaceMatthew Simpson2017-12-206-20/+18
* [PGO] add MST min edge selection heuristic to ensure non-zero entry countXinliang David Li2017-12-189-14/+35
* [LTO] Make processing of combined module more consistentVitaly Buka2017-12-161-1/+1
* Split IndirectBr critical edges before PGO gen/use passes.Hiroshi Yamauchi2017-12-123-7/+47
* Revert r320104: infinite loop profiling bug fixXinliang David Li2017-12-081-18/+0
* [PGO] detect infinite loop and form MST properlyXinliang David Li2017-12-071-0/+18
* Revert r319794: [PGO] detect infinite loop and form MST properly: memory lea...Xinliang David Li2017-12-051-18/+0
* [PGO] detect infinite loop and form MST properlyXinliang David Li2017-12-051-0/+18
* [PGO] Skip counter promotion for infinite loopsXinliang David Li2017-11-301-0/+21
* Add heuristics for irreducible loop metadata under PGOHiroshi Yamauchi2017-11-201-0/+2
OpenPOWER on IntegriCloud