[AVX512] Added intrinsics for VPCMPEQB and VPCMPEQW.
[oota-llvm.git] / test /
2014-09-30 Robert Khasanov[AVX512] Added intrinsics for VPCMPEQB and VPCMPEQW.
2014-09-30 Robert Khasanov[AVX512] Enabled intrinsics for VPCMPEQD and VPCMPEQQ.
2014-09-30 Chad Rosier[IndVarSimplify] Widen loop unsigned compares.
2014-09-30 Chandler Carruth[x86] Revert r218588, r218589, and r218600. These patch...
2014-09-30 Chandler Carruth[x86] Add some vector-register broadcast operations...
2014-09-30 Matt ArsenaultR600: Fix broken check lines, missing scalar case.
2014-09-30 Juergen Ributzka[FastISel][AArch64] Fold sign-/zero-extends into the...
2014-09-29 Hans WennborgWinCOFFObjectWriter: optimize the string table for...
2014-09-29 Eric ChristopherAdd soft-float to the key for the subtarget lookup...
2014-09-29 Matt ArsenaultR600/SI: Also fix fsub + fadd a, a to mad combines
2014-09-29 Matt ArsenaultR600/SI: Fix using mad with multiplies by 2
2014-09-29 Chad Rosier[AArch64] Improve cost model to handle sdiv by a pow...
2014-09-29 Kevin QinUse a loop to simplify the runtime unrolling prologue.
2014-09-29 Oliver Stannard[Thumb2] ldrexd and strexd are not defined on v7M
2014-09-29 Chandler Carruth[x86] Make the new vector shuffle lowering lower blends...
2014-09-29 Chandler Carruth[x86] Delete a bunch of really bad and totally unnecess...
2014-09-29 Chandler Carruth[x86] Add the dispatch skeleton to the new vector shuff...
2014-09-28 Chandler Carruth[x86] Teach the new vector shuffle lowering to fall...
2014-09-28 Chandler Carruth[x86] Fix the new vector shuffle lowering's use of...
2014-09-28 Chandler Carruth[x86] Fix a really silly bug that I introduced fixing...
2014-09-28 Chandler Carruth[x86] Fix yet another bug in the new vector shuffle...
2014-09-27 James Molloy[AArch64] Redundant store instructions should be remove...
2014-09-27 Craig TopperUpdate test case to match minor formatting change intro...
2014-09-27 Chandler Carruth[x86] Fix terrible bugs everywhere in the new vector...
2014-09-27 Chandler Carruth[x86] Flip the sentinel values used in the target shuff...
2014-09-27 Craig TopperFix TableGen -gen-disassembler output for bit fields...
2014-09-26 Sanjay PatelRefactor reciprocal and reciprocal square root estimate...
2014-09-26 David MajnemerObject: BSS/virtual sections don't have contents
2014-09-26 Kevin EnderbyUpdate llvm-objdump’s Mach-O symbolizer code to print...
2014-09-26 Chandler Carruth[x86] Fix a moderately terrifying bug in the new 128...
2014-09-26 Chad Rosier[IndVar] Don't widen loop compare unless IV user is...
2014-09-26 Matt ArsenaultR600/SI: Add strict check lines to div_scale tests.
2014-09-26 Matt ArsenaultR600/SI Allow same SGPR to be used for multiple operands
2014-09-26 Matt ArsenaultR600/SI: Partially move operand legalization to post...
2014-09-26 Matt ArsenaultR600/SI: Don't move operands that are required to be...
2014-09-26 Matt ArsenaultR600/SI: Fix using wrong operand indices when commuting
2014-09-26 David PeixottoIgnore annotation function calls in cost computation
2014-09-26 Chandler Carruth[x86] In the new vector shuffle lowering, when trying...
2014-09-26 Chandler Carruth[x86] Fix a large collection of bugs that crept in...
2014-09-26 Renato GolinElide repeated register operand in Thumb1 instructions
2014-09-26 Robert Khasanov[AVX512] Added load/store from BW/VL subsets to Registe...
2014-09-26 David Majnemerllvm-vtabledump: strip trailing NUL bytes
2014-09-26 David Majnemerllvm-vtabledump: Dump RTTI structures for the MS ABI
2014-09-26 David XuRevert patch of r218493, delete the test case
2014-09-26 David XuRedundant store instructions should be removed as dead...
2014-09-26 Eric ChristopherAdd the first backend support for on demand subtarget...
2014-09-26 Matt ArsenaultR600: Avoid repeated check lines
2014-09-26 Matt ArsenaultR600/SI: Fix emitting trailing whitespace after s_waitcnt
2014-09-25 Adam Nemet[AVX512] Make vextract*x4/vinsert*x4 tests check for...
2014-09-25 Matt ArsenaultR600: Fix some missing conversion testcases
2014-09-25 Matt ArsenaultRemove duplicated RUN lines in middle of test
2014-09-25 Bruno Cardoso Lopes[MachineSink+PGO] Teach MachineSink to use BlockFrequen...
2014-09-25 Tom StellardR600/SI: Add support for global atomic add
2014-09-25 Robin MorissetLower idempotent RMWs to fence+load
2014-09-25 Sid ManningAdd missing attributes !cmp.[eq,gt,gtu] instructions.
2014-09-25 Daniel Sanders[mips] Add CCValAssign::[ASZ]ExtUpper and CCPromoteToUp...
2014-09-25 Renato GolinAdd aliases for VAND imm to VBIC ~imm
2014-09-25 Chandler Carruth[x86] Teach the new vector shuffle lowering to use...
2014-09-25 Chandler Carruth[x86] Teach the new vector shuffle lowering a fancier...
2014-09-25 Oliver Stannard[Thumb2] BXJ should be undefined for v7M, v8A
2014-09-25 Chandler Carruth[x86] Fix an oversight in the v8i32 path of the new...
2014-09-25 Chandler Carruth[x86] Implement AVX2 support for v32i8 in the new vecto...
2014-09-25 Chandler Carruth[x86] More tweaks to the v32i8 test cases.
2014-09-25 Chandler Carruth[x86] Re-work a bunch of the v32i8 test cases to actual...
2014-09-25 Reid KlecknerMC: Use @IMGREL instead of @IMGREL32, which we can...
2014-09-25 Chandler Carruth[x86] Fix the v16i16 blend logic I added in the prior...
2014-09-25 Justin Bognerllvm-cov: Combine segments that cover the same location
2014-09-25 Akira Hatanaka[X86,AVX] Add an isel pattern for X86VBroadcast.
2014-09-25 Chandler Carruth[x86] Implement v16i16 support with AVX2 in the new...
2014-09-24 Kevin EnderbyFlush out enough of llvm-objdump’s SymbolizerSymbolLook...
2014-09-24 Kostya Serebryany[asan] don't instrument module CTORs that may be run...
2014-09-24 Renato GolinRemoving empty ARM tests from failed revert
2014-09-24 Renato GolinRemoving empty tests from failed revert
2014-09-24 Renato GolinRevert 218406 - Refactor the RelocVisitor::visit method
2014-09-24 Renato GolinRevert 218407 - Add support for ARM and AArch64 BE...
2014-09-24 Renato GolinRevert 218408 - Report endianness in output of {dwarf...
2014-09-24 Renato GolinRevert 218411 - XFAIL reloc test on x86/hexagon
2014-09-24 Renato GolinXFAIL reloc test on x86/hexagon
2014-09-24 Renato GolinReport endianness in output of {dwarf, obj}dump
2014-09-24 Renato GolinAdd support for ARM and AArch64 BE object files
2014-09-24 Renato GolinRefactor the RelocVisitor::visit method
2014-09-24 Scott Douglasspass environment when invoking llvm-config from lit.cfg
2014-09-24 Kaelyn TakataRevert "Add support for ARM and AArch64 BE object files"
2014-09-24 Kaelyn TakataRevert "Report endianness in output of {dwarf, obj...
2014-09-24 Kaelyn TakataRevert "Refactor the RelocVisitor::visit method"
2014-09-24 Renato GolinReport endianness in output of {dwarf, obj}dump
2014-09-24 Renato GolinAdd support for ARM and AArch64 BE object files
2014-09-24 Renato GolinRefactor the RelocVisitor::visit method
2014-09-24 David PeixottoFix assertion in LICM doFinalization()
2014-09-24 Moritz Roth[Thumb] Make load/store optimizer less conservative.
2014-09-24 Oliver Stannard[Thumb] 32-bit encodings of 'cps' are not valid for v7M
2014-09-24 Chandler Carruth[x86] Teach the instruction lowering to add comments...
2014-09-24 Matt ArsenaultR600/SI: Fix weird CHECK-DAG usage
2014-09-24 Tom StellardR600/SI: Enable selecting SALU inside branches
2014-09-24 Chandler Carruth[x86] Teach the new vector shuffle lowering to lower...
2014-09-24 Chandler Carruth[x86] Fix a really terrible bug in the repeated 128...
2014-09-23 Robin MorissetFix swift-atomics testcase
2014-09-23 Chandler Carruth[x86] Teach the new vector shuffle lowering to lower...
2014-09-23 Reid KlecknerGlobalOpt: Preserve comdats of unoptimized initializers
2014-09-23 Jim GrosbachAArch64: allow constant expressions for shifted reg...
next