hanchenye-llvm-project/llvm/lib/Target/Hexagon
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
..
InstPrinter
MCTargetDesc Revert r194865 and r194874. 2013-11-18 09:31:53 +00:00
TargetInfo
CMakeLists.txt Revert r194865 and r194874. 2013-11-18 09:31:53 +00:00
Hexagon.h
Hexagon.td
HexagonAsmPrinter.cpp Add a helper getSymbol to AsmPrinter. 2013-10-29 17:07:16 +00:00
HexagonAsmPrinter.h
HexagonCFGOptimizer.cpp
HexagonCallingConv.td
HexagonCallingConvLower.cpp
HexagonCallingConvLower.h
HexagonCopyToCombine.cpp
HexagonExpandPredSpillCode.cpp
HexagonFixupHwLoops.cpp
HexagonFrameLowering.cpp
HexagonFrameLowering.h
HexagonHardwareLoops.cpp
HexagonISelDAGToDAG.cpp
HexagonISelLowering.cpp Hexagon: Remove global state. 2013-10-27 11:16:09 +00:00
HexagonISelLowering.h SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too. 2013-11-13 01:57:54 +00:00
HexagonInstrFormats.td
HexagonInstrFormatsV4.td
HexagonInstrInfo.cpp Revert r194865 and r194874. 2013-11-18 09:31:53 +00:00
HexagonInstrInfo.h Revert r194865 and r194874. 2013-11-18 09:31:53 +00:00
HexagonInstrInfo.td
HexagonInstrInfoV3.td
HexagonInstrInfoV4.td Prune trailing linefeeds. 2013-10-28 04:07:31 +00:00
HexagonInstrInfoV5.td
HexagonIntrinsics.td
HexagonIntrinsicsDerived.td
HexagonIntrinsicsV3.td
HexagonIntrinsicsV4.td
HexagonIntrinsicsV5.td
HexagonMCInstLower.cpp Add a helper getSymbol to AsmPrinter. 2013-10-29 17:07:16 +00:00
HexagonMachineFunctionInfo.h Revert r194865 and r194874. 2013-11-18 09:31:53 +00:00
HexagonMachineScheduler.cpp
HexagonMachineScheduler.h
HexagonNewValueJump.cpp
HexagonOperands.td
HexagonPeephole.cpp
HexagonRegisterInfo.cpp
HexagonRegisterInfo.h
HexagonRegisterInfo.td
HexagonRemoveSZExtArgs.cpp
HexagonSchedule.td
HexagonScheduleV4.td
HexagonSelectCCInfo.td
HexagonSelectionDAGInfo.cpp
HexagonSelectionDAGInfo.h
HexagonSplitConst32AndConst64.cpp
HexagonSplitTFRCondSets.cpp
HexagonSubtarget.cpp Revert r194865 and r194874. 2013-11-18 09:31:53 +00:00
HexagonSubtarget.h Revert r194865 and r194874. 2013-11-18 09:31:53 +00:00
HexagonTargetMachine.cpp
HexagonTargetMachine.h
HexagonTargetObjectFile.cpp
HexagonTargetObjectFile.h
HexagonVLIWPacketizer.cpp
HexagonVarargsCallingConvention.h
LLVMBuild.txt
Makefile