[llvm-branch-commits] [llvm] 687b83c - [X86FastISel] Fix MO_GOTPCREL GlobalValue reference in static relocation model

2020-12-05 Thread Fangrui Song via llvm-branch-commits
Author: Fangrui Song Date: 2020-12-05T23:13:28-08:00 New Revision: 687b83ceabafe81970cd4639e7f0c89036402081 URL: https://github.com/llvm/llvm-project/commit/687b83ceabafe81970cd4639e7f0c89036402081 DIFF: https://github.com/llvm/llvm-project/commit/687b83ceabafe81970cd4639e7f0c89036402081.diff

[llvm-branch-commits] [llvm] a4cadc2 - [TargetMachine] Don't imply dso_local for memprof in static relocation model

2020-12-05 Thread Fangrui Song via llvm-branch-commits
Author: Fangrui Song Date: 2020-12-05T21:39:03-08:00 New Revision: a4cadc2df92bb1b6c5d6c0d20ebadbc0fa74189b URL: https://github.com/llvm/llvm-project/commit/a4cadc2df92bb1b6c5d6c0d20ebadbc0fa74189b DIFF: https://github.com/llvm/llvm-project/commit/a4cadc2df92bb1b6c5d6c0d20ebadbc0fa74189b.diff

[llvm-branch-commits] [llvm] 204d0d5 - [MemProf] Make __memprof_shadow_memory_dynamic_address dso_local in static relocation model

2020-12-05 Thread Fangrui Song via llvm-branch-commits
Author: Fangrui Song Date: 2020-12-05T21:36:31-08:00 New Revision: 204d0d51b3cec91696f8b0b03f204cd0cf8d5ed4 URL: https://github.com/llvm/llvm-project/commit/204d0d51b3cec91696f8b0b03f204cd0cf8d5ed4 DIFF: https://github.com/llvm/llvm-project/commit/204d0d51b3cec91696f8b0b03f204cd0cf8d5ed4.diff

[llvm-branch-commits] [llvm] 5bc9c85 - [ORC] Fix missing forward of Allow filter in TPCDynamicLibrarySearchGenerator.

2020-12-05 Thread Lang Hames via llvm-branch-commits
Author: Lang Hames Date: 2020-12-06T15:42:45+11:00 New Revision: 5bc9c858e34026462070dbe0f937d4f243682bef URL: https://github.com/llvm/llvm-project/commit/5bc9c858e34026462070dbe0f937d4f243682bef DIFF: https://github.com/llvm/llvm-project/commit/5bc9c858e34026462070dbe0f937d4f243682bef.diff LO

[llvm-branch-commits] [llvm] 5fc8f90 - [RISCV] Replace a custom SDTypeProfile with SDTIntBinOp which should be sufficient here.

2020-12-05 Thread Craig Topper via llvm-branch-commits
Author: Craig Topper Date: 2020-12-05T20:18:22-08:00 New Revision: 5fc8f90f0a96a32b774cecc593af82959025906b URL: https://github.com/llvm/llvm-project/commit/5fc8f90f0a96a32b774cecc593af82959025906b DIFF: https://github.com/llvm/llvm-project/commit/5fc8f90f0a96a32b774cecc593af82959025906b.diff

[llvm-branch-commits] [compiler-rt] b00f345 - [asan][test] Fix odr-vtable.cpp

2020-12-05 Thread Fangrui Song via llvm-branch-commits
Author: Fangrui Song Date: 2020-12-05T19:30:41-08:00 New Revision: b00f345acd9496936f9c91eb5d0b0f305838bf13 URL: https://github.com/llvm/llvm-project/commit/b00f345acd9496936f9c91eb5d0b0f305838bf13 DIFF: https://github.com/llvm/llvm-project/commit/b00f345acd9496936f9c91eb5d0b0f305838bf13.diff

[llvm-branch-commits] [llvm] 5582a79 - [TargetMachine] Set dso_local if asan is detected

2020-12-05 Thread Fangrui Song via llvm-branch-commits
Author: Fangrui Song Date: 2020-12-05T17:51:10-08:00 New Revision: 5582a7987662a92eda5d883b88fc4586e755acf5 URL: https://github.com/llvm/llvm-project/commit/5582a7987662a92eda5d883b88fc4586e755acf5 DIFF: https://github.com/llvm/llvm-project/commit/5582a7987662a92eda5d883b88fc4586e755acf5.diff

[llvm-branch-commits] [lldb] ee607ed - [debugserver] Call posix_spawnattr_setarchpref_np throught the fn ptr.

2020-12-05 Thread Jonas Devlieghere via llvm-branch-commits
Author: Jonas Devlieghere Date: 2020-12-05T17:38:42-08:00 New Revision: ee607ed5c36efd8e0536ddbeab1f2025b0e5f045 URL: https://github.com/llvm/llvm-project/commit/ee607ed5c36efd8e0536ddbeab1f2025b0e5f045 DIFF: https://github.com/llvm/llvm-project/commit/ee607ed5c36efd8e0536ddbeab1f2025b0e5f045.d

[llvm-branch-commits] [llvm] 5121400 - [ConstantHoisting] Remove unused declaration optimizeConstants (NFC)

2020-12-05 Thread Kazu Hirata via llvm-branch-commits
Author: Kazu Hirata Date: 2020-12-05T16:22:12-08:00 New Revision: 5121400e71bbe821488240335cbffb41fe852514 URL: https://github.com/llvm/llvm-project/commit/5121400e71bbe821488240335cbffb41fe852514 DIFF: https://github.com/llvm/llvm-project/commit/5121400e71bbe821488240335cbffb41fe852514.diff L

[llvm-branch-commits] [llvm] 8f07629 - Add recursive decomposition reasoning to isKnownNonEqual

2020-12-05 Thread Philip Reames via llvm-branch-commits
Author: Philip Reames Date: 2020-12-05T15:58:19-08:00 New Revision: 8f076291be41467560ebf73738561225d2b67206 URL: https://github.com/llvm/llvm-project/commit/8f076291be41467560ebf73738561225d2b67206 DIFF: https://github.com/llvm/llvm-project/commit/8f076291be41467560ebf73738561225d2b67206.diff

[llvm-branch-commits] [llvm] 109e70d - [TargetMachine] Drop implied dso_local for an edge case (extern_weak + non-pic + hidden)

2020-12-05 Thread Fangrui Song via llvm-branch-commits
Author: Fangrui Song Date: 2020-12-05T15:52:33-08:00 New Revision: 109e70d357284f612fbe69d213b002366dd67927 URL: https://github.com/llvm/llvm-project/commit/109e70d357284f612fbe69d213b002366dd67927 DIFF: https://github.com/llvm/llvm-project/commit/109e70d357284f612fbe69d213b002366dd67927.diff

[llvm-branch-commits] [llvm] a553ac9 - [CodeGen] llvm::erase_if (NFC)

2020-12-05 Thread Kazu Hirata via llvm-branch-commits
Author: Kazu Hirata Date: 2020-12-05T15:44:40-08:00 New Revision: a553ac979146df59f062018dbb66f345c8f8 URL: https://github.com/llvm/llvm-project/commit/a553ac979146df59f062018dbb66f345c8f8 DIFF: https://github.com/llvm/llvm-project/commit/a553ac979146df59f062018dbb66f345c8f8.diff L

[llvm-branch-commits] [llvm] c4e327a - Remove memory allocation with string

2020-12-05 Thread Aditya Kumar via llvm-branch-commits
Author: Aditya Kumar Date: 2020-12-05T15:14:44-08:00 New Revision: c4e327a960d20e18f3a8116da51a5686c628d51b URL: https://github.com/llvm/llvm-project/commit/c4e327a960d20e18f3a8116da51a5686c628d51b DIFF: https://github.com/llvm/llvm-project/commit/c4e327a960d20e18f3a8116da51a5686c628d51b.diff

[llvm-branch-commits] [llvm] 930b339 - [TargetMachine] Clean up TargetMachine::shouldAssumeDSOLocal after x86-32 specific hack is moved to X86Subtarget

2020-12-05 Thread Fangrui Song via llvm-branch-commits
Author: Fangrui Song Date: 2020-12-05T15:13:42-08:00 New Revision: 930b3398c7e4b3b15a9f262a2856d11fb2071eb7 URL: https://github.com/llvm/llvm-project/commit/930b3398c7e4b3b15a9f262a2856d11fb2071eb7 DIFF: https://github.com/llvm/llvm-project/commit/930b3398c7e4b3b15a9f262a2856d11fb2071eb7.diff

[llvm-branch-commits] [llvm] a084c03 - [TargetMachine] Don't imply dso_local on function declarations in Reloc::Static model for ELF/wasm

2020-12-05 Thread Fangrui Song via llvm-branch-commits
Author: Fangrui Song Date: 2020-12-05T14:54:37-08:00 New Revision: a084c0388e2a59b9556f2de008232da3f1d6 URL: https://github.com/llvm/llvm-project/commit/a084c0388e2a59b9556f2de008232da3f1d6 DIFF: https://github.com/llvm/llvm-project/commit/a084c0388e2a59b9556f2de008232da3f1d6.diff

[llvm-branch-commits] [llvm] 6b6c3aa - [test] Add explicit dso_local to function declarations in static relocation model tests

2020-12-05 Thread Fangrui Song via llvm-branch-commits
Author: Fangrui Song Date: 2020-12-05T14:54:37-08:00 New Revision: 6b6c3aaeacfdc4a482de4af41719b0a4b50aeadf URL: https://github.com/llvm/llvm-project/commit/6b6c3aaeacfdc4a482de4af41719b0a4b50aeadf DIFF: https://github.com/llvm/llvm-project/commit/6b6c3aaeacfdc4a482de4af41719b0a4b50aeadf.diff

[llvm-branch-commits] [llvm] bfda694 - [BasicAA] Fix a bug with relational reasoning across iterations

2020-12-05 Thread Philip Reames via llvm-branch-commits
Author: Philip Reames Date: 2020-12-05T14:10:21-08:00 New Revision: bfda69416c6d0a76b40644b1b0cbc1cbca254a61 URL: https://github.com/llvm/llvm-project/commit/bfda69416c6d0a76b40644b1b0cbc1cbca254a61 DIFF: https://github.com/llvm/llvm-project/commit/bfda69416c6d0a76b40644b1b0cbc1cbca254a61.diff

[llvm-branch-commits] [lldb] 13ee00d - [debugserver] Use dlsym for posix_spawnattr_setarchpref_np

2020-12-05 Thread Jonas Devlieghere via llvm-branch-commits
Author: Jonas Devlieghere Date: 2020-12-05T14:06:45-08:00 New Revision: 13ee00d0c95a4eede96ba9520146a01930af2a0a URL: https://github.com/llvm/llvm-project/commit/13ee00d0c95a4eede96ba9520146a01930af2a0a DIFF: https://github.com/llvm/llvm-project/commit/13ee00d0c95a4eede96ba9520146a01930af2a0a.d

[llvm-branch-commits] [llvm] 37f0c8d - [X86] Emit @PLT for x86-64 and keep unadorned symbols for x86-32

2020-12-05 Thread Fangrui Song via llvm-branch-commits
Author: Fangrui Song Date: 2020-12-05T13:17:47-08:00 New Revision: 37f0c8df47d84ba311fc9a2c1884935ba8961e84 URL: https://github.com/llvm/llvm-project/commit/37f0c8df47d84ba311fc9a2c1884935ba8961e84 DIFF: https://github.com/llvm/llvm-project/commit/37f0c8df47d84ba311fc9a2c1884935ba8961e84.diff

[llvm-branch-commits] [llvm] 9737c12 - [llvmbuildectomy] removed vestigial LLVMBuild.txt files

2020-12-05 Thread via llvm-branch-commits
Author: Chris Sears Date: 2020-12-05T22:00:22+01:00 New Revision: 9737c128f14d60f73b1d198453801a05b37c6b28 URL: https://github.com/llvm/llvm-project/commit/9737c128f14d60f73b1d198453801a05b37c6b28 DIFF: https://github.com/llvm/llvm-project/commit/9737c128f14d60f73b1d198453801a05b37c6b28.diff L

[llvm-branch-commits] [llvm] db13a13 - [TargetMachine] Move X86 specific shouldAssumeDSOLocal logic to X86Subtarget::classifyGlobalFunctionReference

2020-12-05 Thread Fangrui Song via llvm-branch-commits
Author: Fangrui Song Date: 2020-12-05T12:32:50-08:00 New Revision: db13a138bdad3aae1f0f387c871c43729badbc69 URL: https://github.com/llvm/llvm-project/commit/db13a138bdad3aae1f0f387c871c43729badbc69 DIFF: https://github.com/llvm/llvm-project/commit/db13a138bdad3aae1f0f387c871c43729badbc69.diff

[llvm-branch-commits] [llvm] ae5e013 - [BasicAA] Add more tests for non-equal index (NFC)

2020-12-05 Thread Nikita Popov via llvm-branch-commits
Author: Nikita Popov Date: 2020-12-05T21:22:57+01:00 New Revision: ae5e013f6e3a1391fd44e292857e359b83806c2f URL: https://github.com/llvm/llvm-project/commit/ae5e013f6e3a1391fd44e292857e359b83806c2f DIFF: https://github.com/llvm/llvm-project/commit/ae5e013f6e3a1391fd44e292857e359b83806c2f.diff

[llvm-branch-commits] [llvm] 68edf39 - [TargetMachine] Simplify shouldAssumeDSOLocal by processing ExternalSymbolSDNode early

2020-12-05 Thread Fangrui Song via llvm-branch-commits
Author: Fangrui Song Date: 2020-12-05T11:40:18-08:00 New Revision: 68edf39ededf97a12602676f9cd537ed689151f0 URL: https://github.com/llvm/llvm-project/commit/68edf39ededf97a12602676f9cd537ed689151f0 DIFF: https://github.com/llvm/llvm-project/commit/68edf39ededf97a12602676f9cd537ed689151f0.diff

[llvm-branch-commits] [lldb] c722096 - [debugserver] Remove bridgeos availability

2020-12-05 Thread Jonas Devlieghere via llvm-branch-commits
Author: Jonas Devlieghere Date: 2020-12-05T10:18:45-08:00 New Revision: c722096b399695e89f283f0847474ccb038515f2 URL: https://github.com/llvm/llvm-project/commit/c722096b399695e89f283f0847474ccb038515f2 DIFF: https://github.com/llvm/llvm-project/commit/c722096b399695e89f283f0847474ccb038515f2.d

[llvm-branch-commits] [llvm] 2a136a7 - [X86] Autodetect znver3

2020-12-05 Thread Benjamin Kramer via llvm-branch-commits
Author: Benjamin Kramer Date: 2020-12-05T19:08:20+01:00 New Revision: 2a136a7a9c68e4818b28bea6051b78a8181ba78e URL: https://github.com/llvm/llvm-project/commit/2a136a7a9c68e4818b28bea6051b78a8181ba78e DIFF: https://github.com/llvm/llvm-project/commit/2a136a7a9c68e4818b28bea6051b78a8181ba78e.dif

[llvm-branch-commits] [openmp] a148216 - [OpenMP][OMPT] Fix OMPT return address guard for gomp interface

2020-12-05 Thread Joachim Protze via llvm-branch-commits
Author: Joachim Protze Date: 2020-12-05T19:06:28+01:00 New Revision: a148216b31292e52c0229dae98f52d3b2c350400 URL: https://github.com/llvm/llvm-project/commit/a148216b31292e52c0229dae98f52d3b2c350400 DIFF: https://github.com/llvm/llvm-project/commit/a148216b31292e52c0229dae98f52d3b2c350400.diff

[llvm-branch-commits] [libcxx] e6c89a4 - [SystemZ][ZOS] Fix the usage of pthread_t within libc++

2020-12-05 Thread Zbigniew Sarbinowski via llvm-branch-commits
Author: Zbigniew Sarbinowski Date: 2020-12-05T17:46:30Z New Revision: e6c89a499d91b5d50ac556428dac995d07f0f6e5 URL: https://github.com/llvm/llvm-project/commit/e6c89a499d91b5d50ac556428dac995d07f0f6e5 DIFF: https://github.com/llvm/llvm-project/commit/e6c89a499d91b5d50ac556428dac995d07f0f6e5.dif

[llvm-branch-commits] [clang] 8668eae - [clang-format] Add option for case sensitive regexes for sorted includes

2020-12-05 Thread via llvm-branch-commits
Author: mydeveloperday Date: 2020-12-05T16:33:21Z New Revision: 8668eae2adf23209e3f8d19477725eb7e73ba93c URL: https://github.com/llvm/llvm-project/commit/8668eae2adf23209e3f8d19477725eb7e73ba93c DIFF: https://github.com/llvm/llvm-project/commit/8668eae2adf23209e3f8d19477725eb7e73ba93c.diff LOG

[llvm-branch-commits] [libcxx] ce6269f - [NFC][libc++] Update C++20 issues status.

2020-12-05 Thread Mark de Wever via llvm-branch-commits
Author: Mark de Wever Date: 2020-12-05T16:36:19+01:00 New Revision: ce6269f9ba6cc81062bb8634447dc6e1d1c381e6 URL: https://github.com/llvm/llvm-project/commit/ce6269f9ba6cc81062bb8634447dc6e1d1c381e6 DIFF: https://github.com/llvm/llvm-project/commit/ce6269f9ba6cc81062bb8634447dc6e1d1c381e6.diff

[llvm-branch-commits] [clang-tools-extra] f687b4a - [NFC][clang-tidy] Fixes comment typos.

2020-12-05 Thread Mark de Wever via llvm-branch-commits
Author: Mark de Wever Date: 2020-12-05T16:31:16+01:00 New Revision: f687b4ac84a3f76ec850dccb675ac2b5c00f8661 URL: https://github.com/llvm/llvm-project/commit/f687b4ac84a3f76ec850dccb675ac2b5c00f8661 DIFF: https://github.com/llvm/llvm-project/commit/f687b4ac84a3f76ec850dccb675ac2b5c00f8661.diff

[llvm-branch-commits] [llvm] 4e5c0c2 - [ConstraintElimination] Wrap dump() call in LLVM_DEBUG (NFC).

2020-12-05 Thread Florian Hahn via llvm-branch-commits
Author: Florian Hahn Date: 2020-12-05T13:14:53Z New Revision: 4e5c0c2a63e2dff804a32b22d7d815a35a47c8d7 URL: https://github.com/llvm/llvm-project/commit/4e5c0c2a63e2dff804a32b22d7d815a35a47c8d7 DIFF: https://github.com/llvm/llvm-project/commit/4e5c0c2a63e2dff804a32b22d7d815a35a47c8d7.diff LOG:

[llvm-branch-commits] [llvm] 4ceecc8 - [ConstraintElimination] Handle constraints with all zero var coeffs.

2020-12-05 Thread Florian Hahn via llvm-branch-commits
Author: Florian Hahn Date: 2020-12-05T12:06:53Z New Revision: 4ceecc820b7197c2f302aa235875eb6619a397c3 URL: https://github.com/llvm/llvm-project/commit/4ceecc820b7197c2f302aa235875eb6619a397c3 DIFF: https://github.com/llvm/llvm-project/commit/4ceecc820b7197c2f302aa235875eb6619a397c3.diff LOG:

[llvm-branch-commits] [llvm] a0b3a93 - [AMDGPU][MC] Improved diagnostics message for sym/expr operands

2020-12-05 Thread Dmitry Preobrazhensky via llvm-branch-commits
Author: Dmitry Preobrazhensky Date: 2020-12-05T14:05:53+03:00 New Revision: a0b3a9391cd8cfff2ad1741f12e5ed10acc97869 URL: https://github.com/llvm/llvm-project/commit/a0b3a9391cd8cfff2ad1741f12e5ed10acc97869 DIFF: https://github.com/llvm/llvm-project/commit/a0b3a9391cd8cfff2ad1741f12e5ed10acc978

[llvm-branch-commits] [llvm] 0003600 - [AA] Initialize Depth member

2020-12-05 Thread Nikita Popov via llvm-branch-commits
Author: Nikita Popov Date: 2020-12-05T11:37:36+01:00 New Revision: 0003600aafd422ffb9dd86383d4828990476d45c URL: https://github.com/llvm/llvm-project/commit/0003600aafd422ffb9dd86383d4828990476d45c DIFF: https://github.com/llvm/llvm-project/commit/0003600aafd422ffb9dd86383d4828990476d45c.diff

[llvm-branch-commits] [llvm] e97dd11 - [AMDGPU][MC] Corrected error position for invalid MOVREL src

2020-12-05 Thread Dmitry Preobrazhensky via llvm-branch-commits
Author: Dmitry Preobrazhensky Date: 2020-12-05T13:23:14+03:00 New Revision: e97dd119776129e888ab3c02e1394b58b709fd1f URL: https://github.com/llvm/llvm-project/commit/e97dd119776129e888ab3c02e1394b58b709fd1f DIFF: https://github.com/llvm/llvm-project/commit/e97dd119776129e888ab3c02e1394b58b709fd

[llvm-branch-commits] [clang] 0e226d0 - [clang-format] [NFC] keep clang-format tests clang-format clean

2020-12-05 Thread via llvm-branch-commits
Author: mydeveloperday Date: 2020-12-05T10:15:52Z New Revision: 0e226d00d21cdefe82ef4d6531e4e73d3b5c0494 URL: https://github.com/llvm/llvm-project/commit/0e226d00d21cdefe82ef4d6531e4e73d3b5c0494 DIFF: https://github.com/llvm/llvm-project/commit/0e226d00d21cdefe82ef4d6531e4e73d3b5c0494.diff LOG

[llvm-branch-commits] [llvm] f8afba5 - [AA] Add statistics for alias results (NFC)

2020-12-05 Thread Nikita Popov via llvm-branch-commits
Author: Nikita Popov Date: 2020-12-05T11:09:15+01:00 New Revision: f8afba5f7a25a69c12191d979d78d40fa6e5b684 URL: https://github.com/llvm/llvm-project/commit/f8afba5f7a25a69c12191d979d78d40fa6e5b684 DIFF: https://github.com/llvm/llvm-project/commit/f8afba5f7a25a69c12191d979d78d40fa6e5b684.diff

[llvm-branch-commits] [llvm] 8925d23 - [BasicAA] Add recphi tests with nested loops (NFC)

2020-12-05 Thread Nikita Popov via llvm-branch-commits
Author: Nikita Popov Date: 2020-12-05T11:09:15+01:00 New Revision: 8925d2347432b69d7e4b721a4ced85df0ad782b1 URL: https://github.com/llvm/llvm-project/commit/8925d2347432b69d7e4b721a4ced85df0ad782b1 DIFF: https://github.com/llvm/llvm-project/commit/8925d2347432b69d7e4b721a4ced85df0ad782b1.diff

[llvm-branch-commits] [clang] 1ab9327 - [TargetMachine][CodeGenModule] Delete unneeded ppc32 special case from shouldAssumeDSOLocal

2020-12-05 Thread Fangrui Song via llvm-branch-commits
Author: Fangrui Song Date: 2020-12-05T00:42:07-08:00 New Revision: 1ab9327d1c01645806394faa648f65e947b65177 URL: https://github.com/llvm/llvm-project/commit/1ab9327d1c01645806394faa648f65e947b65177 DIFF: https://github.com/llvm/llvm-project/commit/1ab9327d1c01645806394faa648f65e947b65177.diff