llvm-6502/lib/Target/NVPTX
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
..
InstPrinter [NVPTX] Fix handling of indirect calls 2013-11-15 12:30:04 +00:00
MCTargetDesc Remove AllowQuotesInName and friends from MCAsmInfo. 2013-11-13 14:01:59 +00:00
TargetInfo
cl_common_defines.h
CMakeLists.txt
LLVMBuild.txt
Makefile
ManagedStringPool.h
NVPTX.h
NVPTX.td
NVPTXAllocaHoisting.cpp
NVPTXAllocaHoisting.h
NVPTXAsmPrinter.cpp [NVPTX] Fix handling of indirect calls 2013-11-15 12:30:04 +00:00
NVPTXAsmPrinter.h Add a helper getSymbol to AsmPrinter. 2013-10-29 17:07:16 +00:00
NVPTXFrameLowering.cpp
NVPTXFrameLowering.h
NVPTXGenericToNVVM.cpp Add addrspacecast instruction. 2013-11-15 01:34:59 +00:00
NVPTXInstrFormats.td
NVPTXInstrInfo.cpp Revert r194865 and r194874. 2013-11-18 09:31:53 +00:00
NVPTXInstrInfo.h Revert r194865 and r194874. 2013-11-18 09:31:53 +00:00
NVPTXInstrInfo.td [NVPTX] Fix handling of indirect calls 2013-11-15 12:30:04 +00:00
NVPTXIntrinsics.td
NVPTXISelDAGToDAG.cpp Mark some command line flags as hidden 2013-10-18 23:38:13 +00:00
NVPTXISelDAGToDAG.h
NVPTXISelLowering.cpp Revert r194865 and r194874. 2013-11-18 09:31:53 +00:00
NVPTXISelLowering.h [NVPTX] Fix handling of indirect calls 2013-11-15 12:30:04 +00:00
NVPTXLowerAggrCopies.cpp
NVPTXLowerAggrCopies.h
NVPTXMCExpr.cpp
NVPTXMCExpr.h
NVPTXPrologEpilogPass.cpp
NVPTXRegisterInfo.cpp
NVPTXRegisterInfo.h
NVPTXRegisterInfo.td
NVPTXSection.h Revert r194865 and r194874. 2013-11-18 09:31:53 +00:00
NVPTXSplitBBatBar.cpp Fix spelling intruction -> instruction. 2013-09-28 11:46:15 +00:00
NVPTXSplitBBatBar.h
NVPTXSubtarget.cpp Revert r194865 and r194874. 2013-11-18 09:31:53 +00:00
NVPTXSubtarget.h Revert r194865 and r194874. 2013-11-18 09:31:53 +00:00
NVPTXTargetMachine.cpp [NVPTX] Blacklist TailDuplicate pass 2013-11-11 12:58:14 +00:00
NVPTXTargetMachine.h
NVPTXTargetObjectFile.h Revert r194865 and r194874. 2013-11-18 09:31:53 +00:00
NVPTXutil.cpp
NVPTXutil.h
NVPTXUtilities.cpp
NVPTXUtilities.h
NVPTXVector.td
NVVMReflect.cpp Mark some command line flags as hidden 2013-10-18 23:38:13 +00:00