[llvm-branch-commits] [clang] e294ece - BPF: fix enum value 0 issue for __builtin_preserve_enum_value()

2021-05-03 Thread Tom Stellard via llvm-branch-commits
Author: Yonghong Song Date: 2021-05-03T17:45:16-07:00 New Revision: e294ece42d85191875782ed05cb607451f493944 URL: https://github.com/llvm/llvm-project/commit/e294ece42d85191875782ed05cb607451f493944 DIFF: https://github.com/llvm/llvm-project/commit/e294ece42d85191875782ed05cb607451f493944.diff

[llvm-branch-commits] [llvm] 6564e0c - BPF: Fix a bug in peephole TRUNC elimination optimization

2021-05-03 Thread Tom Stellard via llvm-branch-commits
Author: Yonghong Song Date: 2021-05-03T17:39:00-07:00 New Revision: 6564e0cf7e61518cb15443fca42bc2206a6123e2 URL: https://github.com/llvm/llvm-project/commit/6564e0cf7e61518cb15443fca42bc2206a6123e2 DIFF: https://github.com/llvm/llvm-project/commit/6564e0cf7e61518cb15443fca42bc2206a6123e2.diff

[llvm-branch-commits] [llvm] a5a6cfe - BPF: permit type modifiers for __builtin_btf_type_id() relocation

2021-05-03 Thread Tom Stellard via llvm-branch-commits
Author: Yonghong Song Date: 2021-05-03T17:37:51-07:00 New Revision: a5a6cfe2f030e81e689ed9af4e95ddf95c4d8675 URL: https://github.com/llvm/llvm-project/commit/a5a6cfe2f030e81e689ed9af4e95ddf95c4d8675 DIFF: https://github.com/llvm/llvm-project/commit/a5a6cfe2f030e81e689ed9af4e95ddf95c4d8675.diff

[llvm-branch-commits] [clang] e0fe1c5 - [OpenCL] Respect calling convention for builtin

2021-05-03 Thread Tom Stellard via llvm-branch-commits
Author: Luke Drummond Date: 2021-05-03T17:32:26-07:00 New Revision: e0fe1c58acfa0bde36afde8354cb31fc1e0b75e2 URL: https://github.com/llvm/llvm-project/commit/e0fe1c58acfa0bde36afde8354cb31fc1e0b75e2 DIFF: https://github.com/llvm/llvm-project/commit/e0fe1c58acfa0bde36afde8354cb31fc1e0b75e2.diff

[llvm-branch-commits] [llvm] c1831fc - [RISCV] Fix isel pattern of masked vmslt[u]

2021-05-03 Thread Tom Stellard via llvm-branch-commits
Author: ShihPo Hung Date: 2021-05-03T17:29:55-07:00 New Revision: c1831fc655979a0501a792f730d84d68e15a888e URL: https://github.com/llvm/llvm-project/commit/c1831fc655979a0501a792f730d84d68e15a888e DIFF: https://github.com/llvm/llvm-project/commit/c1831fc655979a0501a792f730d84d68e15a888e.diff L

[llvm-branch-commits] [clang] 3263c81 - Partially Revert "scan-view: Remove Reporter.py and associated AppleScript files"

2021-05-03 Thread Tom Stellard via llvm-branch-commits
Author: Tom Stellard Date: 2021-05-03T17:23:00-07:00 New Revision: 3263c81589eca689341ab5084723bdb7fe4a1286 URL: https://github.com/llvm/llvm-project/commit/3263c81589eca689341ab5084723bdb7fe4a1286 DIFF: https://github.com/llvm/llvm-project/commit/3263c81589eca689341ab5084723bdb7fe4a1286.diff

[llvm-branch-commits] [polly] 8b2c019 - [PollyACC] Fix declaration/stub definition mismatch. NFC.

2021-05-03 Thread Tom Stellard via llvm-branch-commits
Author: Michael Kruse Date: 2021-05-03T17:18:08-07:00 New Revision: 8b2c019ace3c2e04108b550c5a2b60fc1c63865f URL: https://github.com/llvm/llvm-project/commit/8b2c019ace3c2e04108b550c5a2b60fc1c63865f DIFF: https://github.com/llvm/llvm-project/commit/8b2c019ace3c2e04108b550c5a2b60fc1c63865f.diff

[llvm-branch-commits] [polly] b8e4d4e - [PollyACC] Fix implicit function definitions. NFC.

2021-05-03 Thread Tom Stellard via llvm-branch-commits
Author: Michael Kruse Date: 2021-05-03T17:18:07-07:00 New Revision: b8e4d4eafeded48f3c07797a2d8ccc950394085e URL: https://github.com/llvm/llvm-project/commit/b8e4d4eafeded48f3c07797a2d8ccc950394085e DIFF: https://github.com/llvm/llvm-project/commit/b8e4d4eafeded48f3c07797a2d8ccc950394085e.diff

[llvm-branch-commits] [llvm] 6fe7c37 - BPF: Add LLVMTransformUtils in CMakefile LINK_COMPONENTS

2021-05-03 Thread Tom Stellard via llvm-branch-commits
Author: Yonghong Song Date: 2021-05-03T16:48:11-07:00 New Revision: 6fe7c3728d1e98e05c67ceb03f429cb04a30e151 URL: https://github.com/llvm/llvm-project/commit/6fe7c3728d1e98e05c67ceb03f429cb04a30e151 DIFF: https://github.com/llvm/llvm-project/commit/6fe7c3728d1e98e05c67ceb03f429cb04a30e151.diff

[llvm-branch-commits] [llvm] 2460947 - BPF: Implement TTI.getCmpSelInstrCost() properly

2021-05-03 Thread Tom Stellard via llvm-branch-commits
Author: Yonghong Song Date: 2021-05-03T16:48:11-07:00 New Revision: 2460947eefc2176693a4aa4d05cd9733e38c7ffe URL: https://github.com/llvm/llvm-project/commit/2460947eefc2176693a4aa4d05cd9733e38c7ffe DIFF: https://github.com/llvm/llvm-project/commit/2460947eefc2176693a4aa4d05cd9733e38c7ffe.diff

[llvm-branch-commits] [llvm] f9efff3 - BPF: Add LLVMAnalysis in CMakefile LINK_COMPONENTS

2021-05-03 Thread Tom Stellard via llvm-branch-commits
Author: Yonghong Song Date: 2021-05-03T16:48:10-07:00 New Revision: f9efff398c1159b15964b166368b232f562e6cfc URL: https://github.com/llvm/llvm-project/commit/f9efff398c1159b15964b166368b232f562e6cfc DIFF: https://github.com/llvm/llvm-project/commit/f9efff398c1159b15964b166368b232f562e6cfc.diff

[llvm-branch-commits] [llvm] 3568d61 - BPF: Implement TTI.IntImmCost() properly

2021-05-03 Thread Tom Stellard via llvm-branch-commits
Author: Yonghong Song Date: 2021-05-03T16:48:10-07:00 New Revision: 3568d61f11e2eb0017c7b65707bee7bf4111c8ca URL: https://github.com/llvm/llvm-project/commit/3568d61f11e2eb0017c7b65707bee7bf4111c8ca DIFF: https://github.com/llvm/llvm-project/commit/3568d61f11e2eb0017c7b65707bee7bf4111c8ca.diff

[llvm-branch-commits] [llvm] c27ad80 - [InstCombine] dropRedundantMaskingOfLeftShiftInput(): check that adding shift amounts doesn't overflow (PR49778)

2021-05-03 Thread Tom Stellard via llvm-branch-commits
Author: Roman Lebedev Date: 2021-05-03T16:41:31-07:00 New Revision: c27ad80507bfea35da07681fd4ec9972ca698015 URL: https://github.com/llvm/llvm-project/commit/c27ad80507bfea35da07681fd4ec9972ca698015 DIFF: https://github.com/llvm/llvm-project/commit/c27ad80507bfea35da07681fd4ec9972ca698015.diff

[llvm-branch-commits] [llvm] 4a4b1c7 - [NFC][InstCombine] Extract canTryToConstantAddTwoShiftAmounts() as helper

2021-05-03 Thread Tom Stellard via llvm-branch-commits
Author: Roman Lebedev Date: 2021-05-03T16:41:31-07:00 New Revision: 4a4b1c75a1ea3f1ca90ef45470c42debb81ffc90 URL: https://github.com/llvm/llvm-project/commit/4a4b1c75a1ea3f1ca90ef45470c42debb81ffc90 DIFF: https://github.com/llvm/llvm-project/commit/4a4b1c75a1ea3f1ca90ef45470c42debb81ffc90.diff

[llvm-branch-commits] [llvm] 907a751 - [NFC][InstCombine] Add test for PR49778

2021-05-03 Thread Tom Stellard via llvm-branch-commits
Author: Roman Lebedev Date: 2021-05-03T16:41:30-07:00 New Revision: 907a751a38fff8d05b288ab52b19ba4e2cc1fc38 URL: https://github.com/llvm/llvm-project/commit/907a751a38fff8d05b288ab52b19ba4e2cc1fc38 DIFF: https://github.com/llvm/llvm-project/commit/907a751a38fff8d05b288ab52b19ba4e2cc1fc38.diff