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