llvm-project/llvm/lib/Target/ARC
Fangrui Song 6fdd6a7b3f [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()
The argument is llvm::null() everywhere except llvm::errs() in
llvm-objdump in -DLLVM_ENABLE_ASSERTIONS=On builds. It is used by no
target but X86 in -DLLVM_ENABLE_ASSERTIONS=On builds.

If we ever have the needs to add verbose log to disassemblers, we can
record log with a member function, instead of passing it around as an
argument.
2020-01-11 13:34:52 -08:00
..
Disassembler [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction() 2020-01-11 13:34:52 -08:00
MCTargetDesc [MC] Add parameter `Address` to MCInstrPrinter::printInstruction 2020-01-06 20:44:14 -08:00
TargetInfo [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries" 2019-11-21 10:48:08 -08:00
ARC.h
ARC.td
ARCAsmPrinter.cpp Revert CMake: Make most target symbols hidden by default 2019-06-11 03:21:13 +00:00
ARCBranchFinalize.cpp [ARC] Add InitializePasses header to fix ARC build. 2019-11-19 15:52:01 -08:00
ARCCallingConv.td
ARCExpandPseudos.cpp
ARCFrameLowering.cpp
ARCFrameLowering.h [Alignment][NFC] Use Align for TargetFrameLowering/Subtarget 2019-10-17 07:49:39 +00:00
ARCISelDAGToDAG.cpp
ARCISelLowering.cpp Fix typo "psuedo" in comments 2020-01-03 14:05:58 +00:00
ARCISelLowering.h
ARCInstrFormats.td
ARCInstrInfo.cpp Use MCRegister in copyPhysReg 2019-11-11 14:42:33 +05:30
ARCInstrInfo.h Use MCRegister in copyPhysReg 2019-11-11 14:42:33 +05:30
ARCInstrInfo.td
ARCMCInstLower.cpp
ARCMCInstLower.h
ARCMachineFunctionInfo.cpp
ARCMachineFunctionInfo.h [Alignment][NFC] Remove unneeded llvm:: scoping on Align types 2019-09-27 12:54:21 +00:00
ARCOptAddrMode.cpp Make more use of MachineInstr::mayLoadOrStore. 2019-12-19 11:51:52 +00:00
ARCRegisterInfo.cpp [cfi] Add flag to always generate .debug_frame 2019-10-31 09:48:30 +00:00
ARCRegisterInfo.h CodeGen: Introduce a class for registers 2019-06-24 15:50:29 +00:00
ARCRegisterInfo.td
ARCSubtarget.cpp
ARCSubtarget.h
ARCTargetMachine.cpp [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
ARCTargetMachine.h
ARCTargetStreamer.h
ARCTargetTransformInfo.h
CMakeLists.txt [ARC] Move InstPrinter files to MCTargetDesc. NFC 2019-05-11 00:13:01 +00:00
LLVMBuild.txt [ARC] Move InstPrinter files to MCTargetDesc. NFC 2019-05-11 00:13:01 +00:00