[TwoAddressInstructionPass] When looking for a 3 addr conversion after commuting...
[oota-llvm.git] / test / CodeGen /
2015-10-06 Craig Topper[TwoAddressInstructionPass] When looking for a 3 addr...
2015-10-06 Alexei Starovoitov[bpf] Avoid extra pointer arithmetic for stack access
2015-10-06 Craig Topper[X86] Teach constant hoisting that ANDs with 64-bit...
2015-10-06 Dan Gohman[WebAssembly] Switch to a more traditional assembly...
2015-10-05 Scott Douglass[ARM] Modify codegen for memcpy intrinsic to prefer...
2015-10-04 Simon Pilgrim[X86][SSE4A] Added shuffle decode tests for 'special...
2015-10-04 Igor BregerAVX512: Implemented encoding and intrinsics for VPERMIL...
2015-10-04 David Majnemer[WinEH] Permit branch folding in the face of funclets
2015-10-03 Simon Pilgrim[DAGCombiner] Generalize FADD constant combines to...
2015-10-03 Sanjay Pateladd test cases that demonstrate bad behavior
2015-10-03 Simon Pilgrim[X86][SSE] Add FADD combine tests.
2015-10-03 Dan Gohman[WebAssembly] Implement the remaining conversion operat...
2015-10-03 Dan Gohman[WebAssembly] Rename setlocal to set_local to match...
2015-10-02 Dan Gohman[WebAssembly] Update this test for the new loop scheme.
2015-10-02 Dan Gohman[WebAssembly] Fix CFG stackification of nested loops.
2015-10-02 Dan Gohman[WebAssembly] Support calls marked as "tail", fastcc...
2015-10-02 Richard TrieuCall the correct overload.
2015-10-02 Dan Gohman[WebAssembly] Add a resize_memory intrinsic.
2015-10-02 Dan Gohman[WebAssembly] Add a memory_size intrinsic.
2015-10-02 Tim NorthoverARM: correctly align constant pool value on Thumb1...
2015-10-02 Andrea Di BiagioReapply r249121 : "[FastISel][x86] Teach how to select...
2015-10-02 Andrea Di BiagioRevert: [FastISel][x86] Teach how to select SSE2/AVX...
2015-10-02 Zoran Jovanovic[mips][microMIPS] Fix an issue with selecting sqrt...
2015-10-02 Andrea Di Biagio[FastISel][x86] Teach how to select SSE2/AVX bitcasts...
2015-10-01 Reid Kleckner[WinEH] Emit __C_specific_handler tables for the new IR
2015-10-01 Tom StellardAMDGPU/SI: Remove assert from AMDGPUOpenCLImageTypeLowe...
2015-10-01 David Majnemer[WinEH] Stop BranchFolding from merging across funclets
2015-10-01 David Majnemer[WinEH] Make FuncletLayout more robust against catchret
2015-10-01 Jonas Paulsson[SystemZ] Add some generic (floating point support...
2015-10-01 Tom StellardAMDGPU: Add MEM_RAT STORE_TYPED.
2015-10-01 NAKAMURA TakumiRevert r248959, "[WinEH] Emit int3 after noreturn calls...
2015-10-01 Scott Douglass[ARM] More care with Thumb1 writeback in ARMLoadStoreOp...
2015-10-01 Ahmed Bougacha[X86] Don't custom-lower vNi32 uint_to_fp when unsafe...
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.
next