llvm-6502/lib/CodeGen/AsmPrinter
Chris Lattner 9e631da253 Add AsmPrinter (aka MCLowering) support for ConstantDataSequential,
and clean up some other misc stuff.  Unlike ConstantArray, we will
prefer to emit .fill directives for "String" arrays that all have
the same value, since they are denser than emitting a .ascii


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148793 91177308-0d34-0410-b5e6-96231b3b80d8
2012-01-24 09:31:43 +00:00
..
ARMException.cpp Revert r148686 (and r148694, a fix to it) due to a serious layering 2012-01-24 00:30:17 +00:00
AsmPrinter.cpp Add AsmPrinter (aka MCLowering) support for ConstantDataSequential, 2012-01-24 09:31:43 +00:00
AsmPrinterDwarf.cpp Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the 2011-12-17 01:14:52 +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 More dead code removal (using -Wunreachable-code) 2012-01-20 21:51:11 +00:00
DIE.h Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:50:00 +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 Add a comment and ensure that anyone else looking at this code doesn't start 2012-01-06 23:03:37 +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 Use const vector references instead of a vector copy. Spotted by Devang. 2012-01-06 23:03:34 +00:00
DwarfDebug.h Remove the pubnames section, no one consumes it. 2011-11-09 05:24:07 +00:00
DwarfException.cpp Add bundle aware API for querying instruction properties and switch the code 2011-12-07 07:15:52 +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