.. |
GlobalISel
|
[llvm] Remove unused forward declarations (NFC)
|
2022-01-07 20:00:34 -08:00 |
AsmMatcherEmitter.cpp
|
[ARM][AsmParser] Don't emit "deprecated instruction in IT block" warning if requested
|
2021-11-03 17:18:04 +08:00 |
AsmWriterEmitter.cpp
|
utils: Remove some no-op raw_string_ostream flush calls, NFC
|
2021-12-10 11:26:08 -08:00 |
AsmWriterInst.cpp
|
Use std::string::substr (NFC)
|
2021-11-22 08:21:09 -08:00 |
AsmWriterInst.h
|
[TableGen] Fix printing second PC-relative operand
|
2021-06-23 13:27:37 +07:00 |
Attributes.cpp
|
[Attributes] Determine attribute properties from TableGen data
|
2021-07-12 22:13:38 +02:00 |
CMakeLists.txt
|
[llvm-tblgen][RISCV] Make llvm-tblgen RISCVCompressInstEmitter to be common infra across different targets
|
2021-11-18 11:14:27 +08:00 |
CTagsEmitter.cpp
|
…
|
|
CallingConvEmitter.cpp
|
…
|
|
CodeBeadsGen.cpp
|
…
|
|
CodeEmitterGen.cpp
|
utils: Remove some no-op raw_string_ostream flush calls, NFC
|
2021-12-10 11:26:08 -08:00 |
CodeGenDAGPatterns.cpp
|
utils: Remove some no-op raw_string_ostream flush calls, NFC
|
2021-12-10 11:26:08 -08:00 |
CodeGenDAGPatterns.h
|
[TableGen] Fix both sides of '&&' are same
|
2021-10-12 09:19:20 -07:00 |
CodeGenHwModes.cpp
|
…
|
|
CodeGenHwModes.h
|
…
|
|
CodeGenInstruction.cpp
|
[llvm] Use true/false instead of 1/0 (NFC)
|
2022-01-07 00:39:14 -08:00 |
CodeGenInstruction.h
|
[TableGen] Use StringRef instead of std::string to split up a string that's being parsed. NFCI
|
2021-04-03 11:48:13 -07:00 |
CodeGenIntrinsics.h
|
[llvm] Remove unused forward declarations (NFC)
|
2022-01-07 20:00:34 -08:00 |
CodeGenMapTable.cpp
|
[TableGen] Fix codgen of InstrMapping with multiple columns and values
|
2021-10-25 21:00:49 -07:00 |
CodeGenRegisters.cpp
|
[TableGen] Allow targets to entirely ignore Psets for registers
|
2021-09-23 23:07:35 -04:00 |
CodeGenRegisters.h
|
[TableGen] Allow target specific flags for RegisterClass
|
2021-08-31 22:29:11 -04:00 |
CodeGenSchedule.cpp
|
[llvm] Use llvm::is_contained (NFC)
|
2021-12-11 11:42:09 -08:00 |
CodeGenSchedule.h
|
[llvm] Remove unused forward declarations (NFC)
|
2022-01-07 20:00:34 -08:00 |
CodeGenTarget.cpp
|
[TableGen][SelectionDAG] Use ComplexPattern type for non-leaf nodes
|
2021-12-03 07:04:59 +00:00 |
CodeGenTarget.h
|
[TableGen][SelectionDAG] Use ComplexPattern type for non-leaf nodes
|
2021-12-03 07:04:59 +00:00 |
CompressInstEmitter.cpp
|
[llvm-tblgen][RISCV] Make llvm-tblgen RISCVCompressInstEmitter to be common infra across different targets
|
2021-11-18 11:14:27 +08:00 |
DAGISelEmitter.cpp
|
[TableGen] Use range-based for loop. NFC
|
2021-04-18 12:41:09 -07:00 |
DAGISelMatcher.cpp
|
…
|
|
DAGISelMatcher.h
|
…
|
|
DAGISelMatcherEmitter.cpp
|
utils: Remove some no-op raw_string_ostream flush calls, NFC
|
2021-12-10 11:26:08 -08:00 |
DAGISelMatcherGen.cpp
|
utils: Remove some no-op raw_string_ostream flush calls, NFC
|
2021-12-10 11:26:08 -08:00 |
DAGISelMatcherOpt.cpp
|
[llvm] Use true/false instead of 1/0 (NFC)
|
2022-01-07 00:39:14 -08:00 |
DFAEmitter.cpp
|
[NFCI] Move DEBUG_TYPE definition below #includes
|
2021-05-30 17:31:01 +08:00 |
DFAEmitter.h
|
…
|
|
DFAPacketizerEmitter.cpp
|
[NFCI] Move DEBUG_TYPE definition below #includes
|
2021-05-30 17:31:01 +08:00 |
DirectiveEmitter.cpp
|
…
|
|
DisassemblerEmitter.cpp
|
…
|
|
ExegesisEmitter.cpp
|
[TableGen] Remove redundant `Error:` in msg (NFC)
|
2021-05-10 21:18:37 +08:00 |
FastISelEmitter.cpp
|
utils: Remove some no-op raw_string_ostream flush calls, NFC
|
2021-12-10 11:26:08 -08:00 |
FixedLenDecoderEmitter.cpp
|
[TableGen] Use range-based for loops (NFC)
|
2021-05-07 13:34:03 +08:00 |
GICombinerEmitter.cpp
|
utils: Remove some no-op raw_string_ostream flush calls, NFC
|
2021-12-10 11:26:08 -08:00 |
GlobalISelEmitter.cpp
|
Revert "[llvm] Remove redundant member initialization (NFC)"
|
2022-01-03 11:28:47 -08:00 |
InfoByHwMode.cpp
|
…
|
|
InfoByHwMode.h
|
[TableGen] Pass SmallVector to union_modes instead of returning a std::vector.
|
2021-04-18 15:59:52 -07:00 |
InstrDocsEmitter.cpp
|
…
|
|
InstrInfoEmitter.cpp
|
[TableGen] Use range-based for loops (NFC)
|
2021-05-07 13:34:03 +08:00 |
IntrinsicEmitter.cpp
|
[WebAssembly] Implementation of intrinsic for ref.null and HeapType removal
|
2021-12-06 09:46:15 +01:00 |
OptEmitter.cpp
|
…
|
|
OptEmitter.h
|
…
|
|
OptParserEmitter.cpp
|
PR51018: A few more explicit conversions from SmallString to StringRef
|
2021-07-09 13:54:02 -07:00 |
OptRSTEmitter.cpp
|
…
|
|
PredicateExpander.cpp
|
utils: Remove some no-op raw_string_ostream flush calls, NFC
|
2021-12-10 11:26:08 -08:00 |
PredicateExpander.h
|
Revert "[llvm] Remove redundant member initialization (NFC)"
|
2022-01-03 11:28:47 -08:00 |
PseudoLoweringEmitter.cpp
|
…
|
|
RegisterBankEmitter.cpp
|
Revert "[llvm] Remove redundant member initialization (NFC)"
|
2022-01-03 11:28:47 -08:00 |
RegisterInfoEmitter.cpp
|
[TableGen] Allow target specific flags for RegisterClass
|
2021-08-31 22:29:11 -04:00 |
SDNodeProperties.cpp
|
…
|
|
SDNodeProperties.h
|
…
|
|
SearchableTableEmitter.cpp
|
…
|
|
SequenceToOffsetTable.h
|
…
|
|
SubtargetEmitter.cpp
|
[llvm] Strip redundant lambda (NFC)
|
2021-12-17 10:51:40 -08:00 |
SubtargetFeatureInfo.cpp
|
…
|
|
SubtargetFeatureInfo.h
|
…
|
|
TableGen.cpp
|
…
|
|
TableGenBackends.h
|
…
|
|
Types.cpp
|
…
|
|
Types.h
|
…
|
|
WebAssemblyDisassemblerEmitter.cpp
|
…
|
|
WebAssemblyDisassemblerEmitter.h
|
…
|
|
X86DisassemblerShared.h
|
…
|
|
X86DisassemblerTables.cpp
|
[X86] AVX512FP16 instructions enabling 1/6
|
2021-08-10 12:46:01 +08:00 |
X86DisassemblerTables.h
|
[X86] AVX512FP16 instructions enabling 1/6
|
2021-08-10 12:46:01 +08:00 |
X86EVEX2VEXTablesEmitter.cpp
|
[TableGen] X86EVEX2VEXTablesEmitter - Use const-ref iterator in for-range loop. NFCI.
|
2021-09-17 14:04:53 +01:00 |
X86FoldTablesEmitter.cpp
|
[tools, utils] Use StringRef::contains (NFC)
|
2021-10-22 17:22:13 -07:00 |
X86ModRMFilters.cpp
|
…
|
|
X86ModRMFilters.h
|
…
|
|
X86RecognizableInstr.cpp
|
[tools, utils] Use StringRef::contains (NFC)
|
2021-10-22 17:22:13 -07:00 |
X86RecognizableInstr.h
|
[X86] AVX512FP16 instructions enabling 1/6
|
2021-08-10 12:46:01 +08:00 |
tdtags
|
…
|
|