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
2024-11-10 01:10:48 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
8e3c17aabf
llvm-6502
/
lib
/
Target
/
MBlaze
History
Craig Topper
420761a0f1
Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change since they are equivalent.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@155188
91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-20 07:30:17 +00:00
..
AsmParser
Prune some includes
2012-03-27 07:54:11 +00:00
Disassembler
Use uint16_t to store registers and opcode in static tables in the target specific backends.
2012-03-11 07:16:55 +00:00
InstPrinter
Remove getInstructionName from MCInstPrinter implementations in favor of using the instruction name table from MCInstrInfo. Reduces static data in the InstPrinter implementations.
2012-04-02 07:01:04 +00:00
MCTargetDesc
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove getInstructionName and the static data it contains since the same tables are already in MCInstrInfo.
2012-04-02 06:09:36 +00:00
TargetInfo
CMakeLists.txt
LLVMBuild.txt
Makefile
MBlaze.h
MBlaze.td
MBlazeAsmPrinter.cpp
Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change since they are equivalent.
2012-04-20 07:30:17 +00:00
MBlazeCallingConv.td
Remove unused CCIfSubtarget.
2012-04-17 11:29:05 +00:00
MBlazeDelaySlotFiller.cpp
MBlazeELFWriterInfo.cpp
Fix accidentally constant conditions found by uncommitted improvements to -Wconstant-conversion.
2012-04-09 16:29:35 +00:00
MBlazeELFWriterInfo.h
Prune some includes and forward declarations.
2012-03-25 18:10:17 +00:00
MBlazeFrameLowering.cpp
Remove unnecessary llvm:: qualifications
2012-03-27 07:21:54 +00:00
MBlazeFrameLowering.h
Reorder includes in Target backends to following coding standards. Remove some superfluous forward declarations.
2012-03-17 18:46:09 +00:00
MBlazeInstrFormats.td
MBlazeInstrFPU.td
MBlazeInstrFSL.td
MBlazeInstrInfo.cpp
Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change since they are equivalent.
2012-04-20 07:30:17 +00:00
MBlazeInstrInfo.h
Reorder includes in Target backends to following coding standards. Remove some superfluous forward declarations.
2012-03-17 18:46:09 +00:00
MBlazeInstrInfo.td
MBlazeIntrinsicInfo.cpp
MBlazeIntrinsicInfo.h
MBlazeIntrinsics.td
MBlazeISelDAGToDAG.cpp
MBlazeISelLowering.cpp
Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change since they are equivalent.
2012-04-20 07:30:17 +00:00
MBlazeISelLowering.h
Reorder includes in Target backends to following coding standards. Remove some superfluous forward declarations.
2012-03-17 18:46:09 +00:00
MBlazeMachineFunction.cpp
MBlazeMachineFunction.h
MBlazeMCInstLower.cpp
MBlazeMCInstLower.h
Reorder includes in Target backends to following coding standards. Remove some superfluous forward declarations.
2012-03-17 18:46:09 +00:00
MBlazeRegisterInfo.cpp
Reorder includes in Target backends to following coding standards. Remove some superfluous forward declarations.
2012-03-17 18:46:09 +00:00
MBlazeRegisterInfo.h
MBlazeRegisterInfo.td
MBlazeRelocations.h
MBlazeSchedule3.td
MBlazeSchedule5.td
MBlazeSchedule.td
MBlazeSelectionDAGInfo.cpp
MBlazeSelectionDAGInfo.h
MBlazeSubtarget.cpp
MBlazeSubtarget.h
MBlazeTargetMachine.cpp
Reorder includes in Target backends to following coding standards. Remove some superfluous forward declarations.
2012-03-17 18:46:09 +00:00
MBlazeTargetMachine.h
MBlazeTargetObjectFile.cpp
MBlazeTargetObjectFile.h
TODO