summaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2017-08-29[dwarfdump] Pretty print location expressions and location listsReid Kleckner
2017-08-29Reland r311957 [codeview] support more DW_OPs for more complete debug infoBob Haarman
2017-08-29[X86] Add a test cases to demonstrate selecting GPR instructions whenGuy Blank
2017-08-29[X86] Adding a test to demonstrate aggressive folding for LEA facotrization.Jatin Bhateja
2017-08-29[ARM] GlobalISel: Select globals in PIC modeDiana Picus
2017-08-29[ARM] GlobalISel: Rename tests. NFC.Diana Picus
2017-08-29Mark Knights Landing as having slow two memory operand instructionsCraig Topper
2017-08-29Revert "[codeview] support more DW_OPs for more complete debug info"Bob Haarman
2017-08-29[codeview] support more DW_OPs for more complete debug infoBob Haarman
2017-08-28[AArch64][Falkor] Avoid generating STRQro* instructionsGeoff Berry
2017-08-28Fix ARMv4 supportJoerg Sonnenberger
2017-08-28[ARM] Fix bug in ARMLoadStoreOptimizer when kill flags are missing.Geoff Berry
2017-08-28[Hexagon] Check for potential bank conflicts in post-RA schedulingKrzysztof Parzyszek
2017-08-28[AMDGPU] Fix regression in AMDGPULibCalls allowing native for doublesStanislav Mekhanoshin
2017-08-28[AMDGPU] computeKnownBitsForTargetNode for 24 bit mulStanislav Mekhanoshin
2017-08-28[DAGCombiner] Teach visitEXTRACT_SUBVECTOR to turn extracts of BUILD_VECTOR i...Craig Topper
2017-08-28[X86][Haswell] Updating HSW instruction scheduling informationGadi Haber
2017-08-27[mips] Generate NMADD and NMSUB instructions when fneg node is presentPetar Jovanovic
2017-08-27[AVX512] Add more patterns for using masked moves for subvector extracts of t...Craig Topper
2017-08-27[DAGCombiner] allow undef shuffle operands when eliminating bitcasts (PR34111)Sanjay Patel
2017-08-27[x86] add haddps test for PR34111; NFCSanjay Patel
2017-08-27[X86] Adding more tests for horizontal [F]HADD/[F]SUB for AVX512 vectors typesJatin Bhateja
2017-08-27[X86] Add a target-specific DAG combine to combine extract_subvector from all...Craig Topper
2017-08-26[AVX512] Add patterns to match masked extract_subvector with bitcasts between...Craig Topper
2017-08-26[X86] Adding a test for horizontal [f]add/[f]sub for avx512 vector type 16x32.Jatin Bhateja
2017-08-26[DAGCombiner] Extending pattern detection for vector shuffle.Jatin Bhateja
2017-08-26Revert rL311247 : To rectify commit message.Jatin Bhateja
2017-08-25[AVX512] Add patterns to use masked moves to implement masked extract_subvect...Craig Topper
2017-08-25[AVX512] Add additional test cases for masked extract subvector.Craig Topper
2017-08-25[X86] Add patterns to show more failures to use TBM instructions when we're t...Craig Topper
2017-08-25[x86] Teach the backend to fold more read-modify-write memory operandsChandler Carruth
2017-08-25[x86] regenerate checks; NFCSanjay Patel
2017-08-25[GISel]: Implement widenScalar for Legalizing G_PHIAditya Nandakumar
2017-08-25[x86] NFC - normalize test case formatting of IR and generate CHECKChandler Carruth
2017-08-25[X86] Add TBM instructions to X86InstrInfo::isDefConvertible.Craig Topper
2017-08-25[x86] Back out one aspect of r311318: don't generically setChandler Carruth
2017-08-25[x86] Fix an amazing goof in the handling of sub, or, and xor lowering.Chandler Carruth
2017-08-24[DAG] convert vector select-of-constants to logic/mathSanjay Patel
2017-08-24[WebAssembly] FastISel : Bail to SelectionDAG for constexpr callsJacob Gravelle
2017-08-24[ARC] Add ARC backend.Pete Couperus
2017-08-24[AArch64] Add FMOVH0: materialize 0 using zero register for f16 valuesSjoerd Meijer
2017-08-24[TargetParser][AArch64] Add support for RDM feature in the target parser.Chad Rosier
2017-08-24Adding base lit test for x86interleavedMichael Zuckerman
2017-08-24[Hexagon] Generate correct runtime check when recognizing memmoveKrzysztof Parzyszek
2017-08-24[ARM, Thumb1] Prevent ARMTargetLowering::isLegalAddressingMode from accepting...Evgeny Astigeevich
2017-08-24[AArch64] Custom lowering of copysign f16Sjoerd Meijer
2017-08-24Re-commit: [globalisel][tablegen] Add support for ImmLeaf without SDNodeXFormDaniel Sanders
2017-08-24IPRA: Don't assume called function is first call operandMatt Arsenault
2017-08-24[x86] NFC: Clean up two tests and generate precise checks for them.Chandler Carruth
2017-08-24[GlobalISel][X86] Support G_IMPLICIT_DEF.Igor Breger