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
*
Introduce matching patterns for vbroadcast AVX instruction. The idea is to
Bruno Cardoso Lopes
2011-08-17
1
-0
/
+84
*
Update test to not use the scalar type to splat from a load
Bruno Cardoso Lopes
2011-08-17
1
-2
/
+1
*
Now that we have a canonical way to handle 256-bit splats:
Bruno Cardoso Lopes
2011-08-17
1
-5
/
+5
*
Add support for ext and ins.
Akira Hatanaka
2011-08-17
1
-0
/
+21
*
Thumb ADD(immediate) parsing support.
Jim Grosbach
2011-08-16
1
-1
/
+13
*
An additional atomic test; related to r137662.
Eli Friedman
2011-08-16
1
-0
/
+9
*
Thumb parsing diagnostics for low-reg requirements on ADD and MOV.
Jim Grosbach
2011-08-16
1
-0
/
+10
*
A bunch of misc fixes to SCCPSolver::ResolvedUndefsIn, including a fix to stop
Eli Friedman
2011-08-16
1
-0
/
+57
*
Remove tests that have been obsoleted or migrated to clang/optimizer tests.
Eric Christopher
2011-08-16
19
-499
/
+0
*
Thumb assembly parsing and encoding for ADD(register) instruction.
Jim Grosbach
2011-08-16
1
-0
/
+21
*
Minor bug in SCCP found by inspection. (I don't think it's possible to hit t...
Eli Friedman
2011-08-16
1
-0
/
+13
*
Add testcase for r137746.
Jim Grosbach
2011-08-16
1
-0
/
+10
*
Tidy up formatting.
Jim Grosbach
2011-08-16
1
-7
/
+5
*
ARM thumb assembly parsing for arithmetic flag setting instructions.
Jim Grosbach
2011-08-16
3
-9
/
+9
*
Instead of always leaving the work to the generic legalizer when
Bruno Cardoso Lopes
2011-08-16
1
-0
/
+43
*
Add test case for r137711.
Akira Hatanaka
2011-08-16
1
-0
/
+36
*
ARM .align NOP padding uses different encoding pre-ARMv6.
Jim Grosbach
2011-08-16
4
-0
/
+44
*
Fix handling of double precision loads and stores when Mips1 is targeted.
Akira Hatanaka
2011-08-16
1
-1
/
+1
*
Fix test.
Eli Friedman
2011-08-16
1
-1
/
+1
*
Revert a bit of r137667; the logic in question can safely handle atomic load/...
Eli Friedman
2011-08-16
1
-0
/
+21
*
Migrate this test from llvm/test/FrontendC++/ptr-to-method-devirt.cpp and
Eric Christopher
2011-08-16
1
-0
/
+39
*
Update SimplifyCFG for atomic operations.
Eli Friedman
2011-08-15
1
-0
/
+43
*
Add comments and test for atomic load/store and mem2reg.
Eli Friedman
2011-08-15
1
-0
/
+12
*
Add a test file for Thumb2 NEON.
Owen Anderson
2011-08-15
1
-0
/
+1586
*
Reorder declarations of vmovmskp* and also put the necessary AVX
Bruno Cardoso Lopes
2011-08-15
1
-0
/
+8
*
Update instcombine for atomic load/store.
Eli Friedman
2011-08-15
1
-0
/
+15
*
Fix PR10656. It's only profitable to use 128-bit inserts and extracts
Bruno Cardoso Lopes
2011-08-15
1
-0
/
+20
*
Add some more comprehensive VFP decoding tests.
Owen Anderson
2011-08-15
1
-0
/
+213
*
Fix this test to avoid leaving a temporary file behind.
Eric Christopher
2011-08-15
1
-1
/
+1
*
Atomic load/store support in LICM.
Eli Friedman
2011-08-15
1
-0
/
+79
*
Enforce the constraint that Rt must be even on LDRD/STRD instructions in ARM ...
Owen Anderson
2011-08-15
1
-33
/
+32
*
Add an ipsccp test. Migrated from test/FrontendC++.
Eric Christopher
2011-08-15
1
-0
/
+26
*
Add a test for Thumb1 LDRSH decoding.
Owen Anderson
2011-08-15
1
-0
/
+3
*
Add testcase for STRH. Patch by James Molloy.
Owen Anderson
2011-08-15
1
-0
/
+3
*
Fix incorrect encoding of UMAAL and friends. Patch by James Molloy.
Owen Anderson
2011-08-15
2
-4
/
+4
*
Fix decoding LDRSB and LDRSH in Thumb1 mode. Patch by James Molloy.
Owen Anderson
2011-08-15
1
-0
/
+3
*
Fix problems decoding the to/from-lane NEON memory instructions, and add a co...
Owen Anderson
2011-08-15
1
-0
/
+1847
*
This transform is not safe. Thanks to Eli for pointing that out!
Nick Lewycky
2011-08-14
1
-10
/
+10
*
Don't attempt to add 'nsw' when intermediate instructions had no such guarantee.
Nick Lewycky
2011-08-14
1
-1
/
+29
*
Teach instcombine to preserve the nsw bit by doing an after-the-fact analysis
Nick Lewycky
2011-08-14
1
-0
/
+16
*
Fix test.
Eli Friedman
2011-08-13
1
-1
/
+1
*
Expand VMOVQQQQ pseudo instructions.
Bob Wilson
2011-08-13
1
-0
/
+13
*
Move "atomic" and "volatile" designations on instructions after the opcode
Eli Friedman
2011-08-12
20
-47
/
+73
*
The VPERM2F128 is a AVX instruction which permutes between two 256-bit
Bruno Cardoso Lopes
2011-08-12
1
-0
/
+62
*
Define unaligned load and store.
Akira Hatanaka
2011-08-12
1
-0
/
+16
*
Fix some remaining issues with decoding ARM-mode memory instructions, and add...
Owen Anderson
2011-08-12
1
-0
/
+471
*
Port over the basic ARM encodings test file to a decoding test file. Greatly...
Owen Anderson
2011-08-12
1
-0
/
+2345
*
Test case for 137484
Akira Hatanaka
2011-08-12
1
-0
/
+11
*
Tidy up formatting.
Jim Grosbach
2011-08-12
1
-12
/
+20
*
Tidy up formatting.
Jim Grosbach
2011-08-12
1
-25
/
+23
[next]