This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c83e065234b [SCEV] Clarify behavior around max backedge taken count
new 9031fd91990 libDebugInfo/DWARF: Apply relocations for debug_addr addres [...]
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/DebugInfo/DWARF/DWARFCompileUnit.h | 5 ++--
include/llvm/DebugInfo/DWARF/DWARFContext.h | 8 +++---
include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h | 5 ++--
include/llvm/DebugInfo/DWARF/DWARFUnit.h | 14 +++++------
lib/DebugInfo/DWARF/DWARFContext.cpp | 28 +++++++++++----------
lib/DebugInfo/DWARF/DWARFUnit.cpp | 14 +++++------
.../Inputs/split-dwarf-addr-object-relocation.dwo | Bin 0 -> 1056 bytes
.../Inputs/split-dwarf-addr-object-relocation.o | Bin 0 -> 2968 bytes
test/DebugInfo/llvm-symbolizer.test | 7 ++++++
9 files changed, 45 insertions(+), 36 deletions(-)
create mode 100644 test/DebugInfo/Inputs/split-dwarf-addr-object-relocation.dwo
create mode 100644 test/DebugInfo/Inputs/split-dwarf-addr-object-relocation.o
--
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 c13111a6fda [X86] Add (ix bitcast(vsetcc)) test cases with illegal types. NFC.
new c83e065234b [SCEV] Clarify behavior around max backedge taken count
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/ScalarEvolution.h | 26 +++++++------
lib/Analysis/ScalarEvolution.cpp | 47 +++++++++++++++++++-----
test/Analysis/ScalarEvolution/nsw.ll | 2 +-
test/Analysis/ScalarEvolution/trip-count-pow2.ll | 10 ++---
4 files changed, 58 insertions(+), 27 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 80b8691318d [InstCombine] Cleanup the interface for overflow checks
new c13111a6fda [X86] Add (ix bitcast(vsetcc)) test cases with illegal types. NFC.
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/CodeGen/X86/bitcast-setcc-128.ll | 918 ++++++++++++++++++++++------------
1 file changed, 594 insertions(+), 324 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 ba7c7e397f6 Add a test case for large integer subtraction via subcarry. NFC
new 80b8691318d [InstCombine] Cleanup the interface for overflow checks
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/InstCombine/InstCombineAddSub.cpp | 26 +++++++------
lib/Transforms/InstCombine/InstCombineCompares.cpp | 8 ++--
lib/Transforms/InstCombine/InstCombineInternal.h | 44 +++++++++++++---------
.../InstCombine/InstCombineMulDivRem.cpp | 11 +++---
4 files changed, 50 insertions(+), 39 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 7184d2e1ad6 Add test case for subcarry optimization.
new ba7c7e397f6 Add a test case for large integer subtraction via subcarry. NFC
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/CodeGen/X86/subcarry.ll | 76 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 76 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 lld.
from fc081f4df COFF: migrate def parser from LLD to LLVM [2/2]
new 1e3ac7202 Revert r303304: Re-submit r303225: Garbage collect dllimporte [...]
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:
COFF/InputFiles.cpp | 11 +---------
COFF/MarkLive.cpp | 38 +++++++++------------------------
COFF/Symbols.cpp | 3 +--
COFF/Symbols.h | 24 +++------------------
COFF/Writer.cpp | 38 ++++++++++-----------------------
test/COFF/Inputs/import.yaml | 9 +-------
test/COFF/dllimport-gc.test | 51 --------------------------------------------
7 files changed, 27 insertions(+), 147 deletions(-)
delete mode 100644 test/COFF/dllimport-gc.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 compiler-rt.
from 0793ce266 Revert "[compiler-rt] Change default of allow_user_segv_handl [...]
new 06f1c090c [XRay][compiler-rt] Add __xray_remove_customevent_handler(...)
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/xray/xray_interface.h | 4 ++++
lib/xray/xray_interface.cc | 5 +++++
test/xray/TestCases/Linux/custom-event-logging.cc | 2 +-
3 files changed, 10 insertions(+), 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 63270bdd55d [SimplifyCFG] Prevent a few APInt copies on method calls th [...]
new 7184d2e1ad6 Add test case for subcarry optimization.
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/CodeGen/X86/subcarry.ll | 61 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 61 insertions(+)
create mode 100644 test/CodeGen/X86/subcarry.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 cc24c88dcf1 NewGVN: Fix PR 33116, the memoryphi version of bug 32838.
new eb118f29816 [KnownBits] Use isNegative/isNonNegative to shorten some code. NFC
new 63270bdd55d [SimplifyCFG] Prevent a few APInt copies on method calls th [...]
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/Transforms/InstCombine/InstCombineAddSub.cpp | 4 ++--
lib/Transforms/Utils/SimplifyCFG.cpp | 4 ++--
2 files changed, 4 insertions(+), 4 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 4d55c717cf8 2017-05-21 Paolo Carlini <paolo.carlini(a)oracle.com>
new 04f0b5c533f Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.