llvm-6502/utils/TableGen
Bill Wendling 0976e00fd1 Make the AttrListPtr object a part of the LLVMContext.
When code deletes the context, the AttributeImpls that the AttrListPtr points to
are now invalid. Therefore, instead of keeping a separate managed static for the
AttrListPtrs that's reference counted, move it into the LLVMContext and delete
it when deleting the AttributeImpls.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168354 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-20 05:09:20 +00:00
..
AsmMatcherEmitter.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
AsmWriterEmitter.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
AsmWriterInst.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
AsmWriterInst.h
CallingConvEmitter.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
CMakeLists.txt Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
CodeEmitterGen.cpp Fix issue with invalid flat operand number 2012-11-09 21:27:03 +00:00
CodeGenDAGPatterns.cpp Don't return false when the function's return type is a pointer. 2012-10-25 21:25:08 +00:00
CodeGenDAGPatterns.h Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
CodeGenInstruction.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
CodeGenInstruction.h Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
CodeGenIntrinsics.h
CodeGenMapTable.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
CodeGenRegisters.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
CodeGenRegisters.h
CodeGenSchedule.cpp Fix a build problem with xlc. The error message was 2012-11-02 20:57:36 +00:00
CodeGenSchedule.h
CodeGenTarget.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
CodeGenTarget.h Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
DAGISelEmitter.cpp
DAGISelMatcher.cpp
DAGISelMatcher.h
DAGISelMatcherEmitter.cpp
DAGISelMatcherGen.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
DAGISelMatcherOpt.cpp
DFAPacketizerEmitter.cpp
DisassemblerEmitter.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
EDEmitter.cpp Remove hard coded registers in ARM ldrexd and strexd instructions 2012-11-16 21:55:34 +00:00
FastISelEmitter.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
FixedLenDecoderEmitter.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
InstrInfoEmitter.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
IntrinsicEmitter.cpp Make the AttrListPtr object a part of the LLVMContext. 2012-11-20 05:09:20 +00:00
LLVMBuild.txt
Makefile Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
PseudoLoweringEmitter.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
RegisterInfoEmitter.cpp Generate a table-driven version of TRI::composeSubRegIndices(). 2012-11-01 00:32:10 +00:00
SequenceToOffsetTable.h
SetTheory.cpp Remove exception handling usage from tblgen. 2012-10-25 20:33:17 +00:00
SetTheory.h
StringToOffsetTable.h
SubtargetEmitter.cpp Fix a build problem with xlc. The error message was 2012-11-02 20:57:36 +00:00
TableGen.cpp
TableGenBackends.h
TGValueTypes.cpp
X86DisassemblerShared.h
X86DisassemblerTables.cpp
X86DisassemblerTables.h
X86ModRMFilters.cpp
X86ModRMFilters.h
X86RecognizableInstr.cpp Add support of RTM from TSX extension 2012-11-08 07:28:54 +00:00
X86RecognizableInstr.h