llvm-6502/utils/TableGen
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
..
AsmMatcherEmitter.cpp
AsmWriterEmitter.cpp TableGen: Refactor AsmWriterEmitter to keep AsmWriterInsts. 2013-10-28 18:07:17 +00:00
AsmWriterInst.cpp
AsmWriterInst.h
CallingConvEmitter.cpp
CMakeLists.txt
CodeEmitterGen.cpp
CodeGenDAGPatterns.cpp TableGen: remove unused variable. 2013-10-28 18:19:04 +00:00
CodeGenDAGPatterns.h TableGen: Refactor DAG patterns to enable parsing one pattern at a time. 2013-10-28 18:07:21 +00:00
CodeGenInstruction.cpp
CodeGenInstruction.h
CodeGenIntrinsics.h
CodeGenMapTable.cpp
CodeGenRegisters.cpp
CodeGenRegisters.h
CodeGenSchedule.cpp Revert r194865 and r194874. 2013-11-18 09:31:53 +00:00
CodeGenSchedule.h
CodeGenTarget.cpp Lower stackmap intrinsics directly to their target opcode in the DAG builder. 2013-10-31 17:18:24 +00:00
CodeGenTarget.h
CTagsEmitter.cpp
DAGISelEmitter.cpp
DAGISelMatcher.cpp
DAGISelMatcher.h
DAGISelMatcherEmitter.cpp
DAGISelMatcherGen.cpp
DAGISelMatcherOpt.cpp
DFAPacketizerEmitter.cpp
DisassemblerEmitter.cpp
FastISelEmitter.cpp
FixedLenDecoderEmitter.cpp
InstrInfoEmitter.cpp Revert r194865 and r194874. 2013-11-18 09:31:53 +00:00
IntrinsicEmitter.cpp Small improvement to InstrinsicEmitter::EmitAttributes. This change removes the “pushing” and “clearing” of the SmallVector and instead uses const arrays to pass the attributeKinds to AttributeSet::get . 2013-11-16 00:20:01 +00:00
LLVMBuild.txt
Makefile
OptParserEmitter.cpp Typo. 2013-10-20 03:19:25 +00:00
PseudoLoweringEmitter.cpp
RegisterInfoEmitter.cpp
SequenceToOffsetTable.h
SetTheory.cpp Revert r194865 and r194874. 2013-11-18 09:31:53 +00:00
SetTheory.h
SubtargetEmitter.cpp
TableGen.cpp
TableGenBackends.h
tdtags
TGValueTypes.cpp Revert r194865 and r194874. 2013-11-18 09:31:53 +00:00
X86DisassemblerShared.h
X86DisassemblerTables.cpp AVX-512: added VPCONFLICT instruction and intrinsics, 2013-11-03 13:46:31 +00:00
X86DisassemblerTables.h
X86ModRMFilters.cpp
X86ModRMFilters.h
X86RecognizableInstr.cpp AVX-512: added VPCONFLICT instruction and intrinsics, 2013-11-03 13:46:31 +00:00
X86RecognizableInstr.h AVX-512: added VPCONFLICT instruction and intrinsics, 2013-11-03 13:46:31 +00:00