llvm-6502/lib/Target/ARM/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
..
ARMAsmPrinter.cpp Add a bit along with the MCSymbols stored in the MachineModuleInfo maps that 2010-03-10 22:34:10 +00:00
ARMInstPrinter.cpp AL is an optional mnemonic extension for always, except in IT instructions. 2010-03-02 17:57:15 +00:00
ARMInstPrinter.h Factored out the disassembly printing of CPS option, MSR mask, and Negative Zero 2010-03-10 18:59:38 +00:00
ARMMCInstLower.cpp set the temporary bit on MCSymbols correctly. 2010-03-10 02:25:11 +00:00
ARMMCInstLower.h add support for external symbols. The mc instprinter can now handle 2009-10-20 00:56:16 +00:00
CMakeLists.txt wire up skeletal support for having llc print instructions 2009-10-19 20:20:46 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00