This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-25 12:12:47 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
2170738538
llvm-mirror
/
lib
/
Target
/
MBlaze
History
Rafael Espindola
f77005db2b
Define generic 1, 2 and 4 byte pc relative relocations. They are common
...
and at least the 4 byte one will be needed to implement the .cfi_* directives. llvm-svn: 120240
2010-11-28 14:17:56 +00:00
..
AsmParser
Disassembler
InstPrinter
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
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
Implement branch analysis in the MBlaze backend.
2010-11-21 21:53:36 +00:00
MBlazeInstrInfo.h
Implement branch analysis in the MBlaze backend.
2010-11-21 21:53:36 +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