llvm/lib/Target/ARM/AsmPrinter
Chris Lattner 11d53c129f rearrange MCContext ownership. Before LLVMTargetMachine created it
and passing off ownership to AsmPrinter.  Now MachineModuleInfo
creates it and owns it by value.  This allows us to use MCSymbols
more consistently throughout the rest of the code generator, and
simplifies a bit of code.  This also allows MachineFunction to 
keep an MCContext reference handy, and cleans up the TargetRegistry
interfaces for AsmPrinters.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98450 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-13 20:55:24 +00:00
..
ARMAsmPrinter.cpp rearrange MCContext ownership. Before LLVMTargetMachine created it 2010-03-13 20:55:24 +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 Added Thumb2 LDRD/STRD pre/post variants for disassembly only. 2010-03-11 01:13:36 +00:00
ARMMCInstLower.cpp inline GetGlobalValueSymbol into the rest its callers and 2010-03-12 21:19:23 +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 Fix LLVM build when the user specifies CPPFLAGS on the make command line. 2010-03-12 21:42:14 +00:00