llvm-6502/lib/Target/X86/AsmPrinter
Chris Lattner 4813035b72 change Mangler::makeNameProper to return its result in a SmallVector
instead of returning it in an std::string.  Based on this change:

1. Change TargetLoweringObjectFileCOFF::getCOFFSection to take a StringRef
2. Change a bunch of targets to call makeNameProper with a smallstring,
   making several of them *much* more efficient.
3. Rewrite Mangler::makeNameProper to not build names and then prepend
   prefixes, not use temporary std::strings, and to avoid other crimes.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93298 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-13 06:38:18 +00:00
..
CMakeLists.txt Update CMake file (lexically order files). 2009-10-13 18:57:27 +00:00
Makefile
X86AsmPrinter.cpp change Mangler::makeNameProper to return its result in a SmallVector 2010-01-13 06:38:18 +00:00
X86AsmPrinter.h unconditionally request MMI 2009-09-24 21:45:57 +00:00
X86ATTInstPrinter.cpp print pcrel immediates as signed values instead of unsigned so that we 2009-12-22 00:44:05 +00:00
X86ATTInstPrinter.h remove strings from instructions who are never asmprinted. 2009-10-19 19:51:42 +00:00
X86IntelInstPrinter.cpp remove a temporary hack. 2009-09-20 07:47:59 +00:00
X86IntelInstPrinter.h kill off printPICLabel now, it's specialness is handled by 2009-09-20 07:28:26 +00:00
X86MCInstLower.cpp Reapply the MOV64r0 patch, with a fix: MOV64r0 clobbers EFLAGS. 2010-01-12 04:42:54 +00:00
X86MCInstLower.h Target-independent support for TargetFlags on BlockAddress operands, 2009-11-20 23:18:13 +00:00