llvm-6502/lib
Dan Gohman ba0941fbe0 Don't discard an AssemblyAnnotationWriter when writing GlobalValues,
which include Functions, where it can be quite useful to use an
AssemblyAnnotationWriter.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69598 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-20 16:10:33 +00:00
..
Analysis
Archive
AsmParser
Bitcode
CodeGen Added a linearscan register allocation optimization. When the register allocator spill an interval with multiple uses in the same basic block, it creates a different virtual register for each of the reloads. e.g. 2009-04-20 08:01:12 +00:00
CompilerDriver
Debugger
ExecutionEngine
Linker
Support Make all raw_ostreams support the tell() function. 2009-04-20 07:34:17 +00:00
System
Target
Transforms Before trying to introduce/eliminate cast/ext/trunc to make indices type as 2009-04-20 06:05:54 +00:00
VMCore Don't discard an AssemblyAnnotationWriter when writing GlobalValues, 2009-04-20 16:10:33 +00:00
Makefile