Pointer arithmetic should be done with the index the same size as the pointer.
[oota-llvm.git] / test / CodeGen / X86 /
2007-10-18 Evan ChengReally fix PR1734. Carefully track which register uses...
2007-10-17 Dan GohmanAdd support for ISD::SELECT in SplitVectorOp.
2007-10-17 Evan ChengYet another test case for extract_subreg coalescing...
2007-10-16 Evan ChengFix PR1734.
2007-10-16 Dale JohannesenNew test for svn rev 43033, radar 5538745.
2007-10-15 Evan ChengLowerFP_TO_SINT must not create a stack object if it...
2007-10-15 Dan GohmanReapply the fix in 42908 for this file. This changes...
2007-10-15 Evan ChengFix PR1729: watch out for val# with no def.
2007-10-15 Tanya LattnerFix run line.
2007-10-14 Evan ChengNew test case.
2007-10-14 Evan ChengRevert 42908 for now.
2007-10-13 Evan ChengFix test case.
2007-10-13 Evan ChengNew tests.
2007-10-12 Dan GohmanFix this test to not depend on the assembly output...
2007-10-12 Dan GohmanChange the names used for internal labels to use the...
2007-10-12 Evan ChengDoh.
2007-10-12 Evan ChengEXTRACT_SUBREG test case.
2007-10-12 Arnold SchwaighoferAdded missing -march=x86 flag.
2007-10-12 Dan GohmanAdd intrinsics for sin, cos, and pow. These use llvm_an...
2007-10-11 Dan GohmanAdd an explicit target triple to make this test behave...
2007-10-11 Arnold SchwaighoferAdded tail call optimization to the x86 back end. It...
2007-10-09 Dan GohmanThese two tests now require only two multiply instructions,
2007-10-08 Evan ChengUpdate test.
2007-10-08 Dan GohmanThese two tests now require only three multiply instruc...
2007-10-06 Dale JohannesenMake test work on non-x86 hosts.
2007-10-05 Evan ChengTest case for 3-address conversion.
2007-10-05 Evan ChengEnable convertToThreeAddress for X86 by default.
2007-10-05 Evan ChengNew test case.
2007-10-01 Evan Cheng-pre-RA-sched=none, simple, simple-noitin are gone.
2007-09-28 Dan GohmanTeach SplitVectorOp how to split INSERT_VECTOR_ELT.
2007-09-28 Rafael EspindolaRefactor the memcpy lowering for the x86 target.
2007-09-28 Dale JohannesenAdd sqrt and powi intrinsics for long double.
2007-09-26 Dale JohannesenModernize fabs.ll, add long double. Add tests
2007-09-25 Dan GohmanWhen both x/y and x%y are needed (x and y both scalar...
2007-09-25 Dale JohannesenSome tests for APFloat conversions.
2007-09-25 Evan ChengForgot to check in the changes. Fix test case so it...
2007-09-24 Dan GohmanUse the correct result value type instead of using...
2007-09-23 Dale JohannesenImplementation of +sse -sse2 has changed; add
2007-09-21 Rafael EspindolaDon't add a default STACK_ALIGN (use the generic ABI...
2007-09-20 Dan GohmanFix several more entries in the x86 reload/remat foldin...
2007-09-18 Evan ChengClean up.
2007-09-18 Evan ChengFix a bogus splat xform:
2007-09-18 Bill WendlingObjective-C was generating EH frame info like this:
2007-09-17 Dan GohmanEmit integer x<1 as x<=0, as comparisons with zero...
2007-09-17 Dan GohmanUse "test reg,reg" in place of "cmp reg,0" for 64-bit...
2007-09-14 Rafael EspindolaAdd support for functions with byval arguments on x86
2007-09-07 Dan GohmanAvoid storing and reloading zeros and other constants...
2007-09-07 Rafael EspindolaAdd support for having different alignment for objects...
2007-09-07 Anton KorobeynikovSplit eh.select / eh.typeid.for intrinsics into i32...
2007-09-06 Anton KorobeynikovProper handle case, when aliasee is external weak symbo...
2007-09-06 Evan ChengFix a bug in X86InstrInfo::convertToThreeAddress that...
2007-09-05 Dale JohannesenChange all floating constants that are not exactly
2007-09-04 Evan ChengFix for PR1632. EHSELECTION always produces a i32 value.
2007-08-31 Rafael EspindolaInitial support for calling functions with byval argume...
2007-08-31 Evan ChengUpdate test case to reflect Dale's change.
2007-08-30 Tanya LattnerDo not run on darwin.
2007-08-30 Evan ChengAdded support to fold X86 load / store instructions...
2007-08-27 Dan GohmanAdd explicit triples to avoid default behavior that...
2007-08-27 Dan GohmanIf the source and destination pointers in an llvm.memmo...
2007-08-27 Rafael Espindolacall libc memcpy/memset if array size is bigger then...
2007-08-18 Evan ChengTest dag xform: Fold C ? 0 : 1 to ~C or zext(~C) or...
2007-08-16 Evan ChengNew test. Make sure dynamic_stackalloc size is rounded up.
2007-08-16 Evan ChengUpdate test: dynamic_stackalloc size *must* be rounded...
2007-08-16 Rafael Espindolaadd byval test
2007-08-15 Dan GohmanConvert tests using "grep -c ... | grep ..." to use...
2007-08-15 Dan GohmanDelete extraneous uses of wc -l.
2007-08-15 Dan GohmanConvert another test to use the count script. This...
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-08-14 Chris Lattnertcl seems to hate |& for some reason.
2007-08-14 Chris Lattnerswitch this to use fastcc to avoid fpstack traffic...
2007-08-14 Evan ChengUpdate test case. A spill should now be deleted.
2007-08-14 Evan ChengSpiller reuse test case.
2007-08-13 Evan ChengNow capable of rematerializing coalesced live intervals.
2007-08-13 Dan GohmanWhen x86 addresses matching exceeds its recursion limit...
2007-08-13 Chris LattnerFix PR1607
2007-08-10 Christopher LambFix test so it passes.
2007-08-10 Christopher LambIncrease efficiency of sign_extend_inreg by using subre...
2007-08-10 Christopher LambAdd 2-addr to 3-addr promotion code that allows 32...
2007-08-10 Dan GohmanFix EXTRACT_ELEMENT, EXTRACT_SUBVECTOR, and EXTRACT_VEC...
2007-08-05 Chris Lattnerallow this to pass on ppc hosts.
2007-08-02 Dan GohmanFix the alignment requirements of several unpck and...
2007-08-02 Dan GohmanMark the SSE and MMX load instructions that
2007-08-02 Evan ChengFix test.
2007-08-01 Evan ChengNew test. Bogus implicit-def prevented a copy from...
2007-08-01 Chris Lattnerwe're now handling this right :)
2007-08-01 Evan ChengRequires SSE2.
2007-07-31 Dan GohmanChange the x86 assembly output to use tab characters...
2007-07-31 Evan ChengRedo and generalize previously removed opt for pinsrw...
2007-07-27 Dan GohmanRe-apply 40504, but with a fix for the segfault it...
2007-07-27 Evan ChengReverting 40504 for now. It's breaking oggenc.
2007-07-26 Evan ChengTest case for PR1573.
2007-07-26 Evan ChengFix test.
2007-07-26 Dan GohmanRemove X86ISD::LOAD_PACK and X86ISD::LOAD_UA and associ...
2007-07-24 Dan GohmanUse movaps to load a v4f32 build_vector of all-constant...
2007-07-20 Dan GohmanUpdate these regression tests to accomodate X86InstrSSE...
2007-07-20 Evan ChengNew test.
2007-07-19 Evan ChengNew test.
2007-07-19 Evan ChengTry fixing it again.
2007-07-19 Reid SpencerFor PR1553:
2007-07-19 Bill WendlingDon't need the "&&" to glue lines together.
next