This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository zorg.
from 6e1915a [zorg] Add a step to run unit tests to the scripted LLDB builder
new 14c863e Removed few obsolete builder modules.
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:
zorg/buildbot/builders/ChrootSetup.py | 123 ------
zorg/buildbot/builders/DragonEggBuilder.py | 610 -----------------------------
zorg/buildbot/builders/KLEEBuilder.py | 83 ----
zorg/buildbot/builders/ScriptedBuilder.py | 107 -----
zorg/buildbot/builders/gccSuiteBuilder.py | 27 --
5 files changed, 950 deletions(-)
delete mode 100644 zorg/buildbot/builders/ChrootSetup.py
delete mode 100644 zorg/buildbot/builders/DragonEggBuilder.py
delete mode 100644 zorg/buildbot/builders/KLEEBuilder.py
delete mode 100644 zorg/buildbot/builders/ScriptedBuilder.py
delete mode 100644 zorg/buildbot/builders/gccSuiteBuilder.py
--
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 f8bdcad Use ProfileSummaryInfo in inline cost analysis.
new 22f7a63 [CMake] Cleanup ExternalProject usage of CMake 3.x features
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:
cmake/modules/LLVMExternalProjectUtils.cmake | 26 +++++++-------------------
1 file changed, 7 insertions(+), 19 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 lldb.
from 2b4a995 Fixed an issue in the ProcessMachCore where segments are not [...]
new 2a27711 Enable some tests on linux
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:
.../breakpoint/breakpoint_locations/TestBreakpointLocations.py | 1 -
.../TestCommandScriptImmediateOutput.py | 5 +++--
packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py | 1 -
.../lldbsuite/test/lang/c/const_variables/TestConstVariables.py | 2 +-
.../test/lang/c/register_variables/TestRegisterVariables.py | 3 +--
.../lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py | 1 -
packages/Python/lldbsuite/test/lang/cpp/nsimport/TestCppNsImport.py | 1 -
7 files changed, 5 insertions(+), 9 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 2486f31 Fix a crash in the AST dumper.
new f5a39c1 [CMake] Version is aways greater than 3
new fe0b2eb [CMake] Cleaning up CMake version checks in ExternalProject calls
new e200450 Redirect unused output in test to /dev/null
The 3 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:
CMakeLists.txt | 70 +++++++++++++++++-------------------------
runtime/CMakeLists.txt | 11 ++-----
test/Modules/cxx-templates.cpp | 6 ++--
3 files changed, 34 insertions(+), 53 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 lldb.
from c93dda3 Fixed a problem in IRMemoryMap where the flag to zero out mem [...]
new 2b4a995 Fixed an issue in the ProcessMachCore where segments are not [...]
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:
.../Plugins/Process/mach-core/ProcessMachCore.cpp | 55 +++++++++++++++++-----
1 file changed, 42 insertions(+), 13 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 llvm.
from 8f579ce [X86][AVX512] Added avx512 VPSLLDQ/VPSRLDQ instruction comments
new f8bdcad Use ProfileSummaryInfo in inline cost analysis.
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/InlineCost.h | 5 ++-
include/llvm/Transforms/IPO/InlinerPass.h | 2 +
lib/Analysis/InlineCost.cpp | 67 ++++++++++++----------------
lib/Transforms/IPO/InlineAlways.cpp | 2 +
lib/Transforms/IPO/InlineSimple.cpp | 4 +-
lib/Transforms/IPO/Inliner.cpp | 3 ++
test/Transforms/Inline/inline-cold-callee.ll | 29 ++++++++----
test/Transforms/Inline/inline-hot-callee.ll | 29 ++++++++----
8 files changed, 83 insertions(+), 58 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 lldb.
from 026ed09 Updated the FindSpace() algorithm to avoid the 0 page when it [...]
new c93dda3 Fixed a problem in IRMemoryMap where the flag to zero out mem [...]
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:
source/Expression/IRMemoryMap.cpp | 7 +++++++
1 file changed, 7 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 80b353d [LiveRangeEdit] Fix a crash in eliminateDeadDef.
new 8f579ce [X86][AVX512] Added avx512 VPSLLDQ/VPSRLDQ instruction comments
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/Target/X86/InstPrinter/X86InstComments.cpp | 12 ++++++++++++
test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 16 ++++++++--------
test/CodeGen/X86/sad.ll | 8 ++++----
test/CodeGen/X86/vector-shuffle-512-v64.ll | 6 +++---
4 files changed, 27 insertions(+), 15 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 2c670e1 [CMake] Cleaning up CMake feature gating on 2.8.12
new eb6a2ac Add a RenderScript language type
new 2486f31 Fix a crash in the AST dumper.
The 2 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/clang/Driver/Types.def | 1 +
lib/AST/ASTDumper.cpp | 6 ++++--
lib/Driver/Types.cpp | 1 +
test/Driver/lit.local.cfg | 2 +-
test/Driver/renderscript.rs | 3 +++
test/Misc/ast-dump-decl.mm | 10 ++++++++++
test/lit.cfg | 2 +-
7 files changed, 21 insertions(+), 4 deletions(-)
create mode 100644 test/Driver/renderscript.rs
--
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 gcc.
from b02d1eb [Patch] PR70751, correct the cost for spilling non-pseudo int [...]
new 4ca34a8 * df-problems.c (df_note_bb_compute): Guard use of DF_INSN_I [...]
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:
gcc/ChangeLog | 4 ++++
gcc/df-problems.c | 6 +++---
2 files changed, 7 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.