1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/utils/TableGen
Kazu Hirata dd2009efe4 [TableGen] Drop redundant const from return types (NFC)
Identified with readability-const-return-type.
2021-01-17 10:39:49 -08:00
..
GlobalISel [utils] Use llvm::sort (NFC) 2021-01-15 21:00:52 -08:00
AsmMatcherEmitter.cpp [llvm] Use llvm::all_of (NFC) 2021-01-06 18:27:36 -08:00
AsmWriterEmitter.cpp [TableGen] Use llvm::erase_if (NFC) 2020-12-26 12:06:26 -08:00
AsmWriterInst.cpp
AsmWriterInst.h
Attributes.cpp
CallingConvEmitter.cpp
CMakeLists.txt
CodeEmitterGen.cpp [TableGen] Add field kind to the RecordVal class. 2021-01-07 09:31:27 -05:00
CodeGenDAGPatterns.cpp [llvm] Remove redundant string initialization (NFC) 2021-01-12 21:43:46 -08:00
CodeGenDAGPatterns.h [TableGen] Make CodeGenDAGPatterns::getSDNodeNamed take a StringRef instead of const std::string &. 2021-01-07 14:20:16 -08:00
CodeGenHwModes.cpp
CodeGenHwModes.h
CodeGenInstruction.cpp [llvm] Remove redundant string initialization (NFC) 2021-01-12 21:43:46 -08:00
CodeGenInstruction.h
CodeGenIntrinsics.h
CodeGenMapTable.cpp [llvm] Remove redundant string initialization (NFC) 2021-01-12 21:43:46 -08:00
CodeGenRegisters.cpp [TableGen] Drop redundant const from return types (NFC) 2021-01-17 10:39:49 -08:00
CodeGenRegisters.h [TableGen] Drop redundant const from return types (NFC) 2021-01-17 10:39:49 -08:00
CodeGenSchedule.cpp [llvm] Drop unnecessary make_range (NFC) 2021-01-09 09:25:00 -08:00
CodeGenSchedule.h [TableGen] Fix D90844 introduced non-determinism due to iteration over a std::map over allocated object pointers 2020-12-18 12:08:16 -08:00
CodeGenTarget.cpp [TableGen] Drop redundant const from return types (NFC) 2021-01-17 10:39:49 -08:00
CodeGenTarget.h [TableGen] Drop redundant const from return types (NFC) 2021-01-17 10:39:49 -08:00
CTagsEmitter.cpp
DAGISelEmitter.cpp [llvm] Use llvm::stable_sort (NFC) 2021-01-13 19:14:43 -08:00
DAGISelMatcher.cpp
DAGISelMatcher.h [TableGen] Drop redundant const from return types (NFC) 2021-01-17 10:39:49 -08:00
DAGISelMatcherEmitter.cpp
DAGISelMatcherGen.cpp [SelectionDAG] Extend immAll(Ones|Zeros)V to handle ISD::SPLAT_VECTOR 2021-01-09 17:05:31 +00:00
DAGISelMatcherOpt.cpp
DFAEmitter.cpp [TableGen] Eliminate the 'code' type 2020-12-03 10:19:11 -05:00
DFAEmitter.h
DFAPacketizerEmitter.cpp
DirectiveEmitter.cpp [Tablegen] Use llvm::find_if (NFC) 2021-01-08 18:39:55 -08:00
DisassemblerEmitter.cpp
ExegesisEmitter.cpp
FastISelEmitter.cpp
FixedLenDecoderEmitter.cpp [TableGen] Add field kind to the RecordVal class. 2021-01-07 09:31:27 -05:00
GICombinerEmitter.cpp [llvm] Use llvm::any_of (NFC) 2021-01-04 11:42:47 -08:00
GlobalISelEmitter.cpp [TableGen] Drop redundant const from return types (NFC) 2021-01-17 10:39:49 -08:00
InfoByHwMode.cpp
InfoByHwMode.h
InstrDocsEmitter.cpp
InstrInfoEmitter.cpp [llvm] Drop unnecessary make_range (NFC) 2021-01-09 09:25:00 -08:00
IntrinsicEmitter.cpp [X86] Add x86_amx type for intel AMX. 2020-12-30 13:52:13 +08:00
OptEmitter.cpp
OptEmitter.h
OptParserEmitter.cpp [TableGen] Drop redundant const from return types (NFC) 2021-01-17 10:39:49 -08:00
OptRSTEmitter.cpp
PredicateExpander.cpp
PredicateExpander.h
PseudoLoweringEmitter.cpp
RegisterBankEmitter.cpp [TableGen] RegisterBankEmitter - Pass Twine by const reference instead of by value. NFCI. 2021-01-06 14:22:05 +00:00
RegisterInfoEmitter.cpp [llvm] Use llvm::stable_sort (NFC) 2021-01-13 19:14:43 -08:00
RISCVCompressInstEmitter.cpp [RISCV] Remove an extra map lookup from RISCVCompressInstEmitter. NFC 2021-01-16 21:20:53 -08:00
SDNodeProperties.cpp
SDNodeProperties.h
SearchableTableEmitter.cpp [llvm] Use llvm::stable_sort (NFC) 2021-01-13 19:14:43 -08:00
SequenceToOffsetTable.h
SubtargetEmitter.cpp [TableGen] Use llvm::append_range (NFC) 2021-01-02 09:24:13 -08:00
SubtargetFeatureInfo.cpp
SubtargetFeatureInfo.h
TableGen.cpp
TableGenBackends.h
tdtags
Types.cpp
Types.h
WebAssemblyDisassemblerEmitter.cpp [TableGen] Use llvm::append_range (NFC) 2021-01-02 09:24:13 -08:00
WebAssemblyDisassemblerEmitter.h
X86DisassemblerShared.h
X86DisassemblerTables.cpp
X86DisassemblerTables.h
X86EVEX2VEXTablesEmitter.cpp
X86FoldTablesEmitter.cpp [llvm] Remove redundant return and continue statements (NFC) 2021-01-14 20:30:34 -08:00
X86ModRMFilters.cpp
X86ModRMFilters.h
X86RecognizableInstr.cpp [X86] Avoid std::string creation in RecognizableInstr constructor. NFCI. 2020-12-18 16:00:41 +00:00
X86RecognizableInstr.h