llvm-6502/lib/CodeGen/AsmPrinter
Bill Wendling 057d521e3d Modify the code that emits the module flags to use the new module flags accessor
method. This allows the target lowering code to not have to deal with MDNodes.

Also, avoid leaking memory like a sieve by not creating a global variable for
the image info section, but just emitting the code directly.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150624 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-15 22:36:15 +00:00
..
ARMException.cpp An option to selectively enable part of ARM EHABI support. 2012-01-24 13:05:33 +00:00
AsmPrinter.cpp Modify the code that emits the module flags to use the new module flags accessor 2012-02-15 22:36:15 +00:00
AsmPrinterDwarf.cpp Convert assert(0) to llvm_unreachable 2012-02-05 08:31:47 +00:00
AsmPrinterInlineAsm.cpp Tidy up. Whitepsace. 2011-09-21 21:36:53 +00:00
CMakeLists.txt build/CMake: Finish removal of add_llvm_library_dependencies. 2011-11-29 19:25:30 +00:00
DIE.cpp Convert assert(0) to llvm_unreachable 2012-02-05 08:31:47 +00:00
DIE.h Bit pack DIE structures better. 2012-01-24 12:08:28 +00:00
DwarfAccelTable.cpp Removing unused default switch cases in switches over enums that already account for all enumeration values explicitly. 2012-01-16 23:24:27 +00:00
DwarfAccelTable.h Remove extraneous ';'s. 2012-01-23 22:55:02 +00:00
DwarfCFIException.cpp Add 148175 back. I am unable to reproduce any non determinism in a dragonegg 2012-01-17 04:19:20 +00:00
DwarfCompileUnit.cpp Remove tabs. 2012-02-07 23:33:58 +00:00
DwarfCompileUnit.h As part of the ongoing work in finalizing the accelerator tables, extend 2012-01-06 04:35:23 +00:00
DwarfDebug.cpp Convert assert(0) to llvm_unreachable 2012-02-05 08:31:47 +00:00
DwarfDebug.h tidy up forward declarations. 2012-01-26 20:44:57 +00:00
DwarfException.cpp Convert assert(0) to llvm_unreachable 2012-02-05 08:31:47 +00:00
DwarfException.h Stub out support for Win64-style exceptions. Note that this is merely using 2011-05-27 23:47:32 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile
OcamlGCPrinter.cpp Add missing standard headers. Patch by Joerg Sonnenberger! 2010-12-19 20:43:38 +00:00
Win64Exception.cpp Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for 2011-07-18 22:29:13 +00:00