This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 125d646 [llvm-readobj] Print MIPS .MIPS.options section content
new c454f3e [ConstantFolding, ValueTracking] Fold constants involving bit [...]
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/Analysis/ConstantFolding.cpp | 17 ++++++++++-------
lib/Analysis/ValueTracking.cpp | 23 +++++++++++++++++++++--
test/Transforms/InstCombine/pr20678.ll | 8 ++++++++
3 files changed, 39 insertions(+), 9 deletions(-)
create mode 100644 test/Transforms/InstCombine/pr20678.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 fbaff66 [IPO/ConstantMerge] Convert to static function, to facilitate [...]
new 125d646 [llvm-readobj] Print MIPS .MIPS.options section content
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:
.../llvm-readobj/Inputs/options.obj.elf-mipsel | Bin 0 -> 1720 bytes
test/tools/llvm-readobj/mips-options-sec.test | 12 ++++
tools/llvm-readobj/ELFDumper.cpp | 68 ++++++++++++++++++---
tools/llvm-readobj/ObjDumper.h | 1 +
tools/llvm-readobj/llvm-readobj.cpp | 6 ++
5 files changed, 80 insertions(+), 7 deletions(-)
create mode 100644 test/tools/llvm-readobj/Inputs/options.obj.elf-mipsel
create mode 100644 test/tools/llvm-readobj/mips-options-sec.test
--
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 b371206 Daily bump.
new 846521c Remove duplicate (A & B) OP (C & B) in match.pd.
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 | 6 ++++++
gcc/match.pd | 15 +++++----------
2 files changed, 11 insertions(+), 10 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 libcxxabi.
from 81681ae Enable testing for static libc++abi
new 6191aec libc++abi: fix visibility of personalities
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:
src/cxa_personality.cpp | 5 +++--
1 file changed, 3 insertions(+), 2 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 187e0e6 Make ListScope and DictScope re-use the same code.
new fbaff66 [IPO/ConstantMerge] Convert to static function, to facilitate [...]
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/ConstantMerge.cpp | 7 +------
1 file changed, 1 insertion(+), 6 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 test-suite.
from c892f42 cmake: Do not reset CPPFLAGS/LDFLAGS in per-benchmark files.
new bc1782b cmake/caches: Use CMAKE_C_FLAGS_RELEASE to pass flags.
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:
CMakeLists.txt | 19 +++++++++++--------
cmake/caches/target-arm64-iphoneos.cmake | 2 +-
cmake/caches/target-haswell.cmake | 3 +--
cmake/caches/target-thumbv7s-iphoneos.cmake | 2 +-
cmake/caches/util/arch_flags.cmake | 4 ----
cmake/caches/util/xcode_sdk.cmake | 8 +++-----
6 files changed, 17 insertions(+), 21 deletions(-)
delete mode 100644 cmake/caches/util/arch_flags.cmake
--
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 e6df379 You have to call setHasLoadedFieldsFromExternalStorage AFTER [...]
new 14597a7 Add a way for an ObjectFile to indicate that assembly emulati [...]
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/lldb/Symbol/ObjectFile.h | 29 ++++++++++++++++++++++
include/lldb/Symbol/UnwindTable.h | 3 +++
.../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 26 +++++++++++++++++--
source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h | 4 +++
source/Symbol/FuncUnwinders.cpp | 6 ++++-
source/Symbol/UnwindTable.cpp | 6 +++++
6 files changed, 71 insertions(+), 3 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 8e46615 Fix CodeCompletion & TypoCorrection when combining a PCH with [...]
new 5c0df64 [X86] Add -malign-double support
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/LangOptions.def | 1 +
include/clang/Driver/Options.td | 2 +
lib/Basic/TargetInfo.cpp | 4 ++
lib/Frontend/CompilerInvocation.cpp | 1 +
test/CodeGen/malign-double.cpp | 115 ++++++++++++++++++++++++++++++++++++
5 files changed, 123 insertions(+)
create mode 100644 test/CodeGen/malign-double.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 llvm.
from 6c67e89 [X86] Lower zext i1 arguments
new 187e0e6 Make ListScope and DictScope re-use the same code.
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/ScopedPrinter.h | 29 +++++++++++------------------
1 file changed, 11 insertions(+), 18 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 6bd4c22 [modules][debuginfo] Only include imported modules when targe [...]
new 8e46615 Fix CodeCompletion & TypoCorrection when combining a PCH with [...]
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/Serialization/ASTReader.cpp | 61 +++++++++++++++++-----
.../CodeCompletion/Inputs/ModuleA/module.modulemap | 4 ++
test/CodeCompletion/Inputs/ModuleA/moduleA.h | 1 +
test/CodeCompletion/Inputs/import_moduleA.h | 2 +
test/CodeCompletion/pch-and-module.m | 37 +++++++++++++
test/Modules/Inputs/module.map | 2 +
test/{PCH => Modules}/Inputs/typo.h | 2 +-
test/Modules/typo.m | 8 +++
8 files changed, 104 insertions(+), 13 deletions(-)
create mode 100644 test/CodeCompletion/Inputs/ModuleA/module.modulemap
create mode 100644 test/CodeCompletion/Inputs/ModuleA/moduleA.h
create mode 100644 test/CodeCompletion/Inputs/import_moduleA.h
create mode 100644 test/CodeCompletion/pch-and-module.m
copy test/{PCH => Modules}/Inputs/typo.h (72%)
create mode 100644 test/Modules/typo.m
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.