index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
MC
/
ARM
Age
Commit message (
Expand
)
Author
2013-03-19
Fix pr13145 - Naming a function like a register name confuses the asm parser.
Chad Rosier
2013-02-27
ARM: permit full range of valid ADR immediates.
Tim Northover
2013-02-23
ARM: Convenience aliases for 'srs*' instructions.
Jim Grosbach
2013-02-22
Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...
Kristof Beyls
2013-02-15
If bundle alignment is enabled, do not add data to a fragment with instructions
Derek Schuff
2013-02-14
The ARM NEON vector compare instructions take three arguments. However, the
Joel Jones
2013-02-14
Make ARMAsmParser accept the correct alignment specifier syntax in instructions.
Kristof Beyls
2013-01-30
Add a special ARM trap encoding for NaCl.
Eli Bendersky
2013-01-30
This patch implements runtime ARM specific
Jack Carter
2013-01-30
This patch reworks how llvm targets set
Jack Carter
2013-01-07
Add some additional tests for the .bundle_lock align_to_end feature that didn't
Eli Bendersky
2013-01-07
Add the align_to_end option to .bundle_lock in the MC implementation of aligned
Eli Bendersky
2012-12-20
Tests for the aligned bundling support added in r170718
Eli Bendersky
2012-12-14
Make sure the alternate PC+imm syntax of LDR instruction with a small
Kevin Enderby
2012-12-11
revert the test change
Hao Liu
2012-12-11
A newbie try a test commit
Hao Liu
2012-12-07
Added Mapping Symbols for ARM ELF
Tim Northover
2012-11-10
Convert an improper CodeGen test to a MC test.
Evan Cheng
2012-10-30
ARM: Better disassembly for pc-relative LDR.
Jim Grosbach
2012-10-29
Fix ARM's b.w instruction for thumb 2 and the encoding T4. The branch target
Kevin Enderby
2012-10-10
Test case for r165480.
Craig Topper
2012-09-25
ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'.
Jim Grosbach
2012-09-22
Fix edge cases of ARM shift operands in arith instructions.
Tim Northover
2012-09-22
Fix the handling of edge cases in ARM shifted operands.
Tim Northover
2012-08-02
Support fpv4 for ARM Cortex-M4.
Jiangning Liu
2012-08-02
Fix #13035, a bug around Thumb instruction LDRD/STRD with negative #0 offset ...
Jiangning Liu
2012-08-02
Fix #13138, a bug around ARM instruction DSB encoding and decoding issue.
Jiangning Liu
2012-08-02
Fix #13241, a bug around shift immediate operand for ARM instruction ADR.
Jiangning Liu
2012-07-10
Fix instruction description of VMOV (between two ARM core registers and two s...
Richard Barton
2012-07-09
Revert r159938 (and r159945) to appease the buildbots.
Chad Rosier
2012-07-09
Fix instruction description of VMOV (between two ARM core registers and two s...
Richard Barton
2012-07-09
Prevent ARM assembler from losing a right shift by #32 applied to a register
Richard Barton
2012-07-09
Teach the assembler to use the narrow thumb encodings of various three-regist...
Richard Barton
2012-06-27
Teach assembler to handle capitalised operation values for DSB instructions
Richard Barton
2012-06-22
ARM: Add a better diagnostic for some out of range immediates.
Jim Grosbach
2012-06-19
Have ARM ELF use correct reloc for "b" instr.
Jan Wen Voung
2012-06-18
ARM: Define generic HINT instruction.
Jim Grosbach
2012-06-15
Fix the encoding of the armv7m (MClass) for MSR registers other than aspr,
Kevin Enderby
2012-06-14
Replace assertion failure for badly formatted CPS instrution with error message.
Richard Barton
2012-05-18
Refactor data-in-code annotations.
Jim Grosbach
2012-05-17
Fix the encoding of the armv7m (MClass) for MSR APSR writes which was missing
Kevin Enderby
2012-05-11
Fixed the LLVM ARM v7 assembler and instruction printer for 8-bit immediate o...
Silviu Baranga
2012-05-03
Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bits
Kevin Enderby
2012-05-02
ARM: Add missing two-operand VBIC aliases.
Jim Grosbach
2012-05-02
Disallow YIELD and other allocated nop hints in pre-ARMv6 architectures.
Richard Barton
2012-05-01
ARM: Add a few missing add->sub aliases w/ 'w' suffix.
Jim Grosbach
2012-05-01
ARM: allow vanilla expressions for movw/movt.
Jim Grosbach
2012-04-27
ARM: Thumb add(sp plus register) asm constraints.
Jim Grosbach
2012-04-27
Fix ARM assembly parsing for upper case condition codes on IT instructions.
Richard Barton
2012-04-26
Specify cpu to unbreak tests.
Evan Cheng
[next]