llvm/lib
David Greene 1924aabf99 Move DebugInfo checks into EmitComments and remove them from
target-specific AsmPrinters.  Not all comments need DebugInfo.

Re-enable the line numbers comment test.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88697 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-13 21:34:57 +00:00
..
Analysis Revert r87059 for now. It is failing clang tests. 2009-11-13 02:27:33 +00:00
Archive
AsmParser
Bitcode
CodeGen Move DebugInfo checks into EmitComments and remove them from 2009-11-13 21:34:57 +00:00
CompilerDriver Remove dead code. 2009-11-11 04:10:24 +00:00
ExecutionEngine Use stubs when we have them, otherwise use code we already have, 2009-11-12 03:12:18 +00:00
Linker Fix MemoryBuffer::getSTDIN to *not* return null if stdin is empty, this is a lame API. 2009-11-10 00:43:58 +00:00
MC
Support Distinguish "a," from "a". The first one splits into "a" + "" and the second one into 2009-11-13 04:55:09 +00:00
System
Target Move DebugInfo checks into EmitComments and remove them from 2009-11-13 21:34:57 +00:00
Transforms Re-enable this code, since redundant PHIs are now being better nuked. 2009-11-12 23:22:41 +00:00
VMCore Do not use StringRef in DebugInfo interface. 2009-11-12 00:50:58 +00:00
Makefile