aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-10-14AMDGPU: Do not emit deprecated notes for code object v3Konstantin Zhuravlyov
2017-10-14AMDGPU: Add support for isa version noteKonstantin Zhuravlyov
2017-10-14[X86][SSE] Support combining AND(EXTRACT(SHUF(X)), C) -> EXTRACT(SHUF(X))Simon Pilgrim
2017-10-14[X86] Add patterns for vzmovl+cvtpd2dq/cvttpd2dq with a load.Craig Topper
2017-10-14[X86] Add AVX512 versions of VCVTPD2PS to load folding tables.Craig Topper
2017-10-14[X86] Add patterns for vzmovl+cvtpd2ps with a load.Craig Topper
2017-10-14[X86] Add AVX512 flavors of VCVTDQ2PD plus VCVTUDQ2PD to the load folding tab...Craig Topper
2017-10-14Fix assembler for alloca of multiple elements in non-zero addr spaceYaxun Liu
2017-10-14[globalisel][tablegen] Simplify named operand/operator lookups and fix a wron...Daniel Sanders
2017-10-13[X86] Use X86ISD::VBROADCAST in place of v2f64 X86ISD::MOVDDUP when AVX2 is a...Craig Topper
2017-10-13[X86] Use fsub in the movddup scheduling tests to prevent a future patch from...Craig Topper
2017-10-13[globalisel][tablegen] Add support for fpimm and import of APInt/APFloat base...Daniel Sanders
2017-10-13AMDGPU: Implement hasBitPreservingFPLogicMatt Arsenault
2017-10-13LowerTypeTests: Give imported symbols a type with size 0 so that they are not...Peter Collingbourne
2017-10-13[Reassociate] auto-generate better checks; NFCSanjay Patel
2017-10-13AMDGPU: Look for src mods before fp_extendMatt Arsenault
2017-10-13[InstCombine] move code to remove repeated constant check; NFCISanjay Patel
2017-10-13AMDGPU: Implement isFPExtFoldableMatt Arsenault
2017-10-13[Hexagon] Minimize number of repeated constant extendersKrzysztof Parzyszek
2017-10-13[X86] Add initial skeleton support for knm cpuCraig Topper
2017-10-13[InstCombine] add hasOneUse check to add-zext-add fold to prevent increasing ...Sanjay Patel
2017-10-13[InstCombine] add tests for add (zext (add nuw X, C2)), C --> zext (add nuw X...Sanjay Patel
2017-10-13[llvm-cov] Reland sources-specified.test with addition of "-path-equivalence".Max Moroz
2017-10-13[X86] Test scalar integer absolutes on 32-bit targets with/without CMOVSimon Pilgrim
2017-10-13Not all buildbots seem to dump the nuw flag in SDAGReid Kleckner
2017-10-13[X86] Updated scalar integer absolute tests to cover i8/i16/i32/i64Simon Pilgrim
2017-10-13[InstCombine] allow zext(bool) + C --> select bool, C+1, C for vector typesSanjay Patel
2017-10-13Update test to expect nuw flag in SDAG dump, fixes test after r315690Reid Kleckner
2017-10-13[RS4GC] Look through vector bitcasts when looking for base pointerDaniel Neilson
2017-10-13[llvm-cov] Temporary delete sources-specified.test, it is failing on some bots.Max Moroz
2017-10-13[Hexagon] Add patterns for cmpb/cmph with immediate argumentsKrzysztof Parzyszek
2017-10-13[llvm-cov] Fix sources-specified.test so it ignores the order of files printed.Max Moroz
2017-10-13[llvm-cov] An attempt to fix sources_specified.test failing on some buildbots.Max Moroz
2017-10-13[llvm-cov] Generate "report" for given source paths if sources are specified.Max Moroz
2017-10-13Re-land "[dsymutil] Timestmap verification for __swift_ast"Jonas Devlieghere
2017-10-13[SCEV] Teach SCEV to find maxBECount when loop endbound is variantAnna Thomas
2017-10-13[InstCombine] add tests for boolean extend + add; NFCSanjay Patel
2017-10-13Revert r314923: "Recommit : Use the basic cost if a GEP is not used as addres...Daniel Jasper
2017-10-13[X86] Remove patterns that select unmasked vbroadcastf2x32/vbroadcasti2x32. P...Craig Topper
2017-10-13[X86] Add the test case for r315613 that I forgot to 'git add'.Craig Topper
2017-10-13[llvm-isel-fuzzer] Use "--" as separator rather than '='.Matt Morehouse
2017-10-13llvm-isel-fuzzer: Use the right REQUIRES line for r315599Justin Bogner
2017-10-12[CVP] Process binary operations even when def is localAnna Thomas
2017-10-12[LoopPredication] Check whether the loop is already guarded by the first iter...Artur Pilipenko
2017-10-12Revert "Reintroduce "[SCCP] Propagate integer range info for parameters in IP...Bruno Cardoso Lopes
2017-10-12[LoopPredication] Support ule, sle latch predicatesArtur Pilipenko
2017-10-12Implement custom lowering for ISD::CTTZ_ZERO_UNDEF and ISD::CTTZ.Wei Ding
2017-10-12[X86] Add a bunch of -mcpu strings to the cpus.ll test.Craig Topper
2017-10-12[NVPTX] Implemented wmma intrinsics and instructions.Artem Belevich
2017-10-12[codeview] Don't emit FPO data in funclet prologuesReid Kleckner