This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2b83f5e [PowerPC] Implement plain VSX load/store builtins. new ba58685 Add the loop end location to the loop metadata. This addition [...]
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/CGDebugInfo.cpp | 9 +++++++ lib/CodeGen/CGDebugInfo.h | 3 +++ lib/CodeGen/CGLoopInfo.cpp | 28 +++++++++++-------- lib/CodeGen/CGLoopInfo.h | 10 +++---- lib/CodeGen/CGStmt.cpp | 22 +++++++++------ lib/CodeGen/CGStmtOpenMP.cpp | 8 ++++-- lib/CodeGen/CodeGenFunction.cpp | 7 +++++ lib/CodeGen/CodeGenFunction.h | 4 +++ test/CodeGenCXX/debug-info-line-if.cpp | 20 ++++++++------ test/CodeGenCXX/debug-info-loops.cpp | 49 ++++++++++++++++++++++++++++++++++ 10 files changed, 126 insertions(+), 34 deletions(-) create mode 100644 test/CodeGenCXX/debug-info-loops.cpp