summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* AVX-512: added conversion instructions.Elena Demikhovsky2013-08-27
* DAGCombiner: make sure or/shl/srl really has zero high bits before forming bswapTim Northover2013-08-27
* [ARMv8] Add some negative tests for the recent VFP/NEON instructions.Joey Gouly2013-08-27
* ARM: add natural patterns for vaddhl and vsubhl.Tim Northover2013-08-27
* R600/SI: Enable local-memory-two-objects lit testMichel Danzer2013-08-27
* [mips][msa] Added tests for and.v, bmnz.v, bmz.v, bsel.v, nor.v, or.v, xor.v ...Daniel Sanders2013-08-27
* [mips][msa] Added spill/reload supportDaniel Sanders2013-08-27
* [SystemZ] Extend memcpy and memset support to all constant lengthsRichard Sandiford2013-08-27
* [mips][msa] Added bitconverts for vector types for big and little-endianDaniel Sanders2013-08-27
* AVX-512: Added FMA instructions.Elena Demikhovsky2013-08-27
* Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-08-27
* Add derived from source.Eric Christopher2013-08-27
* Add a testcase to ensure that the pubnames section uses an offsetEric Christopher2013-08-27
* Fix lint assert on integer vector divisionMatt Arsenault2013-08-26
* Treat the pubtypes section similarly to the pubnames section and emitEric Christopher2013-08-26
* Fix inserting instructions before last in bundle.Matt Arsenault2013-08-26
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-26
* LoopVectorize: Implement partial loop unrolling when vectorization is not pro...Nadav Rotem2013-08-26
* ARM: Enable machine verifier for a few more tests.Jim Grosbach2013-08-26
* ARM: Constrain regclass for TSTri instruction.Jim Grosbach2013-08-26
* ARM: FastISel verifier error cleanup.Jim Grosbach2013-08-26
* [PowerPC] More fast-isel chunks (returns and integer extends)Bill Schmidt2013-08-26
* Forgot to add slp threshold to testMatt Arsenault2013-08-26
* Vectorize starting from insertelements building a vectorMatt Arsenault2013-08-26
* SelectionDAG: Remove unnecessary uses of TargetLowering::getPointerTy()Tom Stellard2013-08-26
* R600: Add support for vector local memory loadsTom Stellard2013-08-26
* R600: Add support for i8 and i16 local memory loadsTom Stellard2013-08-26
* SelectionDAG: Use correct pointer size when splitting vector storesTom Stellard2013-08-26
* R600: Add support for i8 and i16 local memory storesTom Stellard2013-08-26
* R600: Add support for v4i32 and v2i32 local storesTom Stellard2013-08-26
* SelectionDAG: Use correct pointer size when lowering function arguments v2Tom Stellard2013-08-26
* AVX-512: Added shuffle instructions - Elena Demikhovsky2013-08-26
* This patch implements trap instructions for mips. The test cases are added.Vladimir Medic2013-08-26
* [PowerPC] Add fast-isel branch and compare selection.Bill Schmidt2013-08-25
* First round of fixes for the x86 fixes for the x86 move accumulator from/to m...Craig Topper2013-08-25
* [Sparc] Add long double (f128) instructions to sparc backend. Venkatraman Govindaraju2013-08-25
* [Sparc] Added V9's extra floating point registers and their aliases.Venkatraman Govindaraju2013-08-25
* AVX-512: added UNPACK instructions and tests for all-zero/all-ones vectorsElena Demikhovsky2013-08-25
* Start to add the LLVM builtins to the mips16 exclusion lists for fp.Reed Kotler2013-08-25
* Revert 189161Shuxin Yang2013-08-24
* Start to add the builtind to the mips16 exclusion lists for fp.Reed Kotler2013-08-24
* [NVPTX] Re-enable assembly printing support for inline assemblyJustin Holewinski2013-08-24
* Update test to use rdrnd instead of rdrand.Rafael Espindola2013-08-23
* Update tests to use sse4.2 instead of sse42.Rafael Espindola2013-08-23
* Replace more uses of sse41 with sse4.1.Rafael Espindola2013-08-23
* Update a test that I missed in the previous commit.Rafael Espindola2013-08-23
* Rename features to match what gcc and clang use.Rafael Espindola2013-08-23
* DataFlowSanitizer: correctly combine labels in the case where they are equal.Peter Collingbourne2013-08-23
* [ARM] Fix another ARM FastISel -verify-machineinstrs issue.Joey Gouly2013-08-23
* [msan] Fix handling of va_arg overflow area on x86_64.Evgeniy Stepanov2013-08-23