[X86] Change all the i8imm operands in XOP instructions to u8imm so the parser will...
[oota-llvm.git] / test / CodeGen /
2015-09-30 Reid Kleckner[WinEH] Emit int3 after noreturn calls on Win64
2015-09-30 Sanjay Patel[x86] enable machine combiner reassociations for 256...
2015-09-30 Chad Rosier[AArch64] Remove an unnecessary run line and other...
2015-09-30 Chad Rosier[AArch64] Remove an unnecessary restriction on pre...
2015-09-30 Hal Finkel[PowerPC] Disable shrink wrapping
2015-09-30 Jeroen Ketema[ARM][NEON] Use address space in vld([1234]|[234]lane...
2015-09-30 Simon Pilgrim[X86][XOP] Added support for the lowering of 128-bit...
2015-09-30 Evgeniy Stepanov[safestack] Fix a stupid mix-up in the direct-tls code...
2015-09-29 Reid Kleckner[WinEH] Setup RBP correctly in Win64 funclet prologues
2015-09-29 David Majnemer[WinEH] Ensure that funclets obey the x64 ABI
2015-09-29 Maksim PanchenkoHHVM calling conventions.
2015-09-29 Chad RosierFix test from r248825.
2015-09-29 Chad Rosier[AArch64] Add support for pre- and post-index LDPSWs.
2015-09-29 David Majnemer[WinEH] Teach AsmPrinter about funclets
2015-09-29 Chad Rosier[AArch64] Add integer pre- and post-index halfword...
2015-09-29 Jeroen KetemaArguments spilled on the stack before a function call...
2015-09-29 Dan Gohman[WebAssembly] Rename test files to match platform namin...
2015-09-28 Reid Kleckner[WinEH] Fix ip2state table emission with funclets
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-28 Dan Gohman[WebAssembly] Support for direct call and call_indirect.
2015-09-28 Hal Finkel[DAGCombine] Fix getStoreMergeAndAliasCandidates's...
2015-09-27 Joseph Tremoulet[EH] Create removeUnwindEdge utility
2015-09-26 Matt ArsenaultAMDGPU: Fix sched model for VOP2b instructions
2015-09-26 Dan Gohman[WebAssembly] Rename several functions and types accord...
2015-09-26 Ahmed Bougacha[ARM] Don't generate clrex for pre-v7 targets.
2015-09-25 Cong HouUse fixed-point representation for BranchProbability.
2015-09-25 Matthias BraunSelectionDAGDumper: Print simple operands inline.
2015-09-25 Sanjay Patelmerge vector stores into wider vector stores and fix...
2015-09-25 Matthias BraunPrologueEpilogInserter: Fix missing live-ins when savep...
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 Chad Rosier[AArch64] Add support for generating pre- and post...
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-25 Saleem AbdulrasoolARM: address WoA division limitation
2015-09-24 Simon Pilgrim[X86][SSE2] Fix zero/any extension shuffles that don...
2015-09-24 Matt ArsenaultAMDGPU: Add s_dcache_* instructions
2015-09-24 Matt ArsenaultAMDGPU: Add cache invalidation instructions.
2015-09-24 Mohammad ShahidRegression Test: Deletes redundant/invalid test.
2015-09-24 Mohammad ShahidCodegen: Fix llvm.*absdiff semantic.
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 ArsenaultUse new TokenFactor chain when merging stores
2015-09-24 Matt ArsenaultAMDGPU: Reduce number of copies emitted
2015-09-23 Tim NorthoverARM: fix folding stack adjustment (again again again...)
2015-09-23 Lawrence Hu Swap loop invariant GEP with loop variant GEP to...
2015-09-23 Sanjay Patel[x86] replace integer 'xor' ops with packed SSE FP...
2015-09-23 Sanjay Patel[x86] replace integer 'or' ops with packed SSE FP ...
2015-09-23 Sanjay Patel[x86] replace integer 'and' ops with packed SSE FP...
2015-09-23 Simon Pilgrim[X86][SSE] Replace 128-bit SSE41 PMOVSX intrinsics...
2015-09-23 Cong HouAdd a test case for the fix of profile update issue...
2015-09-22 Matthias BraunLiveIntervalAnalysis: Avoid multiple connected liveness...
2015-09-22 Ahmed Bougacha[ARM] Emit clrex in the expanded cmpxchg fail block.
2015-09-22 Ahmed Bougacha[AArch64] Emit clrex in the expanded cmpxchg fail block.
2015-09-22 Stephen CanonDon't raise inexact when lowering ceil, floor, round...
2015-09-22 Simon Pilgrim[X86][SSE] Match zero/any extension shuffles that don...
2015-09-21 Simon Pilgrim[DAGCombiner] Improve FMA support for interpolation...
2015-09-21 Jeroen Ketema[ARM] Do not scale vext with a factor
2015-09-21 Ulrich Weigand[SystemZ] Fix expansion of ISD::FPOW and ISD::FSINCOS
2015-09-21 Matt ArsenaultDAGCombiner: Replace store of FP constant after attempi...
2015-09-20 Sanjay Pateladd test file ahead of any functional changes for PR22428
2015-09-20 Simon Pilgrim[X86][SSE] Intrinsics builtins test refresh. NFCI
2015-09-20 Igor BregerAVX512: Implemented encoding and intrinsics for vcmpss/sd.
2015-09-20 Asaf Badouh[X86][AVX512] extend support in Scalar conversion
2015-09-20 Igor BregerAVX512: vsqrtss/sd encoding and intrinsics implementation.
2015-09-20 Asaf Badouh[X86][AVX512DQ] Add fpclass instruction
2015-09-20 Michael Kuperstein[X86] Fix sitofp and uitofp instruction matching failur...
2015-09-20 Igor BregerAVX512: Implemented intrinsics for vshuff32x4, vshuff64...
2015-09-20 Igor BregerAVX512: Implement instructions encoding, lowering and...
2015-09-19 Simon Pilgrim[X86][AVX2] Use general sext IR for vpmovsx stack foldi...
2015-09-19 Simon Pilgrim[X86][SSE] Vectorize CTTZ + CTTZ_ZERO_UNDEF
2015-09-19 Matt ArsenaultAMDGPU: Add failing testcase for live interval construction
2015-09-18 Cong HouUpdate edge weights properly when merging blocks in...
2015-09-18 Eric ChristopherLimit the range of processors supported by ARM fast...
2015-09-18 Cong HouScaling up values in ARMBaseInstrInfo::isProfitableToIf...
2015-09-18 Matthias BraunSelectionDAG: Introduce PersistentID to SDNode for...
2015-09-18 Geoff Berry[AArch64] Improved bitfield instruction selection.
2015-09-17 Quentin Colombet[ShrinkWrap] Refactor the handling of infinite loop...
2015-09-17 David Majnemer[WinEH] Fix tests broken by funclet-layout
2015-09-17 David Majnemer[WinEH] Add a funclet layout pass
2015-09-17 Reid Kleckner[WinEH] Make funclet return instrs pseudo instrs
2015-09-17 Reid KlecknerFix the test case I just committed
2015-09-17 Reid Kleckner[WinEH] Add and use hasEHPadSuccessor instead of getLan...
2015-09-17 Elena DemikhovskyAVX-512: shufflevector for i1 vectors <2 x i1> .. ...
2015-09-16 Reid Kleckner[WinEH] Rip out the landingpad-based C++ EH state numbe...
2015-09-16 David Majnemer[WinEHPrepare] Turn terminatepad into a cleanuppad...
2015-09-16 Reid Kleckner[WinEH] Pull Adjectives and CatchObj out of the catchpa...
2015-09-16 David Majnemer[WinEHPrepare] Provide a cloning mode which doesn't...
2015-09-16 Reid Kleckner[WinEH] Skip state numbering when no EH pads are present
2015-09-16 Dan Gohman[WebAssembly] Check in an initial CFG Stackifier pass
2015-09-16 Sanjay Patelpropagate fast-math-flags on DAG nodes
2015-09-16 Michael Kuperstein[X86] Do not generate 64-bit pops of 32-bit GPRs.
2015-09-16 Mehdi AminiMake the default triple optional by allowing an empty...
2015-09-15 Quentin Colombet[ShrinkWrapping] Add a test case for r247710.
2015-09-15 Ulrich Weigand[SystemZ] Fix assertion failure in tryBuildVectorShuffle
2015-09-15 Dan Gohman[WebAssembly] Implement int64-to-int32 conversion.
next