AVX-512: Changed intrinsics of VPCONFLICT to match GCC builtin form
[oota-llvm.git] / test / CodeGen / X86 /
2013-12-10 Elena DemikhovskyAVX-512: Changed intrinsics of VPCONFLICT to match...
2013-12-10 Reid KlecknerRevert "Fix miscompile of MS inline assembly with stack...
2013-12-10 Reid KlecknerFix miscompile of MS inline assembly with stack realignment
2013-12-10 Nadav RotemFix PR18162 - Incorrect assertion assumed that the...
2013-12-09 Rafael EspindolaDon't add suffixes for stdcall/fastcall on 64 coff.
2013-12-06 Cameron McInallyUpdate AVX512 vector blend intrinsic names.
2013-12-06 Juergen Ributzka[Stackmap] Update stackmap unit test to use AnyRegCC.
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-05 Rafael EspindolaHide the stub created for MO_ExternalSymbol too.
2013-12-05 Cameron McInallyAdd FileCheck statements for r196435.
2013-12-05 Cameron McInallyAdd AVX512 patterns for v16i32 broadcast and v2i64...
2013-12-04 Cameron McInallyFix assembly syntax for AVX512 vector blend instructions.
2013-12-04 Cameron McInallySuppress '(x < y) ? a : 0 -> (x < y) & a' transform...
2013-12-04 Rafael EspindolaAdd -mcpu=core2 to all llc invocations in this test.
2013-12-04 Juergen Ributzka[Stackmap] Emit multi-byte nops for X86.
2013-12-03 Rafael EspindolaUse CHECK-LABEL to make this test more strict.
2013-12-03 Rafael EspindolaFix mingw32 thiscall + sret.
2013-12-03 Michael LiaoEnhance the fix of PR17631
2013-12-01 Rafael EspindolaAlso test the created stubs on 32 bits.
2013-12-01 Andrew TrickAdd -mcpu to stackmap.ll
2013-11-30 Juergen RibutzkaForce CPU type to unbreak unit tests on Haswell machines.
2013-11-27 Rafael EspindolaCleanup and test X86AsmPrinter::printPCRelImm.
2013-11-26 Michael LiaoFix PR18054
2013-11-26 Andrew TrickStackMap: Implement support for DirectMemRefOp.
2013-11-26 Cameron McInallyAdd an intrinsic for the SSE2 PAUSE instruction.
2013-11-25 Bill WendlingUnrevert r195599 with testcase fix.
2013-11-25 Amara EmersonRevert r195599 as it broke the builds.
2013-11-25 Bill WendlingDon't look past volatile loads.
2013-11-23 Manman RenDebug Info: update testing cases to specify the debug...
2013-11-22 Manman RenDebug Info: update testing cases to specify the debug...
2013-11-22 Jim GrosbachX86: Perform integer comparisons at i32 or larger.
2013-11-22 Paul RobinsonTeach ISel not to optimize 'optnone' functions (revised).
2013-11-22 Andrew Trickpatchpoint: factor SD builder code for live vars. Plain...
2013-11-22 Michael LiaoFix PR18014
2013-11-22 Rafael EspindolaDon't produce tail calls when the caller is x86_thiscallcc.
2013-11-22 Kostya SerebryanyRevert r195318 as it causes miscompilation (PR18029)
2013-11-22 NAKAMURA TakumiTweak 3 tests in llvm/test/CodeGen/X86 to add -mcpu...
2013-11-21 Ekaterina RomanovaSHLD/SHRD are VectorPath (microcode) instructions known...
2013-11-21 Bill WendlingThe basic problem is that some mainstream programs...
2013-11-20 Benjamin KramerMachineBlockPlacement: Strengthen the source order...
2013-11-20 Elena DemikhovskyAVX-512: Concat 4 128-bit vectors in one 512-bit vector.
2013-11-19 Cameron McInallyFix assembly operands for the SSE2 cvtsd2ss instruction.
2013-11-19 Andrew TrickUse symbolic operands in the patchpoint folding routine...
2013-11-17 Bill WendlingTestcase for PR17964
2013-11-17 Benjamin KramerDAGCombiner: Partially revert r192795, getNOT was fixed...
2013-11-17 Andrew TrickAdded a size field to the stack map record to handle...
2013-11-15 Bob WilsonAvoid illegal integer promotion in fastisel
2013-11-15 Cameron McInallyAdd AVX512 unmasked FMA intrinsics and support.
2013-11-15 Alexey SamsonovRedirect unused test case output to /dev/null
2013-11-15 Andrew TrickPlatform proof a test case.
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-14 Eric ChristopherSimplify testcase.
2013-11-14 Rafael EspindolaAdd a triple and switch test to FileCheck.
2013-11-14 Rafael EspindolaError if we see an alias to a declaration.
2013-11-14 Elena DemikhovskyAVX-512: Handled extractelement from mask vector;
2013-11-14 Andrew TrickMinor extension to llvm.experimental.patchpoint: don...
2013-11-14 Rafael EspindolaDon't mangle \n and "
2013-11-13 Rafael EspindolaRemove AllowQuotesInName and friends from MCAsmInfo.
2013-11-13 Andrew TrickAdd a test case to verify that misusing anyregcc crashe...
2013-11-13 Juergen RibutzkaSelectionDAG: Teach the legalizer to split SETCC if...
2013-11-12 Andrew TrickCleanup the stackmap operand folding code and fix a...
2013-11-12 Andrew TrickSimplify operand folding when rematerializing a load.
2013-11-11 Andrew TrickFix the recently added anyregcc convention to handle...
2013-11-09 Juergen Ributzka[Stackmap] Materialize the jump address within the...
2013-11-08 Juergen Ributzka[Stackmap] Add AnyReg calling convention support for...
2013-11-05 Andrew TrickSlightly change the way stackmap and patchpoint intrins...
2013-11-04 Eric ChristopherCheck for both styles of clobbers, those produced by...
2013-11-04 Cameron McInallyAdd support for AVX512 masked vector blend intrinsics.
2013-11-03 Elena DemikhovskyAVX-512: added VPCONFLICT instruction and intrinsics,
2013-11-02 Michael LiaoFix PR17764
2013-10-31 Andrew TrickThese test cases for experimental features are a bit...
2013-10-31 Andrew TrickAdd new calling convention for WebKit Java Script.
2013-10-31 Andrew TrickAdd support for stack map generation in the X86 backend.
2013-10-31 Roman DivackyMerge and filecheckize.
2013-10-31 Cameron McInallyAdd AVX512 unmasked integer broadcast intrinsics and...
2013-10-31 Elena DemikhovskyAVX-512: Implemented CMOV for 512-bit vectors
2013-10-31 Jim GrosbachLegalize: Improve legalization of long vector extends.
2013-10-30 Rafael EspindolaProduce .weak_def_can_be_hidden for some linkonce_odr...
2013-10-30 Juergen RibutzkaRevert "SelectionDAG: Teach the legalizer to split...
2013-10-30 Juergen RibutzkaSelectionDAG: Teach the legalizer to split SETCC if...
2013-10-27 Elena DemikhovskyAVX-512: PMIN/PMAX intrinsics and patterns
2013-10-25 Quentin Colombet[X86][AVX512] Add patterns that match the AVX512 floati...
2013-10-25 Quentin Colombet[X86][AVX512] Add patterns that match the AVX512 floati...
2013-10-24 Yaron KerenAdded test for -elf configuration, to see that _alloca...
2013-10-24 Elena DemikhovskyAVX-512: added VCVTPH2PS, VCVTPS2PH with intrinsics
2013-10-24 Craig TopperReplace sse41/sse42 with sse4.1/sse4.2 in test command...
2013-10-24 Craig TopperAdd non-AVX tests for AES intrinsics.
2013-10-24 Craig TopperAdd tests for SSE intrinsics in non-avx mode by copying...
2013-10-23 Benjamin KramerX86: Custom lower sext v16i8 to v16i16, and the corresp...
2013-10-23 Benjamin KramerX86: Custom lower zext v16i8 to v16i16.
2013-10-23 Michael LiaoFix PR17631
2013-10-22 Elena DemikhovskyAVX-512: aligned / unaligned load and store for 512...
2013-10-22 Bill WendlingAdd testcase for PR3168. It was fixed over time.
2013-10-21 Eric ChristopherFix spelling, grammar, and match naming convention...
2013-10-21 Lang HamesX86 vector element shift-by-immediate instructions...
2013-10-21 Elena DemikhovskyAVX-512: MUL operation lowering for v8i64
2013-10-20 Peter CollingbourneEmit prefix data after debug and EH directives.
2013-10-18 David MajnemerTest case for r192957
2013-10-18 Hans WennborgRevert "Re-commit r192758 - MC: quote tricky symbol...
2013-10-17 Bill WendlingAdd testcase to make sure we don't generate a compact...
next