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
/
ARMAddressingModes.h
Age
Commit message (
Expand
)
Author
2010-04-13
Changed getSOImmValRotate()'s hunt retry logic to ignore the low order 6 bits,
Johnny Chen
2010-04-13
Replace r101053 with a fix for getSOImmValRotate() so that it will correctly
Bob Wilson
2010-04-12
Fixed a crasher in arm disassembler within ARMInstPrinter.cpp after calling
Johnny Chen
2010-03-20
Re-commit r98683 ("remove redundant writeback flag from ARM address mode 6")
Bob Wilson
2010-03-17
98745 contains something unrelated to the patch.
Johnny Chen
2010-03-17
Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrm
Johnny Chen
2010-03-16
Revert 98683. It is breaking something in the disassembler.
Bob Wilson
2010-03-16
Remove redundant writeback flag from ARM address mode 6. Also remove the
Bob Wilson
2010-03-16
Remove redundant writeback flag in ARM addressing mode 5.
Bob Wilson
2010-03-16
Remove the writeback flag from ARM's address mode 4. Now that we have separate
Bob Wilson
2010-03-16
--- Reverse-merging r98637 into '.':
Bob Wilson
2010-03-16
Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend
Johnny Chen
2010-03-16
Stop using the old pre-UAL syntax for LDM/STM instruction suffixes.
Bob Wilson
2009-11-09
Use Unified Assembly Syntax for the ARM backend.
Jim Grosbach
2009-11-07
Support alignment specifier for NEON vld/vst instructions
Jim Grosbach
2009-10-21
Improve handling of immediates by splitting 32-bit immediates into two 16-bit
Jim Grosbach
2009-10-19
reduce #includes
Chris Lattner
2009-08-11
Whitespace cleanup. Remove trailing whitespace.
Jim Grosbach
2009-07-28
- More refactoring. This gets rid of all of the getOpcode calls.
Evan Cheng
2009-07-14
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-08
Change how so_imm and t2_so_imm are handled. At instruction selection time, t...
Evan Cheng
2009-07-01
Add a new addressing mode for NEON load/store instructions.
Bob Wilson
2009-07-01
Fix up a comment: besides the >80col lines, the operation for this
Bob Wilson
2009-06-29
Implement Thumb2 ldr.
Evan Cheng
2009-06-23
Initial Thumb2 support. Majority of the work is done by David Goodwin. There are
Evan Cheng
2009-03-30
Fix comment to match function name.
Bob Wilson
2008-07-27
Rename SDOperand to SDValue.
Dan Gohman
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-01-19
ARM backend contribution from Apple.
Evan Cheng