llvm-6502/utils/TableGen
Quentin Colombet dac67649f2 Add isExtractSubreg property.
This patch adds a new property: isExtractSubreg and the related target hooks:
TargetIntrInfo::getExtractSubregInputs and
TargetInstrInfo::getExtractSubregLikeInputs to specify that a target specific
instruction is a (kind of) EXTRACT_SUBREG.

The approach is similar to r215394.

<rdar://problem/12702965>


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216130 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-20 21:51:26 +00:00
..
AsmMatcherEmitter.cpp TableGen: allow use of uint64_t for available features mask. 2014-08-18 11:49:42 +00:00
AsmWriterEmitter.cpp TableGen: Add 'static' to a large array to avoid a huge stack allocation 2014-07-17 19:43:40 +00:00
AsmWriterInst.cpp
AsmWriterInst.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
CallingConvEmitter.cpp Remove the target machine from CCState. Previously it was only used 2014-08-06 18:45:26 +00:00
CMakeLists.txt Move SetTheory from utils/TableGen into lib/TableGen so Clang can use it. 2014-06-17 13:10:38 +00:00
CodeEmitterGen.cpp Temporarily Revert "Nuke the old JIT." as it's not quite ready to 2014-08-07 22:02:54 +00:00
CodeGenDAGPatterns.cpp TableGen: Allow AddedComplexity values to be negative 2014-08-01 00:32:36 +00:00
CodeGenDAGPatterns.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
CodeGenInstruction.cpp Add isExtractSubreg property. 2014-08-20 21:51:26 +00:00
CodeGenInstruction.h Add isExtractSubreg property. 2014-08-20 21:51:26 +00:00
CodeGenIntrinsics.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
CodeGenMapTable.cpp
CodeGenRegisters.cpp
CodeGenRegisters.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
CodeGenSchedule.cpp
CodeGenSchedule.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
CodeGenTarget.cpp [stack protector] Fix a potential security bug in stack protector where the 2014-07-25 19:31:34 +00:00
CodeGenTarget.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
CTagsEmitter.cpp SourceMgr: make valid buffer IDs start from one 2014-07-06 10:33:31 +00:00
DAGISelEmitter.cpp TableGen: Allow AddedComplexity values to be negative 2014-08-01 00:32:36 +00:00
DAGISelMatcher.cpp
DAGISelMatcher.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
DAGISelMatcherEmitter.cpp
DAGISelMatcherGen.cpp
DAGISelMatcherOpt.cpp Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".reset()" 2014-07-19 01:05:11 +00:00
DFAPacketizerEmitter.cpp
DisassemblerEmitter.cpp
FastISelEmitter.cpp
FixedLenDecoderEmitter.cpp
InstrInfoEmitter.cpp Add isExtractSubreg property. 2014-08-20 21:51:26 +00:00
IntrinsicEmitter.cpp [TABLEGEN] Do not crash on intrinsics with names longer than 40 characters 2014-07-17 11:23:29 +00:00
LLVMBuild.txt
Makefile
module.modulemap
OptParserEmitter.cpp Option: Propagate flags from groups to options in each group 2014-07-12 00:18:58 +00:00
PseudoLoweringEmitter.cpp
RegisterInfoEmitter.cpp
SequenceToOffsetTable.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
SubtargetEmitter.cpp Move Post RA Scheduling flag bit into SchedMachineModel 2014-07-15 22:39:58 +00:00
TableGen.cpp Move SetTheory from utils/TableGen into lib/TableGen so Clang can use it. 2014-06-17 13:10:38 +00:00
TableGenBackends.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
tdtags
X86DisassemblerShared.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
X86DisassemblerTables.cpp [SKX] Enabling load/store instructions: encoding 2014-08-04 14:35:15 +00:00
X86DisassemblerTables.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
X86ModRMFilters.cpp
X86ModRMFilters.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
X86RecognizableInstr.cpp Add support for the X86 secure guard extensions instructions in assembler (SGX). 2014-07-31 23:57:38 +00:00
X86RecognizableInstr.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00