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-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
2012-03-19
ARM assembly, accept optional '#' on lane index number.
Jim Grosbach
2012-03-16
ARM ldm/stm register lists can be out of order.
Jim Grosbach
2012-03-15
Remove inadvertant commit.
Jim Grosbach
2012-03-15
ARM case-insensitive checking for APSR_nzcv.
Jim Grosbach
2012-03-15
ARM aliases for pre-unified syntax fcmpz[sd] mnemonics.
Jim Grosbach
2012-03-06
ARM more NEON VLD/VST composite physical register refactoring.
Jim Grosbach
2012-03-06
ARM refactor more NEON VLD/VST instructions to use composite physregs
Jim Grosbach
2012-03-05
ARM Refactor VLD/VST spaced pair instructions.
Jim Grosbach
2012-03-05
ARM Remove a bit of dead code.
Jim Grosbach
2012-03-05
ARM refactor away a bunch of VLD/VST pseudo instructions.
Jim Grosbach
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2012-01-31
Tidy up. One more return type mismatch fix.
Jim Grosbach
2012-01-26
Keep source information, if available, around for ARM Fixups.
Jim Grosbach
2012-01-26
Tidy up. Fix mismatched return types for error handling.
Jim Grosbach
2012-01-25
ARM assemly parsing and validation of IT instruction.
Jim Grosbach
2012-01-25
NEON VLD4(all lanes) assembly parsing and encoding.
Jim Grosbach
2012-01-24
NEON VLD3(all lanes) assembly parsing and encoding.
Jim Grosbach
2012-01-24
NEON VST4(one lane) assembly parsing and encoding.
Jim Grosbach
2012-01-24
NEON VLD4(one lane) assembly parsing and encoding.
Jim Grosbach
2012-01-24
NEON VST4(multiple 4 element structures) assembly parsing.
Jim Grosbach
2012-01-24
NEON VLD4(multiple 4 element structures) assembly parsing.
Jim Grosbach
2012-01-24
Tidy up. Remove some vertical space for readability.
Jim Grosbach
2012-01-24
NEON VST3(single element from one lane) assembly parsing.
Jim Grosbach
2012-01-23
NEON VST3(multiple 3-element structures) assembly parsing.
Jim Grosbach
2012-01-23
NEON VLD3(multiple 3-element structures) assembly parsing.
Jim Grosbach
2012-01-23
NEON VLD3 lane-indexed assembly parsing and encoding.
Jim Grosbach
2012-01-23
Simplify some NEON assembly pseudo definitions.
Jim Grosbach
2012-01-21
Thumb2 'add rd, pc, imm' alternate form for 'adr' instruction.
Jim Grosbach
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
NEON use vmov.i32 to splat some f32 values into vectors.
Jim Grosbach
2012-01-19
ARM assembly diagnostic caret in better position for FPImm.
Jim Grosbach
2012-01-18
Thumb2 alternate syntax for LDR(literal) and friends.
Jim Grosbach
2012-01-16
Removing unused default switch cases in switches over enums that already acco...
David Blaikie
2012-01-03
Fix malformed assert.
Matt Beaumont-Gay
2011-12-22
ARM VFP assembly parsing and encoding for VCVT(float <--> fixed point).
Jim Grosbach
2011-12-22
Tidy up. Use predicate function a bit more liberally.
Jim Grosbach
[next]