oota-llvm.git
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...
2006-04-12 Reid SpencerAdd the llvm-config directory to the EXTRA_DIST line...
2006-04-12 Chris Lattnernew testcase
2006-04-12 Reid SpencerMake sure that the C Frontend's runtime library directo...
2006-04-12 Chris LattnerTurn casts into getelementptr's when possible. This...
2006-04-12 Tanya LattnerAdded llvmgcc version to allow tests to be xfailed...
2006-04-12 Chris LattnerThese casts should turn into gep instructions
2006-04-12 Reid SpencerDon't emit useless warning messages.
2006-04-12 Chris LattnerUpdate adding an intrinsic to describe that you can...
2006-04-12 Andrew Lenharthmake recovering running_Olden data easier when the...
2006-04-12 Chris LattnerRename get_VSPLI_elt -> get_VSPLTI_elt
2006-04-12 Chris Lattnertwo equivalent vsplti*s in different types should be...
2006-04-12 Evan ChengPromote v4i32, v8i16, v16i8 load to v2i64 load.
2006-04-12 Chris LattnerRename this file
2006-04-12 Chris LattnerMake this test more interesting by checking that the...
2006-04-12 Chris LattnerEnsure that zero vectors are always v4i32, which forces...
2006-04-12 Chris Lattnernew testcase
2006-04-12 Reid SpencerMake sure both member variables are initialized in...
2006-04-12 Evan ChengVector type promotion for ISD::LOAD and ISD::SELECT
2006-04-12 Chris LattnerProvide a default impl of LowerArguments
2006-04-12 Chris LattnerImplement support for the formal_arguments node. To...
2006-04-12 Evan ChengVarious SSE2 conversion intrinsics
2006-04-12 Chris LattnerDon't memoize vloads in the load map! Don't memoize...
2006-04-12 Chris Lattnernew testcase
2006-04-12 Reid SpencerRemove extraneous building in target dist-check. There...
2006-04-11 Evan ChengAdded __builtin_ia32_storelv4si, __builtin_ia32_movqv4si,
2006-04-11 Reid SpencerDon't overload anchor names, silly browser's can't...
2006-04-11 Reid SpencerAdd the contents of my email about distribution targets...
2006-04-11 Chris Lattnernew dag node
2006-04-11 John CriswellFirst pass over Reid's document.
2006-04-11 Nate BegemanFix SingleSource/UnitTests/Vector/sumarray-dbl
2006-04-11 Nate BegemanFix PR727, correctly handling large stack aligments...
2006-04-11 Chris Lattnerwe have a shuffle instr, add an example.
2006-04-11 Evan Chenggcc lower SSE prefetch into generic prefetch intrinsic...
2006-04-11 Evan ChengMisc. intrinsics.
2006-04-11 Jim LaskeyUpdate credibility.
2006-04-11 Jim LaskeySuppress debug label when not debug.
2006-04-11 Evan Chengmovnt* and maskmovdqu intrinsics
2006-04-11 Evan ChengOnly get Tmp2 for cases where number of operands is...
2006-04-11 Reid SpencerFix an anchor.
2006-04-11 Reid SpencerFlesh out the documentation a little bit more.
2006-04-11 Reid SpencerUpdate my entry.
2006-04-11 Nate Begemanupdate my credits entry per clattner's request!
2006-04-11 Jeff CohenKeep Visual Studio happy.
2006-04-11 Chris Lattneradd some todos
2006-04-11 Chris LattnerVector function results go into V2 according to GCC...
2006-04-11 Chris LattnerAdd basic support for legalizing returns of vectors
2006-04-11 Chris LattnerMove some return-handling code from lowerarguments...
2006-04-11 Chris LattnerAdd helper methods.
2006-04-11 Evan ChengAdded support for _mm_move_ss and _mm_move_sd.
2006-04-10 Jim LaskeyUse existing information.
2006-04-10 Chris LattnerImplement vec_shuffle.ll:test3
2006-04-10 Chris Lattnernew testcase
2006-04-10 Chris LattnerImplement InstCombine/vec_shuffle.ll:test[12]
2006-04-10 Chris LattnerNew testcase
2006-04-10 Evan ChengRemove some bogus patterns; clean up.
2006-04-10 Chris LattnerFix a typo: Instr* -> Intr*
2006-04-10 Chris Lattneradd a note
2006-04-10 Misha Brukman* Remove duplicated table of contents for a section...
2006-04-10 Evan ChengRemove an entry that is now done.
2006-04-10 Evan ChengAdded some missing shuffle patterns.
2006-04-10 Evan ChengCorrect an entry
2006-04-10 Evan Chengmovups / movupd
2006-04-10 Evan Cheng__builtin_ia32_loadup{s|d}, __builtin_ia32_storeup...
2006-04-10 Andrew LenharthAdd a simple pass to make sure that all (non-library...
2006-04-10 Evan ChengMissing break
2006-04-10 Reid SpencerENABLE_ASSERTIONS -> DISABLE_ASSERTIONS
2006-04-10 Evan ChengAdd a vselect test case.
2006-04-10 Evan ChengConditional move of vector types.
2006-04-10 Evan ChengNew entries
2006-04-10 Evan ChengUse movaps to do VR128 reg-to-reg copies for now. It...
2006-04-09 Reid SpencerUpdate docs for ENABLE_ASSERTIONS -> DISABLE_ASSERTIONS
next