This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 94e7e888f8f Sync with changes from r300825 in clang.
new b6ceaa47580 Fix warnings from test added in r301562 on Windows (when bu [...]
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:
unittests/Support/DynamicLibrary/PipSqueak.cxx | 10 ++++++++++
1 file changed, 10 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 clang.
from 41e19f971f [libclang] Enhance clang_Cursor_isDynamicCall and clang_Curs [...]
new 50c344f092 [Profile] Add off-by-default -Wprofile-instr-missing warning
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/clang/Basic/DiagnosticGroups.td | 1 +
include/clang/Basic/DiagnosticSemaKinds.td | 7 ++++++-
lib/CodeGen/CodeGenModule.cpp | 10 +++++++---
test/Profile/c-outdated-data.c | 16 ++++++++--------
4 files changed, 22 insertions(+), 12 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 b3ab6b26228 Use a pointer type for target frame indices during statepoi [...]
new 94e7e888f8f Sync with changes from r300825 in clang.
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:
docs/CMakeLists.txt | 4 ++--
docs/README.txt | 15 +++++++++++++++
docs/doxygen.cfg.in | 21 +++++++++++----------
3 files changed, 28 insertions(+), 12 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 2e69ccccc8 Fix -Wpedantic about extra semicolons in CGStmtOpenMP.cpp
new 5411d2255c clang-cl: Alias /d1reportAllClassLayout to -fdump-record-lay [...]
new 41e19f971f [libclang] Enhance clang_Cursor_isDynamicCall and clang_Curs [...]
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-c/Index.h | 4 ++--
include/clang/Driver/CLCompatOptions.td | 2 ++
test/Driver/cl-options.c | 3 +++
test/Index/cursor-dynamic-call.mm | 12 +++++++++++-
tools/c-index-test/c-index-test.c | 11 +++++++----
tools/libclang/CXCursor.cpp | 27 ++++++++++++++++++++++++++-
6 files changed, 51 insertions(+), 8 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 5cb8f643275 cmake: Touch $GIT_DIR/logs/HEAD if it does not already exist.
new b3ab6b26228 Use a pointer type for target frame indices during statepoi [...]
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/SelectionDAG/SelectionDAGBuilder.h | 5 ++++
lib/CodeGen/SelectionDAG/StatepointLowering.cpp | 21 ++++++++-----
test/CodeGen/X86/deopt-bundles.ll | 40 ++++++++++++++++++++++++-
3 files changed, 58 insertions(+), 8 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 dbf2bf739f4 Refactor DynamicLibrary so searching for a symbol will have [...]
new 5cb8f643275 cmake: Touch $GIT_DIR/logs/HEAD if it does not already exist.
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/Support/CMakeLists.txt | 4 ++++
1 file changed, 4 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 clang.
from bafe90b057 [OPENMP] Add a check for iterator not reached the end of sta [...]
new d39ba1050a Remove leaking UnknownPragmaHandlers right after we are done [...]
new 2e69ccccc8 Fix -Wpedantic about extra semicolons in CGStmtOpenMP.cpp
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:
lib/CodeGen/CGStmtOpenMP.cpp | 6 ++---
lib/Frontend/PrintPreprocessedOutput.cpp | 40 +++++++++++++++++++++-----------
2 files changed, 30 insertions(+), 16 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 5a24953af4e [PartialInlining]: Improve partial inlining to handle compl [...]
new dbf2bf739f4 Refactor DynamicLibrary so searching for a symbol will have [...]
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/Support/DynamicLibrary.h | 7 +-
lib/Support/CMakeLists.txt | 1 -
lib/Support/DynamicLibrary.cpp | 237 ++++++++++-----------
lib/Support/SearchForAddressOfSpecialSymbol.cpp | 58 -----
lib/Support/Unix/DynamicLibrary.inc | 131 ++++++++++++
lib/Support/Windows/DynamicLibrary.inc | 218 ++++++++++---------
unittests/Support/CMakeLists.txt | 2 +
unittests/Support/DynamicLibrary/CMakeLists.txt | 19 ++
.../Support/DynamicLibrary/DynamicLibraryTest.cpp | 133 ++++++++++++
unittests/Support/DynamicLibrary/PipSqueak.cxx | 36 ++++
.../Support/DynamicLibrary/PipSqueak.h | 15 +-
11 files changed, 566 insertions(+), 291 deletions(-)
delete mode 100644 lib/Support/SearchForAddressOfSpecialSymbol.cpp
create mode 100644 lib/Support/Unix/DynamicLibrary.inc
create mode 100644 unittests/Support/DynamicLibrary/CMakeLists.txt
create mode 100644 unittests/Support/DynamicLibrary/DynamicLibraryTest.cpp
create mode 100644 unittests/Support/DynamicLibrary/PipSqueak.cxx
copy lib/MC/MCCodeEmitter.cpp => unittests/Support/DynamicLibrary/PipSqueak.h (56%)
--
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 2834a6874e1 [CodeView] Isolate Debug Info Fragments into standalone classes.
new 5a24953af4e [PartialInlining]: Improve partial inlining to handle compl [...]
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/Transforms/IPO/PartialInlining.cpp | 284 ++++++++++++++++++---
.../CodeExtractor/MultipleExitBranchProb.ll | 6 +-
test/Transforms/CodeExtractor/PartialInlineAnd.ll | 56 ++++
.../Transforms/CodeExtractor/PartialInlineAndOr.ll | 63 +++++
test/Transforms/CodeExtractor/PartialInlineOr.ll | 97 +++++++
.../Transforms/CodeExtractor/PartialInlineOrAnd.ll | 71 ++++++
.../SingleCondition.ll} | 7 +-
test/Transforms/CodeExtractor/unreachable-block.ll | 6 +-
8 files changed, 540 insertions(+), 50 deletions(-)
create mode 100644 test/Transforms/CodeExtractor/PartialInlineAnd.ll
create mode 100644 test/Transforms/CodeExtractor/PartialInlineAndOr.ll
create mode 100644 test/Transforms/CodeExtractor/PartialInlineOr.ll
create mode 100644 test/Transforms/CodeExtractor/PartialInlineOrAnd.ll
copy test/Transforms/{Inline/partial-inline-act.ll => CodeExtractor/SingleConditio [...]
--
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.
Adhemerval Zanella pushed a change to branch linaro-local/linaro_binutils-2_27-branch
in repository toolchain/binutils-gdb.
at 576d151194 Require --no-dynamic-linker with -static -E/--dynamic-list
This branch includes the following new commits:
new 576d151194 Require --no-dynamic-linker with -static -E/--dynamic-list
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.