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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM assembly parsing and encoding tests.
Jim Grosbach
2011-07-22
1
-0
/
+83
*
Fix test check!
Bruno Cardoso Lopes
2011-07-22
1
-1
/
+1
*
Fix PR10422 by adding the necessary AVX UCOMISD memory versions to
Bruno Cardoso Lopes
2011-07-22
1
-0
/
+28
*
ARM assembly parsing and encoding tests for SMLAWB/SMLAWT.
Jim Grosbach
2011-07-22
1
-0
/
+14
*
ARM assembly parsing and encoding tests.
Jim Grosbach
2011-07-22
1
-1
/
+37
*
ARM assembly parsing and encoding of SMLAL instruction.
Jim Grosbach
2011-07-22
1
-0
/
+14
*
ARM encoding and assembly parsing of SMLAD{X} instructions.
Jim Grosbach
2011-07-22
1
-0
/
+13
*
ARM testcases for assembly parsing and encoding SMLA* instructions.
Jim Grosbach
2011-07-22
1
-0
/
+21
*
Turn shuffles into unpacks for VT == MVT::v2i64 and MVT::v2f64
Rafael Espindola
2011-07-22
1
-0
/
+26
*
ARM assembly parsing and encoding for SMC instruction.
Jim Grosbach
2011-07-22
1
-0
/
+9
*
ARM encoding and assembly parsing tests.
Jim Grosbach
2011-07-22
1
-0
/
+47
*
ARM assembly parsing and encoding for SETEND instruction.
Jim Grosbach
2011-07-22
2
-0
/
+26
*
ARM assembly parsing and encoding tests for SEL instruction.
Jim Grosbach
2011-07-22
1
-0
/
+10
*
-Inspected a AVX code block added by someone in early Feb. This was never used
Bruno Cardoso Lopes
2011-07-22
2
-2
/
+2
*
Although we already support this, add testcases for consistency
Bruno Cardoso Lopes
2011-07-22
1
-0
/
+21
*
Add a DAGCombine for transforming 128->256 casts into a simple
Bruno Cardoso Lopes
2011-07-22
1
-0
/
+26
*
Fix MergeInVectorType to check for vector types with the same alloc
Dan Gohman
2011-07-21
1
-0
/
+27
*
ARM parsing and encoding tests for SBC instruction.
Jim Grosbach
2011-07-21
2
-3
/
+53
*
ARM testcases for SADD/SASX parsing and encoding.
Jim Grosbach
2011-07-21
1
-0
/
+23
*
ARM assembly parsing support for RSC instruction.
Jim Grosbach
2011-07-21
2
-3
/
+52
*
ARM assembly parsing support for RSB instruction.
Jim Grosbach
2011-07-21
2
-3
/
+57
*
ARM parsing and encoding tests for RBIT, REV, REV16 and REVSH.
Jim Grosbach
2011-07-21
1
-0
/
+28
*
ARM parsing and encodings tests for saturating arithmetic insns.
Jim Grosbach
2011-07-21
2
-12
/
+60
*
ARM assembly parsing POP/PUSH mnemonics.
Jim Grosbach
2011-07-21
1
-0
/
+29
*
Add tests for ARM PKH assembly parsing.
Jim Grosbach
2011-07-21
2
-0
/
+48
*
- Register v16i16 as valid VR256 register class
Bruno Cardoso Lopes
2011-07-21
1
-1
/
+12
*
Add support for 256-bit versions of VPERMIL instruction. This is a new
Bruno Cardoso Lopes
2011-07-21
1
-0
/
+16
*
LSR, correct fix for rdar://9786536. Silly casting bug.
Andrew Trick
2011-07-21
1
-1
/
+1
*
LSR must sometimes sign-extend before generating double constants.
Andrew Trick
2011-07-21
1
-1
/
+20
*
LSR crashes on an empty IVUsers list.
Andrew Trick
2011-07-21
1
-0
/
+24
*
While emitting constant value, look through derived type and use underlying b...
Devang Patel
2011-07-20
1
-0
/
+61
*
Bring LICM into compliance with the new "Memory Model for Concurrent Operatio...
Eli Friedman
2011-07-20
1
-0
/
+37
*
Extend the hack for _GLOBAL_OFFSET_TABLE_ slightly; PR10389.
Eli Friedman
2011-07-20
1
-2
/
+3
*
Add parsing/encoding tests for ARM ORR instruction.
Jim Grosbach
2011-07-20
2
-6
/
+79
*
Consolidate ARM NOP encoding test.
Jim Grosbach
2011-07-20
2
-11
/
+9
*
ARM parsing and encoding tests for MVN
Jim Grosbach
2011-07-20
1
-0
/
+57
*
ARM assembly parsing of MUL instruction.
Jim Grosbach
2011-07-20
1
-0
/
+14
*
PR10421: Fix a straightforward bug in the widening logic for CONCAT_VECTORS.
Eli Friedman
2011-07-20
1
-0
/
+8
*
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
2011-07-20
1
-1
/
+1
*
indvars: Added getInsertPointForUses to find a valid place to truncate the IV.
Andrew Trick
2011-07-20
1
-0
/
+39
*
New pointer rotate test.
Eric Christopher
2011-07-20
1
-0
/
+11
*
indvars test case for r135558.
Andrew Trick
2011-07-20
1
-0
/
+7
*
indvars -disable-iv-rewrite fix: derived GEP IVs
Andrew Trick
2011-07-20
1
-6
/
+29
*
Lower memory barriers to sync instructions.
Akira Hatanaka
2011-07-19
1
-0
/
+19
*
Fix an obvious typo that's preventing x86 (32-bit) from using .literal16.
Evan Cheng
2011-07-19
1
-1
/
+1
*
PR10386: Don't try to split an edge from an indirectbr.
Eli Friedman
2011-07-19
1
-0
/
+52
*
Tweak ARM assembly parsing and printing of MSR instruction.
Jim Grosbach
2011-07-19
4
-42
/
+67
*
ARM assembly parsing of MRS instruction.
Jim Grosbach
2011-07-19
2
-3
/
+13
*
ARM assembly parsing for MRC/MRC2/MRRC/MRRC2.
Jim Grosbach
2011-07-19
1
-0
/
+14
*
Use the correct opcodes: SLLV/SRLV or AND must be used instead of SLL/SRL or
Akira Hatanaka
2011-07-19
1
-16
/
+16
[next]