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
/
lib
/
Target
/
ARM
/
AsmParser
Age
Commit message (
Expand
)
Author
2012-09-11
Rename the isMemory() function to isMem(). No functional change intended.
Chad Rosier
2012-09-05
Fix function name per coding standard.
Chad Rosier
2012-09-03
[ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, add
Chad Rosier
2012-09-03
[ms-inline asm] Add an interface to the GetMCInstOperandNum() function in the
Chad Rosier
2012-09-03
Removed unused argument.
Chad Rosier
2012-09-03
[ms-inline asm] Expose the Kind and Opcode variables from the
Chad Rosier
2012-08-31
Remove an unused argument. The MCInst opcode is set in the ConvertToMCInst()
Chad Rosier
2012-08-31
Add a comment to explain what's really going on.
Chad Rosier
2012-08-31
The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...
Chad Rosier
2012-08-31
With the fix in r162954/162955 every cvt function returns true. Thus, have
Chad Rosier
2012-08-30
Fix for r162954. Return the Error.
Chad Rosier
2012-08-30
Move a check to the validateInstruction() function where it more properly bel...
Chad Rosier
2012-08-30
Typo.
Chad Rosier
2012-08-09
Remove getARMRegisterNumbering and replace with calls into
Eric Christopher
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-09
Some formatting to keep Clang happy
Richard Barton
2012-07-09
Prevent ARM assembler from losing a right shift by #32 applied to a register
Richard Barton
2012-07-09
Spelling!
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-27
Prevent ARM Assembler crashing on unrecognised assembly format for DSB instru...
Richard Barton
2012-06-22
ARM: Add a better diagnostic for some out of range immediates.
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-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-05-24
Mark a static array as const.
Craig Topper
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-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-27
Refactor IT handling not to store the bottom bit of the condition code in the...
Richard Barton
2012-04-25
Unify internal representation of ARM instructions with a register right-shift...
Richard Barton
2012-04-25
Add ifdef around getSubtargetFeatureName in tablegen output file so that only...
Craig Topper
2012-04-24
ARM: improved assembler diagnostics for missing CPU features.
Jim Grosbach
2012-04-16
ARM handle :lower16: and :upper16: after a '#' prefix.
Jim Grosbach
2012-04-15
Wire up support for diagnostic ranges in the ARMAsmParser.
Benjamin Kramer
2012-04-11
ARM add missing Thumb1 two-operand aliases for shift-by-immediate.
Jim Grosbach
2012-04-11
Fix a number of problems with ARM fused multiply add/subtract instructions.
Evan Cheng
2012-04-10
ARM fix cc_out operand handling for t2SUBrr instructions.
Jim Grosbach
2012-04-05
ARM assembly aliases for add negative immediates using sub.
Jim Grosbach
2012-04-05
ARM assembly parsing for 'msr' plain 'cpsr' operand.
Jim Grosbach
2012-03-30
ARM assembler should prefer non-aliases encoding of cmp.
Jim Grosbach
2012-03-30
ARM can only use narrow encoding for low regs.
Jim Grosbach
2012-03-30
ARM integrated assembler should encoding choice for add/sub imm.
Jim Grosbach
2012-03-30
ARM assembly parsing needs to be paranoid about negative immediates.
Jim Grosbach
2012-03-29
ARM assembly 'cmp lr, #0' should not encode using 'cmn'.
Jim Grosbach
2012-03-27
Prune some includes
Craig Topper
2012-03-20
Fix assembling ARM vst2 instructions with double-spaced registers.
Kevin Enderby
[next]