aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-04-20Merging in from mainlinerelease/1.7.xTanya Lattner1-1/+1
2006-04-20Merging in from mainlineTanya Lattner2-0/+4
2006-04-20Checking in updates from mainline for 1.7 release.Tanya Lattner5-75/+258
2006-04-14Removing from releaseTanya Lattner1-12/+0
2006-04-14Removing from release.Tanya Lattner1-13/+0
2006-04-14Merging in fix from mainlineTanya Lattner1-1/+3
2006-04-14Removing unimplemented vector operations for the release docs.Tanya Lattner1-191/+0
2006-04-14Include corrected documentation on class hierarchy of GlobalValue (derivedReid Spencer1-16/+20
2006-04-14Remove "cvs" suffix from 1.7 version number, on the release_17 branch.Reid Spencer2-10/+10
2006-04-13Remove the .cvsignore file so this directory gets pruned.Reid Spencer1-1/+0
2006-04-13Remove the .cvsignore file so the SparcV8 directory gets pruned withReid Spencer1-2/+0
2006-04-13Make sure we distribute the "tests" directory too.Reid Spencer1-0/+1
2006-04-13Merge head changes needed for release (correction of dg variable quoting)Reid Spencer1-4/+4
2006-04-13This commit was manufactured by cvs2svn to create branch 'release_17'.CVS to SVN Conversion0-0/+0
2006-04-13from the linux kernelAndrew Lenharth1-0/+597
2006-04-13Fix this regex to match what llvmgcc4 produces alsoChris Lattner1-1/+1
2006-04-13Handle some kernel code than ends in [0 x sbyte]. I think this is safeAndrew Lenharth1-2/+11
2006-04-13Expand some code with temporary variables to rid ourselves of the warningReid Spencer1-7/+21
2006-04-13Fix an incorrect prototype for this intrinsic, fixingChris Lattner1-1/+1
2006-04-13Try xfailing thisChris Lattner1-1/+3
2006-04-13Doh. PANDrm, etc. are not commutable.Evan Cheng1-9/+7
2006-04-13fix this for the more restrictive linkageAndrew Lenharth1-2/+2
2006-04-13These tests are now xfailed for llvmgcc4. This is PR735, unlikely to beChris Lattner2-0/+4
2006-04-13Only look at .ll files in this directoryChris Lattner1-1/+1
2006-04-13This file is an invalid C file, test that it is properly rejectedChris Lattner1-1/+5
2006-04-13Another case where a dead cast was causing the test to spuriouslyChris Lattner1-1/+1
2006-04-13Don't get confused by dead casts.Chris Lattner2-2/+2
2006-04-13Fix an accidental commit.Chris Lattner1-1/+1
2006-04-13This test fails and I don't know why, xfail it until andrew gets a chance toChris Lattner1-3/+1
2006-04-13Oops, move misplaced testChris Lattner1-0/+0
2006-04-13These are only XFAILs with llvmgcc3, they pass with llvmgcc4Chris Lattner7-9/+10
2006-04-13Force non-darwin targets to use a static relo model. This fixes PR734,Chris Lattner1-7/+8
2006-04-13Add a run with an unusual target triple, revert the patch that sent output toChris Lattner1-5/+6
2006-04-13Update a count, this test now passes.Chris Lattner1-1/+1
2006-04-13add a note, move an altivec todo to the altivec list.Chris Lattner2-7/+16
2006-04-13linear -> constant timeAndrew Lenharth1-3/+3
2006-04-13Add the README files to the distribution.Reid Spencer6-1/+6
2006-04-13Add missing things to the distribution.Reid Spencer3-4/+6
2006-04-13Distribute the Stacker samples directory.Reid Spencer1-1/+1
2006-04-13psad, pmax, pmin intrinsics.Evan Cheng1-1/+54
2006-04-13pmin, pmax, and psad intrinsics.Evan Cheng1-0/+15
2006-04-13Various SSE2 packed integer intrinsics: pmulhuw, pavgw, etc.Evan Cheng1-4/+71
2006-04-13X86 SSE2 supports v8i16 multiplicationEvan Cheng1-0/+1
2006-04-13UpdateEvan Cheng1-0/+12
2006-04-13pmul*, pmadd*, and pavg* intrinsics.Evan Cheng1-0/+18
2006-04-13one too many l'sChris Lattner1-1/+1
2006-04-13quick updateAndrew Lenharth1-0/+1
2006-04-13padds{b|w}, paddus{b|w}, psubs{b|w}, psubus{b|w} intrinsics.Evan Cheng2-8/+106
2006-04-13Naming inconsistency.Evan Cheng2-2/+2
2006-04-12SSE / SSE2 conversion intrinsics.Evan Cheng3-40/+110