This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3e56517 Properly handle short file names on the command line in Windows
new fd01540 [safestack] Fixup llvm.dbg.value when rewriting unsafe allocas.
new f268616 [safestack] Sink unsafe address computation to each use.
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/Transforms/Utils/Local.h | 8 +++
lib/CodeGen/SafeStack.cpp | 40 ++++++++---
lib/Transforms/Utils/Local.cpp | 92 +++++++++++++++++++-----
test/Transforms/SafeStack/array-aligned.ll | 7 +-
test/Transforms/SafeStack/array.ll | 7 +-
test/Transforms/SafeStack/debug-loc-dynamic.ll | 57 +++++++++++++++
test/Transforms/SafeStack/debug-loc2.ll | 98 ++++++++++++++++++++++++++
test/Transforms/SafeStack/phi.ll | 35 +++++++++
test/Transforms/SafeStack/sink-to-use.ll | 22 ++++++
test/Transforms/SafeStack/struct.ll | 7 +-
10 files changed, 334 insertions(+), 39 deletions(-)
create mode 100644 test/Transforms/SafeStack/debug-loc-dynamic.ll
create mode 100644 test/Transforms/SafeStack/debug-loc2.ll
create mode 100644 test/Transforms/SafeStack/phi.ll
create mode 100644 test/Transforms/SafeStack/sink-to-use.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 8b651e6 [LV] Make getSymbolicStrides return a pointer rather than a r [...]
new 3e56517 Properly handle short file names on the command line in Windows
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/Support/Windows/Process.inc | 29 +++++++++++++++++++++++++++--
1 file changed, 27 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 57ba611 Fix BitVector move ctor/assignment.
new 8b651e6 [LV] Make getSymbolicStrides return a pointer rather than a r [...]
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/Vectorize/LoopVectorize.cpp | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 6d25c4f TTI: Add hook for memory width to vectorize
new 57ba611 Fix BitVector move ctor/assignment.
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/ADT/BitVector.h | 2 ++
unittests/ADT/BitVectorTest.cpp | 26 ++++++++++++++++++++++++++
2 files changed, 28 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 5dd02f3 [CodeView] Implement support for enums
new 6d25c4f TTI: Add hook for memory width to vectorize
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/TargetTransformInfo.h | 10 ++++++++++
include/llvm/Analysis/TargetTransformInfoImpl.h | 2 ++
lib/Analysis/TargetTransformInfo.cpp | 4 ++++
3 files changed, 16 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 9ff2a18 Minor fixes for miamcpu-opt.c test
new 44d1e0a Functions declared in a scope should not hide previous declar [...]
new 21f60bb Keep invalid functions as part of the AST
new 12a83d3 Fix a few issues while skipping function bodies
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:
lib/Parse/ParseCXXInlineMethods.cpp | 6 ++++
lib/Parse/ParseObjc.cpp | 6 ++++
lib/Parse/ParseStmt.cpp | 46 ++++++++++++++------------
lib/Parse/Parser.cpp | 13 ++++++++
lib/Sema/SemaDecl.cpp | 9 +++--
lib/Sema/SemaLookup.cpp | 23 +++++++------
test/CodeCompletion/ctor-initializer.cpp | 41 +++++++++++++++++++++++
test/Misc/ast-dump-invalid.cpp | 21 ++++++++++++
test/Sema/predefined-function.c | 5 ++-
test/SemaCXX/function-redecl.cpp | 9 ++++-
unittests/Tooling/ToolingTest.cpp | 56 +++++++++++++++++++++++++++++++-
11 files changed, 194 insertions(+), 41 deletions(-)
create mode 100644 test/CodeCompletion/ctor-initializer.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 gcc.
from 60b33cd Add Michael Collison with Write After Approval
new 2e6d386 * config/pa/pa.c (pa_output_pic_pcrel_sequence): New. (pa_o [...]
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 | 9 ++
gcc/config/pa/pa.c | 235 ++++++++++++++++++++++++-----------------------------
2 files changed, 115 insertions(+), 129 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 dc9478a AArch64: Fix range loop contradicting comment above it
new 5dd02f3 [CodeView] Implement support for enums
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/CodeViewDebug.cpp | 21 ++++++++++++++
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 1 +
test/DebugInfo/COFF/enum.ll | 47 ++++++++++++++++++++++++++++++++
3 files changed, 69 insertions(+)
create mode 100644 test/DebugInfo/COFF/enum.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 7d80f21 [EarlyCSE] Minor cosmetic NFC changes
new f3108f6 AMDGPU: Fix maximum instruction size for amdgcn
new afacc94 Revert "Refactor and cleanup Assembly Parsing / Lexing"
new a3e2909 AMDGPU/SI: Propagate the Kill flag in storeRegToStackSlot and [...]
new dc9478a AArch64: Fix range loop contradicting comment above it
The 4 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/MC/MCParser/AsmLexer.h | 11 +-
include/llvm/MC/MCParser/MCAsmLexer.h | 8 +-
lib/MC/MCParser/AsmLexer.cpp | 137 +++++++++------------
lib/MC/MCParser/AsmParser.cpp | 88 +++++++------
lib/Target/AArch64/AArch64BranchRelaxation.cpp | 3 +-
lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp | 4 +-
lib/Target/AMDGPU/SIInstrInfo.cpp | 4 +-
lib/Target/AMDGPU/SIRegisterInfo.cpp | 38 ++++--
lib/Target/AMDGPU/SIRegisterInfo.h | 2 +-
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 4 +-
lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp | 25 ++--
lib/Target/Lanai/AsmParser/LanaiAsmParser.cpp | 2 +-
lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp | 2 +-
test/MC/AsmParser/hash-directive.s | 23 ----
14 files changed, 169 insertions(+), 182 deletions(-)
delete mode 100644 test/MC/AsmParser/hash-directive.s
--
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 60eee05 [EarlyCSE] Fold invariant loads
new 7d80f21 [EarlyCSE] Minor cosmetic NFC changes
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/Scalar/EarlyCSE.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.