aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-12new testcaseChris Lattner
2006-04-12Make sure both member variables are initialized in the default constructorReid Spencer
2006-04-12Vector type promotion for ISD::LOAD and ISD::SELECTEvan Cheng
2006-04-12Provide a default impl of LowerArgumentsChris Lattner
2006-04-12Implement support for the formal_arguments node. To get this, targets should...Chris Lattner
2006-04-12Various SSE2 conversion intrinsicsEvan Cheng
2006-04-12Don't memoize vloads in the load map! Don't memoize them anywhere here, letChris Lattner
2006-04-12new testcaseChris Lattner
2006-04-12Remove extraneous building in target dist-check. There is no reason thatReid Spencer
2006-04-11Added __builtin_ia32_storelv4si, __builtin_ia32_movqv4si,Evan Cheng
2006-04-11Don't overload anchor names, silly browser's can't handle it.Reid Spencer
2006-04-11Add the contents of my email about distribution targets as a new section.Reid Spencer
2006-04-11new dag nodeChris Lattner
2006-04-11First pass over Reid's document.John Criswell
2006-04-11Fix SingleSource/UnitTests/Vector/sumarray-dblNate Begeman
2006-04-11Fix PR727, correctly handling large stack aligments on ppcNate Begeman
2006-04-11we have a shuffle instr, add an example.Chris Lattner
2006-04-11gcc lower SSE prefetch into generic prefetch intrinsic. Need to add supportEvan Cheng
2006-04-11Misc. intrinsics.Evan Cheng
2006-04-11Update credibility.Jim Laskey
2006-04-11Suppress debug label when not debug.Jim Laskey
2006-04-11movnt* and maskmovdqu intrinsicsEvan Cheng
2006-04-11Only get Tmp2 for cases where number of operands is > 1. Fixed return void.Evan Cheng
2006-04-11Fix an anchor.Reid Spencer
2006-04-11Flesh out the documentation a little bit more.Reid Spencer
2006-04-11Update my entry.Reid Spencer
2006-04-11update my credits entry per clattner's request!Nate Begeman
2006-04-11Keep Visual Studio happy.Jeff Cohen
2006-04-11add some todosChris Lattner
2006-04-11Vector function results go into V2 according to GCC. The darwin ABI docChris Lattner
2006-04-11Add basic support for legalizing returns of vectorsChris Lattner
2006-04-11Move some return-handling code from lowerarguments to the ISD::RET handling s...Chris Lattner
2006-04-11Add helper methods.Chris Lattner
2006-04-11Added support for _mm_move_ss and _mm_move_sd.Evan Cheng
2006-04-10Use existing information.Jim Laskey
2006-04-10Implement vec_shuffle.ll:test3Chris Lattner
2006-04-10new testcaseChris Lattner
2006-04-10Implement InstCombine/vec_shuffle.ll:test[12]Chris Lattner
2006-04-10New testcaseChris Lattner
2006-04-10Remove some bogus patterns; clean up.Evan Cheng
2006-04-10Fix a typo: Instr* -> Intr*Chris Lattner
2006-04-10add a noteChris Lattner
2006-04-10* Remove duplicated table of contents for a section and at the top levelMisha Brukman
2006-04-10Remove an entry that is now done.Evan Cheng
2006-04-10Added some missing shuffle patterns.Evan Cheng
2006-04-10Correct an entryEvan Cheng
2006-04-10movups / movupdEvan Cheng
2006-04-10__builtin_ia32_loadup{s|d}, __builtin_ia32_storeup{s|d}Evan Cheng
2006-04-10Add a simple pass to make sure that all (non-library) calls to malloc and freeAndrew Lenharth
2006-04-10Missing breakEvan Cheng