This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2025-01-08 18:31:23 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
04f138e225
llvm-6502
/
lib
/
Target
/
MBlaze
History
Owen Anderson
98c5ddabca
Don't attach annotations to MCInst's. Instead, have the disassembler return, and the printer accept, an annotation string which can be passed through if the client cares about annotations.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@139876
91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-15 23:38:46 +00:00
..
AsmParser
Move TargetRegistry and TargetSelect from Target to Support where they belong.
2011-08-24 18:08:43 +00:00
Disassembler
Don't attach annotations to MCInst's. Instead, have the disassembler return, and the printer accept, an annotation string which can be passed through if the client cares about annotations.
2011-09-15 23:38:46 +00:00
InstPrinter
Don't attach annotations to MCInst's. Instead, have the disassembler return, and the printer accept, an annotation string which can be passed through if the client cares about annotations.
2011-09-15 23:38:46 +00:00
MCTargetDesc
Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= handling to llvm-mc. Reviewed by Owen Anderson.
2011-09-07 17:24:38 +00:00
TargetInfo
Move TargetRegistry and TargetSelect from Target to Support where they belong.
2011-08-24 18:08:43 +00:00
CMakeLists.txt
Makefile
MBlaze.h
MBlaze.td
MBlazeAsmPrinter.cpp
Move TargetRegistry and TargetSelect from Target to Support where they belong.
2011-08-24 18:08:43 +00:00
MBlazeCallingConv.td
MBlazeDelaySlotFiller.cpp
MBlazeELFWriterInfo.cpp
MBlazeELFWriterInfo.h
MBlazeFrameLowering.cpp
MBlazeFrameLowering.h
MBlazeInstrFormats.td
MBlazeInstrFPU.td
MBlazeInstrFSL.td
MBlazeInstrInfo.cpp
Move TargetRegistry and TargetSelect from Target to Support where they belong.
2011-08-24 18:08:43 +00:00
MBlazeInstrInfo.h
MBlazeInstrInfo.td
MBlazeIntrinsicInfo.cpp
MBlazeIntrinsicInfo.h
MBlazeIntrinsics.td
MBlazeISelDAGToDAG.cpp
MBlazeISelLowering.cpp
Add codegen support for vector select (in the IR this means a select
2011-09-06 19:07:46 +00:00
MBlazeISelLowering.h
Add codegen support for vector select (in the IR this means a select
2011-09-06 19:07:46 +00:00
MBlazeMachineFunction.h
MBlazeMCInstLower.cpp
MBlazeMCInstLower.h
MBlazeRegisterInfo.cpp
MBlazeRegisterInfo.h
MBlazeRegisterInfo.td
MBlazeRelocations.h
MBlazeSchedule3.td
MBlazeSchedule5.td
MBlazeSchedule.td
MBlazeSelectionDAGInfo.cpp
MBlazeSelectionDAGInfo.h
MBlazeSubtarget.cpp
Move TargetRegistry and TargetSelect from Target to Support where they belong.
2011-08-24 18:08:43 +00:00
MBlazeSubtarget.h
MBlazeTargetMachine.cpp
Move TargetRegistry and TargetSelect from Target to Support where they belong.
2011-08-24 18:08:43 +00:00
MBlazeTargetMachine.h
MBlazeTargetObjectFile.cpp
MBlazeTargetObjectFile.h
TODO