This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 7ddbee4c06 [clang/DIVar] Emit the flag for params that have unmodified value
new 8942d642f0 Make CodeGen depend on ASTMatchers
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/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 8690e627d5a AMDGPU: Fix unused variable
new 4871614dcfe Add GSYM utility files along with unit tests.
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/GSYM/FileEntry.h | 69 +++++
include/llvm/DebugInfo/GSYM/FunctionInfo.h | 107 ++++++++
include/llvm/DebugInfo/GSYM/InlineInfo.h | 77 ++++++
include/llvm/DebugInfo/GSYM/LineEntry.h | 48 ++++
include/llvm/DebugInfo/GSYM/Range.h | 123 +++++++++
include/llvm/DebugInfo/GSYM/StringTable.h | 54 ++++
lib/DebugInfo/CMakeLists.txt | 1 +
lib/DebugInfo/GSYM/CMakeLists.txt | 9 +
lib/DebugInfo/GSYM/FunctionInfo.cpp | 23 ++
lib/DebugInfo/GSYM/InlineInfo.cpp | 59 +++++
lib/DebugInfo/GSYM/Range.cpp | 71 ++++++
unittests/DebugInfo/CMakeLists.txt | 1 +
unittests/DebugInfo/GSYM/CMakeLists.txt | 15 ++
unittests/DebugInfo/GSYM/GSYMTest.cpp | 390 +++++++++++++++++++++++++++++
14 files changed, 1047 insertions(+)
create mode 100644 include/llvm/DebugInfo/GSYM/FileEntry.h
create mode 100644 include/llvm/DebugInfo/GSYM/FunctionInfo.h
create mode 100644 include/llvm/DebugInfo/GSYM/InlineInfo.h
create mode 100644 include/llvm/DebugInfo/GSYM/LineEntry.h
create mode 100644 include/llvm/DebugInfo/GSYM/Range.h
create mode 100644 include/llvm/DebugInfo/GSYM/StringTable.h
create mode 100644 lib/DebugInfo/GSYM/CMakeLists.txt
create mode 100644 lib/DebugInfo/GSYM/FunctionInfo.cpp
create mode 100644 lib/DebugInfo/GSYM/InlineInfo.cpp
create mode 100644 lib/DebugInfo/GSYM/Range.cpp
create mode 100644 unittests/DebugInfo/GSYM/CMakeLists.txt
create mode 100644 unittests/DebugInfo/GSYM/GSYMTest.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 99d9050d856 AMDGPU: Check MRI for callee saved regs instead of TRI
new 8690e627d5a AMDGPU: Fix unused variable
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/Target/AMDGPU/SIFrameLowering.cpp | 1 -
1 file changed, 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 gcc.
from cec91df1946 [PR preprocessor/90927] Fixe dependency output
new 6ca9484da0b * config.gcc (powerpc-ibm-aix*): Define target_gtfiles.
new 869da9c7252 * config/rs6000/rs6000-logue.c: Add #ifndef TARGET_ [...]
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:
gcc/ChangeLog | 8 ++++++++
gcc/config.gcc | 3 +++
gcc/config/rs6000/rs6000-logue.c | 5 +++++
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 llvm.
from 9c871764b94 [InlineCost] cleanup calculations of Cost and Threshold
new 99d9050d856 AMDGPU: Check MRI for callee saved regs instead of TRI
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/Target/AMDGPU/GCNNSAReassign.cpp | 2 +-
lib/Target/AMDGPU/GCNRegBankReassign.cpp | 2 +-
lib/Target/AMDGPU/SIFrameLowering.cpp | 6 ++----
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 2 +-
4 files changed, 5 insertions(+), 7 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 be6c4bde2d [clang] Fix test failures after the rL364399
new f269c05476 [OpenCL] Improve diagnostic for placement new
new 7ddbee4c06 [clang/DIVar] Emit the flag for params that have unmodified value
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/Basic/DiagnosticSemaKinds.td | 3 +++
lib/CodeGen/CGDebugInfo.cpp | 39 ++++++++++++++++++++++++++++
lib/CodeGen/CGDebugInfo.h | 4 +++
lib/Sema/SemaExprCXX.cpp | 6 ++++-
test/CodeGen/debug-info-param-modification.c | 12 +++++++++
test/SemaOpenCLCXX/newdelete.cl | 2 +-
6 files changed, 64 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/debug-info-param-modification.c
--
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 marxin/marxin-gcc-benchmark-branch
in repository gcc.
from b746b9bd793 Merge remote-tracking branch 'parent/master' into marxin-gc [...]
new 1ffddf12e2a Restrict LOOP_ALIGN to loop headers only.
new 21c4b801902 Revert "Restrict LOOP_ALIGN to loop headers only."
new 1ba1b3b9def Revert "Revert "Restrict LOOP_ALIGN to loop headers only.""
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:
gcc/final.c | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.