summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-06-29[AliasSetTracker] Don't drop AA MD so eagerlyKeno Fischer
2017-06-29Reverting r306695 while investigating failing test case.Alexandre Isoard
2017-06-29llvm-nm: Add support for symbol demangling (-C/--demangle)Sam Clegg
2017-06-29[ConstantHoisting] Avoid hoisting constants in GEPs that index into a struct ...Leo Li
2017-06-29ScalarEvolution: Add URem supportAlexandre Isoard
2017-06-29[Hexagon] Keep all phi nodes when building DFG in addr-mode-optKrzysztof Parzyszek
2017-06-29[llvm-objdump] Handle invalid instruction gracefully on ARMEugene Leviant
2017-06-29bpf: remove unnecessary truncate operationYonghong Song
2017-06-29[NFC] Use stdin for some tests instead of positional argument.Nikolai Bozhenov
2017-06-29Restore original intent of memset instcombine testDaniel Neilson
2017-06-29Explicitly check for presence of correct results in instcombine memmove testDaniel Neilson
2017-06-29[PowerPC] fix potential verification error on __tls_get_addrHiroshi Inoue
2017-06-29Revert "r306529 - [X86] Correct dwarf unwind information in function epilogue"Daniel Jasper
2017-06-29[GlobalISel][X86] Support vector type G_MERGE_VALUES selection.Igor Breger
2017-06-29[X86][SSE] Dropped -mcpu from palignr testsSimon Pilgrim
2017-06-29[X86][SSE] Regenerate shuffle test with update_llc_test_checks.pySimon Pilgrim
2017-06-29[X86][SSE] Dropped -mcpu from vector shift testsSimon Pilgrim
2017-06-29[X86][SSE] Dropped -mcpu from zero insertion testsSimon Pilgrim
2017-06-29[LLVM][X86][Goldmont] Adding new target-cpu: GoldmontMichael Zuckerman
2017-06-29[ARM] Add tGPRwithpc register class and use it for TBB/THHFlorian Hahn
2017-06-29[X86] Adding shuffle tests demonstrating missed vcompress opportunities. NFCZvi Rackover
2017-06-28[InstCombine] Retain TBAA when narrowing memory accessesKeno Fischer
2017-06-28AMDGPU: Remove SITypeRewriterMatt Arsenault
2017-06-28Fold fneg and fabs like multiplicationsStanislav Mekhanoshin
2017-06-28[InstCombine] add tests for icmp with bitreversed ops; NFCSanjay Patel
2017-06-28[AArch64][Falkor] Try to avoid exhausting HW prefetcher resources when unroll...Geoff Berry
2017-06-28[BBVectorize][X86] Regenerate simple testsSimon Pilgrim
2017-06-28[InstCombine] Remove 64-bit bit width restriction from m_ConstantInt(uint64_t*&)Craig Topper
2017-06-28[LV] Fix PR33613 - retain order of insertelement per partAyal Zaks
2017-06-28Fix PR33625.Rafael Espindola
2017-06-28[BBVectorize] Regenerate simple testsSimon Pilgrim
2017-06-28Another test commit.Chih-Hung Hsieh
2017-06-28[LoopUnroll] Fix bug in computeUnrollCount causing it to not honor MaxCountGeoff Berry
2017-06-28[InstCombine] add tests for icmp with bswapped operands; NFCSanjay Patel
2017-06-28Missed a check for UndefVI in r306466Krzysztof Parzyszek
2017-06-28[AArch64] AArch64CondBrTuningPass generates wrong branch instructionsAlexandros Lamprineas
2017-06-28[ARM] Improve if-conversion for M-class CPUs without branch predictorsJohn Brawn
2017-06-28[X86] Added BSWAP tests for illegal i64/i128/i256 'wide' scalar integersSimon Pilgrim
2017-06-28[X86][SSE] Dropped -mcpu from vector bswap testsSimon Pilgrim
2017-06-28[X86][LLVM][test]Expanding Supports lowerInterleavedStore() in X86Interleaved...Michael Zuckerman
2017-06-28Add zero-length check to memcpy/memset load store loop expansionTeresa Johnson
2017-06-28[GlobalISel][X86] Test G_CONSTANT i32 0 TableGen'erated selection.NFC.Igor Breger
2017-06-28Revert r306528Nikolai Bozhenov
2017-06-28[GlobalISel][X86] Support bitwise operations : G_AND, G_OR, G_XORIgor Breger
2017-06-28Reverting commit 306414 on behalf of @gadi.haberMichael Zuckerman
2017-06-28[X86][AVX2] Dropped -mcpu from avx2 arithmetic/intrinsics testsSimon Pilgrim
2017-06-28[X86] Correct dwarf unwind information in function epiloguePetar Jovanovic
2017-06-28[ValueTracking] Enabling existing ValueTracking patch by default.Nikolai Bozhenov
2017-06-28[InstCombine] Canonicalize clamp of float types to minmax in fast mode.Nikolai Bozhenov
2017-06-28Add tests to document current InstCombine behavior for clamp pattern.Nikolai Bozhenov