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
/
test
/
MC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added support for disassembling unpredictable swp/swpb ARM instructions.
Silviu Baranga
2012-04-18
1
-0
/
+26
*
Fix the bahavior of the disassembler when decoding unpredictable mrs instruct...
Silviu Baranga
2012-04-18
1
-0
/
+18
*
Added support for unpredictable mcrr/mcrr2/mrrc/mrrc2 ARM instruction in the ...
Silviu Baranga
2012-04-18
2
-0
/
+17
*
Fixed decoding for the ARM cdp2 instruction. The restriction on the coprocess...
Silviu Baranga
2012-04-18
1
-0
/
+3
*
Add suport for unpredicatble cases of the cmp, tst, teq and cmnz ARM instruct...
Silviu Baranga
2012-04-18
1
-0
/
+30
*
Add disassembler to MIPS.
Akira Hatanaka
2012-04-17
8
-0
/
+2042
*
Fix ARM disassembly of VLD2 (single 2-element structure to all lanes)
Kevin Enderby
2012-04-17
2
-0
/
+75
*
ARM two-operand forms for vhadd and vhsub instructions.
Jim Grosbach
2012-04-16
2
-0
/
+53
*
MC assembly parser handling for trailing comma in macro instantiation.
Jim Grosbach
2012-04-16
1
-0
/
+24
*
This patch fixes 3 problems:
Akira Hatanaka
2012-04-16
1
-10
/
+10
*
ARM assembly two-operand forms for VRSHL.
Jim Grosbach
2012-04-16
1
-0
/
+35
*
Tidy up. Test formatting.
Jim Grosbach
2012-04-16
1
-53
/
+64
*
Do not add offset in applyFixup. This has already been accounted for in Value.
Akira Hatanaka
2012-04-16
1
-0
/
+22
*
ARM two-operand aliases for VRHADD instructions.
Jim Grosbach
2012-04-16
1
-0
/
+27
*
Tidy up. Testcase formatting.
Jim Grosbach
2012-04-16
1
-13
/
+14
*
Add -disassemble support for -show-inst and -show-encode capability llvm-mc. ...
Richard Barton
2012-04-16
1
-1
/
+1
*
Fixed a case of ARM disassembly getting an assert on a bad encoding
Kevin Enderby
2012-04-11
1
-0
/
+13
*
ARM 'vuzp.32 Dd, Dm' is a pseudo-instruction.
Jim Grosbach
2012-04-11
1
-0
/
+2
*
ARM 'vzip.32 Dd, Dm' is a pseudo-instruction.
Jim Grosbach
2012-04-11
1
-0
/
+2
*
Clean up ARM fused multiply + add/sub support some more: rename some isel
Evan Cheng
2012-04-11
1
-1
/
+1
*
Add retw and lretw instructions. Also, fix Intel syntax parsing for all
Charles Davis
2012-04-11
4
-0
/
+31
*
Fix ARM disassembly of VLD instructions with writebacks. And add test a case
Kevin Enderby
2012-04-11
2
-0
/
+364
*
ARM add missing Thumb1 two-operand aliases for shift-by-immediate.
Jim Grosbach
2012-04-11
1
-0
/
+18
*
Fix a number of problems with ARM fused multiply add/subtract instructions.
Evan Cheng
2012-04-11
2
-0
/
+87
*
ARM fix cc_out operand handling for t2SUBrr instructions.
Jim Grosbach
2012-04-10
1
-0
/
+12
*
Add the tests that were supposed to go with r153935 that I forgot svn add
Craig Topper
2012-04-06
2
-0
/
+73
*
ARM assembly aliases for add negative immediates using sub.
Jim Grosbach
2012-04-05
1
-0
/
+4
*
Added support for unpredictable ADC/SBC instructions on ARM, and also fixed s...
Silviu Baranga
2012-04-05
1
-0
/
+17
*
Added support for handling unpredictable arithmetic instructions on ARM.
Silviu Baranga
2012-04-05
2
-12
/
+7
*
ARM assembly aliases for two-operand V[R]SHR instructions.
Jim Grosbach
2012-04-05
1
-0
/
+70
*
ARM assembly parsing for 'msr' plain 'cpsr' operand.
Jim Grosbach
2012-04-05
1
-0
/
+2
*
Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.
Craig Topper
2012-04-03
2
-0
/
+780
*
Revert r153924. Delete test/MC/Disassembler/Mips and lib/Target/Mips/Disassem...
Akira Hatanaka
2012-04-03
8
-0
/
+0
*
Revert r153924. There were buildbot failures.
Akira Hatanaka
2012-04-03
8
-2042
/
+0
*
MIPS disassembler support.
Akira Hatanaka
2012-04-03
8
-0
/
+2042
*
Initial 64 bit direct object support.
Akira Hatanaka
2012-04-02
1
-5
/
+30
*
Added fix in TableGen instruction decoder generation. The decoder now breaks ...
Silviu Baranga
2012-04-02
1
-0
/
+15
*
ARM assembler should prefer non-aliases encoding of cmp.
Jim Grosbach
2012-03-30
1
-2
/
+5
*
ARM encoding for VSWP got the second operand incorrect.
Jim Grosbach
2012-03-30
1
-0
/
+7
*
ARM integrated assembler should encoding choice for add/sub imm.
Jim Grosbach
2012-03-30
1
-0
/
+8
*
ARM assembly parsing needs to be paranoid about negative immediates.
Jim Grosbach
2012-03-30
1
-1
/
+4
*
Ensure conditional BL instructions for ARM are given the fixup fixup_arm_cond...
James Molloy
2012-03-30
3
-2
/
+28
*
ARM assembly 'cmp lr, #0' should not encode using 'cmn'.
Jim Grosbach
2012-03-29
1
-0
/
+2
*
Fixup VST1.32 with writeback instruction. Also re-factor non-writeback version.
Richard Barton
2012-03-28
1
-0
/
+8
*
Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu
Eli Bendersky
2012-03-25
11
-88
/
+11
*
Added soft fail checks for the disassembler when decoding some corner cases o...
Silviu Baranga
2012-03-22
3
-2
/
+21
*
Added soft fail cases for the disassembler when decoding LDRSBT, LDRHT or LDR...
Silviu Baranga
2012-03-22
1
-0
/
+22
*
Added soft fail cases for the disassembler when decoding MUL instructions on ...
Silviu Baranga
2012-03-22
1
-0
/
+17
*
Fix ARM disassembly of VST1 and VST2 instructions with writeback. And add test
Kevin Enderby
2012-03-21
2
-0
/
+368
*
Fix generation of the address size override prefix. Add assertions for
Joerg Sonnenberger
2012-03-21
1
-0
/
+13
[next]