aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Fix two tests that I crashed in the previous commits. The mask eltsBruno Cardoso Lopes2011-07-291-1/+1
* Match VPERMIL masks more strictly and update the target specific maskBruno Cardoso Lopes2011-07-291-0/+10
* Add v8i32 and v4i64 vpermil patternsBruno Cardoso Lopes2011-07-291-0/+13
* Transfer implicit operands in NEONMoveFixPass.Jakob Stoklund Olesen2011-07-291-0/+21
* Add -verify-arm-pseudo-expand.Jakob Stoklund Olesen2011-07-291-1/+1
* Make sure to correctly clear the exact/nuw/nsw flags off of shifts when they ...Eli Friedman2011-07-291-2/+17
* CBZ/CBNZ are Thumb2 only. No need for ARM mode tests for them.Jim Grosbach2011-07-281-4/+0
* ARM assembly parsing and encoding for BLX (immediate).Jim Grosbach2011-07-281-1/+3
* Handle REG_SEQUENCE with implicitly defined operands.Jakob Stoklund Olesen2011-07-281-0/+21
* Remove obsolete FIXME reference in comment.Jim Grosbach2011-07-281-1/+1
* ARM assembly parsing and encoding for BFC and BFI.Jim Grosbach2011-07-281-2/+24
* ARM parsing and encoding for ADR.Jim Grosbach2011-07-281-1/+13
* Update ARM tests for parsing and encoding of WFE, WFI and YIELD.Jim Grosbach2011-07-282-9/+16
* Due to changes coming from the new LLVM type system, you now getDuncan Sands2011-07-281-1/+2
* Add patterns to generate copies for extract_subvector instead ofBruno Cardoso Lopes2011-07-281-3/+3
* Add a few patterns to match allzeros without having to use the fp unit.Bruno Cardoso Lopes2011-07-281-1/+1
* Add SINT_TO_FP and FP_TO_SINT support for v8i32 types. Also moveBruno Cardoso Lopes2011-07-281-0/+14
* ARM parsing and encoding tests.Jim Grosbach2011-07-281-0/+112
* Emit an error is asm parser parsed X86_64 only registers, e.g. %rax, %sil.Evan Cheng2011-07-273-7/+14
* ARM assembly parsing and encoding for USUB16 and USUB8.Jim Grosbach2011-07-271-0/+13
* ARM assembly parsing and encoding for USAX.Jim Grosbach2011-07-271-0/+11
* Fix llvm-mc handing of x86 instructions that take 8-bit unsigned immediates.Kevin Enderby2011-07-272-0/+39
* Clean up tabs.Jim Grosbach2011-07-271-16/+16
* ARM assembly parsing and encoding support for USAT and USAT16.Jim Grosbach2011-07-271-0/+26
* ARM assembly parsing and encoding tests for USAD8 and USADA8.Jim Grosbach2011-07-271-0/+14
* ARM assembly parsing and encoding tests for UQSUB16 and UQSUB8.Jim Grosbach2011-07-271-0/+13
* Fix comment copy/paste-o.Jim Grosbach2011-07-271-1/+1
* ARM assembly parsing and encoding tests for UQASX and UQSAX.Jim Grosbach2011-07-271-0/+21
* ARM assembly parsing and encoding tests for UQADD16 and UQADD8.Jim Grosbach2011-07-271-0/+15
* ARM assembly parsing and encoding for UMULL.Jim Grosbach2011-07-271-0/+14
* ARM assembly parsing and encoding for UMLAL.Jim Grosbach2011-07-271-0/+13
* ARM assembly parsing and encoding tests for UMAAL.Jim Grosbach2011-07-271-0/+11
* ARM assembly parsing and encoding tests for UHSUB16 and UHSUB8.Jim Grosbach2011-07-271-0/+12
* ARM assembly parsing and encoding tests for UHADD16, UHADD8 and UHASX.Jim Grosbach2011-07-271-0/+26
* ARM parsing and encoding of SBFX and UBFX.Jim Grosbach2011-07-272-0/+29
* ARM assembly parsing and encoding tests for UADD16, UADD8 and UASX.Jim Grosbach2011-07-271-0/+25
* ARM assembly parsing and encoding tests for TST instruction.Jim Grosbach2011-07-271-0/+28
* ARM assembly parsing and encoding tests for TEQ instruction.Jim Grosbach2011-07-271-0/+34
* Refactor the STRT and STRBT instructions to distinguish between the register-...Owen Anderson2011-07-271-0/+1
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-271-0/+54
* ARM assembly parsing and encoding for extend instructions.Jim Grosbach2011-07-272-0/+146
* Teach the ConstantMerge pass about alignment. Fixes PR10514!Nick Lewycky2011-07-271-2/+15
* The vpermilps and vpermilpd have different behaviour regarding theBruno Cardoso Lopes2011-07-271-0/+16
* It is quiet possible that inlined function body is split into multiple chunks...Devang Patel2011-07-271-0/+140
* Remove these two directories. The tests can be ported to dragonegg ifEric Christopher2011-07-2737-328/+0
* Remove test/FrontendC, almost all of the tests have been migratedEric Christopher2011-07-26362-5534/+0
* Eliminate copies of undefined values during coalescing.Jakob Stoklund Olesen2011-07-261-0/+27
* Update test.Benjamin Kramer2011-07-261-1/+1
* Add a neat little two's complement hack for x86.Benjamin Kramer2011-07-261-0/+11
* Recognize unpckh* masks and match 256-bit versions. The new versions areBruno Cardoso Lopes2011-07-266-85/+58