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