instcombine: Migrate memset optimizations
[oota-llvm.git] / test / CodeGen /
2012-11-10 Evan ChengConvert an improper CodeGen test to a MC test.
2012-11-10 Evan Chengxfail a bad test. This is a MC test but it's dependent...
2012-11-10 Evan ChengDisable the Thumb no-return call optimization:
2012-11-10 Craig TopperCleanup pcmp(e/i)str(m/i) instruction definitions and...
2012-11-09 Justin Holewinski[NVPTX] Use ABI alignment for parameters when alignment...
2012-11-09 Jakob Stoklund OlesenFix assertions in updateRegMaskSlots().
2012-11-08 Amara EmersonRecommit modified r167540.
2012-11-08 Michael LiaoAdd support of RTM from TSX extension
2012-11-07 Akira Hatanaka[mips] Custom-lower ISD::FRAME_TO_ARGS_OFFSET node.
2012-11-07 Andrew Trickmisched: Heuristics based on the machine model.
2012-11-05 Ulrich WeigandOn PowerPC64, integer return values (as well as argumen...
2012-11-05 Hal FinkelAdd support for the PowerPC-specific inline asm Z const...
2012-11-05 Adhemerval Zanella[PATCH] PowerPC: Expand load extend vector operations
2012-11-03 Akira Hatanaka[mips] Set flag neverHasSideEffects flag on floating...
2012-11-03 Akira Hatanaka[mips] Set flag isAsCheapAsAMove flag on instruction...
2012-11-03 Akira Hatanaka[mips] Stop reserving register AT and use register...
2012-11-02 Akira Hatanaka[mips] Fix bug in test case. Disable machine LICM to...
2012-11-02 Quentin ColombetVext Lowering was missing opportunities
2012-11-02 Akira Hatanaka[mips] Use register number instead of name to print...
2012-11-02 Akira Hatanaka[mips] Delete MipsFunctionInfo::EmitNOAT. Unconditional...
2012-11-01 NAKAMURA Takumitest/CodeGen/X86/fp-fast.ll: Add +avx.
2012-11-01 Owen AndersonAdd a few more simple fast-math constant propagations...
2012-10-31 Shuxin Yang(For X86) Enhancement to add-carray/sub-borrow (adc...
2012-10-31 Akira Hatanaka[mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu...
2012-10-31 Akira HatanakaTest case for r167039. Check that tail-call optimizatio...
2012-10-31 Reed KotlerImplement ADJCALLSTACKUP and ADJCALLSTACKDOWN
2012-10-31 Bill SchmidtThis patch addresses an ABI compatibility issue with...
2012-10-30 Manman RenX86 SSE: update rsqrtss and rcpss to use two source...
2012-10-30 Manman RenX86 MMX: optimize transfer from mmx to i32
2012-10-30 Akira Hatanaka[mips] Allow tail-call optimization for vararg function...
2012-10-30 Adhemerval ZanellaPowerPC: Expand FSRQT for vector types
2012-10-30 Quentin ColombetChange ForceSizeOpt attribute into MinSize attribute
2012-10-30 Adhemerval ZanellaPowerPC: More support for Altivec compare operations
2012-10-30 Hans WennborgUse TargetTransformInfo to control switch-to-lookup...
2012-10-30 Reed KotlerChange mips16 delay slot jumps to non delay slot forms...
2012-10-30 Jakub StaszakRe-commit r166971. I reverted it to quickly, when build...
2012-10-29 Jakub StaszakRevert r166971. It causes buildbot failure. To be inves...
2012-10-29 NAKAMURA Takumillvm/test/CodeGen/X86/vec_shuffle-30.ll: Try to unbreak...
2012-10-29 Jakub StaszakAllow to fold vector load if there is more than one...
2012-10-29 Bill SchmidtThis patch solves a problem with passing varargs parame...
2012-10-29 Reed KotlerImplement patterns for extloadi8 and extloadi16
2012-10-29 Ulrich WeigandIn various places throughout the code generator, there...
2012-10-29 Chad RosierRemove redundant test case from r166949, per Eli's...
2012-10-29 Chad Rosier[ms-inline asm] Add support for the [] operator. Essen...
2012-10-29 Michael LiaoFix PR14204
2012-10-29 Jakob Stoklund OlesenCompletely disallow partial copies in adjustCopiesBackF...
2012-10-29 Ulrich WeigandAllow i32/i64 for 'f' constraint on PowerPC.
2012-10-29 Reed KotlerExpand all atomic ops for mips16.
2012-10-29 Preston GurdThis patch addresses a problem with the Post RA schedul...
2012-10-29 Bill SchmidtThis patch adds alignment information for long double...
2012-10-28 Reed KotlerImplement brind operator for mips16.
2012-10-28 Reed KotlerThis patch is for the implementation of mips16 complex...
2012-10-27 Jakob Stoklund OlesenNever attempt to join an early-clobber def with a regul...
2012-10-27 Quentin Colombet[code size][ARM] Emit regular call instructions instead...
2012-10-27 Reed KotlerImplement MipsHi for mips16
2012-10-27 Akira Hatanaka[mips] Do not tail-call optimize vararg functions or...
2012-10-27 Akira Hatanaka[mips] Make sure FuncArg doesn't advance when OrigArgIn...
2012-10-26 Jakob Stoklund OlesenRevert r163298 "Optimize codegen for VSETLNi{8,16,32...
2012-10-26 Reed Kotlerimplement mips16 tls global addr
2012-10-26 Jakob Stoklund OlesenAdd GPRPair Register class to ARM.
2012-10-26 Reed KotlerImplement carry for subtract/add for mips16
2012-10-26 Reed Kotlerimplement large (>16 bit) constant loading.
2012-10-26 Reed Kotlerfix test setgek.ll so that it will not give false ...
2012-10-25 Reed Kotlerimplement mips16 patterns for select nodes
2012-10-25 Michael LiaoAdd test for ATOM ISA SSSE3
2012-10-25 Bill SchmidtThis patch addresses a PPC64 ELF issue with passing...
2012-10-25 Elena DemikhovskyThe test avx-intel-ocl.ll failed. I can't reproduce...
2012-10-24 Chad Rosier[ms-inline asm] Add back-end test case for r166632...
2012-10-24 Evan ChengFix a miscompilation caused by a typo. When turning...
2012-10-24 Elena DemikhovskySpecial calling conventions for Intel OpenCL built...
2012-10-24 Michael LiaoTeach DAG combine to fold (buildvec (Xint2fp x)) to...
2012-10-24 Michael LiaoAdd custom conversion from v2u32 to v2f32 in 32-bit...
2012-10-24 Akira Hatanaka[mips] Make sure sret argument is returned in register V0.
2012-10-24 Rafael EspindolaChange x86_fastcallcc to require inreg markers. This...
2012-10-23 Michael LiaoFix PR14161
2012-10-23 Michael LiaoEnable lowering ZERO_EXTEND/ANY_EXTEND to PMOVZX from...
2012-10-23 Reed Kotlerimplement setXX patterns
2012-10-22 Bill WendlingWhen a block ends in an indirect branch, add its succes...
2012-10-19 Akira Hatanaka[mips] Use 64-bit registers to return an sret pointer...
2012-10-19 Akira Hatanaka[mips] Add code to do tail call optimization.
2012-10-19 Shuxin YangThis patch is to fix radar://8426430. It is about llvm...
2012-10-19 Michael LiaoLower BUILD_VECTOR to SHUFFLE + INSERT_VECTOR_ELT for X86
2012-10-19 Stepan DyatkovskiyARM:
2012-10-18 Sebastian PopClear unknown mem ops when merging stack slots (pr14090)
2012-10-18 Nadav RotemIn SimplifySelectOps we pulled two loads through a...
2012-10-18 Ulrich WeigandThis patch fixes failures in the SingleSource/Regressio...
2012-10-17 Michael LiaoRevert part of r166049 back and enable test case in...
2012-10-17 Michael LiaoDisable extract-concat test case temporarily
2012-10-17 Michael LiaoRevert r166049
2012-10-17 Reed KotlerAdd conditional branch instructions and their patterns.
2012-10-17 Michael LiaoTeach DAG combine to fold (extract_subvec (concat v1...
2012-10-17 Anton KorobeynikovFix fallout from RegInfo => FrameLowering refactoring...
2012-10-17 Michael LiaoFix setjmp on models with non-Small code model nor...
2012-10-16 Jakob Stoklund OlesenAvoid rematerializing a redef immediately after the...
2012-10-16 Jakob Stoklund OlesenRevert r166046 "Switch back to the old coalescer for...
2012-10-16 Michael LiaoTeach DAG combine to fold (trunc (fptoXi x)) to (fptoXi x)
2012-10-16 Rafael EspindolaSwitch back to the old coalescer for now to fix the...
2012-10-16 Bill SchmidtThis patch addresses PR13949.
2012-10-16 Stepan DyatkovskiyIssue:
2012-10-16 NAKAMURA TakumiReapply r165661, Patch by Shuxin Yang <shuxin.llvm...
next