summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-12-01[SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in inte...Dinar Temirbulatov
2017-12-01GlobalISel: Enable the legalization of G_MERGE_VALUES and G_UNMERGE_VALUESVolkan Keles
2017-12-01Recommit rL319407: [SROA] enable splitting for non-whole-alloca loads and storesHiroshi Inoue
2017-12-01[X86] Custom legalize v2i32 gathers via widening rather than promoting.Craig Topper
2017-12-01[X86][SelectionDAG] Make sure we explicitly sign extend the index when type p...Craig Topper
2017-12-01[X86] Add another v2i32 gather test case with v2i64 index that wasn't sign ex...Craig Topper
2017-12-01[X86] Add a DAG combine to simplify masks for AVX2 gather instructions.Craig Topper
2017-12-01[WebAssembly] Update MC tests now that hidden attr is supportedSam Clegg
2017-12-01Add flag to ArchiveWriter to test GNU64 format more efficientlyJake Ehrlich
2017-11-30AMDGPU: Use carry-less adds in FI eliminationMatt Arsenault
2017-11-30ThinLTOBitcodeWriter: Try harder to discard unused references to the merged m...Peter Collingbourne
2017-11-30AMDGPU: Use gfx9 carry-less add/sub instructionsMatt Arsenault
2017-11-30XOR the frame pointer with the stack cookie when protecting the stackReid Kleckner
2017-11-30Add visibility flag to Wasm symbol flagsSam Clegg
2017-11-30[memcpyopt] Teach memcpyopt to optimize across basic blocksDan Gohman
2017-11-30[Hexagon] Fix wrong check in test/CodeGen/Hexagon/newvaluejump-solo.mirKrzysztof Parzyszek
2017-11-30[Hexagon] Fix wrong pass in testcaseKrzysztof Parzyszek
2017-11-30[Hexagon] Solo instructions cannot be used with new value jumpsKrzysztof Parzyszek
2017-11-30[AMDGPU] Convert test/tools/llvm-objdump/AMDGPU/source-lines.ll to amdgizYaxun Liu
2017-11-30[X86] Promote i8 CTPOP to i32 instead of i16 when we have the POPCNT instruct...Craig Topper
2017-11-30[llvm-objcopy] Add support for --only-keep/-j and --keepJake Ehrlich
2017-11-30[aarch64][globalisel] Legalize G_ATOMIC_CMPXCHG_WITH_SUCCESS and G_ATOMICRMW_*Daniel Sanders
2017-11-30[GlobalISel][IRTranslator] Fix crash during translation of zero sized loads/s...Amara Emerson
2017-11-30[PGO] Skip counter promotion for infinite loopsXinliang David Li
2017-11-30[globalisel][tablegen] Add support for specific immediates in the match patternDaniel Sanders
2017-11-30[WebAssembly] Revert r319186 "Support bitcasted function addresses with varar...Dan Gohman
2017-11-30[MIR] Fix DebugInfo tests after r319445Francis Visoiu Mistrih
2017-11-30[CodeGen] Always use `printReg` to print registers in both MIR and debugFrancis Visoiu Mistrih
2017-11-30[InstCombine] Additional test for PR35354, NFC.Alexey Bataev
2017-11-30[PowerPC] Recommit r314244 with refactoring and off by defaultNemanja Ivanovic
2017-11-30[X86][AVX512] Tag fcmp/ptest/ternlog instructions scheduler classesSimon Pilgrim
2017-11-30[X86][AVX512] Regenerate avx512 schedule testsSimon Pilgrim
2017-11-30[MC] Function stack size section.Sean Eveson
2017-11-30Revert r319423: [MC] Function stack size section.Sean Eveson
2017-11-30[ARM GlobalISel] Bail out for byvalDiana Picus
2017-11-30[CodeGen] Print "%vreg0" as "%0" in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-30[MC] Function stack size section.Sean Eveson
2017-11-30Support generic lowering of vector bswapSerge Guelton
2017-11-30[X86][AVX512] Tag RCP/RSQRT/GETEXP instructions scheduler classesSimon Pilgrim
2017-11-30[dsymutil] Upstream getBundleInfo implementationJonas Devlieghere
2017-11-30Revert rL319407: [SROA] enable splitting for non-whole-alloca loads and stores Hiroshi Inoue
2017-11-30[SystemZ] Bugfix in adjustSubwordCmp.Jonas Paulsson
2017-11-30[SROA] enable splitting for non-whole-alloca loads and storesHiroshi Inoue
2017-11-30[X86] Optimize avx2 vgatherqps for v2f32 with v2i64 index type.Craig Topper
2017-11-30[X86] Make sure we don't remove sign extends of masks with AVX2 masked gathers.Craig Topper
2017-11-30- Removed unused lamba (IsReturnBlock) causing build bots to fail for r319398Graham Yiu
2017-11-30AMDGPU: Allow negative MUBUF vaddr for gfx9Matt Arsenault
2017-11-30Check alignment in getSectionContentsAsArray.Rafael Espindola
2017-11-30[Coverage] Use the most-recent completed region count (PR35437)Vedant Kumar
2017-11-29First step towards more human-friendly PPC assembler output:Joerg Sonnenberger