]> granicus.if.org Git - clang/commit
Revert "Revert r234581, it might have caused a few miscompiles in Chromium."
authorDavid Majnemer <david.majnemer@gmail.com>
Wed, 22 Apr 2015 21:38:15 +0000 (21:38 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Wed, 22 Apr 2015 21:38:15 +0000 (21:38 +0000)
commit0da939d4e8a7da7a2a4abd7be82ddcf5076fa254
tree52b50a58d1559801d4522281f0f827e68743c585
parente1dcbc9af97c57dfd2a16fcd605b17727e2ac53d
Revert "Revert r234581, it might have caused a few miscompiles in Chromium."

This reverts commit r234700.  It turns out that the lifetime markers
were not the cause of Chromium failing but a bug which was uncovered by
optimizations exposed by the markers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@235553 91177308-0d34-0410-b5e6-96231b3b80d8
23 files changed:
lib/CodeGen/CGCall.cpp
lib/CodeGen/CGCleanup.cpp
lib/CodeGen/CGCleanup.h
lib/CodeGen/CGDecl.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGen/CodeGenFunction.h
lib/CodeGen/EHScopeStack.h
test/CodeGen/cleanup-destslot-simple.c [new file with mode: 0644]
test/CodeGen/lifetime-debuginfo-1.c [new file with mode: 0644]
test/CodeGen/lifetime-debuginfo-2.c [new file with mode: 0644]
test/CodeGenCXX/destructors.cpp
test/CodeGenCXX/nrvo.cpp
test/CodeGenObjC/arc-blocks.m
test/CodeGenObjC/arc-bridged-cast.m
test/CodeGenObjC/arc-literals.m
test/CodeGenObjC/arc-precise-lifetime.m
test/CodeGenObjC/arc-ternary-op.m
test/CodeGenObjC/arc.m
test/CodeGenObjC/exceptions.m
test/CodeGenObjCXX/arc-move.mm
test/CodeGenObjCXX/arc-references.mm
test/CodeGenObjCXX/arc.mm
test/CodeGenObjCXX/literals.mm