This website requires JavaScript.
Explore
Help
Sign In
OSchip
/
llvm-project
mirror of
https://github.com/THU-DSP-LAB/llvm-project.git
Watch
13
Star
0
Fork
You've already forked llvm-project
6
Code
Issues
Packages
Projects
Releases
Wiki
Activity
63ca9371c7
llvm-project
/
llvm
/
lib
/
Target
/
ARC
History
Thomas Johnson
8c3886b0ec
[ARC] Add ADC (addition with carry) and SBC (subtraction with carry) instructions
...
Differential Revision:
https://reviews.llvm.org/D108672
2021-08-25 07:46:15 -07:00
..
Disassembler
[ARC] Add codegen for the readcyclecounter intrinsic along with disassembly for associated instructions
2021-08-24 11:53:20 -07:00
MCTargetDesc
[ARC] Add disassembly for the conditioned move immediate instruction
2021-07-12 12:35:56 -07:00
TargetInfo
…
ARC.h
…
ARC.td
Add norm sub-target feature to table gen for ARC
2021-06-22 14:39:29 +03:00
ARCAsmPrinter.cpp
…
ARCBranchFinalize.cpp
[NFCI] Move DEBUG_TYPE definition below #includes
2021-05-30 17:31:01 +08:00
ARCCallingConv.td
…
ARCExpandPseudos.cpp
[ARC] Add codegen for count trailing zeros intrinsic for the ARC backend
2021-08-10 12:07:35 -07:00
ARCFrameLowering.cpp
[NFC][CodeGen] Tidy up TargetRegisterInfo stack realignment functions
2021-03-30 17:31:39 +01:00
ARCFrameLowering.h
…
ARCISelDAGToDAG.cpp
…
ARCISelLowering.cpp
[ARC] Add codegen for the readcyclecounter intrinsic along with disassembly for associated instructions
2021-08-24 11:53:20 -07:00
ARCISelLowering.h
[ARC] Add codegen for the readcyclecounter intrinsic along with disassembly for associated instructions
2021-08-24 11:53:20 -07:00
ARCInstrFormats.td
[ARC] Add codegen for the readcyclecounter intrinsic along with disassembly for associated instructions
2021-08-24 11:53:20 -07:00
ARCInstrInfo.cpp
…
ARCInstrInfo.h
…
ARCInstrInfo.td
[ARC] Add ADC (addition with carry) and SBC (subtraction with carry) instructions
2021-08-25 07:46:15 -07:00
ARCMCInstLower.cpp
…
ARCMCInstLower.h
…
ARCMachineFunctionInfo.cpp
…
ARCMachineFunctionInfo.h
…
ARCOptAddrMode.cpp
…
ARCRegisterInfo.cpp
[ARC][NFC] Include file re-ordering
2021-07-09 12:20:32 -07:00
ARCRegisterInfo.h
…
ARCRegisterInfo.td
Support a list of CostPerUse values
2021-01-29 10:14:52 +05:30
ARCSubtarget.cpp
…
ARCSubtarget.h
Add norm sub-target feature to table gen for ARC
2021-06-22 14:39:29 +03:00
ARCTargetMachine.cpp
[llvm] Use Optional::getValueOr (NFC)
2021-01-12 21:43:50 -08:00
ARCTargetMachine.h
…
ARCTargetStreamer.h
…
ARCTargetTransformInfo.h
…
CMakeLists.txt
…