llvm-6502/lib
Manman Ren 8b15d74434 [Dwarf] early exit to avoid creating dangling DIEs
We used to create children DIEs for a scope, then check whether ScopeDIE is
null. If ScopeDIE is null, the children DIEs will be dangling. Other DIEs can
link to those dangling DIEs, which are not emitted at all, causing dwarf error.

The current testing case is 4k lines, from MultiSource/BenchMark/McCat/09-vor.

rdar://problem/13071959


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174084 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-31 20:05:14 +00:00
..
Analysis
Archive
AsmParser
Bitcode
CodeGen [Dwarf] early exit to avoid creating dangling DIEs 2013-01-31 20:05:14 +00:00
DebugInfo
ExecutionEngine interpreter: Fix errant fallthrough. 2013-01-31 19:46:59 +00:00
IR Remove the Attribute::hasAttributes() function. 2013-01-31 06:22:35 +00:00
Linker
MC [MC] bundle alignment: prevent padding instructions from crossing bundle boundaries 2013-01-31 17:00:03 +00:00
Object Object: Fix errant fallthrough. 2013-01-31 19:46:57 +00:00
Option
Support Add AArch64 as an experimental target. 2013-01-31 12:12:40 +00:00
TableGen
Target [PEI] Pass the frame index operand number to the eliminateFrameIndex function. 2013-01-31 20:02:54 +00:00
Transforms Revert r173946. This breaks compilation of googletest with Clang 2013-01-31 08:02:11 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile