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