AVX-512: Added implementation of CONCAT_VECTORS for v8i1 vectors (by Alexey Bader).
[oota-llvm.git] / test / CodeGen /
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.
2013-11-25 Amara EmersonRevert r195599 as it broke the builds.
2013-11-25 Daniel SandersFixed tryFoldToZero() for vector types that need expansion.
2013-11-25 Bill WendlingDon't look past volatile loads.
2013-11-24 Venkatraman Govind... [Sparc] Emit large negative adjustments to SP/FP with...
2013-11-24 Venkatraman Govind... [SparcV9]: Do not emit .register directives for global...
2013-11-24 Venkatraman Govind... [SparcV9] Enable custom lowering of DYNAMIC_STACKALLOC...
2013-11-24 Reed KotlerMake sure that for C++ emitting LwConstant32 pseudos...
2013-11-24 Reed KotlerUpdate older test cases for latest patch.
2013-11-24 Reed KotlerFix a funny bug I introduced during conversion of ARM...
2013-11-23 Manman RenDebug Info: update testing cases to specify the debug...
2013-11-22 Tom StellardR600/SI: Fixing handling of condition codes
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 Richard Sandiford[SystemZ] Fix TMHH and TMHL usage for z10 with -O0
2013-11-22 Daniel Sanders[mips][msa] Add test case that should have been added...
2013-11-22 Rafael EspindolaDon't produce tail calls when the caller is x86_thiscallcc.
2013-11-22 Tim NorthoverARM: use CHECK-LABEL on a test.
2013-11-22 Richard BartonAdd support for Cortex-A12.
2013-11-22 Daniel Sanders[mips][msa] Float vector constants cannot use ldi....
2013-11-22 Kostya SerebryanyRevert r195318 as it causes miscompilation (PR18029)
2013-11-22 Hao LiuFix the bugs about AArch64 Load/Store vector types...
2013-11-22 Jiangning LiuFor AArch64 back-end instruction selection, lower Neon_...
2013-11-22 NAKAMURA TakumiTweak 3 tests in llvm/test/CodeGen/X86 to add -mcpu...
2013-11-22 Tom StellardSelectionDAG: Optimize expansion of vec_type = BITCAST...
2013-11-21 Ekaterina RomanovaSHLD/SHRD are VectorPath (microcode) instructions known...
2013-11-21 Artyom Skrobov[ARM] add the overlooked tests for Cortex-A7 build...
2013-11-21 Daniel Sanders[mips][msa] Fix a corner case in performORCombine(...
next