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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enforce the constraint that Rt must be even on LDRD/STRD instructions in ARM ...
Owen Anderson
2011-08-15
1
-0
/
+15
*
Remove dead classes.
Owen Anderson
2011-08-15
1
-33
/
+0
*
Fix incorrect encoding of UMAAL and friends. Patch by James Molloy.
Owen Anderson
2011-08-15
1
-2
/
+2
*
Fix decoding LDRSB and LDRSH in Thumb1 mode. Patch by James Molloy.
Owen Anderson
2011-08-15
1
-6
/
+7
*
Fix problems decoding the to/from-lane NEON memory instructions, and add a co...
Owen Anderson
2011-08-15
2
-4
/
+486
*
Update comment to reflect MC target machine refactor.
Jim Grosbach
2011-08-15
1
-1
/
+1
*
Expand VMOVQQQQ pseudo instructions.
Bob Wilson
2011-08-13
1
-0
/
+46
*
ARM STR_POST_IMM offset encoding fix in load/store optimizer.
Jim Grosbach
2011-08-12
1
-13
/
+10
*
Fix comment!
Bruno Cardoso Lopes
2011-08-12
1
-3
/
+3
*
The VPERM2F128 is a AVX instruction which permutes between two 256-bit
Bruno Cardoso Lopes
2011-08-12
7
-0
/
+132
*
Move code around and add comments
Bruno Cardoso Lopes
2011-08-12
1
-11
/
+13
*
Define unaligned load and store.
Akira Hatanaka
2011-08-12
4
-2
/
+35
*
ARM expansion of pre-indexed store pseudos should maintain memoperands.
Jim Grosbach
2011-08-12
1
-1
/
+3
*
Fix some remaining issues with decoding ARM-mode memory instructions, and add...
Owen Anderson
2011-08-12
2
-20
/
+12
*
Fix decoding of ARM-mode STRH.
Owen Anderson
2011-08-12
3
-0
/
+6
*
Specify fixed bit in the LDRBT encoding, which allows us to distinguish it fr...
Owen Anderson
2011-08-12
1
-1
/
+3
*
Fix decoding of pre-indexed stores.
Owen Anderson
2011-08-12
2
-0
/
+43
*
When constant double 0.0 is lowered, make sure 0 is copied directly from an
Akira Hatanaka
2011-08-12
1
-9
/
+2
*
switch to the new struct apis.
Chris Lattner
2011-08-12
2
-5
/
+5
*
Separate decoding for STREXD and LDREXD to make each work better.
Owen Anderson
2011-08-12
2
-7
/
+24
*
Silence a bunch (but not all) "variable written but not read" warnings
Duncan Sands
2011-08-12
6
-6
/
+9
*
findDeadCallerSavedReg fix: Missing NULL terminator in register arrays.
Andrew Trick
2011-08-12
1
-2
/
+2
*
ARM vector compare to zero instruction assembly parsing support.
Jim Grosbach
2011-08-11
1
-0
/
+15
*
Enclose directive .cprestore with .set macro and nomacro to silence assembler
Akira Hatanaka
2011-08-11
1
-3
/
+9
*
Remove no-longer-true comments. These are for the assembler, also.
Jim Grosbach
2011-08-11
1
-52
/
+24
*
ARM STRT assembly parsing and encoding.
Jim Grosbach
2011-08-11
2
-14
/
+30
*
Make the USAT16 operand decoder auto-generate-able.
Owen Anderson
2011-08-11
1
-2
/
+2
*
Add another accidentally omitted predicate operand.
Owen Anderson
2011-08-11
1
-0
/
+2
*
Add missing predicate operand on SMLA and friends.
Owen Anderson
2011-08-11
1
-0
/
+2
*
ARM load shifted register pre-index fix shift value asm parser encoding.
Jim Grosbach
2011-08-11
1
-1
/
+1
*
Handle new register classes in Thumb2 mode. Should fix the ARM buildbots.
Owen Anderson
2011-08-11
1
-2
/
+4
*
Making SEL decodings auto-generate-able.
Owen Anderson
2011-08-11
1
-2
/
+2
*
Add a dag combine to xform 256-bit shuffles into simple vector
Bruno Cardoso Lopes
2011-08-11
1
-1
/
+54
*
Tidy up comment.
Jim Grosbach
2011-08-11
1
-2
/
+1
*
Fix decoding support for STREXD and LDREXD.
Owen Anderson
2011-08-11
2
-2
/
+29
*
ARM STRH assembly parsing and encoding.
Jim Grosbach
2011-08-11
3
-18
/
+60
*
Add isIndirectBranch flag.
Akira Hatanaka
2011-08-11
1
-1
/
+2
*
Fix decoding for indexed STRB and LDRB. Fixes <rdar://problem/9926161>.
Owen Anderson
2011-08-11
1
-0
/
+4
*
Tidy up. Remove unused template parameter.
Jim Grosbach
2011-08-11
2
-11
/
+11
*
Improve operand validation for Thumb2 addressing modes.
Owen Anderson
2011-08-11
1
-48
/
+50
*
ARM STRD assembly parsing and encoding.
Jim Grosbach
2011-08-11
3
-62
/
+54
*
Continue to tighten decoding by performing more operand validation.
Owen Anderson
2011-08-11
3
-2
/
+75
*
Tidy up.
Jim Grosbach
2011-08-11
1
-1
/
+0
*
ARM STRBT assembly parsing and encoding.
Jim Grosbach
2011-08-11
2
-25
/
+37
*
ARM STR(immediate) assembly parsing and encoding.
Jim Grosbach
2011-08-11
2
-3
/
+22
*
Tighten decoding of addrmode2 instructions to reject more UNPREDICTABLE cases.
Owen Anderson
2011-08-11
1
-0
/
+2
*
Fix PR10492 by teaching MOVHLPS and MOVLPS mask matching to be more strict.
Bruno Cardoso Lopes
2011-08-11
1
-2
/
+9
*
Tighten operand decoding of addrmode2 instruction. The offset register canno...
Owen Anderson
2011-08-11
2
-2
/
+2
*
Correct immediate range for shifter operands. Patch by James Molloy, with ad...
Owen Anderson
2011-08-11
2
-4
/
+17
*
Improve error checking in the new ARM disassembler. Patch by James Molloy.
Owen Anderson
2011-08-11
1
-116
/
+159
[next]