1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 13:33:37 +02:00
llvm-mirror/lib/Target/Mips/MCTargetDesc
Alexey Samsonov 3bfef6bdb6 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 Add a MCTargetStreamer interface. 2013-10-08 13:08:17 +00:00
LLVMBuild.txt
Makefile
MipsAsmBackend.cpp Support for microMIPS branch instructions. 2013-11-04 14:53:22 +00:00
MipsBaseInfo.h
MipsELFObjectWriter.cpp Support for microMIPS branch instructions. 2013-11-04 14:53:22 +00:00
MipsFixupKinds.h Support for microMIPS branch instructions. 2013-11-04 14:53:22 +00:00
MipsMCAsmInfo.cpp Add a MCAsmInfoELF class and factor some code into it. 2013-10-16 01:34:32 +00:00
MipsMCAsmInfo.h Add a MCAsmInfoELF class and factor some code into it. 2013-10-16 01:34:32 +00:00
MipsMCCodeEmitter.cpp Support for microMIPS branch instructions. 2013-11-04 14:53:22 +00:00
MipsMCTargetDesc.cpp Revert r194865 and r194874. 2013-11-18 09:31:53 +00:00
MipsMCTargetDesc.h Generate compact unwind encoding from CFI directives. 2013-09-09 02:37:14 +00:00
MipsReginfo.cpp
MipsReginfo.h