hanchenye-llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc
Alexey Samsonov 49109a279c Revert r194865 and r194874.
This change is incorrect. If you delete virtual destructor of both a base class
and a subclass, then the following code:
  Base *foo = new Child();
  delete foo;
will not cause the destructor for members of Child class. As a result, I observe
plently of memory leaks. Notable examples I investigated are:
ObjectBuffer and ObjectBufferStream, AttributeImpl and StringSAttributeImpl.

llvm-svn: 194997
2013-11-18 09:31:53 +00:00
..
CMakeLists.txt
LLVMBuild.txt
Makefile
PPCAsmBackend.cpp PPC: Allow partial fills in writeNopData() 2013-09-26 09:18:48 +00:00
PPCELFObjectWriter.cpp
PPCFixupKinds.h
PPCMCAsmInfo.cpp Add a MCAsmInfoELF class and factor some code into it. 2013-10-16 01:34:32 +00:00
PPCMCAsmInfo.h Add a MCAsmInfoELF class and factor some code into it. 2013-10-16 01:34:32 +00:00
PPCMCCodeEmitter.cpp [PowerPC] Fix PR17155 - Ignore COPY_TO_REGCLASS during emit. 2013-09-16 17:25:12 +00:00
PPCMCExpr.cpp Fix use of uninitialized value added in r189400 (found by MemorySanitizer) 2013-08-28 08:30:47 +00:00
PPCMCExpr.h
PPCMCTargetDesc.cpp Revert r194865 and r194874. 2013-11-18 09:31:53 +00:00
PPCMCTargetDesc.h Generate compact unwind encoding from CFI directives. 2013-09-09 02:37:14 +00:00
PPCMachObjectWriter.cpp Move everything depending on Object/MachOFormat.h over to Support/MachO.h. 2013-09-01 04:28:48 +00:00
PPCPredicates.cpp
PPCPredicates.h