llvm-6502/lib/Target/X86/AsmPrinter
Bill Wendling cebae36f57 Add a bit along with the MCSymbols stored in the MachineModuleInfo maps that
indicates that an MCSymbol is external or not. (It's true if it's external.)
This will be used to specify the correct information to add to non-lazy
pointers. That will be explained further when this bit is used.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98199 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-10 22:34:10 +00:00
..
CMakeLists.txt Update CMake file (lexically order files). 2009-10-13 18:57:27 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
X86AsmPrinter.cpp Add a bit along with the MCSymbols stored in the MachineModuleInfo maps that 2010-03-10 22:34:10 +00:00
X86AsmPrinter.h Cleanup stdcall / fastcall name mangling. 2010-02-12 15:28:40 +00:00
X86ATTInstPrinter.cpp Make the operand and format specifier match, and print all 2010-02-17 00:37:20 +00:00
X86ATTInstPrinter.h enhance llvm-mc -show-inst to print the enum of an instruction, like so: 2010-02-11 22:57:32 +00:00
X86IntelInstPrinter.cpp enhance llvm-mc -show-inst to print the enum of an instruction, like so: 2010-02-11 22:57:32 +00:00
X86IntelInstPrinter.h enhance llvm-mc -show-inst to print the enum of an instruction, like so: 2010-02-11 22:57:32 +00:00
X86MCInstLower.cpp Add a bit along with the MCSymbols stored in the MachineModuleInfo maps that 2010-03-10 22:34:10 +00:00
X86MCInstLower.h unify the paths for external symbols and global variables: 2010-02-08 23:03:41 +00:00