llvm-6502/lib
Bob Wilson 87949d4d5a Clean up whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98769 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-17 21:16:45 +00:00
..
Analysis Revert 98755, which may be causing trouble. 2010-03-17 19:54:53 +00:00
Archive
AsmParser
Bitcode reapply r98656 unmodified, which exposed the asmprinter not 2010-03-16 21:25:55 +00:00
CodeGen Fix EmitSectionOffset incorrect argument. DwarfDebug is emitting debug info so isEH is always false. This was hiding until now from compilers because of default arguments. This was hiding from dwarf debug info users because for most of the platform isAbsoluteEHSectionOffsets() is same as isAbsoluteDebugSectionOffsets(). But Chris found it while updating dwarf printer to use MC*. 2010-03-17 17:29:55 +00:00
CompilerDriver
ExecutionEngine
Linker
MC fix GetOrCreateTemporarySymbol to require a name, clients 2010-03-17 05:41:18 +00:00
Support
System Fix a false-positive memory leak in code using RemoveFileOnSignal(). Because 2010-03-17 07:08:12 +00:00
Target Clean up whitespace. 2010-03-17 21:16:45 +00:00
Transforms
VMCore
Makefile