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
4d06138d53
llvm-6502
/
lib
/
Target
/
MBlaze
History
Benjamin Kramer
7fb12ef5a6
Remove the unnecessary dependency on libMBlazeCodeGen from libMBlazeDisassembler.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@144383
91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-11 12:39:35 +00:00
..
AsmParser
Replace (Lower|Upper)caseString in favor of StringRef's newest methods.
2011-11-06 20:37:06 +00:00
Disassembler
Remove the unnecessary dependency on libMBlazeCodeGen from libMBlazeDisassembler.
2011-11-11 12:39:35 +00:00
InstPrinter
build: Add initial cut at LLVMBuild.txt files.
2011-11-03 18:53:17 +00:00
MCTargetDesc
build: Add initial cut at LLVMBuild.txt files.
2011-11-03 18:53:17 +00:00
TargetInfo
build: Add initial cut at LLVMBuild.txt files.
2011-11-03 18:53:17 +00:00
CMakeLists.txt
build/cmake: Use tblgen macro directly instead of llvm_tablegen, which just
2011-11-04 19:04:23 +00:00
LLVMBuild.txt
LLVMBuild: Add explicit information on whether targets define an assembly printer, assembly parser, or disassembler.
2011-11-11 00:23:56 +00:00
Makefile
MBlaze.h
MBlaze.td
MBlazeAsmPrinter.cpp
Simplify some uses of utohexstr.
2011-11-07 21:00:59 +00:00
MBlazeCallingConv.td
MBlazeDelaySlotFiller.cpp
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
Added invariant field to the DAG.getLoad method and changed all calls.
2011-11-08 18:42:53 +00:00
MBlazeISelLowering.h
MBlazeMachineFunction.h
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