aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Prevent x86-specific DAGCombine from creating nodes with illegal type (which ...Eli Friedman2011-07-261-2/+1
* FileCheck'ize test.Jim Grosbach2011-07-261-20/+21
* XFAIL this test while I investigate it; it's failing for an unexpected reason.Eli Friedman2011-07-261-0/+1
* Add obvious missing case to switch. PR10497.Eli Friedman2011-07-261-0/+12
* ARM diagnostics for ldrexd/stredx out of order paired register operands.Jim Grosbach2011-07-261-0/+12
* ARM parsing and encoding tests for load/store exclusive instructions.Jim Grosbach2011-07-262-24/+27
* ARM assembly parsing and encoding for SWP[B] instructions.Jim Grosbach2011-07-261-0/+12
* ARM parsing and encoding for SVC instruction.Jim Grosbach2011-07-262-0/+18
* ARM assembly parsing and encoding tests for SUB instruction.Jim Grosbach2011-07-261-0/+60
* Update ARM STM tests. Fix check: prefix for diagnostic tests.Jim Grosbach2011-07-262-80/+89
* Add 256-bit isel for movsldup/movshdupBruno Cardoso Lopes2011-07-261-0/+34
* ARM assembly parsing and encoding for SSAX, SSUB16 and SSUB8.Jim Grosbach2011-07-251-0/+23
* Finish adding support for lifetime intrinsics to SROA. Fixes PR10121!Nick Lewycky2011-07-251-0/+139
* ARM assembly parsing and encoding for SSAT16 instruction.Jim Grosbach2011-07-252-0/+22
* Codegen allonesvector better while using AVX: vpcmpeqd + vinsertf128Bruno Cardoso Lopes2011-07-251-0/+12
* - Handle special scalar_to_vector case: splats. Using a native 128-bitBruno Cardoso Lopes2011-07-252-4/+23
* Attempt to fix test failure reported on llvm-commits.Eli Friedman2011-07-251-1/+1
* Make sure this DAGCombine actually returns an UNDEF of the correct type; PR10...Eli Friedman2011-07-251-2/+18
* ARM assembly parsing and encoding for SSAT instruction.Jim Grosbach2011-07-252-0/+57
* Get rid of an incorrect optimization for shuffles with PALIGNR and simplify i...Eli Friedman2011-07-251-7/+22
* Move some ELF directives into ELF asm parser.Jim Grosbach2011-07-251-3/+0
* Correctly handle <undef> tied uses when rewriting after a split.Jakob Stoklund Olesen2011-07-241-0/+25
* Move the last uses of RetainFunc etc. over to using getRetainCallee() etc.Dan Gohman2011-07-221-6/+42
* Add FIXMEJim Grosbach2011-07-221-0/+3
* ARM encoding and assembly parsing tests for SMULWB, SMULWT, SMUSD and SMUSDX.Jim Grosbach2011-07-221-0/+31
* ARM assembly parsing and encoding updates.Jim Grosbach2011-07-221-0/+30