[X86] Update test/CodeGen/X86/avg.ll with the help of update_llc_test_checks.py....
[oota-llvm.git] / test / CodeGen / AMDGPU /
2015-11-30 Matt ArsenaultAMDGPU: Rework how private buffer passed for HSA
2015-11-30 Matt ArsenaultAMDGPU: Remove SIPrepareScratchRegs
2015-11-30 Matt ArsenaultAMDGPU: Use assert zext for workgroup sizes
2015-11-30 Matt ArsenaultAMDGPU: Don't reserve SCRATCH_PTR input register
2015-11-26 Tom StellardAMDGPU: Add llvm.amdgcn.dispatch.ptr intrinsic
2015-11-25 Marek OlsakAMDGPU/SI: select S_ABS_I32 when possible (v2)
2015-11-25 Matt ArsenaultAMDGPU: Add some tests for promotion of v2i64 scalar_to...
2015-11-25 Matt ArsenaultAMDGPU: Make v2i64/v2f64 legal types.
2015-11-24 Matt ArsenaultAMDGPU: Split LDS vector loads
2015-11-24 Matt ArsenaultAMDGPU: Split x8 and x16 vector loads instead of scalarize
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-17 Dan GohmanUse TargetRegisterInfo for printing MachineOperand...
2015-11-12 Tom StellardRevert "Remove unnecessary call to getAllocatableRegClass"
2015-11-11 Matt ArsenaultAMDGPU: Set isAllocatable = 0 on VS_32/VS_64
2015-11-06 Tom StellardDAGCombiner: Check shouldReduceLoadWidth before combini...
2015-11-06 Matt ArsenaultAMDGPU: Create emergency stack slots during frame lowering
2015-11-06 Matt ArsenaultAMDGPU: Add pass to detect used kernel features
2015-11-06 Matt ArsenaultAMDGPU: Hack for VS_32 register pressure
2015-11-06 Tom StellardAMDGPU/SI: Emit HSA kernels with symbol type STT_AMDGPU...
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-11-05 Matt ArsenaultAMDGPU: Fix assert when legalizing atomic operands
2015-11-05 Matt ArsenaultAMDGPU: Add missing v2f64 fadd tests
2015-11-02 Matt ArsenaultAMDGPU: Stop assuming vreg for build_vector
2015-11-02 Matt ArsenaultAMDGPU: Error on graphics shaders with HSA
2015-11-02 Matt ArsenaultAMDGPU: Un XFAIL a test
2015-11-02 Matt ArsenaultAMDGPU: Distribute SGPR->VGPR copies of REG_SEQUENCE
2015-10-29 Marek OlsakAMDGPU/SI: handle undef for llvm.SI.packf16
2015-10-29 Marek OlsakAMDGPU/SI: use S_OR for fneg (fabs f32)
2015-10-29 Marek OlsakAMDGPU/SI: use S_AND for i1 trunc
2015-10-21 Matt ArsenaultAMDGPU: Fix verifier error in SIFoldOperands
2015-10-20 Matt ArsenaultAMDGPU: Stop reserving v[254:255]
2015-10-13 Matt ArsenaultDAGCombiner: Don't stop finding better chain on 2 aliases
2015-10-12 Matt ArsenaultDAGCombiner: Combine extract_vector_elt from build_vector
2015-10-07 Matt ArsenaultAMDGPU: Use explicit register size indirect pseudos
2015-10-06 Tom StellardAMDGPU/SI: Remove calling convention assertion from...
2015-10-01 Tom StellardAMDGPU/SI: Remove assert from AMDGPUOpenCLImageTypeLowe...
2015-10-01 Tom StellardAMDGPU: Add MEM_RAT STORE_TYPED.
2015-09-28 Matt ArsenaultAMDGPU: Fix splitting x16 SMRD loads
2015-09-28 Matt ArsenaultAMDGPU: Fix moving SMRD loads with literal offsets...
2015-09-28 Matt ArsenaultAMDGPU: Add testcases
2015-09-28 Matt ArsenaultAMDGPU: Cleanup test
2015-09-26 Matt ArsenaultAMDGPU: Fix sched model for VOP2b instructions
2015-09-25 Tom StellardAMDGPU/SI: Use .hsatext section instead of .text for HSA
2015-09-25 Matt ArsenaultPeepholeOptimizer: Remove redundant copies
2015-09-25 Matt ArsenaultAMDGPU: Add some more tests for literal operands
2015-09-25 Matt ArsenaultAMDGPU: Handle i64->v2i32 loads/stores in PreprocessISelDAG
2015-09-25 Matt ArsenaultAMDGPU: Improve accuracy of instruction rates for VOPC
2015-09-24 Matt ArsenaultAMDGPU: Add s_dcache_* instructions
2015-09-24 Matt ArsenaultAMDGPU: Add cache invalidation instructions.
2015-09-24 Matt ArsenaultIntroduce target hook for optimizing register copies
2015-09-24 Matt ArsenaultAMDGPU: Fix printing trailing whitespace for mubuf...
2015-09-24 Matt ArsenaultAMDGPU: Reduce number of copies emitted
2015-09-22 Matthias BraunLiveIntervalAnalysis: Avoid multiple connected liveness...
2015-09-21 Simon Pilgrim[DAGCombiner] Improve FMA support for interpolation...
2015-09-21 Matt ArsenaultDAGCombiner: Replace store of FP constant after attempi...
2015-09-19 Matt ArsenaultAMDGPU: Add failing testcase for live interval construction
2015-09-09 Tom StellardAMDGPU/SI: Fold operands through REG_SEQUENCE instructions
2015-09-09 Matt ArsenaultSelectionDAG: Support Expand of f16 extloads
2015-09-08 Matt ArsenaultAMDGPU: Handle sub of constant for DS offset folding
2015-08-31 Hans WennborgFix CHECK directives that weren't checking.
2015-08-29 Matt ArsenaultAMDGPU: Add sdst operand to VOP2b instructions
2015-08-29 Matt ArsenaultAMDGPU: Fix dropping mem operands when moving to VALU
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-27 Matt ArsenaultAMDGPU/SI: Add test for folding constants into operands
2015-08-26 Matt ArsenaultAMDGPU: Don't reprocess instructions when splitting...
2015-08-26 Matt ArsenaultAMDGPU: Fix not moving users of s_bfe_i64 to VALU
2015-08-26 Matt ArsenaultAMDGPU: Produce error on dynamic_stackalloc
2015-08-22 Matt ArsenaultAMDGPU: Improve accuracy of instruction rates for some...
2015-08-21 Tom StellardAMDGPU/SI: Better handle s_wait insertion
2015-08-15 Matt ArsenaultAMDGPU/SI: Fix printing useless info with amdhsa
2015-08-12 Matt ArsenaultAMDGPU: Fix assert on dbg_value instructions
2015-08-07 Tom StellardAMDGPU: Add pass to lower OpenCL image and sampler...
2015-08-07 Matt ArsenaultAMDGPU: Assume SMRD access for constant address space
2015-08-06 Tom StellardAMDGPU/SI: Add support for 32-bit immediate SMRD offset...
2015-08-06 Tom StellardAMDGPU/SI: Use ComplexPatterns for SMRD addressing...
2015-07-31 Alex LorenzAMDGPU/SI: Add implicit register operands in the correc...
2015-07-31 Matt ArsenaultAMDGPU: Fix v16i32 to v16i8 truncstore
2015-07-28 Matt ArsenaultAMDGPU: Don't try to use LDS/vector for private if...
2015-07-28 Matt ArsenaultAMDGPU: Fix crash if called function is a bitcast
2015-07-27 Marek OlsakAMDGPU: don't match vgpr loads for constant loads
2015-07-27 Marek OlsakAMDGPU/SI: Fix the V_FRACT_F64 SI bug workaround
2015-07-20 Tom StellardAMDGPU/SI: Add VI patterns to select FLAT instructions...
2015-07-17 Matt ArsenaultOnly do fmul (fadd x, x), c combine if the fadd only...
2015-07-16 Tom StellardAMDPGU/SI: Negative offsets aren't allowed in MUBUF...
2015-07-14 Matt ArsenaultAMDGPU: Avoid using 64-bit shift for i64 (shl x, 32)
2015-07-14 Matt ArsenaultAMDGPU/SI: Fix read2 merging into a super register.
2015-07-14 Tom StellardAMDGPU/SI: Add support for shrinking v_cndmask_b32_e32...
2015-07-13 Tom StellardAMDGPU/SI: Select mad patterns to v_mac_f32
2015-07-10 Matt ArsenaultDAGCombiner: Assume invariant load cannot alias a store
2015-07-06 Matt ArsenaultAMDGPU/SI: Add debugging subtarget feature for DS offsets
2015-07-01 Matthias BraunTest for specific output in lit test
2015-06-30 Matthias BraunRegisterCoalescer: Cleanup empty subranges after shrink...
2015-06-28 Matt ArsenaultAMDGPU/SI: Fix extra space when printing v_div_fmas_*
2015-06-26 Tom StellardAMDPGU/SI: Use correct resource descriptors for VI...
2015-06-26 Tom StellardAMDGPU/SI: Update amd_kernel_code_t definition and...
2015-06-26 Tom StellardAMDGPU/SI: Set ELF OS/ABI to ELFOSABI_AMDGPU_HSA
2015-06-26 Tom StellardAMDGPU/SI: Add hsa code object directives
2015-06-26 Tom StellardAMDGPU/SI: There are no implicit kernel args in the...
2015-06-26 Tom StellardAMDGPU/SI: Emit amd_kernel_code_t in EmitFunctionBodySt...
next