oota-llvm.git
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.
2006-04-13 Evan Chengpmin, pmax, and psad intrinsics.
2006-04-13 Evan ChengVarious SSE2 packed integer intrinsics: pmulhuw, pavgw...
2006-04-13 Evan ChengX86 SSE2 supports v8i16 multiplication
2006-04-13 Evan ChengUpdate
2006-04-13 Evan Chengpmul*, pmadd*, and pavg* intrinsics.
2006-04-13 Chris Lattnerone too many l's
2006-04-13 Andrew Lenharthquick update
2006-04-13 Evan Chengpadds{b|w}, paddus{b|w}, psubs{b|w}, psubus{b|w} intrin...
2006-04-13 Evan ChengNaming inconsistency.
2006-04-12 Evan ChengSSE / SSE2 conversion intrinsics.
2006-04-12 Reid SpencerFix a typo in the name of a file.
2006-04-12 Tanya LattnerAdded the ability to xfail based on llvmgcc version
2006-04-12 Evan ChengUpdate my credits. Can I add "Build breaker" to my...
2006-04-12 Evan ChengAll "integer" logical ops (pand, por, pxor) are now...
2006-04-12 Evan ChengPromote vector AND, OR, and XOR
2006-04-12 Reid SpencerDon't dump the llc assembly output to stdout.
2006-04-12 Reid SpencerMake sure CVS versions of yacc and lex files get distri...
2006-04-12 Reid SpencerDistribute CVS versions of lex files
2006-04-12 Reid SpencerDistribute the lex/yacc files from the cvs version.
2006-04-12 Reid SpencerAdditional files to distribute.
2006-04-12 Reid SpencerInclude the win32 and Xcode directories in the distribu...
2006-04-12 Reid SpencerGet rid of a signed/unsigned compare warning.
2006-04-12 Chris LattnerAdd a new way to match vector constants, which make...
next