llvm-6502/lib/CodeGen/AsmPrinter
Eric Christopher 0313ced016 Update this a bit more to represent how the prologue should work:
a) frame setup instructions define the prologue
b) we shouldn't change our location mid-stream

Add a test to make sure that the stack adjustment stays within
the prologue.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165250 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-04 20:46:14 +00:00
..
ARMException.cpp
AsmPrinter.cpp Mark jump tables in code sections with DataRegion directives. 2012-09-24 23:06:27 +00:00
AsmPrinterDwarf.cpp
AsmPrinterInlineAsm.cpp [ms-inline asm] Split the parsing of IR asm strings into GCC and MS variants. 2012-09-11 19:09:56 +00:00
CMakeLists.txt
DIE.cpp 80-col fixup. 2012-09-10 23:34:03 +00:00
DIE.h
DwarfAccelTable.cpp
DwarfAccelTable.h Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. 2012-09-15 17:09:36 +00:00
DwarfCFIException.cpp
DwarfCompileUnit.cpp Only emit DW_AT_object_pointer if this is a definition. 2012-09-20 22:51:57 +00:00
DwarfCompileUnit.h 80-col fixup. 2012-09-10 23:34:03 +00:00
DwarfDebug.cpp Update this a bit more to represent how the prologue should work: 2012-10-04 20:46:14 +00:00
DwarfDebug.h Have the DbgVariable "isArtificial" and "isObjectPointer" not 2012-09-21 22:18:52 +00:00
DwarfException.cpp
DwarfException.h Reorder the comments of EmitExceptionTable. 2012-09-05 06:28:26 +00:00
LLVMBuild.txt
Makefile
OcamlGCPrinter.cpp
Win64Exception.cpp