AVX-512: Changed intrinsics of VPCONFLICT to match GCC builtin form
[oota-llvm.git] / test / CodeGen /
2013-12-10 Elena DemikhovskyAVX-512: Changed intrinsics of VPCONFLICT to match...
2013-12-10 Daniel Sanders[mips][msa] Correct sld and sldi builtins.
2013-12-10 Richard SandifordAdd TargetLowering::prepareVolatileOrAtomicLoad
2013-12-10 Richard SandifordAdd TargetLowering::prepareVolatileOrAtomicLoad
2013-12-10 Kevin Qin[AArch64 NEON] Support poly128_t and implement relevant...
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 Chad Rosier[AArch64] Refactor the NEON scalar reduce pairwise...
2013-12-09 Chad Rosier[AArch64] Refactor NEON scalar reduce pairwise front...
2013-12-09 Chad Rosier[AArch64] Remove q and non-q intrinsic definitions...
2013-12-09 Rafael EspindolaDon't add suffixes for stdcall/fastcall on 64 coff.
2013-12-09 Ana PazosFix pattern match for movi with 0D result
2013-12-09 Daniel Sanders[mips][msa] Fix invalid generated code when lowering...
2013-12-09 Daniel Sanders[mips][msa] Fix suboptimal FrameIndex lowering for...
2013-12-09 Venkatraman Govind... [SPARCV9]: Adjust the resultant pointer of DYNAMIC_STAC...
2013-12-09 Venkatraman Govind... [Sparc]: Implement getSetCCResultType() in SparcTargetL...
2013-12-09 Hao Liu[AArch64]Add missing pair intrinsics such as:
2013-12-09 Hao Liu[AArch64]Pattern match failures for truncate store...
2013-12-08 Venkatraman Govind... [SparcV9]: Expand MULHU/MULHS:i64 and UMUL_LOHI/SMUL_LO...
2013-12-08 Reed KotlerCleaning up of prologue/epilogue code for Mips16. First...
2013-12-08 Tim NorthoverARM: fix folding of stack-adjustment (yet again).
2013-12-07 Akira Hatanaka[mips] Fix test case.
2013-12-07 Vincent LejeuneAdd a RequireStructuredCFG Field to TargetMachine.
2013-12-06 Weiming ZhaoBug 18149: [AArch32] VSel instructions has no ARMCC...
2013-12-06 Cameron McInallyUpdate AVX512 vector blend intrinsic names.
2013-12-06 Richard Sandiford[SystemZ] Use LOAD AND TEST for comparisons with -0
2013-12-06 Richard Sandiford[SystemZ] Extend the use of C(L)GFR
2013-12-06 Richard Sandiford[SystemZ] Optimize selects between 0 and -1
2013-12-06 Juergen Ributzka[Stackmap] Update stackmap unit test to use AnyRegCC.
2013-12-05 Andrew TrickMI-Sched: handle latency of in-order operations with...
2013-12-05 Justin Holewinski[NVPTX] Fix off-by-one error when creating the VT list...
2013-12-05 Matheus Almeida[mips] Small code generation improvement for conditiona...
2013-12-05 Tim NorthoverARM: fix yet another stack-folding bug
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-05 Rafael EspindolaHide the stub created for MO_ExternalSymbol too.
2013-12-05 Matt ArsenaultR600/SI: Add comments for number of used registers.
2013-12-05 Jiangning LiuFor AArch64, add missing register cost calculation...
2013-12-05 Cameron McInallyAdd FileCheck statements for r196435.
2013-12-05 Cameron McInallyAdd AVX512 patterns for v16i32 broadcast and v2i64...
2013-12-04 David PeixottoAdd support for parsing ARM symbol variants on ELF...
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 Kevin Qin[AArch64 Neon] Add ACLE intrinsic vceqz_f64.
2013-12-04 Kevin Qin[AArch64 NEON] Add missing compare intrinsics.
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 Reed Kotlerfinal patch for very long conditional branches for...
2013-12-03 Rafael EspindolaUse CHECK-LABEL to make this test more strict.
2013-12-03 Rafael EspindolaFix mingw32 thiscall + sret.
2013-12-03 James MolloyAddrspacecasts are no-ops on ARM.
2013-12-03 Richard Sandiford[SystemZ] Fix choice of known-zero mask in insertion...
2013-12-03 Michael LiaoEnhance the fix of PR17631
2013-12-03 Hao Liu[AArch64]Add missing floating point convert, round...
2013-12-03 Hao LiuAArch64: add missing ACLE intrinsics mapping to general...
2013-12-03 Hao LiuAArch64: Add missing scalar pair intrinsics.
2013-12-03 Jiangning LiuAdd some missing pattern matches for AArch64 Neon intri...
2013-12-03 Jiangning LiuAdd some missing pattern matches for AArch64 Neon intri...
2013-12-02 Chad Rosier[AArch64] Implemented vcopy_lane patterns using scalar...
2013-12-02 Vincent LejeuneR600: Workaround for cayman loop bug
2013-12-02 Tim NorthoverARM: decide whether to use movw/movt based on "minsize...
2013-12-02 Robert LyttonXCore target: Make handling of large frames not depende...
2013-12-02 Tim NorthoverARM: add pseudo-instructions for lit-pool global materi...
2013-12-02 Robert LyttonXCore target: fix large code model 'select' indirect...
2013-12-02 Robert LyttonXCore target: Add large code model
2013-12-02 Robert LyttonXCore target: extend tests in preparation
2013-12-02 Robert LyttonXCore target: Fix eliminateFrameIndex() to handle large...
2013-12-02 Robert LyttonXCore target: Enable frames larger than 65535 to be...
2013-12-01 Rafael EspindolaAlso test the created stubs on 32 bits.
2013-12-01 Andrew TrickAdd -mcpu to stackmap.ll
2013-12-01 Tim NorthoverARM: fix bug in -Oz stack adjustment folding
2013-11-30 Hal FinkelConvert a PPC test from grep to FileCheck
2013-11-30 Hal FinkelDesensitize a couple of PPC regression tests
2013-11-30 Hal FinkelUpdate the cpu specified on some PPC regression tests
2013-11-30 Daniel Sanders[mips][msa] MSA loads and stores have a 10-bit offset...
2013-11-30 Juergen RibutzkaForce CPU type to unbreak unit tests on Haswell machines.
2013-11-29 Reed KotlerPart 1 of 3 patches that completes very long conditiona...
2013-11-29 Hao LiuAArch64: The pattern match should check the range of...
2013-11-29 Jiangning LiuAdd missing test case for bsl_f64 support of AArch64...
2013-11-28 Reed KotlerCheck in conditional branches for constant islands...
2013-11-27 Akira Hatanaka[mips] Implement the following optimizations using...
2013-11-27 Tom StellardR600: Expand vector FABS
2013-11-27 Tom StellardR600/SI: Implement spilling of SGPRs v5
2013-11-27 Tom StellardR600/SI: Use SGPR_32 register class for 32-bit SMRD...
2013-11-27 Tom StellardR600: Add support for ISD::FROUND
2013-11-27 Rafael EspindolaUse FileCheck and expand the test a bit.
2013-11-27 Jiangning LiuFix the AArch64 NEON bug exposed by checking constant...
2013-11-27 Rafael EspindolaCleanup and test X86AsmPrinter::printPCRelImm.
2013-11-27 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-11-26 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-11-26 Reed KotlerFix a bug related to constant islands for Mips16 and...
2013-11-26 Michael LiaoFix PR18054
2013-11-26 Tim NorthoverDarwin-ARM: use movw/movt for static relocations
2013-11-26 Richard Sandiford[SystemZ] Fix incorrect use of RISBG for a zero-extende...
2013-11-26 Kevin QinRefactored the implementation of AArch64 NEON instructi...
2013-11-26 Kevin Qin[AArch64]Implement 128 bit register copy with NEON.
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 Emerson[ARM] Enable FeatureMP for Cortex-A5 by default.
next