summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* R600: Compute masked bits for min and maxMatt Arsenault2014-03-31
* R600: Add BFE, BFI, and BFM intrinsics to help with writing tests.Matt Arsenault2014-03-31
* [PowerPC] Don't ever expand BUILD_VECTOR of v2i64 with shufflesHal Finkel2014-03-31
* Two updated tests for MinGW 32 and 64 exception handling code generation.Yaron Keren2014-03-31
* Fix for PR19099 - NVPTX produces invalid symbol names.Eli Bendersky2014-03-31
* ARM64: add extra patterns for scalar shiftsTim Northover2014-03-31
* ARM64: add extra scalar neg pattern & tests.Tim Northover2014-03-31
* ARM64: add patterns for scalar sqdmlal & sqdmlsl.Tim Northover2014-03-31
* ARM64: add more patterns for commuted fmsub operations.Tim Northover2014-03-31
* ARM64: shuffle patterns around for fmin/fmax & add tests.Tim Northover2014-03-31
* ARM64: add more scalar patterns for usqadd & suqadd.Tim Northover2014-03-31
* ARM64: add more scalar patterns for reciprocal ops.Tim Northover2014-03-31
* ARM64: add i64 scalar pattern for @llvm.arm64.absTim Northover2014-03-31
* R600/SI: Lower i64 SELECT by bitcasting to a vector typeTom Stellard2014-03-31
* Fixed issue with microMIPS JAL instruction.Zoran Jovanovic2014-03-31
* Look at shuffles of build_vectors in DAGCombiner::visitEXTRACT_VECTOR_ELTHal Finkel2014-03-31
* [mips] Check emitted code for llvm.bswap.i32 on MIPS16/MIPS64 and llvm.bswap....Daniel Sanders2014-03-31
* [ARM64] Fix materialization of an fp128 zero immediate. There currentlyChandler Carruth2014-03-31
* Make use of previously generated stores in SelectionDAGLegalize::ExpandExtrac...Hal Finkel2014-03-30
* [PowerPC] Handle VSX v2i64 SIGN_EXTEND_INREGHal Finkel2014-03-30
* Suppress llvm/test/CodeGen/ARM64 for targeting pecoff. ARM64 is unaware of that.NAKAMURA Takumi2014-03-30
* [PowerPC] Handle v2i64 comparisonsHal Finkel2014-03-29
* ARM64: initial backend importTim Northover2014-03-29
* [PowerPC] Add subregister classes for f64 VSX valuesHal Finkel2014-03-29
* [x86] Fix printing of register operands with q modifier.Akira Hatanaka2014-03-28
* X86: Disable IsLegalToCallImmediateAddr for Win32David Majnemer2014-03-28
* [PowerPC] Fix VSX permutation iselHal Finkel2014-03-28
* [PowerPC] v2[fi]64 need to be explicitly passed in VSX registersHal Finkel2014-03-28
* [PowerPC] Use a small cleanup pass to remove VSX self copiesHal Finkel2014-03-27
* [PowerPC] Fix v2f64 vector extract and related patternsHal Finkel2014-03-27
* [PowerPC] Expand v2i64 shiftsHal Finkel2014-03-27
* R600: Implement isZExtFree.Matt Arsenault2014-03-27
* R600/SI: Fix unreachable with a sext_in_reg to an illegal type.Matt Arsenault2014-03-27
* [AArch64] Lower SHL_PARTS, SRA_PARTS and SRL_PARTSLogan Chien2014-03-27
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-27
* AVX-512: Implemented masking for integer arithmetic & logic instructions.Elena Demikhovsky2014-03-27
* [PowerPC] Generate VSX permutations for v2[fi]64 vectorsHal Finkel2014-03-26
* This is a fix for PR# 19051. I noticed code gen differences due to code motio...Ekaterina Romanova2014-03-26
* [PowerPC] VSX loads and stores support unaligned accessHal Finkel2014-03-26
* [PowerPC] Use v2f64 <-> v2i64 VSX conversion instructionsHal Finkel2014-03-26
* R600: Add a testcase for sext_in_reg I missed.Matt Arsenault2014-03-26
* [PowerPC] Use VSX vector load/stores for v2[fi]64Hal Finkel2014-03-26
* Fix for incorrect address sinking in the presence of potential overflows.Jim Grosbach2014-03-26
* Revert "X86 memcpy lowering: use "rep movs" even when esi is used as base poi...Hans Wennborg2014-03-26
* [PowerPC] Add v2i64 as a legal VSX typeHal Finkel2014-03-26
* AArch64_BE Elf support for MC-JIT runtime dynamic linkerChristian Pirker2014-03-26
* AArch64_BE function argument passing for ARM ABIChristian Pirker2014-03-26
* ARM: add intrinsics for the v8 ldaex/stlexTim Northover2014-03-26
* Fix AVX512 Gather and Scatter execution domains.Cameron McInally2014-03-26
* Add @llvm.clear_cache builtinRenato Golin2014-03-26