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
*
Fix two tests that I crashed in the previous commits. The mask elts
Bruno Cardoso Lopes
2011-07-29
1
-5
/
+17
*
Match VPERMIL masks more strictly and update the target specific mask
Bruno Cardoso Lopes
2011-07-29
1
-7
/
+17
*
Add DecodeShuffle shuffle support for VPERMIPD variantes
Bruno Cardoso Lopes
2011-07-29
4
-29
/
+60
*
Add v8i32 and v4i64 vpermil patterns
Bruno Cardoso Lopes
2011-07-29
1
-0
/
+4
*
Fix a bug while generating target specific VPERMIL masks: skip
Bruno Cardoso Lopes
2011-07-29
1
-4
/
+12
*
Enable usage of SSE4 extracts and inserts in their 128-bit AVX forms.
Bruno Cardoso Lopes
2011-07-29
1
-39
/
+29
*
Cleanup PALIGNR handling and remove the old palign pattern fragment.
Bruno Cardoso Lopes
2011-07-29
4
-43
/
+23
*
Transfer implicit operands in NEONMoveFixPass.
Jakob Stoklund Olesen
2011-07-29
1
-10
/
+20
*
Add -verify-arm-pseudo-expand.
Jakob Stoklund Olesen
2011-07-29
1
-0
/
+7
*
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-29
57
-13
/
+461
*
PLD and PLI are not predicable in ARM mode.
Jim Grosbach
2011-07-28
1
-0
/
+1
*
ARM assembly parsing and encoding for BLX (immediate).
Jim Grosbach
2011-07-28
2
-2
/
+13
*
ARM assembly parsing and encoding for BFC and BFI.
Jim Grosbach
2011-07-28
2
-0
/
+106
*
Add fixme.
Jim Grosbach
2011-07-28
1
-1
/
+5
*
Update comments.
Owen Anderson
2011-07-28
1
-18
/
+10
*
Fill in some encoding information for STRD instructions.
Owen Anderson
2011-07-28
1
-3
/
+32
*
Revert r136295. It broke nightly testers because some parts of codegen weren...
Owen Anderson
2011-07-28
3
-41
/
+23
*
ARM parsing and encoding for ADR.
Jim Grosbach
2011-07-28
1
-1
/
+1
*
Explicitly declare a library dependency of LLVM*Desc to
Oscar Fuentes
2011-07-28
6
-0
/
+12
*
Invert the subvector insertion to be more likely to be taken as a COPY
Bruno Cardoso Lopes
2011-07-28
1
-3
/
+3
*
Add patterns to generate copies for extract_subvector instead of
Bruno Cardoso Lopes
2011-07-28
1
-0
/
+12
*
movd/movq write zeros in the high 128-bit part of the vector. Use
Bruno Cardoso Lopes
2011-07-28
1
-2
/
+28
*
Add a few patterns to match allzeros without having to use the fp unit.
Bruno Cardoso Lopes
2011-07-28
1
-0
/
+10
*
Add SINT_TO_FP and FP_TO_SINT support for v8i32 types. Also move
Bruno Cardoso Lopes
2011-07-28
2
-7
/
+13
*
Refactor and improve the encodings/decodings for addrmode3 loads, and make th...
Owen Anderson
2011-07-27
3
-23
/
+41
*
Emit an error is asm parser parsed X86_64 only registers, e.g. %rax, %sil.
Evan Cheng
2011-07-27
4
-23
/
+15
*
Fix llvm-mc handing of x86 instructions that take 8-bit unsigned immediates.
Kevin Enderby
2011-07-27
3
-4
/
+35
*
ARM assembly parsing and encoding support for USAT and USAT16.
Jim Grosbach
2011-07-27
1
-3
/
+5
*
Code generation for 'fence' instruction.
Eli Friedman
2011-07-27
11
-2
/
+99
*
ARM assembly parsing and encoding for UMULL.
Jim Grosbach
2011-07-27
1
-1
/
+1
*
ARM assembly parsing and encoding for UMLAL.
Jim Grosbach
2011-07-27
1
-1
/
+2
*
ARM parsing and encoding of SBFX and UBFX.
Jim Grosbach
2011-07-27
8
-23
/
+19
*
Refactor the STRT and STRBT instructions to distinguish between the register-...
Owen Anderson
2011-07-27
1
-2
/
+30
*
Merge the contents from exception-handling-rewrite to the mainline.
Bill Wendling
2011-07-27
2
-1
/
+11
*
ARM assembly parsing and encoding for extend instructions.
Jim Grosbach
2011-07-27
2
-0
/
+83
*
X86ISD::MEMBARRIER does not require SSE2; it doesn't actually generate any co...
Eli Friedman
2011-07-27
1
-1
/
+1
*
ARM assembly parsing aliases for extend instructions w/o rotate.
Jim Grosbach
2011-07-27
1
-0
/
+22
*
ARM cleanup of remaining extend instructions.
Jim Grosbach
2011-07-27
2
-171
/
+122
*
ARM extend instructions simplification.
Jim Grosbach
2011-07-27
5
-89
/
+87
*
Explicitly cast narrowing conversions inside {}s that will become errors in
Jeffrey Yasskin
2011-07-27
3
-3
/
+3
*
Move some code around to open opportunity for more shuffle matching
Bruno Cardoso Lopes
2011-07-27
1
-18
/
+18
*
The vpermilps and vpermilpd have different behaviour regarding the
Bruno Cardoso Lopes
2011-07-27
4
-32
/
+140
*
Remove more dead code!
Bruno Cardoso Lopes
2011-07-27
1
-15
/
+5
*
Support .code32 and .code64 in X86 assembler.
Evan Cheng
2011-07-27
3
-6
/
+40
*
Add a neat little two's complement hack for x86.
Benjamin Kramer
2011-07-26
2
-28
/
+38
*
Recognize unpckh* masks and match 256-bit versions. The new versions are
Bruno Cardoso Lopes
2011-07-26
5
-47
/
+90
*
ARM rot_imm printing adjustment.
Jim Grosbach
2011-07-26
3
-9
/
+9
*
ARM cleanup of rot_imm encoding.
Jim Grosbach
2011-07-26
8
-44
/
+47
*
Prevent x86-specific DAGCombine from creating nodes with illegal type (which ...
Eli Friedman
2011-07-26
1
-1
/
+2
*
Split am2offset into register addend and immediate addend forms, necessary fo...
Owen Anderson
2011-07-26
7
-50
/
+163
[next]