Added default parameters to GetElementPtrInstr constructor call. Visual Studio 2k5...
[oota-llvm.git] / test / CodeGen / X86 /
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.
2007-07-19 Bill WendlingTestcase for PR1549
2007-07-18 Evan ChengNew test.
2007-07-18 Dan GohmanImplement initial memory alignment awareness for SSE...
2007-07-18 Dan GohmanIt's not necessary to do rounding for alloca operations...
2007-07-17 Evan ChengFix test.
2007-07-17 Evan ChengUse push / pop for prologues and epilogues.
2007-07-13 Dale JohannesenSkeleton of post-RA scheduler; doesn't do anything...
2007-07-11 Evan ChengAdd test case for PR1545.
2007-07-10 Dan GohmanChange the peep for EXTRACT_VECTOR_ELT of BUILD_PAIR...
2007-07-10 Dan GohmanAdd a regression test for folding spill code into scala...
2007-07-09 Chris Lattnerforce a cpu without SSE
2007-07-09 Chris Lattnerallow this to work on ppc-darwin
2007-07-04 Bill WendlingAllow a GR64 to be moved into an MMX register via the...
2007-07-03 Dale JohannesenNew testcases for rev 37847 (PR's 1489 and 1505).
2007-07-02 Dan GohmanAdd a basic test-case for passing and returning <4...
2007-07-02 Dan GohmanNew test case. DAGCombiner should be able to fold ...
2007-06-29 Evan ChengNew test.
2007-06-29 Evan ChengNew test.
2007-06-29 John CriswellConvert .cvsignore files
2007-06-29 Evan ChengNew tests.
2007-06-19 Evan ChengNew test case: identity operation of RHS / LHS of a...
2007-06-17 Chris Lattnerensure we don't regress on these tests. We generate...
2007-06-16 Bill WendlingXFAILing until I can fix properly.
2007-06-16 Bill WendlingTestcase for MMX int to MMX register failure.
2007-06-15 Chris Lattnermake this test harder, include a tied register.
2007-06-14 Dale JohannesenDo not treat FP_REG_KILL as terminator in branch analys...
2007-06-06 Chris Lattnernew testcase for PR1495
2007-06-05 Evan ChengNew test.
2007-06-04 Dale JohannesenTail merging wasn't working for predecessors of landing...
2007-06-01 Dale JohannesenImplement smarter algorithm for choosing which blocks...
2007-05-23 Dale Johannesentail merging shrinks this code a bit. Could do more...
2007-05-21 Evan ChengAdd test for PR1259.
2007-05-19 Chris Lattneradd source
2007-05-19 Chris Lattnernew testcase
2007-05-17 Evan ChengNew test case.
2007-05-17 Chris Lattnertestcase for PR1427
2007-05-16 Chris Lattnertestcase for maskmovq
2007-05-14 Evan ChengNew test.
2007-05-14 Evan ChengDoh. .cpp -> .ll
2007-05-07 Duncan SandsTestcase for PR1398.
2007-05-05 Chris Lattnerremove this xfail'd test, move it to the X86 readme.
2007-05-05 Chris LattnerWe need support for tail calls, this is moved to PR1392
2007-05-05 Chris Lattnernew testcase for PR1371
2007-05-03 Evan Chengnegatize -> negative
2007-05-01 Reid SpencerSplit target dependent test portions to target-specific...
2007-04-30 Reid SpencerFor PR1370:
2007-04-29 Anton KorobeynikovUpdated aliases test
2007-04-28 Chris Lattnernew testcase for PR1356
2007-04-28 Chris Lattnerupdate for new inline asm syntax
2007-04-26 Dan Gohmantestcase for PR1339: http://llvm.org/PR1339
2007-04-26 Anton KorobeynikovAdd test to proper place. Also, XFAIL until ppc bootstr...
2007-04-26 Anton KorobeynikovFixx off-by-one bug, which prevents llvm-gcc bootstrap...
next