llvm-6502/lib/Target/ARM
Rafael Espindola 5f450d2948 add more condition codes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30056 91177308-0d34-0410-b5e6-96231b3b80d8
2006-09-02 20:24:25 +00:00
..
.cvsignore
ARM.h add more condition codes 2006-09-02 20:24:25 +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 add more condition codes 2006-09-02 20:24:25 +00:00
ARMRegisterInfo.cpp
ARMRegisterInfo.h
ARMRegisterInfo.td
ARMTargetMachine.cpp initial support for select 2006-08-21 22:00:32 +00:00
ARMTargetMachine.h
Makefile
README.txt add a README.txt 2006-08-22 12:22:46 +00:00

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

Consider implementing a select with two conditional moves:

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