1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-01-06 04:31:08 +00:00
llvm-6502/lib/Target/ARM
2006-08-26 05:34:46 +00:00
..
.cvsignore
ARM.h add the "eq" condition code 2006-08-24 17:19:08 +00:00
ARM.td
ARMAsmPrinter.cpp use @ for comments 2006-08-25 17:55:16 +00:00
ARMFrameInfo.h use @ for comments 2006-08-25 17:55:16 +00:00
ARMInstrInfo.cpp
ARMInstrInfo.h
ARMInstrInfo.td add the "eq" condition code 2006-08-24 17:19:08 +00:00
ARMISelDAGToDAG.cpp Select() no longer require Result operand by reference. 2006-08-26 05:34:46 +00:00
ARMRegisterInfo.cpp
ARMRegisterInfo.h
ARMRegisterInfo.td
ARMTargetMachine.cpp
ARMTargetMachine.h
Makefile
README.txt

//===---------------------------------------------------------------------===//
// Random ideas for the ARM backend.
//===---------------------------------------------------------------------===//

Consider implementing a select with two conditional moves:

cmp x, y
moveq dst, a
movne dst, b