This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9efaebecaa8 [CMake][runtimes] Use the same configuration for non-target [...]
new 19969b8b8fb [TargetTransformInfo] Add a new public interface getInstruc [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/Analysis/TargetTransformInfo.h | 46 ++
include/llvm/Analysis/TargetTransformInfoImpl.h | 19 +
include/llvm/CodeGen/BasicTTIImpl.h | 7 +
lib/Analysis/CostModel.cpp | 576 +-----------------------
lib/Analysis/TargetTransformInfo.cpp | 557 +++++++++++++++++++++++
test/Analysis/CostModel/X86/costmodel.ll | 19 +
6 files changed, 662 insertions(+), 562 deletions(-)
create mode 100644 test/Analysis/CostModel/X86/costmodel.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from fe2090ab78d Migrate llvm-symbolizer tests to not use %T
new 9efaebecaa8 [CMake][runtimes] Use the same configuration for non-target [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
runtimes/CMakeLists.txt | 203 +++++++++++++++++++++++++-----------------------
1 file changed, 106 insertions(+), 97 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 51a7f4d7ba [Coverage] Precise region termination with deferred regions [...]
new 6c5d281178 Reinstall the patch "Use EmitPointerWithAlignment to get ali [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/CodeGen/CGAtomic.cpp | 16 ++++++++--------
test/CodeGenCXX/atomic-align.cpp | 30 ++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGenCXX/atomic-align.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository zorg.
from fa0ee7f [zorg] Remove clang-cmake-aarch64-42vma builder
new c2bcc86 [zorg] Reduce the number of concurrent jobs for AOSP build
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
buildbot/osuosl/master/config/builders.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1052544a225 [llvm-cov] Use portable output redirection in a test
new fe2090ab78d Migrate llvm-symbolizer tests to not use %T
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../Inputs/split-dwarf-addr-object-relocation.cpp | 10 ++++
.../Inputs/split-dwarf-addr-object-relocation.dwo | Bin 1056 -> 1056 bytes
.../Inputs/split-dwarf-addr-object-relocation.o | Bin 2968 -> 3352 bytes
test/DebugInfo/Inputs/split-dwarf-dwp.cpp | 8 ++--
test/DebugInfo/Inputs/split-dwarf-dwp.o | Bin 4474 -> 4380 bytes
test/DebugInfo/Inputs/split-dwarf-dwp.o.dwp | Bin 1600 -> 1576 bytes
test/DebugInfo/Inputs/split-dwarf-multiple-cu.cpp | 15 ++++++
test/DebugInfo/Inputs/split-dwarf-multiple-cu.dwo | Bin 1040 -> 1104 bytes
test/DebugInfo/Inputs/split-dwarf-multiple-cu.o | Bin 2992 -> 3656 bytes
test/DebugInfo/Inputs/split-dwarf-test | Bin 9208 -> 9576 bytes
test/DebugInfo/Inputs/split-dwarf-test-nogmlt | Bin 9128 -> 9496 bytes
test/DebugInfo/Inputs/split-dwarf-test.cpp | 13 ++++++
test/DebugInfo/Inputs/split-dwarf-test.dwo | Bin 1377 -> 1064 bytes
test/DebugInfo/llvm-symbolizer.test | 51 +++++++++++----------
14 files changed, 69 insertions(+), 28 deletions(-)
create mode 100644 test/DebugInfo/Inputs/split-dwarf-addr-object-relocation.cpp
create mode 100644 test/DebugInfo/Inputs/split-dwarf-multiple-cu.cpp
create mode 100644 test/DebugInfo/Inputs/split-dwarf-test.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 94345c67b Prevent DCE on __lsan_is_turned_off and re-enable test case
new c6ca7345f Revert "Prevent DCE on __lsan_is_turned_off and re-enable test case"
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
test/lsan/TestCases/link_turned_off.cc | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7218efc5473 [llvm-cov] Try to appease a Windows bot
new 1052544a225 [llvm-cov] Use portable output redirection in a test
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
test/tools/llvm-cov/deferred-region.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 75448f1d3b5 AMDGPU: Start using !con operator
new 7218efc5473 [llvm-cov] Try to appease a Windows bot
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
test/tools/llvm-cov/deferred-region.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.