This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e97626f4721 Improve the accuracy of variable ranges .debug_loc location lists.
new be5d464765c Move testcase into the target-appropriate subdirectory.
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/DebugInfo/{Generic => X86}/partial-constant.ll | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename test/DebugInfo/{Generic => X86}/partial-constant.ll (100%)
--
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 b8f8fa1c8c2 utils: Add a git-r utility for mapping svn revisions to git [...]
new e97626f4721 Improve the accuracy of variable ranges .debug_loc location lists.
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/AsmPrinter/DwarfDebug.cpp | 66 +++++++++++++++++----
test/DebugInfo/Generic/partial-constant.ll | 82 ++++++++++++++++++++++++++
test/DebugInfo/Generic/sugared-constants.ll | 30 +---------
test/DebugInfo/MIR/X86/bit-piece-dh.mir | 10 +---
test/DebugInfo/X86/dbg-merge-loc-entry.ll | 2 +
test/DebugInfo/X86/inlined-formal-parameter.ll | 14 +++--
test/DebugInfo/X86/parameters.ll | 13 ++--
test/DebugInfo/X86/pieces-3.ll | 9 ++-
test/DebugInfo/X86/reference-argument.ll | 10 ++--
test/DebugInfo/X86/this-stack_value.ll | 4 +-
10 files changed, 168 insertions(+), 72 deletions(-)
create mode 100644 test/DebugInfo/Generic/partial-constant.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 clang.
from 308da19bca [index] Fix typo: inferface -> interface
new 0c8ec43378 [Driver] Do a PATH lookup if needed when using -no-canonical [...]
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:
tools/driver/driver.cpp | 11 +++++++++--
1 file changed, 9 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 lld.
from 1279f41a5 Switch external cvtres.exe for llvm's own resource library.
new db932d417 Update a comment.
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:
ELF/LinkerScript.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 gcc.
from 307e8c78641 [arm] Fix various tests
new 67d38f28538 gcc/ChangeLog:
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/config/rs6000/altivec.h | 4 +
gcc/config/rs6000/altivec.md | 17 ++-
gcc/config/rs6000/rs6000-builtin.def | 19 ++-
gcc/config/rs6000/rs6000-c.c | 28 +++-
gcc/config/rs6000/rs6000-protos.h | 1 +
gcc/config/rs6000/rs6000.c | 45 +++++-
gcc/config/rs6000/vsx.md | 158 +++++++++++++++++++++
gcc/doc/extend.texi | 14 ++
.../gcc.target/powerpc/builtins-3-runnable.c | 92 +++++++++++-
9 files changed, 361 insertions(+), 17 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 3589cb5a83a [DWARF] Corrected behavior for when no .apple_names section [...]
new b8f8fa1c8c2 utils: Add a git-r utility for mapping svn revisions to git [...]
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:
utils/git-svn/git-r/git-r.go | 169 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 169 insertions(+)
create mode 100644 utils/git-svn/git-r/git-r.go
--
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 d399e11f185 [Object] Remove redundant std::move.
new 51c5f771ec3 Clean up some things in the WindowsResource changes.
new 3589cb5a83a [DWARF] Corrected behavior for when no .apple_names section [...]
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/llvm/Object/WindowsResource.h | 2 -
lib/DebugInfo/DWARF/DWARFVerifier.cpp | 6 +-
lib/Object/WindowsResource.cpp | 195 ++++++++++-----------
.../X86/apple_names_verify_buckets.s | 2 +-
...y_buckets.s => no_apple_names_verify_buckets.s} | 30 +---
tools/llvm-cvtres/llvm-cvtres.cpp | 15 +-
tools/llvm-cvtres/llvm-cvtres.h | 17 --
7 files changed, 109 insertions(+), 158 deletions(-)
copy test/tools/llvm-dwarfdump/X86/{apple_names_verify_buckets.s => no_apple_names [...]
delete mode 100644 tools/llvm-cvtres/llvm-cvtres.h
--
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 c501cd4b208 Switch external cvtres.exe for llvm's own resource library.
new d399e11f185 [Object] Remove redundant std::move.
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/Object/WindowsResource.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 512a2c924aa [InstCombine] Set correct insertion point for selects gener [...]
new c501cd4b208 Switch external cvtres.exe for llvm's own resource library.
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/Object/WindowsResource.h | 7 ++---
lib/Object/WindowsResource.cpp | 53 ++++++++++++++++-------------------
tools/llvm-cvtres/llvm-cvtres.cpp | 33 ++++++++++++++--------
3 files changed, 47 insertions(+), 46 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 9725db1cc Upstreaming the UndefinedBehaviorSanitizerRuntime and MainThr [...]
new 5543f4417 Fix the CMake files for the new InstrumentationRuntime plugins.
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:
.../InstrumentationRuntime/MainThreadChecker/CMakeLists.txt | 12 +++++++++++-
.../UndefinedBehaviorSanitizer/CMakeLists.txt | 12 +++++++++++-
2 files changed, 22 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.