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-02 07:11:49 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
674101e6bb
llvm-6502
/
lib
/
Target
/
MBlaze
History
Craig Topper
96601ca332
Add a getName function to MachineFunction. Use it in places that previously did getFunction()->getName(). Remove includes of Function.h that are no longer needed.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@162347
91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-22 06:07:19 +00:00
..
AsmParser
Disassembler
InstPrinter
MCTargetDesc
TargetInfo
CMakeLists.txt
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
2012-06-24 13:32:01 +00:00
LLVMBuild.txt
Makefile
MBlaze.h
MBlaze.td
Use "NoItineraries" for processors with no itineraries.
2012-06-22 03:58:51 +00:00
MBlazeAsmPrinter.cpp
There are a number of generic inline asm operand modifiers that
2012-06-26 13:49:27 +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
Remove variable_ops from call instructions in most targets.
2012-07-13 20:44:29 +00:00
MBlazeIntrinsicInfo.cpp
MBlazeIntrinsicInfo.h
MBlazeIntrinsics.td
MBlazeISelDAGToDAG.cpp
MBlazeISelLowering.cpp
Remove tabs.
2012-07-19 00:11:40 +00:00
MBlazeISelLowering.h
MBlazeMachineFunction.cpp
MBlazeMachineFunction.h
MBlazeMCInstLower.cpp
MBlazeMCInstLower.h
Remove unused private fields found by clang's new -Wunused-private-field.
2012-06-06 18:25:08 +00:00
MBlazeRegisterInfo.cpp
Add a getName function to MachineFunction. Use it in places that previously did getFunction()->getName(). Remove includes of Function.h that are no longer needed.
2012-08-22 06:07:19 +00:00
MBlazeRegisterInfo.h
MBlazeRegisterInfo.td
MBlazeRelocations.h
MBlazeSchedule3.td
MBlazeSchedule5.td
MBlazeSchedule.td
Use "NoItineraries" for processors with no itineraries.
2012-06-22 03:58:51 +00:00
MBlazeSelectionDAGInfo.cpp
MBlazeSelectionDAGInfo.h
MBlazeSubtarget.cpp
misched: Added MultiIssueItineraries.
2012-06-05 03:44:40 +00:00
MBlazeSubtarget.h
MBlazeTargetMachine.cpp
Add all codegen passes to the PassManager via TargetPassConfig.
2012-07-02 19:48:31 +00:00
MBlazeTargetMachine.h
MBlazeTargetObjectFile.cpp
MBlazeTargetObjectFile.h
TODO