llvm-6502/lib
David Blaikie 3f2f9695c5 Push DwarfDebug::constructScopeDIE down into DwarfCompileUnit
One of many steps to generalize subprogram emission to both the DWO and
non-DWO sections (to emit -gmlt-like data under fission). Once the
functions are pushed down into DwarfCompileUnit some of the data
structures will be pushed at least into DwarfFile so that they can be
unique per-file, allowing emission to both files independently.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219345 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-08 22:20:02 +00:00
..
Analysis
AsmParser
Bitcode
CodeGen Push DwarfDebug::constructScopeDIE down into DwarfCompileUnit 2014-10-08 22:20:02 +00:00
DebugInfo Remove bogus std::error_code returns form SectionRef. 2014-10-08 15:28:58 +00:00
ExecutionEngine Remove bogus std::error_code returns form SectionRef. 2014-10-08 15:28:58 +00:00
IR DebugInfo: Ensure that all debug location scope chains from instructions within a function, lead to the function itself. 2014-10-07 16:56:20 +00:00
IRReader
LineEditor
Linker
LTO
MC Fix COFF section index relocation should be 16 bits, not 32 2014-10-08 18:01:49 +00:00
Object Correctly compute the size of common symbols in COFF. 2014-10-08 17:37:19 +00:00
Option
ProfileData Remove bogus std::error_code returns form SectionRef. 2014-10-08 15:28:58 +00:00
Support Unix/Process: Don't use pthread_sigmask if we aren't built with threads 2014-10-08 08:48:43 +00:00
TableGen
Target [X86] Avoid generating inc/dec when slow for x.atomic_store(1 + x.atomic_load()) 2014-10-08 19:38:18 +00:00
Transforms Inliner: Non-local functions in COMDATs shouldn't be dropped 2014-10-08 19:32:32 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile