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
2025-03-10 18:37:01 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
4644d79871
Branches
Tags
View all branches
llvm-6502
/
lib
/
Target
/
R600
History
…
..
InstPrinter
…
MCTargetDesc
…
TargetInfo
…
AMDGPU.h
…
AMDGPU.td
Change the default of AsmWriterClassName and isMCAsmWriter.
2013-12-02 04:55:42 +00:00
AMDGPUAsmPrinter.cpp
…
AMDGPUAsmPrinter.h
…
AMDGPUCallingConv.td
…
AMDGPUConvertToISA.cpp
…
AMDGPUFrameLowering.cpp
…
AMDGPUFrameLowering.h
…
AMDGPUInstrInfo.cpp
…
AMDGPUInstrInfo.h
…
AMDGPUInstrInfo.td
…
AMDGPUInstructions.td
…
AMDGPUIntrinsics.td
…
AMDGPUISelDAGToDAG.cpp
…
AMDGPUISelLowering.cpp
…
AMDGPUISelLowering.h
…
AMDGPUMachineFunction.cpp
…
AMDGPUMachineFunction.h
…
AMDGPUMCInstLower.cpp
…
AMDGPUMCInstLower.h
…
AMDGPURegisterInfo.cpp
…
AMDGPURegisterInfo.h
…
AMDGPURegisterInfo.td
…
AMDGPUSubtarget.cpp
…
AMDGPUSubtarget.h
…
AMDGPUTargetMachine.cpp
…
AMDGPUTargetMachine.h
SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch conditions
2013-07-27 00:01:07 +00:00
AMDGPUTargetTransformInfo.cpp
…
AMDILBase.td
…
AMDILCFGStructurizer.cpp
…
AMDILInstrInfo.td
R600: Enable -verify-machineinstrs in some tests.
2013-10-01 19:32:38 +00:00
AMDILIntrinsicInfo.cpp
…
AMDILIntrinsicInfo.h
…
AMDILIntrinsics.td
…
AMDILISelLowering.cpp
…
AMDILRegisterInfo.td
…
CMakeLists.txt
…
LLVMBuild.txt
…
Makefile
Add R600 backend
2012-12-11 21:25:42 +00:00
Processors.td
R600: Re-format Processors.td
2013-12-11 17:51:51 +00:00
R600ClauseMergePass.cpp
…
R600ControlFlowFinalizer.cpp
…
R600Defines.h
…
R600EmitClauseMarkers.cpp
…
R600ExpandSpecialInstrs.cpp
…
R600InstrFormats.td
…
R600InstrInfo.cpp
…
R600InstrInfo.h
…
R600Instructions.td
…
R600Intrinsics.td
…
R600ISelLowering.cpp
Use llvm_unreachable instead of assert(0)
2013-12-10 21:37:42 +00:00
R600ISelLowering.h
…
R600MachineFunctionInfo.cpp
…
R600MachineFunctionInfo.h
[weak vtables] Remove a bunch of weak vtables
2013-11-19 00:57:56 +00:00
R600MachineScheduler.cpp
Factor MI-Sched in preparation for post-ra scheduling support.
2013-12-28 21:56:47 +00:00
R600MachineScheduler.h
…
R600OptimizeVectorRegisters.cpp
…
R600Packetizer.cpp
…
R600RegisterInfo.cpp
…
R600RegisterInfo.h
…
R600RegisterInfo.td
…
R600Schedule.td
…
R600TextureIntrinsicsReplacer.cpp
…
SIAnnotateControlFlow.cpp
…
SIDefines.h
…
SIFixSGPRCopies.cpp
…
SIInsertWaits.cpp
…
SIInstrFormats.td
…
SIInstrInfo.cpp
…
SIInstrInfo.h
…
SIInstrInfo.td
…
SIInstructions.td
…
SIIntrinsics.td
…
SIISelLowering.cpp
…
SIISelLowering.h
…
SILowerControlFlow.cpp
…
SIMachineFunctionInfo.cpp
…
SIMachineFunctionInfo.h
…
SIRegisterInfo.cpp
…
SIRegisterInfo.h
…
SIRegisterInfo.td
…
SISchedule.td
…
SITypeRewriter.cpp
…