llvm-6502/lib/CodeGen/AsmPrinter
Evan Cheng 3e74d6fdd2 Move TargetRegistry and TargetSelect from Target to Support where they belong.
These are strictly utilities for registering targets and components.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138450 91177308-0d34-0410-b5e6-96231b3b80d8
2011-08-24 18:08:43 +00:00
..
ARMException.cpp
AsmPrinter.cpp Remove an unnecessary cast. 2011-08-01 12:27:15 +00:00
AsmPrinterDwarf.cpp
AsmPrinterInlineAsm.cpp Move TargetRegistry and TargetSelect from Target to Support where they belong. 2011-08-24 18:08:43 +00:00
CMakeLists.txt
DIE.cpp Fix a lot of typos, improve (but not necessarily fix) grammaros and reflow some 2011-07-29 03:49:23 +00:00
DIE.h
DwarfCFIException.cpp
DwarfCompileUnit.cpp Eliminate unnecessary forwarding function. 2011-08-18 23:17:55 +00:00
DwarfCompileUnit.h Until now all debug info MDNodes referred to a root MDNode, a compile unit. This simplified handling of these needs in dwarf writer. However, one side effect of this is that during link time optimization all these MDNodes are _not_ uniqued. In other words there will be N number of MDNodes describing "int", "char" and all other types, which would suddenly grow when each object file starts using libraries like STL. 2011-08-16 22:09:43 +00:00
DwarfDebug.cpp Do not use named md nodes to track variables that are completely optimized. This does not scale while doing LTO with debug info. New approach is to include list of variables in the subprogram info directly. 2011-08-19 23:28:12 +00:00
DwarfDebug.h Eliminate unnecessary forwarding function. 2011-08-18 23:17:55 +00:00
DwarfException.cpp add the comments of each declaration follow it, making it easier to read and compare to GCC's result. 2011-08-18 23:43:14 +00:00
DwarfException.h
Makefile
OcamlGCPrinter.cpp
Win64Exception.cpp