[mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu, which enables
[oota-llvm.git] / test / CodeGen / X86 /
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 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 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 Preston GurdThis patch addresses a problem with the Post RA schedul...
2012-10-27 Jakob Stoklund OlesenNever attempt to join an early-clobber def with a regul...
2012-10-25 Michael LiaoAdd test for ATOM ISA SSSE3
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 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 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-19 Michael LiaoLower BUILD_VECTOR to SHUFFLE + INSERT_VECTOR_ELT for X86
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-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 Michael LiaoTeach DAG combine to fold (extract_subvec (concat v1...
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 NAKAMURA TakumiReapply r165661, Patch by Shuxin Yang <shuxin.llvm...
2012-10-16 Rafael EspindolaFix the cpu name and add -verify-machineinstrs.
2012-10-16 Andrew Trickmisched: Added handleMove support for updating all...
2012-10-15 Michael LiaoAdd __builtin_setjmp/_longjmp supprt in X86 backend
2012-10-15 Andrew TrickCheck output of the misched unit tests
2012-10-15 Rafael EspindolaAdd a cpu to try to fix the atom builder.
2012-10-15 Rafael EspindolaAdd testcase for pr14088.
2012-10-15 Andrew Trickmisched tests: add a triple to speculatively fix window...
2012-10-15 Andrew Trickmisched: ILP scheduler for experimental heuristics.
2012-10-13 Benjamin KramerX86: Fix accidentally swapped operands.
2012-10-13 Benjamin KramerX86: Promote i8 cmov when both operands are coming...
2012-10-12 Jakob Stoklund OlesenFix buildbots: -misched=shuffle is only available in...
2012-10-12 Jakob Stoklund OlesenUse a transposed algorithm for handleMove().
2012-10-12 Jakob Stoklund OlesenFix coalescing with IMPLICIT_DEF values.
2012-10-11 Jakob Stoklund OlesenPass an explicit operand number to addLiveIns.
2012-10-11 NAKAMURA TakumiRevert r165661, "Patch by Shuxin Yang <shuxin.llvm...
2012-10-10 Nadav RotemPatch by Shuxin Yang <shuxin.llvm@gmail.com>.
2012-10-10 Michael LiaoSpecify CPU model to avoid breaking ATOM builds
2012-10-10 Michael LiaoAdd support for FP_ROUND from v2f64 to v2f32
2012-10-09 Evan ChengWhen expanding atomic load arith instructions, do not...
2012-10-08 Jakob Stoklund OlesenDon't crash on extra evil irreducible control flow.
2012-10-07 Benjamin KramerX86: fcmov doesn't handle all possible EFLAGS, fall...
2012-10-05 Evan ChengFollow up to r165072. Try a different approach: only...
2012-10-04 Nadav RotemWhen merging connsecutive stores, use vectors to store...
2012-10-03 Chad Rosier[ms-inline asm] Add support in the X86AsmPrinter for...
2012-10-03 Nadav RotemFix a cycle in the DAG. In this code we replace multipl...
2012-10-03 Nadav RotemA DAGCombine optimization for mergeing consecutive...
2012-10-03 Jakob Stoklund OlesenThe early if conversion pass is ready to be used as...
2012-10-02 Evan ChengFix a serious X86 instruction selection bug. In
2012-10-02 Nick LewyckyMake sure to put our sret argument into %rax on x86...
2012-10-02 Duncan SandsFix PR13991: legalizing an overflowing multiplication...
2012-10-01 NAKAMURA Takumitest/CodeGen/X86/red-zone2.ll: Add -mtriple=x86_64...
2012-10-01 Michael LiaoFix PR13899
2012-09-30 Nadav RotemRevert r164910 because it causes failures to several...
2012-09-30 Nadav RotemA DAGCombine optimization for merging consecutive store...
2012-09-29 Duncan SandsSpeculatively revert commit 164885 (nadav) in the hope...
2012-09-29 Nadav RotemA DAGCombine optimization for merging consecutive store...
2012-09-28 Evan ChengDo not delete BBs if their addresses are taken. rdar...
2012-09-28 Manman RenTestcase for r164835
2012-09-27 Jakob Stoklund OlesenAvoid dereferencing a NULL pointer.
2012-09-26 NAKAMURA Takumillvm/test/CodeGen/X86/mulx*.ll: Fix copypasto.
2012-09-26 Michael LiaoAdd SARX/SHRX/SHLX code generation support
2012-09-26 Michael LiaoAdd RORX code generation support
2012-09-26 Michael LiaoAdd MULX code generation support
2012-09-25 Michael LiaoAdd missing i64 max/min/umax/umin on 32-bit target
2012-09-25 Evan ChengFix an illegal tailcall opt where the callee returns...
2012-09-24 Jim GrosbachMark jump tables in code sections with DataRegion direc...
2012-09-23 Michael LiaoRevise test to avoid using of 'grep'
2012-09-22 Michael LiaoEnhance test case of atomic16 to verify inst encoding...
2012-09-21 NAKAMURA Takumillvm/test/CodeGen/X86/pr5145.ll: Tweak expressions...
2012-09-21 Michael LiaoAdd missing i8 max/min/umax/umin support
2012-09-20 Benjamin KramerFix broken check lines.
2012-09-20 Michael LiaoSpecify CPu to prevent failure on ATOM due to different...
2012-09-20 Michael LiaoRe-work X86 code generation of atomic ops with spin...
2012-09-19 Michael LiaoUnify the logic in SelectAtomicLoadAdd and SelectAtomic...
2012-09-17 Jan Wen VoungAdd some cases to x86 OptimizeCompare to handle DEC...
2012-09-17 Michael LiaoFix PR13859
2012-09-16 Nadav RotemFix the testcase to work on all platforms.
2012-09-16 Nadav RotemThe PMOVZXWD family of functions had patterns extends...
2012-09-15 Benjamin KramerX86: Emitting x87 fsin/fcos for sinf/cosf is not safe...
2012-09-13 Eric ChristopherFix both the test for zero and what we do if we have...
2012-09-13 Michael LiaoAdd wider vector/integer support for PR12312
2012-09-13 Michael LiaoEnhance type legalization on bitcast from vector to...
2012-09-13 Jakob Stoklund OlesenFix test case to avoid PIC magic.
2012-09-13 Jakob Stoklund OlesenFix the TCRETURNmi64 bug differently.
2012-09-13 Jakob Stoklund OlesenRevert r163761 "Don't fold indexed loads into TCRETURNm...
2012-09-13 Nadav RotemFix a dagcombine optimization. The optimization attempt...
2012-09-13 Nadav RotemStack Coloring: We have code that checks that all of...
next