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-17 03:30:28 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
a2b5600e61
llvm-6502
/
lib
/
Target
/
MBlaze
History
Wesley Peck
2e06398405
Teaching MBlaze backend how to reverse branch conditions.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@120707
91177308-0d34-0410-b5e6-96231b3b80d8
2010-12-02 16:17:11 +00:00
..
AsmParser
Disassembler
InstPrinter
Make it a little bit more explicit that the MBlaze backend only supports upto
2010-11-21 21:39:46 +00:00
TargetInfo
CMakeLists.txt
Makefile
MBlaze.h
MBlaze.td
MBlazeAsmBackend.cpp
Define generic 1, 2 and 4 byte pc relative relocations. They are common
2010-11-28 14:17:56 +00:00
MBlazeAsmPrinter.cpp
Updating MBlaze .mask and .frame directives to match GCC's output and fixing regression introduced in 120095 by checking MCStreamer::hasRawTextSupport.
2010-11-24 16:32:35 +00:00
MBlazeCallingConv.td
MBlazeDelaySlotFiller.cpp
Fix an error in the MBlaze delay slot filler where instructions that already
2010-11-21 21:36:12 +00:00
MBlazeELFWriterInfo.cpp
Implement ELF object file writing support for the MBlaze backend. Its not perfect yet, but it works for many tests.
2010-11-21 22:06:28 +00:00
MBlazeELFWriterInfo.h
Implement ELF object file writing support for the MBlaze backend. Its not perfect yet, but it works for many tests.
2010-11-21 22:06:28 +00:00
MBlazeFrameInfo.cpp
MBlazeFrameInfo.h
MBlazeInstrFormats.td
MBlazeInstrFPU.td
MBlazeInstrFSL.td
MBlazeInstrInfo.cpp
Teaching MBlaze backend how to reverse branch conditions.
2010-12-02 16:17:11 +00:00
MBlazeInstrInfo.h
Teaching MBlaze backend how to reverse branch conditions.
2010-12-02 16:17:11 +00:00
MBlazeInstrInfo.td
Implement ELF object file writing support for the MBlaze backend. Its not perfect yet, but it works for many tests.
2010-11-21 22:06:28 +00:00
MBlazeIntrinsicInfo.cpp
MBlazeIntrinsicInfo.h
MBlazeIntrinsics.td
MBlazeISelDAGToDAG.cpp
MBlazeISelLowering.cpp
Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.
2010-11-23 03:31:01 +00:00
MBlazeISelLowering.h
MBlazeMachineFunction.h
MBlazeMCAsmInfo.cpp
1. Fixing error where basic block labels were not being printed out when they need to be for the MBlaze backend because AsmPrinter::isBlockOnlyReachableByFallthrough does not take into account delay slots.
2010-11-24 15:39:32 +00:00
MBlazeMCAsmInfo.h
MBlazeMCCodeEmitter.cpp
Define generic 1, 2 and 4 byte pc relative relocations. They are common
2010-11-28 14:17:56 +00:00
MBlazeMCInstLower.cpp
1. Fixing error where basic block labels were not being printed out when they need to be for the MBlaze backend because AsmPrinter::isBlockOnlyReachableByFallthrough does not take into account delay slots.
2010-11-24 15:39:32 +00:00
MBlazeMCInstLower.h
MBlazeRegisterInfo.cpp
1. Fixing error where basic block labels were not being printed out when they need to be for the MBlaze backend because AsmPrinter::isBlockOnlyReachableByFallthrough does not take into account delay slots.
2010-11-24 15:39:32 +00:00
MBlazeRegisterInfo.h
MBlazeRegisterInfo.td
MBlazeRelocations.h
MBlazeSchedule.td
MBlazeSelectionDAGInfo.cpp
MBlazeSelectionDAGInfo.h
MBlazeSubtarget.cpp
MBlazeSubtarget.h
MBlazeTargetMachine.cpp
1. Fixing error where basic block labels were not being printed out when they need to be for the MBlaze backend because AsmPrinter::isBlockOnlyReachableByFallthrough does not take into account delay slots.
2010-11-24 15:39:32 +00:00
MBlazeTargetMachine.h
MBlazeTargetObjectFile.cpp
MBlazeTargetObjectFile.h
TODO