summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-01-02Make sure total loop body weight is preserved in loop peelingXin Tong
2017-01-02NewGVN: Add a test case for equivalent phis.Daniel Berlin
2017-01-02NewGVN: Add forgotten testcase for PR 31483Daniel Berlin
2017-01-02[cmake] Add LLVM_ENABLE_DIA_SDK option, and expose it in LLVMConfigMichal Gorny
2017-01-02Emit .cfi_sections before the first .cfi_startprocJoerg Sonnenberger
2017-01-02Fixed shuffle-reverse cost on AVX-512.Elena Demikhovsky
2017-01-02AVX-512 Loop Vectorizer: Cost calculation for interleave load/store patterns.Elena Demikhovsky
2017-01-02Reapply "[CodeGen] Fix invalid DWARF info on Win64"Keno Fischer
2017-01-01[InstCombine] add explanatory comment to test; NFCSanjay Patel
2017-01-01[InstCombine] add test to show potential nonnull attribute propagation; NFCSanjay Patel
2016-12-31[ValueTracking] add tests for known-nonnull-at; NFCSanjay Patel
2016-12-31[AVR] Optimize 16-bit ANDs with '1'Dylan McKay
2016-12-31[InstCombine][AVX-512] Teach InstCombine that llvm.x86.avx512.vcomi.sd and ll...Craig Topper
2016-12-30[X86][AVX512DQ] Add truncated math tests for AVX512DQ.Simon Pilgrim
2016-12-30[X86][SSE] Fix truncated math test names.Simon Pilgrim
2016-12-30[X86][AVX512] Regenerate test - missing shuffle commentsSimon Pilgrim
2016-12-30[MemDep] Handle gep with zeros for invariant.groupPiotr Padlewski
2016-12-30Fix test change in r290736: restore index generationMehdi Amini
2016-12-30[LICM] When promoting scalars, allow inserting stores to thread-local allocas.Michael Kuperstein
2016-12-30Use continuous boosting factor for complete unroll.Dehao Chen
2016-12-30Replace test from using llvm-lto to use llvm-link (NFC)Mehdi Amini
2016-12-30[AVR] Optimize 16-bit ORs with '0'Dylan McKay
2016-12-29NewGVN: Fix PR 31491 by ensuring that we touch the right instructions. Chang...Daniel Berlin
2016-12-29Revert "[COFF] Use 32-bit jump table entries in .rdata for Win64"Reid Kleckner
2016-12-29[TBAAVerifier] Be stricter around verifying scalar nodesSanjoy Das
2016-12-29[AMDGPU][mc] Enable absolute expressions in .hsa_code_object_isa directiveArtem Tamazov
2016-12-29Introduce element-wise atomic memcpy intrinsicIgor Laevsky
2016-12-29[InstCombine] Fix some of the AVX-512 scalar arithmetic test cases to do a be...Craig Topper
2016-12-29[COFF] Use 32-bit jump table entries in .rdata for Win64Reid Kleckner
2016-12-28Add an index for Module Metadata record in the bitcodeMehdi Amini
2016-12-28Revert "Add an index for Module Metadata record in the bitcode"Saleem Abdulrasool
2016-12-28Add an index for Module Metadata record in the bitcodeMehdi Amini
2016-12-28[WinEH] Don't assume endFunction is called while in .textReid Kleckner
2016-12-28[PM] Introduce a devirtualization iteration layer for the new PM.Chandler Carruth
2016-12-28[PM] Teach the CGSCC's CG update utility to more carefully invalidateChandler Carruth
2016-12-28This is a large patch for X86 AVX-512 of an optimization for reducing code si...Gadi Haber
2016-12-28[PM] Teach the inliner's call graph update to handle inserting new edgesChandler Carruth
2016-12-28[PM] Actually commit the test update that was supposed to accompanyChandler Carruth
2016-12-28[InstCombine] Canonicalize insert splat sequences into an insert + shuffleMichael Kuperstein
2016-12-27[sanitizer-coverage] sort the switch casesKostya Serebryany
2016-12-27[PM] Teach MemDep to invalidate its result object when its cachedChandler Carruth
2016-12-27test: modernise ARM CodeGen testsSaleem Abdulrasool
2016-12-27Attempt to make the Windows bots green after r290609.Chad Rosier
2016-12-27[PM] Add more dedicated testing to cover the invalidation logic added toChandler Carruth
2016-12-27[MemCpyOpt] Don't sink LoadInst below possible clobber.Bryant Wong
2016-12-27[ThinLTO] Fix "||" vs "|" mixup.Teresa Johnson
2016-12-27[AArch64][AsmParser] Add support for parsing shift/extend operands with symbols.Chad Rosier
2016-12-27[AMDGPU][llvm-mc] Predefined symbols to access register counts (.kernel.{v|s}...Artem Tamazov
2016-12-27[PM] Teach BasicAA how to invalidate its result object.Chandler Carruth
2016-12-27[PM] Disable more of the loop passes -- LCSSA and LoopSimplify are alsoChandler Carruth