1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/CodeGen/AsmPrinter
Chris Lattner 2a6bb9bc51 Change the internal interface to makeNameProper to take a bool that
indicates whether the label is private or not, instead of taking
prefix stuff.  One effect of this is that symbols will be generated
with *just* the private prefix, instead of both the private prefix
*and* the user-label-prefix, but this doesn't matter as long as it
is consistent.  For example we'll now get "Lfoo" instead of "L_foo".
These are just assembler temporary labels anyway, so they never even
make it into the .o file.

llvm-svn: 75607
2009-07-14 04:50:12 +00:00
..
AsmPrinter.cpp Change the internal interface to makeNameProper to take a bool that 2009-07-14 04:50:12 +00:00
CMakeLists.txt Fix cmake builds. 2009-05-19 00:18:14 +00:00
DIE.cpp assert(0) -> LLVM_UNREACHABLE. 2009-07-11 20:10:48 +00:00
DIE.h Down with _even more_ statics! 2009-06-24 23:13:56 +00:00
DwarfDebug.cpp Change the internal interface to makeNameProper to take a bool that 2009-07-14 04:50:12 +00:00
DwarfDebug.h revert rev. 75503 for now. 2009-07-13 21:26:33 +00:00
DwarfException.cpp Move c'tor/d'tor to top of file. 2009-05-15 01:18:50 +00:00
DwarfException.h Simplify. 2009-06-25 22:36:02 +00:00
DwarfLabel.cpp Split out the Dwarf writer stuff into separate files. This is a much more 2009-05-15 00:11:17 +00:00
DwarfLabel.h Split out the DwarfDebug module from the DwarfWriter module. 2009-05-15 09:23:25 +00:00
DwarfPrinter.cpp assert(0) -> LLVM_UNREACHABLE. 2009-07-11 20:10:48 +00:00
DwarfPrinter.h Split out the DwarfDebug module from the DwarfWriter module. 2009-05-15 09:23:25 +00:00
DwarfWriter.cpp Simplify. 2009-06-25 22:36:02 +00:00
Makefile remove dead makefile flags. 2009-06-24 05:29:56 +00:00
OcamlGCPrinter.cpp Convert more assert(0)+abort() -> LLVM_UNREACHABLE, 2009-07-11 13:10:19 +00:00