llvm-6502/lib
David Blaikie 1881227389 DebugInfo: Move getOrCreateSourceID from DwarfDebug to DwarfCompileUnit
We still do a few lookups into the line table mapping in MCContext that
could be factored out into a single lookup (rather than looking it up
once for the table label, once to set the compilation unit, once for
each time we need a file ID, etc... ) but assembly output complicates
that somewhat as we still need a virtual dispatch back to the
MCAsmStreamer in that case.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204092 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-17 23:53:25 +00:00
..
Analysis Consistent use of the noduplicate attribute. 2014-03-17 16:19:07 +00:00
AsmParser
Bitcode Support: Make error_category's constructor public 2014-03-15 04:05:59 +00:00
CodeGen DebugInfo: Move getOrCreateSourceID from DwarfDebug to DwarfCompileUnit 2014-03-17 23:53:25 +00:00
DebugInfo Make some assertions on constant expressions static. 2014-03-15 18:47:07 +00:00
ExecutionEngine
IR Make some assertions on constant expressions static. 2014-03-15 18:47:07 +00:00
IRReader
LineEditor
Linker
LTO
MC DebugInfo: Move line table zero-directory-index (compilation dir) handling into MCDwarf 2014-03-17 23:29:40 +00:00
Object [C++11] Introduce ObjectFile::symbols() to use range-based loops. 2014-03-17 07:28:19 +00:00
Option
Support
TableGen
Target Make methods static 2014-03-17 22:23:09 +00:00
Transforms Use range metadata instead of introducing selects. 2014-03-17 19:57:04 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile