aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [mips][msa] Added support for matching bmnz, bmnzi, bmz, and bmzi from normal...Daniel Sanders2013-10-304-162/+299
* [AArch64] Add support for NEON scalar floating-point compare instructions.Chad Rosier2013-10-305-19/+658
* [mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. ...Daniel Sanders2013-10-302-84/+216
* [mips][msa] Combine binsri-like DAG of AND and OR into equivalent VSELECTDaniel Sanders2013-10-301-0/+164
* [mips][msa] Added support for matching splat.[bhw] from normal IR (i.e. not i...Daniel Sanders2013-10-301-33/+44
* Revert "SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs spl...Juergen Ributzka2013-10-301-42/+0
* SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.Juergen Ributzka2013-10-301-0/+42
* Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren2013-10-299-47/+54
* [mips] Align the stack to 16-bytes for mfp64.Akira Hatanaka2013-10-291-0/+14
* Debug Info: clean up testing case.Manman Ren2013-10-291-2/+4
* add test cases for frameaddr and returnaddr for aarch64Weiming Zhao2013-10-292-0/+41
* Support for microMIPS jump instructionsZoran Jovanovic2013-10-295-0/+113
* R600/SI: Add compute support for CI v2Tom Stellard2013-10-291-7/+11
* R600: Expand vector FSQRT opsTom Stellard2013-10-291-0/+54
* Test cleanup for v8 instructionsBernard Ogden2013-10-293-7/+38
* ARM: Add subtarget feature for CRCBernard Ogden2013-10-292-12/+26
* AArch64: add 'a' inline asm operand modifierTim Northover2013-10-291-0/+9
* Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren2013-10-2912-47/+49
* Add llvm/test/Transforms/SLPVectorizer/ARM/lit.local.cfg. Tests there require...NAKAMURA Takumi2013-10-291-0/+3
* Fix "existant" typosAlp Toker2013-10-292-3/+3
* ARM cost model: Unaligned vectorized double stores are expensiveArnold Schwaighofer2013-10-292-9/+29
* ARM cost model: Account for zero cost scalar SROA instructionsArnold Schwaighofer2013-10-291-0/+52
* Adding a workaround for __main linking with remote lli and Cygwin/MinGWAndrew Kaylor2013-10-298-21/+3
* Move the STT_FILE symbols out of the normal symbol table processing forJoerg Sonnenberger2013-10-291-0/+47
* Debug Info: use createAndAddDIE for newly-created Subprogram DIEs.Manman Ren2013-10-295-14/+22
* Renaming MCJIT .ir files to .ll and moving them to InputsAndrew Kaylor2013-10-2816-9/+9
* lit: add missing substitutions for recently added toolsAlp Toker2013-10-282-0/+4
* Quote potential shell expansions found in testsAlp Toker2013-10-282-2/+2
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-282-29/+44
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-282-34/+61
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-282-31/+56
* Standardizing lli's extra module command line optionAndrew Kaylor2013-10-289-9/+9
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-282-27/+41
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-282-16/+209
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-282-17/+59
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-282-17/+33
* Return early from getUnconditionalBranchTargetOpValue if the branch target isLang Hames2013-10-281-2/+2
* Convert a llc -filetype=obj test into a llvm-mc test.Rafael Espindola2013-10-282-16/+98
* [arm] Implement eabi_attribute, cpu, and fpu directives.Logan Chien2013-10-286-38/+393
* [SystemZ] Set usaAA to trueRichard Sandiford2013-10-285-18/+19
* [DAGCombiner] Respect volatility when checking for aliasesRichard Sandiford2013-10-281-1/+2
* Keep TBAA info when rewriting SelectionDAG loads and storesRichard Sandiford2013-10-281-0/+20
* SCEV: Make the final add of an inbounds GEP nuw if we know that the index is ...Benjamin Kramer2013-10-281-2/+38
* Make first substantial checkin of my port of ARM constant islands code to Mips.Reed Kotler2013-10-271-0/+35
* MCJIT-remote: __main should be resolved in child context.NAKAMURA Takumi2013-10-278-5/+24
* AVX-512: PMIN/PMAX intrinsics and patternsElena Demikhovsky2013-10-271-0/+56
* Revert r193251 : Use address-taken to disambiguate global variable and indire...Shuxin Yang2013-10-277-38/+9
* llvm/test/lit.cfg: Tighten conditions to enable 'native'.NAKAMURA Takumi2013-10-261-1/+3
* llvm/test/Other/close-stderr.ll: Remove "XFAIL:win32". It reverts r173509.NAKAMURA Takumi2013-10-261-3/+0
* Fix SCEVExpander: don't try to expand quadratic recurrences outside a loop.Andrew Trick2013-10-251-0/+42