This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from f06a461 Remove CXXConstructExpr::getFoundDecl(); it turned out to not [...]
new 8085b7c Reduce sizeof(CXXConstructorDecl) by 4-8 bytes.
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/AST/DeclCXX.h | 13 +++++++------
1 file changed, 7 insertions(+), 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 llvm.
from 7f8e1c6 [llc] Do not create the pass config several times for run-pass.
new fc34cc4 Add null checks before using a pointer.
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/ProfileSummaryInfo.cpp | 4 ++++
1 file changed, 4 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 gcc.
from 07f7411 Daily bump.
new 4c5b8dd compiler: fix quoting in error message
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 2 +-
2 files changed, 2 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 aef5f64 [llc] Add support for several run-pass options.
new 7f8e1c6 [llc] Do not create the pass config several times for run-pass.
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/llc/llc.cpp | 13 +++++++------
1 file changed, 7 insertions(+), 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 clang.
from 91b4405 Add doxygen comments to mmintrin.h's intrinsics.
new f06a461 Remove CXXConstructExpr::getFoundDecl(); it turned out to not [...]
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/AST/ExprCXX.h | 7 +------
include/clang/Sema/Sema.h | 11 +++++++++++
lib/AST/ASTImporter.cpp | 7 +------
lib/AST/ExprCXX.cpp | 16 +++-------------
lib/CodeGen/CGObjC.cpp | 1 -
lib/Sema/SemaDeclCXX.cpp | 21 +++++++++++++++++++--
lib/Sema/SemaInit.cpp | 2 +-
lib/Sema/TreeTransform.h | 11 ++---------
8 files changed, 38 insertions(+), 38 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 f6a6d01 Update call site attribute documentation
new 01724b2 [esan|cfrag] Disable load/store instrumentation for cfrag
new aef5f64 [llc] Add support for several run-pass options.
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/CodeGen/CommandFlags.h | 4 --
.../Instrumentation/EfficiencySanitizer.cpp | 10 ++-
test/CodeGen/MIR/Generic/multiRunPass.mir | 20 ++++++
.../struct_field_count_basic.ll | 10 ++-
.../{cache_frag_basic.ll => working_set_slow.ll} | 8 +--
tools/llc/llc.cpp | 77 ++++++++++++++--------
6 files changed, 90 insertions(+), 39 deletions(-)
create mode 100644 test/CodeGen/MIR/Generic/multiRunPass.mir
rename test/Instrumentation/EfficiencySanitizer/{cache_frag_basic.ll => working_se [...]
--
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 81027a2 docs: Add AMDGPU relocation information
new f6a6d01 Update call site attribute documentation
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:
docs/LangRef.rst | 4 ++--
1 file changed, 2 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 lldb.
from b56065e Fix "frame variable" to show all variables defined in functio [...]
new d9591a8 Make all the SBFrame API's take the target lock.
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:
source/API/SBFrame.cpp | 57 +++++++++++++++++++++++++++++++++++++-------------
1 file changed, 43 insertions(+), 14 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 dbaa4b4 AMDGPU: v_cndmask_b32 does not def vcc
new 81027a2 docs: Add AMDGPU relocation information
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:
docs/CodeGenerator.rst | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 51 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 60f588f AMDGPU/SI: Make sure to emit TargetConstant nodes when matchi [...]
new dbaa4b4 AMDGPU: v_cndmask_b32 does not def vcc
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/SIInstrInfo.td | 4 ++--
test/CodeGen/AMDGPU/cndmask-no-def-vcc.ll | 27 +++++++++++++++++++++++++++
2 files changed, 29 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/cndmask-no-def-vcc.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.