index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
AsmParser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove getARMRegisterNumbering and replace with calls into
Eric Christopher
2012-08-09
1
-9
/
+9
*
Fix #13035, a bug around Thumb instruction LDRD/STRD with negative #0 offset ...
Jiangning Liu
2012-08-02
1
-1
/
+2
*
Fix #13138, a bug around ARM instruction DSB encoding and decoding issue.
Jiangning Liu
2012-08-02
1
-21
/
+51
*
Fix #13241, a bug around shift immediate operand for ARM instruction ADR.
Jiangning Liu
2012-08-02
1
-0
/
+23
*
Some formatting to keep Clang happy
Richard Barton
2012-07-09
1
-4
/
+4
*
Prevent ARM assembler from losing a right shift by #32 applied to a register
Richard Barton
2012-07-09
1
-1
/
+3
*
Spelling!
Richard Barton
2012-07-09
1
-2
/
+2
*
Teach the assembler to use the narrow thumb encodings of various three-regist...
Richard Barton
2012-07-09
1
-0
/
+80
*
Teach assembler to handle capitalised operation values for DSB instructions
Richard Barton
2012-06-27
1
-1
/
+1
*
Prevent ARM Assembler crashing on unrecognised assembly format for DSB instru...
Richard Barton
2012-06-27
1
-1
/
+2
*
ARM: Add a better diagnostic for some out of range immediates.
Jim Grosbach
2012-06-22
1
-1
/
+9
*
Fix the encoding of the armv7m (MClass) for MSR registers other than aspr,
Kevin Enderby
2012-06-15
1
-11
/
+11
*
Replace assertion failure for badly formatted CPS instrution with error message.
Richard Barton
2012-06-14
1
-1
/
+2
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-4
/
+4
*
Mark a static array as const.
Craig Topper
2012-05-24
1
-1
/
+1
*
Fix the encoding of the armv7m (MClass) for MSR APSR writes which was missing
Kevin Enderby
2012-05-17
1
-4
/
+29
*
Fixed the LLVM ARM v7 assembler and instruction printer for 8-bit immediate o...
Silviu Baranga
2012-05-11
1
-1
/
+3
*
ARM: Thumb add(sp plus register) asm constraints.
Jim Grosbach
2012-04-27
1
-0
/
+20
*
Fix ARM assembly parsing for upper case condition codes on IT instructions.
Richard Barton
2012-04-27
1
-1
/
+1
*
Refactor IT handling not to store the bottom bit of the condition code in the...
Richard Barton
2012-04-27
1
-5
/
+2
*
Unify internal representation of ARM instructions with a register right-shift...
Richard Barton
2012-04-25
1
-2
/
+9
*
Add ifdef around getSubtargetFeatureName in tablegen output file so that only...
Craig Topper
2012-04-25
1
-0
/
+1
*
ARM: improved assembler diagnostics for missing CPU features.
Jim Grosbach
2012-04-24
1
-3
/
+16
*
ARM handle :lower16: and :upper16: after a '#' prefix.
Jim Grosbach
2012-04-16
1
-13
/
+17
*
Wire up support for diagnostic ranges in the ARMAsmParser.
Benjamin Kramer
2012-04-15
1
-3
/
+12
*
ARM add missing Thumb1 two-operand aliases for shift-by-immediate.
Jim Grosbach
2012-04-11
1
-0
/
+31
*
Fix a number of problems with ARM fused multiply add/subtract instructions.
Evan Cheng
2012-04-11
1
-0
/
+2
*
ARM fix cc_out operand handling for t2SUBrr instructions.
Jim Grosbach
2012-04-10
1
-2
/
+5
*
ARM assembly aliases for add negative immediates using sub.
Jim Grosbach
2012-04-05
1
-0
/
+38
*
ARM assembly parsing for 'msr' plain 'cpsr' operand.
Jim Grosbach
2012-04-05
1
-1
/
+2
*
ARM assembler should prefer non-aliases encoding of cmp.
Jim Grosbach
2012-03-30
1
-4
/
+6
*
ARM can only use narrow encoding for low regs.
Jim Grosbach
2012-03-30
1
-0
/
+1
*
ARM integrated assembler should encoding choice for add/sub imm.
Jim Grosbach
2012-03-30
1
-0
/
+25
*
ARM assembly parsing needs to be paranoid about negative immediates.
Jim Grosbach
2012-03-30
1
-3
/
+3
*
ARM assembly 'cmp lr, #0' should not encode using 'cmn'.
Jim Grosbach
2012-03-29
1
-2
/
+4
*
Prune some includes
Craig Topper
2012-03-27
1
-2
/
+0
*
Fix assembling ARM vst2 instructions with double-spaced registers.
Kevin Enderby
2012-03-20
1
-1
/
+1
*
ARM assembly, accept optional '#' on lane index number.
Jim Grosbach
2012-03-19
1
-0
/
+6
*
ARM ldm/stm register lists can be out of order.
Jim Grosbach
2012-03-16
1
-2
/
+6
*
Remove inadvertant commit.
Jim Grosbach
2012-03-15
1
-23
/
+0
*
ARM case-insensitive checking for APSR_nzcv.
Jim Grosbach
2012-03-15
2
-3
/
+28
*
ARM aliases for pre-unified syntax fcmpz[sd] mnemonics.
Jim Grosbach
2012-03-15
1
-1
/
+1
*
ARM more NEON VLD/VST composite physical register refactoring.
Jim Grosbach
2012-03-06
1
-8
/
+5
*
ARM refactor more NEON VLD/VST instructions to use composite physregs
Jim Grosbach
2012-03-06
1
-5
/
+13
*
ARM Refactor VLD/VST spaced pair instructions.
Jim Grosbach
2012-03-05
1
-10
/
+14
*
ARM Remove a bit of dead code.
Jim Grosbach
2012-03-05
1
-5
/
+0
*
ARM refactor away a bunch of VLD/VST pseudo instructions.
Jim Grosbach
2012-03-05
1
-0
/
+24
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-4
/
+4
*
Tidy up. One more return type mismatch fix.
Jim Grosbach
2012-01-31
1
-1
/
+1
*
Keep source information, if available, around for ARM Fixups.
Jim Grosbach
2012-01-26
1
-0
/
+1
[next]