llvm-6502/lib/CodeGen/AsmPrinter
Hal Finkel d55a2664f9 Allow the use of an alternate symbol for calculating a function's size.
The standard function epilog includes a .size directive, but ppc64 uses
an alternate local symbol to tag the actual start of each function.

Until recently, binutils accepted the .size directive as:
 .size	test1, .Ltmp0-test1
however, using this directive with recent binutils will result in the error:
 .size expression for XXX does not evaluate to a constant
so we must use the label which actually tags the start of the function.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151200 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-22 21:11:47 +00:00
..
ARMException.cpp An option to selectively enable part of ARM EHABI support. 2012-01-24 13:05:33 +00:00
AsmPrinter.cpp Allow the use of an alternate symbol for calculating a function's size. 2012-02-22 21:11:47 +00:00
AsmPrinterDwarf.cpp Convert assert(0) to llvm_unreachable 2012-02-05 08:31:47 +00:00
AsmPrinterInlineAsm.cpp
CMakeLists.txt
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 Only add DW_AT_prototyped if we're working with a C-like language. 2012-02-22 08:46:21 +00:00
DwarfCompileUnit.h Add the source language into the compile unit. 2012-02-22 08:46:13 +00:00
DwarfDebug.cpp Add the source language into the compile unit. 2012-02-22 08:46:13 +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
LLVMBuild.txt
Makefile
OcamlGCPrinter.cpp
Win64Exception.cpp