oota-llvm.git
2006-04-17 Jeff CohenAdd checks for __OpenBSD__.
2006-04-17 Chris LattnerTeach the ppc backend to use rol and vsldoi to generate...
2006-04-17 Chris LattnerSome more cases that can be generated with two instructions
2006-04-17 Chris Lattneradd a note
2006-04-17 Evan ChengFP SETOLT, SETOLT, SETUGE, SETUGT conditions were imple...
2006-04-17 Chris LattnerMake some code more general, adding support for constan...
2006-04-17 Chris LattnerNew testcases
2006-04-17 Chris LattnerLearn how to make odd splatted constants in range ...
2006-04-17 Chris Lattnernew testcase
2006-04-17 Chris LattnerPull some code out into a helper function.
2006-04-17 Chris LattnerNew testcase
2006-04-17 Chris LattnerImplement a TODO: for any shuffle that can be viewed...
2006-04-17 Chris Lattnernew testcase, these shuffles can be implemented with...
2006-04-17 Chris LattnerRegenerate with adjusted costs
2006-04-17 Chris LattnerEncode a cost of zero as a cost of 1.
2006-04-17 Chris LattnerRegenerate with correct offset
2006-04-17 Chris LattnerReally, I can count!
2006-04-17 Chris LattnerIncrease the opcodes by one each to disambiguate COPY...
2006-04-17 Chris Lattnerassign stable opcodes to the various altivec ops.
2006-04-17 Chris LattnerPPCPerfectShuffle.h is autogenerated, don't include...
2006-04-17 Chris LattnerCheck in a table, generated by llvm-PerfectShuffle...
2006-04-17 Chris LattnerRename BuildShuffleTable -> PerfectShuffle
2006-04-17 Chris Lattnerrename the table
2006-04-17 Chris LattnerInitial checking of a perfect shuffle generation progra...
2006-04-16 Evan ChengBetter way to splat v2f64
2006-04-16 Evan Chengmovduprm, movshduprm bugs
2006-04-16 Evan ChengEncoding bugs
2006-04-16 Evan ChengCan't fold loads into alias vector SSE ops used for...
2006-04-16 Chris LattnerImplement a TODO: have the legalizer canonicalize a...
2006-04-16 Chris LattnerAdd support for promoting stores from one legal type...
2006-04-16 Chris LattnerMake the BUILD_VECTOR lowering code much more aggressiv...
2006-04-16 Chris LattnerFix a bug in the 'shuffle(undef,x,mask) -> shuffle...
2006-04-16 Chris LattnerCanonicalize shuffle(undef,x,mask) -> shuffle(x, undef...
2006-04-15 Chris LattnerFix a crash when faced with a shuffle vector that has...
2006-04-15 Chris LattnerAdd patterns for matching vnots with bit converted...
2006-04-15 Chris LattnerAdd a new vnot_conv predicate for matching vnot's where...
2006-04-15 Chris LattnerMake these predicates return true for bit_convert(build...
2006-04-15 Evan ChengMore encoding bugs
2006-04-15 Evan Chengpslldrm, psrawrm, etc. encoding bug
2006-04-15 Evan Chenghsubp{s|d} encoding bug
2006-04-15 Evan ChengSilly bug
2006-04-15 Evan ChengDo not use movs{h|l}dup for a shuffle with a single...
2006-04-15 Chris Lattnersignificant cleanups to code that uses insert/extractel...
2006-04-14 Evan ChengAdded SSE (and other) entries to foldMemoryOperand().
2006-04-14 Evan ChengSome clean up
2006-04-14 Chris LattnerAllow undef in a shuffle mask
2006-04-14 Chris LattnerMove these ctors out of line
2006-04-14 Chris LattnerThese instructions always return a packed vector. ...
2006-04-14 Evan ChengLast few SSE3 intrinsics.
2006-04-14 Chris LattnerTeach scalarrepl to promote unions of vectors and float...
2006-04-14 Chris LattnerNew testcase, checking to see we can turn this code:
2006-04-14 Tanya LattnerAdding back vector instructions to keep in mainline.
2006-04-14 Tanya LattnerRemoving unimplemented vector instructions from languag...
2006-04-14 Reid SpencerCorrect the Superclasses list for GlobalVariable and...
2006-04-14 Reid SpencerAllow an option, -with-externals, to be specified that...
2006-04-14 Evan ChengMisc. SSE2 intrinsics: clflush, lfench, mfence
2006-04-14 Evan ChengWe were not adjusting the frame size to ensure proper...
2006-04-14 Evan ChengNew entry
2006-04-14 Reid SpencerDon't print out the install command for Intrinsics...
2006-04-14 Chris LattnerMake this assertion better
2006-04-14 Chris LattnerForce a specific config, because this test fails in...
2006-04-14 Chris LattnerMove the rest of the PPCTargetLowering::LowerOperation...
2006-04-14 Chris LattnerPull the VECTOR_SHUFFLE and BUILD_VECTOR lowering code...
2006-04-14 Chris LattnerImplement value #'ing for vector operations, implementing
2006-04-14 Chris Lattnernew testcase, vector operations should be CSE'd
2006-04-14 Chris LattnerRemove this test, there is no need to test GCC's bugs
2006-04-14 Reid SpencerAhem. HEAD -> 1.8cvs not 1.7 (I'm an idiot).
2006-04-14 Reid Spencerremove the "cvs" part of the version number for the...
2006-04-14 Evan Chengpcmpeq* and pcmpgt* intrinsics.
2006-04-14 Evan Chengpsll*, psrl*, and psra* intrinsics.
2006-04-13 Reid SpencerRemove the .cvsignore file so this directory can be...
2006-04-13 Reid SpencerRemove .cvsignore so that this directory can be pruned.
2006-04-13 Chris LattnerMy addition of the xfail marker threw off the line...
2006-04-13 Reid SpencerUse quotes properly so that the possibility of a null...
2006-04-13 Andrew Lenharthfrom the linux kernel
2006-04-13 Chris LattnerFix this regex to match what llvmgcc4 produces also
2006-04-13 Andrew LenharthHandle some kernel code than ends in [0 x sbyte]. ...
2006-04-13 Reid SpencerExpand some code with temporary variables to rid oursel...
2006-04-13 Chris LattnerFix an incorrect prototype for this intrinsic, fixing
2006-04-13 Chris LattnerTry xfailing this
2006-04-13 Evan ChengDoh. PANDrm, etc. are not commutable.
2006-04-13 Andrew Lenharthfix this for the more restrictive linkage
2006-04-13 Chris LattnerThese tests are now xfailed for llvmgcc4. This is...
2006-04-13 Chris LattnerOnly look at .ll files in this directory
2006-04-13 Chris LattnerThis file is an invalid C file, test that it is properl...
2006-04-13 Chris LattnerAnother case where a dead cast was causing the test...
2006-04-13 Chris LattnerDon't get confused by dead casts.
2006-04-13 Chris LattnerFix an accidental commit.
2006-04-13 Chris LattnerThis test fails and I don't know why, xfail it until...
2006-04-13 Chris LattnerOops, move misplaced test
2006-04-13 Chris LattnerThese are only XFAILs with llvmgcc3, they pass with...
2006-04-13 Chris LattnerForce non-darwin targets to use a static relo model...
2006-04-13 Chris LattnerAdd a run with an unusual target triple, revert the...
2006-04-13 Chris LattnerUpdate a count, this test now passes.
2006-04-13 Chris Lattneradd a note, move an altivec todo to the altivec list.
2006-04-13 Andrew Lenharthlinear -> constant time
2006-04-13 Reid SpencerAdd the README files to the distribution.
2006-04-13 Reid SpencerAdd missing things to the distribution.
2006-04-13 Reid SpencerDistribute the Stacker samples directory.
2006-04-13 Evan Chengpsad, pmax, pmin intrinsics.
next