llvm-6502/lib/Target/PowerPC/MCTargetDesc
Alexey Samsonov b21ab43cfc 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194997 91177308-0d34-0410-b5e6-96231b3b80d8
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
PPCMachObjectWriter.cpp Move everything depending on Object/MachOFormat.h over to Support/MachO.h. 2013-09-01 04:28:48 +00:00
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
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
PPCPredicates.cpp
PPCPredicates.h