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
/
ARMAsmParser.cpp
Age
Commit message (
Expand
)
Author
2011-09-16
Tidy up a bit.
Jim Grosbach
2011-09-16
Thumb2 assembly parsing and encoding for SMLAL.
Jim Grosbach
2011-09-14
Fix a crasher in Thumb2 MOV-immediate encoding for certain inputs.
Owen Anderson
2011-09-14
Thumb2 assembly parsing and encoding for MUL.
Jim Grosbach
2011-09-14
Thumb2 assembly parsing and encoding for MSR/MRS.
Jim Grosbach
2011-09-14
Thumb2 assembly parsing for MOV in IT block.
Jim Grosbach
2011-09-14
ARM fix assembly parser handling of ranges in register lists.
Jim Grosbach
2011-09-13
Remove unnecessary scope resolution operator.
Jim Grosbach
2011-09-13
There's only 16 regs legal in a register list.
Jim Grosbach
2011-09-13
Teach the Thumb ASM parser that BKPT is allowed in IT blocks, even though it ...
Owen Anderson
2011-09-12
Tidy up a bit.
Jim Grosbach
2011-09-10
Thumb2 parsing and encoding for MOV(immediate).
Jim Grosbach
2011-09-09
Thumb unconditional branches are allowed in IT blocks, and therefore should h...
Owen Anderson
2011-09-09
Thumb2 assembly parsing and encoding for MLA and MLS.
Jim Grosbach
2011-09-09
Thumb2 assembly parsing and encoding for LDREX/LDREXB/LDREXD/LDREXH.
Jim Grosbach
2011-09-08
Thumb2 assembly parsing and encoding for LDRD(immediate).
Jim Grosbach
2011-09-08
Thumb2 assembly parsing and encoding for LDR pre-indexed w/ writeback.
Jim Grosbach
2011-09-07
Thumb2 assembly parsing and encoding for LDRBT.
Jim Grosbach
2011-09-07
Thumb2 assembly parsing and encoding for LDR(register).
Jim Grosbach
2011-09-07
Thumb2 parsing and encoding for LDR(immediate).
Jim Grosbach
2011-09-07
Thumb2 parsing and encoding for LDMIA.
Jim Grosbach
2011-09-07
Better diagnostic location information for mnemonic suffices.
Jim Grosbach
2011-09-06
Thumb2 parsing and encoding for CLREX.
Jim Grosbach
2011-09-06
ARM .code directive should always go to the streamer.
Jim Grosbach
2011-09-02
Thumb2 parsing and encoding of B instruction.
Jim Grosbach
2011-09-01
ARM 'rscs' mnemonic is carry-setting 'rsc', not 'rs' with a 'cs' condition code.
Jim Grosbach
2011-09-01
t2Bcc is allowed to have a predicate without a preceding IT instruction.
Owen Anderson
2011-09-01
Thumb2 assembly parsing and encoding for ADD(immediate).
Jim Grosbach
2011-08-31
Thumb2 t2Bcc should encode as t2B when condition is 'always'.
Jim Grosbach
2011-08-31
Remove FIXME. Thumb2 MOV instruction will use separate custom tricks.
Jim Grosbach
2011-08-31
tBcc is OK to be predicated in Thumb2 outside of IT blocks (obviously).
Jim Grosbach
2011-08-31
Tweak Thumb1 ADD encoding selection a bit.
Jim Grosbach
2011-08-29
Thumb2 parsing and encoding for IT blocks.
Jim Grosbach
2011-08-29
Improve handling of #-0 offsets for many more pre-indexed addressing modes.
Owen Anderson
2011-08-29
Add support for parsing #-0 on non-memory-operand immediate values, and add a...
Owen Anderson
2011-08-26
ARM assembly parsing tweak for pldw.
Jim Grosbach
2011-08-26
Thumb2 assembler parsing and encoding of IT instruction.
Jim Grosbach
2011-08-26
invalid-LDR_PRE-arm.txt was already passing, but for the wrong reasons. We w...
Owen Anderson
2011-08-25
Explicitly disallow predication in Thumb1 assembly.
Jim Grosbach
2011-08-24
Thumb .n mnemonic qualifiers can be ignored for now.
Jim Grosbach
2011-08-24
Thumb parsing and encoding for SUB (SP minu immediate).
Jim Grosbach
2011-08-24
Thumb parsing and encoding support for ADD SP instructions.
Jim Grosbach
2011-08-24
Add missing explicit writeback operand to tSTMIA_UPD.
Jim Grosbach
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-23
Some refactoring so TargetRegistry.h no longer has to include any files
Evan Cheng
2011-08-23
Thumb parsing and encoding for STM.
Jim Grosbach
2011-08-23
Factor low reg checking into a helper function.
Jim Grosbach
2011-08-22
Thumb parsing and encoding for SBC.
Jim Grosbach
2011-08-22
Thumb parsing and encoding for RSB.
Jim Grosbach
2011-08-22
Improve error checking for tPUSH and tPOP register lists.
Jim Grosbach
[prev]
[next]