.. |
GlobalISel
|
[llvm] Remove redundaunt virtual specifiers (NFC)
|
2022-07-24 21:50:35 -07:00 |
AsmMatcherEmitter.cpp
|
[llvm] Use llvm::find_if (NFC)
|
2022-08-28 10:41:48 -07:00 |
AsmWriterEmitter.cpp
|
[llvm] Use std::size instead of llvm::array_lengthof
|
2022-09-08 09:01:53 -06:00 |
AsmWriterInst.cpp
|
Cleanup include: TableGen
|
2022-03-11 11:41:32 +01:00 |
AsmWriterInst.h
|
…
|
|
Attributes.cpp
|
[llvm] Qualify auto in range-based for loops (NFC)
|
2022-09-03 11:17:49 -07:00 |
CMakeLists.txt
|
[cmake] Fix tablegen exports
|
2022-08-16 14:17:23 +02:00 |
CTagsEmitter.cpp
|
[TableGen] Add a location for a class definition that was forward-declared
|
2022-07-20 15:56:17 +02:00 |
CallingConvEmitter.cpp
|
[SystemZ][z/OS] Introduce CCAssignToRegAndStack to calling convention
|
2022-07-19 13:55:25 -04:00 |
CodeEmitterGen.cpp
|
[CodeGen] Move instruction predicate verification to emitInstruction
|
2022-07-14 09:33:28 +01:00 |
CodeGenDAGPatterns.cpp
|
GlobalISel: Allow forming atomic/volatile G_ZEXTLOAD
|
2022-07-08 11:55:08 -04:00 |
CodeGenDAGPatterns.h
|
Revert "Use std::is_same_v instead of std::is_same (NFC)"
|
2022-08-20 23:00:39 -07:00 |
CodeGenHwModes.cpp
|
…
|
|
CodeGenHwModes.h
|
…
|
|
CodeGenInstruction.cpp
|
[AMDGPU][GISel] Enable Selection of ADD3 for G_PTR_ADD
|
2022-08-24 14:44:19 +00:00 |
CodeGenInstruction.h
|
[AMDGPU][GISel] Enable Selection of ADD3 for G_PTR_ADD
|
2022-08-24 14:44:19 +00:00 |
CodeGenIntrinsics.h
|
[Intrinsics] Add initial support for NonNull attribute
|
2022-08-16 21:28:23 +00:00 |
CodeGenMapTable.cpp
|
Cleanup include: TableGen
|
2022-03-11 11:41:32 +01:00 |
CodeGenRegisters.cpp
|
[RegisterInfoEmitter] Generate isConstantPhysReg(). NFCI
|
2022-08-24 14:16:20 +00:00 |
CodeGenRegisters.h
|
[RegisterInfoEmitter] Generate isConstantPhysReg(). NFCI
|
2022-08-24 14:16:20 +00:00 |
CodeGenSchedule.cpp
|
Remove redundant initialization of Optional (NFC)
|
2022-08-20 21:18:28 -07:00 |
CodeGenSchedule.h
|
Cleanup include: TableGen
|
2022-03-11 11:41:32 +01:00 |
CodeGenTarget.cpp
|
[ValueTypes] Define MVTs for v256i2/v128i4.
|
2022-09-13 09:02:23 -07:00 |
CodeGenTarget.h
|
Cleanup include: TableGen
|
2022-03-11 11:41:32 +01:00 |
CompressInstEmitter.cpp
|
[RISCV][TableGen] Mark MachineInstr with FrameIndex as not compressible
|
2022-08-24 13:23:38 +08:00 |
DAGISelEmitter.cpp
|
Cleanup include: TableGen
|
2022-03-11 11:41:32 +01:00 |
DAGISelMatcher.cpp
|
…
|
|
DAGISelMatcher.h
|
…
|
|
DAGISelMatcherEmitter.cpp
|
Cleanup include: TableGen
|
2022-03-11 11:41:32 +01:00 |
DAGISelMatcherGen.cpp
|
Cleanup include: TableGen
|
2022-03-11 11:41:32 +01:00 |
DAGISelMatcherOpt.cpp
|
…
|
|
DFAEmitter.cpp
|
[tblgen] Use std::variant to simplify code. NFCI.
|
2022-08-27 10:50:28 +02:00 |
DFAEmitter.h
|
…
|
|
DFAPacketizerEmitter.cpp
|
Cleanup include: TableGen
|
2022-03-11 11:41:32 +01:00 |
DXILEmitter.cpp
|
Fix MSVC "not all control paths return a value" warning. NFC
|
2022-07-26 10:44:00 +01:00 |
DecoderEmitter.cpp
|
[llvm] Fix comment typos (NFC)
|
2022-08-07 00:16:14 -07:00 |
DirectiveEmitter.cpp
|
Use llvm::sort instead of std::sort where possible
|
2022-07-23 15:19:05 +02:00 |
DisassemblerEmitter.cpp
|
[NFC] Rename `FixedLenDecoderEmitter` as `DecoderEmitter`
|
2022-05-03 03:37:13 +08:00 |
ExegesisEmitter.cpp
|
Cleanup includes: DebugInfo & CodeGen
|
2022-03-12 17:26:40 +01:00 |
FastISelEmitter.cpp
|
[FastISel] Propagate PCSections metadata to MachineInstr
|
2022-09-07 11:36:01 +02:00 |
GICombinerEmitter.cpp
|
[GIsel] Add missing space between type and name in GICombinerHelperArg
|
2022-08-02 13:35:25 -04:00 |
GlobalISelEmitter.cpp
|
[llvm] Qualify auto in range-based for loops (NFC)
|
2022-09-03 11:17:49 -07:00 |
InfoByHwMode.cpp
|
Cleanup llvm/utils/TableGen headers
|
2022-01-31 11:16:28 +01:00 |
InfoByHwMode.h
|
Cleanup llvm/utils/TableGen headers
|
2022-01-31 11:16:28 +01:00 |
InstrDocsEmitter.cpp
|
…
|
|
InstrInfoEmitter.cpp
|
[CodeGen] Move instruction predicate verification to emitInstruction
|
2022-07-14 09:33:28 +01:00 |
IntrinsicEmitter.cpp
|
[Intrinsics] Add initial support for NonNull attribute
|
2022-08-16 21:28:23 +00:00 |
OptEmitter.cpp
|
…
|
|
OptEmitter.h
|
…
|
|
OptParserEmitter.cpp
|
[llvm] Use value_or instead of getValueOr (NFC)
|
2022-06-18 23:07:11 -07:00 |
OptRSTEmitter.cpp
|
[clang-tblgen] Automatically document options values
|
2022-04-20 22:00:06 +02:00 |
PredicateExpander.cpp
|
…
|
|
PredicateExpander.h
|
Cleanup llvm/utils/TableGen headers
|
2022-01-31 11:16:28 +01:00 |
PseudoLoweringEmitter.cpp
|
[TableGen] Remove the use of global Record state
|
2022-05-11 11:55:33 -07:00 |
RegisterBankEmitter.cpp
|
[llvm] Call *set::insert without checking membership first (NFC)
|
2022-06-18 08:32:54 -07:00 |
RegisterInfoEmitter.cpp
|
TableGen: Introduce generated getSubRegisterClass function
|
2022-09-12 09:03:37 -04:00 |
SDNodeProperties.cpp
|
…
|
|
SDNodeProperties.h
|
…
|
|
SearchableTableEmitter.cpp
|
[llvm] Qualify auto in range-based for loops (NFC)
|
2022-09-03 11:17:49 -07:00 |
SequenceToOffsetTable.h
|
[TableGen] emitStringLiteralDef: Pad trailing '\0' at the end of char array.
|
2022-05-24 06:25:10 +09:00 |
SubtargetEmitter.cpp
|
[NFC] Remove unused parameters for SubtargetEmitter::ParseFeaturesFunction
|
2022-03-19 19:14:22 +08:00 |
SubtargetFeatureInfo.cpp
|
[CodeGen] Move instruction predicate verification to emitInstruction
|
2022-07-14 09:33:28 +01:00 |
SubtargetFeatureInfo.h
|
…
|
|
TableGen.cpp
|
[TableGen][DirectX] Add tableGen backend to generate DXIL operation for DirectX backend.
|
2022-06-14 17:31:58 -07:00 |
TableGenBackends.h
|
[TableGen][DirectX] Add tableGen backend to generate DXIL operation for DirectX backend.
|
2022-06-14 17:31:58 -07:00 |
Types.cpp
|
…
|
|
Types.h
|
…
|
|
VarLenCodeEmitterGen.cpp
|
[APInt] Remove all uses of zextOrSelf, sextOrSelf and truncOrSelf
|
2022-05-19 11:23:13 +01:00 |
VarLenCodeEmitterGen.h
|
[TableGen] Add support for variable length instruction in decoder generator
|
2022-05-03 03:37:13 +08:00 |
WebAssemblyDisassemblerEmitter.cpp
|
[WebAssembly][NFC] Convert StackBased instruction field to 'bit' from string
|
2022-05-17 11:02:30 +01:00 |
WebAssemblyDisassemblerEmitter.h
|
Cleanup llvm/utils/TableGen headers
|
2022-01-31 11:16:28 +01:00 |
X86DisassemblerShared.h
|
…
|
|
X86DisassemblerTables.cpp
|
[llvm] Remove includes of `llvm/Support/STLArrayExtras.h`
|
2022-09-09 17:44:00 -06:00 |
X86DisassemblerTables.h
|
Cleanup llvm/utils/TableGen headers
|
2022-01-31 11:16:28 +01:00 |
X86EVEX2VEXTablesEmitter.cpp
|
[X86][tablgen] Extract common functions in X86EVEX2VEXTablesEmitter.cpp and X86FoldTablesEmitter.cpp to avoid duplicated code. NFC
|
2022-03-27 08:47:18 +08:00 |
X86FoldTablesEmitter.cpp
|
[X86][tablgen] Add one entry manually into the memory folding table
|
2022-04-06 22:06:15 +08:00 |
X86MnemonicTables.cpp
|
[X86][tablgen] Refine the class RecognizableInstr. NFCI
|
2022-03-26 22:41:49 +08:00 |
X86ModRMFilters.cpp
|
…
|
|
X86ModRMFilters.h
|
…
|
|
X86RecognizableInstr.cpp
|
[TableGen][X86] Add Size field to X86MemOperand class
|
2022-06-19 11:46:56 -07:00 |
X86RecognizableInstr.h
|
[X86][tablgen] Extract common functions in X86EVEX2VEXTablesEmitter.cpp and X86FoldTablesEmitter.cpp to avoid duplicated code. NFC
|
2022-03-27 08:47:18 +08:00 |
tdtags
|
…
|
|