llvm-6502/lib/CodeGen/AsmPrinter
Chris Lattner 9b97a73ded Rip out the 'is temporary' nonsense from the MCContext interface to
create symbols.  It is extremely error prone and a source of a lot
of the remaining integrated assembler bugs on x86-64.

This fixes rdar://7807601.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99902 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-30 18:10:53 +00:00
..
AsmPrinter.cpp Rip out the 'is temporary' nonsense from the MCContext interface to 2010-03-30 18:10:53 +00:00
CMakeLists.txt elimiante the DWLabel class, using MCSymbol instead. Start 2010-03-08 22:23:36 +00:00
DIE.cpp DW_AT_stmt_list attribute attached with a compile unit encodes offset of line number information for this compile unit in debug_line section. This offset is always zero when only one compile unit is emitted in a object file. 2010-03-22 22:38:48 +00:00
DIE.h DW_AT_stmt_list attribute attached with a compile unit encodes offset of line number information for this compile unit in debug_line section. This offset is always zero when only one compile unit is emitted in a object file. 2010-03-22 22:38:48 +00:00
DwarfDebug.cpp There is no need to fall through after processing DBG_VALUE machine instruction. 2010-03-30 18:07:00 +00:00
DwarfDebug.h Encode start location of debug value, communicated through DBG_VALUE machine instruction, in a variable's DIE. 2010-03-29 22:59:58 +00:00
DwarfException.cpp use RAII for ExceptionTimer too 2010-03-29 20:39:38 +00:00
DwarfException.h change EH related stuff (other than EH_LABEL) to use MCSymbol 2010-03-14 01:41:15 +00:00
DwarfPrinter.cpp Rip out the 'is temporary' nonsense from the MCContext interface to 2010-03-30 18:10:53 +00:00
DwarfPrinter.h simplify EmitFrameMoves to take BaseLabel in as a symbol 2010-03-13 08:05:25 +00:00
DwarfWriter.cpp Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinter.cpp. 2010-03-29 17:20:31 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
OcamlGCPrinter.cpp unbreak the build, grr symlinks. 2010-03-14 07:36:49 +00:00