llvm-6502/utils/TableGen
Andrew Trick 0701564377 Mark the x86 machine model as incomplete. PR17367.
Ideally, the machinel model is added at the time the instructions are
defined. But many instructions in X86InstrSSE.td still need a model.

Without this workaround the scheduler asserts because x86 already has
itinerary classes for these instructions, indicating they should be
modeled by the scheduler. Since we use the new machine model for other
instructions, it expects a new machine model for these too.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191391 91177308-0d34-0410-b5e6-96231b3b80d8
2013-09-25 18:14:12 +00:00
..
AsmMatcherEmitter.cpp TableGen: fix constness of new comparison function. 2013-09-16 17:33:40 +00:00
AsmWriterEmitter.cpp llvm-tblgen: Mangle operand replacements into the strings in printAliasInstr. 2013-09-11 15:42:16 +00:00
AsmWriterInst.cpp Remove 'else' after 'return'. No functional change. 2013-07-23 06:27:36 +00:00
AsmWriterInst.h
CallingConvEmitter.cpp
CMakeLists.txt
CodeEmitterGen.cpp
CodeGenDAGPatterns.cpp Replace EVT with MVT in CodeGenDAGAPatterns.cpp. 2013-09-25 06:37:18 +00:00
CodeGenDAGPatterns.h
CodeGenInstruction.cpp Add an instruction deprecation feature to TableGen. 2013-09-12 10:28:05 +00:00
CodeGenInstruction.h Add an instruction deprecation feature to TableGen. 2013-09-12 10:28:05 +00:00
CodeGenIntrinsics.h
CodeGenMapTable.cpp
CodeGenRegisters.cpp Provide basic type safety for array_pod_sort comparators. 2013-09-22 14:09:50 +00:00
CodeGenRegisters.h RegPressure: Order the "pressure sets" by number of regunits per set. 2013-07-25 07:26:29 +00:00
CodeGenSchedule.cpp Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. 2013-07-14 04:42:23 +00:00
CodeGenSchedule.h
CodeGenTarget.cpp Initial support for Neon scalar instructions. 2013-09-24 02:47:27 +00:00
CodeGenTarget.h
CTagsEmitter.cpp
DAGISelEmitter.cpp
DAGISelMatcher.cpp Fix doxygen comments to use correct function name. 2013-09-25 06:40:22 +00:00
DAGISelMatcher.h Fix doxygen comments to use correct function name. 2013-09-25 06:40:22 +00:00
DAGISelMatcherEmitter.cpp Add missing index comments to the left side of the DAG ISel matcher table for each individual case of SwitchOpcode/Type. 2013-09-22 23:18:50 +00:00
DAGISelMatcherGen.cpp
DAGISelMatcherOpt.cpp
DFAPacketizerEmitter.cpp
DisassemblerEmitter.cpp
FastISelEmitter.cpp Tidy up. Comment grammar. 2013-08-29 22:41:43 +00:00
FixedLenDecoderEmitter.cpp Teaching llvm-tblgen to not emit a switch statement when there are no case statements. 2013-07-15 16:53:32 +00:00
InstrInfoEmitter.cpp Add an instruction deprecation feature to TableGen. 2013-09-12 10:28:05 +00:00
IntrinsicEmitter.cpp Initial support for Neon scalar instructions. 2013-09-24 02:47:27 +00:00
LLVMBuild.txt
Makefile
OptParserEmitter.cpp Provide basic type safety for array_pod_sort comparators. 2013-09-22 14:09:50 +00:00
PseudoLoweringEmitter.cpp
RegisterInfoEmitter.cpp Replace some unnecessary vector copies with references. 2013-09-15 22:04:42 +00:00
SequenceToOffsetTable.h Add missing include 2013-08-28 07:03:02 +00:00
SetTheory.cpp
SetTheory.h
SubtargetEmitter.cpp Mark the x86 machine model as incomplete. PR17367. 2013-09-25 18:14:12 +00:00
TableGen.cpp
TableGenBackends.h
tdtags
TGValueTypes.cpp
X86DisassemblerShared.h
X86DisassemblerTables.cpp Added encoding prefixes for KNL instructions (EVEX). 2013-07-28 08:28:38 +00:00
X86DisassemblerTables.h
X86ModRMFilters.cpp
X86ModRMFilters.h
X86RecognizableInstr.cpp AVX-512: Added masked SHIFT commands, more encoding tests 2013-08-22 12:18:28 +00:00
X86RecognizableInstr.h Added encoding prefixes for KNL instructions (EVEX). 2013-07-28 08:28:38 +00:00