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-07 12:07:17 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
33756f96d7
llvm-6502
/
lib
/
Target
/
MBlaze
History
Craig Topper
655b8de7b2
Convert assert(0) to llvm_unreachable
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@149814
91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-05 07:21:30 +00:00
..
AsmParser
More dead code removal (using -Wunreachable-code)
2012-01-20 21:51:11 +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
MCTargetDesc
Widen the instruction encoder that TblGen emits to a 64 bits, which should accomodate every target I can think of offhand.
2012-01-24 18:37:29 +00:00
TargetInfo
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
Makefile
MBlaze.h
MBlaze.td
MBlazeAsmPrinter.cpp
MBlazeCallingConv.td
MBlazeDelaySlotFiller.cpp
MBlazeELFWriterInfo.cpp
More dead code removal (using -Wunreachable-code)
2012-01-20 21:51:11 +00:00
MBlazeELFWriterInfo.h
MBlazeFrameLowering.cpp
MBlazeFrameLowering.h
MBlazeInstrFormats.td
MBlazeInstrFPU.td
MBlazeInstrFSL.td
MBlazeInstrInfo.cpp
MBlazeInstrInfo.h
MBlazeInstrInfo.td
MBlazeIntrinsicInfo.cpp
Convert assert(0) to llvm_unreachable
2012-02-05 07:21:30 +00:00
MBlazeIntrinsicInfo.h
MBlazeIntrinsics.td
MBlazeISelDAGToDAG.cpp
MBlazeISelLowering.cpp
More dead code removal (using -Wunreachable-code)
2012-01-20 21:51:11 +00:00
MBlazeISelLowering.h
MBlazeMachineFunction.cpp
MBlazeMachineFunction.h
Remove VectorExtras. This unused helper was written for a type of API that is discouraged now.
2012-01-07 19:42:13 +00:00
MBlazeMCInstLower.cpp
Ignore register mask operands when lowering instructions to MC.
2012-01-18 23:52:19 +00:00
MBlazeMCInstLower.h
MBlazeRegisterInfo.cpp
More dead code removal (using -Wunreachable-code)
2012-01-20 21:51:11 +00:00
MBlazeRegisterInfo.h
MBlazeRegisterInfo.td
MBlazeRelocations.h
MBlazeSchedule3.td
MBlazeSchedule5.td
MBlazeSchedule.td
MBlazeSelectionDAGInfo.cpp
MBlazeSelectionDAGInfo.h
MBlazeSubtarget.cpp
MBlazeSubtarget.h
MBlazeTargetMachine.cpp
TargetPassConfig: confine the MC configuration to TargetMachine.
2012-02-04 02:56:59 +00:00
MBlazeTargetMachine.h
TargetPassConfig: confine the MC configuration to TargetMachine.
2012-02-04 02:56:59 +00:00
MBlazeTargetObjectFile.cpp
MBlazeTargetObjectFile.h
TODO