summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-07-02[X86][AVX512] Autoupgrade the MOVDDUP/MOVSLDUP/MOVSHDUP intrinsicsSimon Pilgrim
2016-07-02[X86][AVX512] Add support for lowering shuffles to MOVDDUP/MOVSLDUP/MOVSHDUPSimon Pilgrim
2016-07-02[X86][AVX512] Add test cases that should lower to MOVSLDUP/MOVSHDUPSimon Pilgrim
2016-07-02[X86][AVX512] Add fast-isel shuffle testsSimon Pilgrim
2016-07-02[esan|cfrag] Add counters for struct array accessesQin Zhao
2016-07-02[PM] Port ConstantHoisting to the new Pass ManagerMichael Kuperstein
2016-07-02[codeview] Set the Nested and Scoped ClassOptions based on the scope chainReid Kleckner
2016-07-01TII: Fix inlineasm size counting comments as instsMatt Arsenault
2016-07-01[CodeView] Include the offset of nested membersDavid Majnemer
2016-07-01[CodeView] Pretty print anonymous scopesDavid Majnemer
2016-07-01AMDGPU: Add feature for unaligned accessMatt Arsenault
2016-07-01AMDGPU: Expand unaligned accesses earlyMatt Arsenault
2016-07-01[msan] Fix __msan_maybe_ for non-standard type sizes.Evgeniy Stepanov
2016-07-01AMDGPU: Improve load/store of illegal types.Matt Arsenault
2016-07-01[codeview] Don't record UDTs for anonymous structsReid Kleckner
2016-07-01Address two correctness issues in LoadStoreVectorizerAlina Sbirlea
2016-07-01Specify mtriple for the frame-order.ll test.Dehao Chen
2016-07-01Do not count debug instructions when counting number of uses to reorder frame...Dehao Chen
2016-07-01Resubmit r268719 - AMDGPU/SI: Add amdgpu_kernel calling convention. Part 2.Nikolay Haustov
2016-07-01[AMDGPU] Assembler: support SDWA for VOPC instructionsSam Kolton
2016-07-01Revert "add tests for bugs fixed by the GVN hoist pass"Duncan P. N. Exon Smith
2016-07-01add tests for bugs fixed by the GVN hoist passSebastian Pop
2016-07-01[codeview] Add DISubprogram::ThisAdjustmentReid Kleckner
2016-07-01LoadStoreVectorizer: Don't increase alignment with no align setMatt Arsenault
2016-07-01LoadStoreVectorizer: Check TTI for vec reg bit widthMatt Arsenault
2016-07-01LoadStoreVectorizer: Fix assert when merging pointer opsMatt Arsenault
2016-07-01Revert "code hoisting pass based on GVN"Duncan P. N. Exon Smith
2016-07-01LoadStoreVectorizer: Use AA metadataMatt Arsenault
2016-07-01LoadStoreVectorizer: if one element of a vector is integer, default toMatt Arsenault
2016-07-01LoadStoreVectorizer: Fix crashes on sub-byte typesMatt Arsenault
2016-07-01code hoisting pass based on GVNSebastian Pop
2016-06-30LoadStoreVectorizer: Check skipFunction first.Matt Arsenault
2016-06-30LoadStoreVectorizer: Skip optnone functionsMatt Arsenault
2016-06-30Add LoadStoreVectorizer passMatt Arsenault
2016-06-30SLPVectorizer: Move propagateMetadata to VectorUtilsMatt Arsenault
2016-06-30Add an artificial line-0 debug location when the compiler emits a call toYunzhong Gao
2016-06-30Refine the set of UniformAfterVectorization instructions.Wei Mi
2016-06-30revert http://reviews.llvm.org/D21101Etienne Bergeron
2016-06-30[pdb] Re-add code to write PDB files.Zachary Turner
2016-06-30Update llvm-pdbdump to use subcommands.Zachary Turner
2016-06-30[exceptions] Upgrade exception handlers when stack protector is usedEtienne Bergeron
2016-06-30[DSE] Fix bug in partial overwrite trackingJun Bum Lim
2016-06-30[InstCombine] shrink switch conditions better (PR24766)Sanjay Patel
2016-06-30[InstCombine] extend matchSelectFromAndOr() to work with i1 scalar typesSanjay Patel
2016-06-30[SystemZ] Let z13 also support FeatureMiscellaneousExtensions.Jonas Paulsson
2016-06-30[CodeView] Implement support for bitfields in LLVMDavid Majnemer
2016-06-30[SCEV] Compute max be count from shift operator only if all else failsSanjoy Das
2016-06-30[CFLAA] Add support for ModRef queries.George Burgess IV
2016-06-30add vector tests to show missing transformSanjay Patel
2016-06-29regenerate checksSanjay Patel