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-12-28 19:31:58 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
7ba2725f5d
llvm-6502
/
lib
/
Target
/
MBlaze
History
Rafael Espindola
4982159b88
Move the MBlaze ELF writer bits to lib/Target/MBlaze.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@147129
91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-22 02:28:24 +00:00
..
AsmParser
LLVMBuild: Remove trailing newline, which irked me.
2011-12-12 19:48:00 +00:00
Disassembler
Remove mode specific disassembler classes and just call X86GenericDisassembler constructor with appropriate argument in the creation functions. This removes a few tables that needed to be anchored.
2011-12-21 08:06:52 +00:00
InstPrinter
LLVMBuild: Remove trailing newline, which irked me.
2011-12-12 19:48:00 +00:00
MCTargetDesc
Move the MBlaze ELF writer bits to lib/Target/MBlaze.
2011-12-22 02:28:24 +00:00
TargetInfo
LLVMBuild: Remove trailing newline, which irked me.
2011-12-12 19:48:00 +00:00
CMakeLists.txt
Fix up the CMake build for the new files added in r146960, they're
2011-12-20 08:42:11 +00:00
LLVMBuild.txt
LLVMBuild: Introduce a common section which currently has a list of the
2011-12-12 22:45:54 +00:00
Makefile
MBlaze.h
MBlaze.td
MBlazeAsmPrinter.cpp
Add bundle aware API for querying instruction properties and switch the code
2011-12-07 07:15:52 +00:00
MBlazeCallingConv.td
MBlazeDelaySlotFiller.cpp
Add bundle aware API for querying instruction properties and switch the code
2011-12-07 07:15:52 +00:00
MBlazeELFWriterInfo.cpp
MBlazeELFWriterInfo.h
MBlazeFrameLowering.cpp
MBlazeFrameLowering.h
MBlazeInstrFormats.td
MBlazeInstrFPU.td
MBlazeInstrFSL.td
MBlazeInstrInfo.cpp
MBlazeInstrInfo.h
MBlazeInstrInfo.td
MBlazeIntrinsicInfo.cpp
MBlazeIntrinsicInfo.h
MBlazeIntrinsics.td
MBlazeISelDAGToDAG.cpp
MBlazeISelLowering.cpp
Initial CodeGen support for CTTZ/CTLZ where a zero input produces an
2011-12-13 01:56:10 +00:00
MBlazeISelLowering.h
MBlazeMachineFunction.cpp
Unweaken vtables as per
http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
2011-12-20 02:50:00 +00:00
MBlazeMachineFunction.h
Unweaken vtables as per
http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
2011-12-20 02:50:00 +00:00
MBlazeMCInstLower.cpp
MBlazeMCInstLower.h
MBlazeRegisterInfo.cpp
MBlazeRegisterInfo.h
MBlazeRegisterInfo.td
MBlazeRelocations.h
MBlazeSchedule3.td
MBlazeSchedule5.td
MBlazeSchedule.td
MBlazeSelectionDAGInfo.cpp
MBlazeSelectionDAGInfo.h
MBlazeSubtarget.cpp
MBlazeSubtarget.h
MBlazeTargetMachine.cpp
MBlazeTargetMachine.h
MBlazeTargetObjectFile.cpp
MBlazeTargetObjectFile.h
TODO