index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMInstrInfo.cpp
Age
Commit message (
Expand
)
Author
2007-02-07
Spill / restore should avoid modifying the condition register.
Evan Cheng
2007-01-30
Copy and paste bug.
Evan Cheng
2007-01-30
Misseed thumb jumptable branch.
Evan Cheng
2007-01-29
Factor GetInstSize() out of constpool island pass.
Evan Cheng
2007-01-26
Make LABEL a builtin opcode.
Jim Laskey
2007-01-19
ARM backend contribution from Apple.
Evan Cheng
2006-11-27
Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
Evan Cheng
2006-10-24
fix warning about missing newline at end of file
Rafael Espindola
2006-10-24
implement uncond branch insertion, mark branches with isBranch.
Chris Lattner
2006-09-13
add shifts to addressing mode 1
Rafael Espindola
2006-09-11
partial implementation of the ARM Addressing Mode 1
Rafael Espindola
2006-08-08
change the addressing mode of the str instruction to reg+imm
Rafael Espindola
2006-07-10
create the raddr addressing mode that matches any register and the frame index
Rafael Espindola
2006-06-27
handle the "mov reg1, reg2" case in isMoveInstr
Rafael Espindola
2006-05-23
implement minimal versions of
Rafael Espindola
2006-05-14
added a skeleton of the ARM backend
Rafael Espindola