llvm-6502/lib
Kevin Enderby 613b757689 First part of support for generating dwarf for assembly source files with the
-g flag.  In this part we generate the .file for the source being assembled and
the .loc's for the assembled instructions.

The next part will be to generate the dwarf Compile Unit DIE and a dwarf
subprogram DIE for each non-temporary label.

Once the next part is done test cases will be added.  rdar://9275556


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143509 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-01 22:27:22 +00:00
..
Analysis Reapply commit 143214 with a fix: m_ICmp doesn't match conditions 2011-10-30 19:56:36 +00:00
Archive Rewrite the CMake build to use explicit dependencies between libraries, 2011-07-29 00:14:25 +00:00
AsmParser LLLexer: Factor hex char parsing. 2011-10-27 14:08:01 +00:00
Bitcode Also update the EH with bitcode. I missed this earlier. Thanks to Duncan for pointing it out. 2011-10-05 07:04:14 +00:00
CodeGen Update split candidate correctly when interference cache is full. 2011-11-01 00:02:31 +00:00
DebugInfo lib/DebugInfo/DWARFDebugLine.cpp: De-Unicode-ify. 2011-10-08 11:22:47 +00:00
ExecutionEngine rename getHostTriple into getDefaultTargetTriple 2011-11-01 21:32:20 +00:00
Linker Teach ModuleLinker::getLinkageResult about materialisable functions 2011-10-30 17:46:34 +00:00
MC First part of support for generating dwarf for assembly source files with the 2011-11-01 22:27:22 +00:00
Object If we're searching for a symbol reference to pretty-print a scattered relocation address, and we don't find a symbol table entry, try section begin addresses as well. 2011-10-27 21:53:50 +00:00
Support rename getHostTriple into getDefaultTargetTriple 2011-11-01 21:32:20 +00:00
TableGen Implement Paste 2011-10-19 13:04:43 +00:00
Target Fix disassembly of some VST1 instructions. 2011-11-01 22:18:13 +00:00
Transforms Make sure we use the right insertion point when instcombine replaces a PHI with another instruction. (Specifically, don't insert an arbitrary instruction before a PHI.) Fixes PR11275. 2011-11-01 04:49:29 +00:00
VMCore Add a pinned metadata name for fpaccuracy, and document it 2011-10-27 19:19:14 +00:00
CMakeLists.txt Move TableGen's parser and entry point into a library 2011-10-01 16:41:13 +00:00
Makefile Remove more of llvmc and dependencies. 2011-09-20 00:34:27 +00:00